{% extends "base.html" %} {% block breadcrumb %} Results {{ file_hash[:12] if file_hash else '' }} {{ analysis_type|title }}{% if edr_profile %} ({{ edr_profile }}){% endif %} {% endblock %} {% block tabs %}
{% if analysis_type == 'static' %} {% elif analysis_type == 'edr' %} {% else %} {% endif %}
{% endblock %} {% block content %}
{{ analysis_type|title }} Analysis
{% if analysis_type == 'static' %} {% endif %} {% if analysis_type != 'static' %} {% endif %}
Initialising…
{% if analysis_type == 'static' %}
Overall Status
Status
Analysing…
Detections
0
Duration
00:00
Scanner Results
ScannerStatusDetectionsDetails
{% else %}
Overall Status
Status
Analysing…
Detections
0
Duration
00:00
Scanner Results
ScannerStatusDetectionsDetails
{% endif %} {% if analysis_type == 'edr' %} {# EDR runs reuse the dynamic Summary tab (Scanner Results + Process Output), populated from edr.execution.* by the JS layer. The two EDR-specific tabs below add the Alerts and Execution panes. #} {% endif %} {% endblock %} {% block scripts %} {% endblock %}