{% extends "base.html" %} {% block title %}Investigations - AUTARCH{% endblock %} {% block content %}
Investigation profiles for IPs, domains, threat actors, and incidents. Build detailed profiles with GeoIP, traceroute, DNS, WHOIS, and custom fields.
Loading reports...
| # | 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. | ||||||||