{{ _('检测详情') }}

{{ _('文件信息') }}

{{ _('文件名') }}{{ record.display_name }}
{{ _('完整路径') }}{{ record.file_path }}
{{ _('文件大小') }}{{ "%.2f"|format(record.file_size / 1024) }} {{ _('KB') }}
{{ _('文件状态') }} {% if record.file_exists %} {{ _('存在') }} {% else %} {{ _('已删除') }} {% endif %}

{{ _('检测信息') }}

{{ _('检测时间') }}{{ record.detected_at }}
{{ _('命中规则') }}{{ record.rule_name }}
{{ _('特征列表') }} {% for feature in record.features %} {{ feature }} {% endfor %}
{{ _('通信次数') }}{{ record.communication_count }}
{{ _('首次发现IP') }}{{ record.first_seen_ip }}

{{ _('告警状态') }}

{{ _('已告警') }} {% if record.alerted %} {{ _('是') }} {% else %} {{ _('否') }} {% endif %}
{{ _('误报标记') }} {% if record.marked_false_positive %} {{ _('已标记') }} {% else %} {{ _('未标记') }} {% endif %}
{% if record.quarantine_info %}

{{ _('隔离信息') }}

{{ _('隔离ID') }}{{ record.quarantine_info.quarantine_id }}
{{ _('隔离路径') }}{{ record.quarantine_info.quarantine_path }}
{{ _('隔离时间') }}{{ record.quarantine_info.quarantine_time }}
{% endif %} {% if record.linked_profiles %}

{{ _('关联威胁画像') }}

{% for lp in record.linked_profiles %}
{{ lp.profile_id }} {{ _('Risk:') }} {{ lp.risk_score }} {{ lp.ip_count }} {{ _('IPs') }} {{ lp.tool_signature }}
{% endfor %}
{% endif %}