{% extends "base.html" %} {% block breadcrumb %} Analyze All {{ file_hash[:12] }} {% endblock %} {% block content %}
All-in-One Analysis {{ file_hash[:12] }}…
00:00
Stages 0 / {{ 2 + (edr_profiles|length) }}
EDR Alerts
Elapsed 00:00

Static and every reachable EDR profile fire immediately in parallel. Dynamic waits only for Static to finish — EDR runs on a remote VM with no resource contention against the local Dynamic analyzers, so it keeps running in parallel with Dynamic.

Phase 1 · Parallel Static + every reachable EDR profile
Static YARA · CheckPlz · Stringnalyzer
Queued
QUEUED
{% for profile in edr_profiles %}
{{ profile.display_name }} EDR{% if profile.kind %} · {{ profile.kind }}{% endif %}
Queued
QUEUED
{% endfor %}
Phase 2 · After Static Local payload detonation + memory scanners
Dynamic YARA · PE-Sieve · Moneta · Patriot · HSB · RedEdr
Waiting for Static to finish
QUEUED
{% endblock %} {% block scripts %} {% endblock %}