{% extends "base.html" %} {% block title %}Autonomous Containment{% endblock %} {% block content %}

🛑 Automated Host Quarantine & Incident Containment Center

Real-time isolation records coordinated across EDR agents, Active Directory security groups, and QRadar Reference Sets.

{% for c in containment %} {% endfor %}
Record ID Quarantined IP Host Name Status Isolation Method Trigger Reason / Deception Trap Isolated At (UTC) Enacted By Actions
{{ c.id }} {{ c.ip }} {{ c.hostname }} {% if c.status == 'ISOLATED' %} ● ISOLATED {% else %} RELEASED {% endif %} {{ c.isolation_type }} {{ c.trigger_event }}
{{ c.mitre_technique }}
{{ c.isolated_at }} {{ c.isolated_by }} {% if c.status == 'ISOLATED' %} {% else %} {% endif %}
{% endblock %}