{% extends "base.html" %} {% block title %}Forensics · {{ agent.hostname }}{% endblock %} {% block content %}
Dashboard › {{ org.name }} › {{ agent.hostname }} ›
{{ agent.os }} {{ agent.os_version or '' }} {% if cmd %}· captured {{ cmd.created_at| pt('%Y-%m-%d %H:%M') }}{% else %}· no triage captured yet{% endif %}
{{ s.content or '(empty)' }}
Read-only snapshot: running processes, network connections, listening ports, autoruns and scheduled tasks at capture time. For live response (isolate / kill / re-scan), use the device Security tab.
{% else %} {% endif %} {% endblock %}