{% extends "base.html" %} {% block breadcrumb %} Files {{ file_info.original_name if file_info else (file_info.md5[:12] if file_info else '') }} EDR ({{ edr_profile }}) {% endblock %} {% block content %}
{{ edr_results.display_name or edr_profile }} Results EDR · {{ edr_profile }}

Saved EDR detonation results. To trigger a fresh dispatch, use the Re-run button above.

Sample
{{ file_info.original_name }}
Run Summary
Detection Alerts

Alerts raised by the EDR backend during the run window, filtered by hostname and payload. Click any row to expand for the full forensic detail.

Execution Output

stdout/stderr captured by the Whiskers agent on the EDR VM.

{% endblock %} {% block scripts %} {% endblock %}