{% extends "base.html" %} {% block title %}Investigations - AUTARCH{% endblock %} {% block content %}

Investigation Reports

Loading reports...

{% if targets %} {% for t in targets %} {% endfor %} {% else %} {% endif %}
# Host Name Type OS Status Ports Tags Actions
{{ loop.index }} {{ t.host }} {{ t.name if t.name != t.host else '' }} {{ t.type }} {{ t.os }} {{ t.status }} {{ t.ports or '—' }} {% for tag in t.tags %}{{ tag }}{% endfor %} 🔍
No targets yet — click + Add Target to add your first one.
{% endblock %}