{% extends "base.html" %} {% block title %}Security · {{ agent.hostname }}{% endblock %} {% block content %}
Dashboard › {{ org.name }} › {{ agent.hostname }} ›
EDR telemetry, detections & response · {{ agent.os }} · agent v{{ agent.agent_version or '?' }}
Isolate / release / kill are approval-gated: a super-admin must approve before the agent receives them. Triage collection (read-only) runs immediately. Every action is audited below and tied to a command-channel job.
Open-source ClamAV — quick scan (Downloads / Temp / home), full scan, status, or install. Detected malware is quarantined and raised as a critical detection below; the agent also auto-scans downloads every 15 min once installed. Results appear in the Response audit.
Controls the on-device STS EDR Agent console (loopback 127.0.0.1 only). Pause and Set admin code are approval-gated (super-admin) — this is the portal "admin bypass"; Resume ships immediately. The agent auto-resumes when the pause window expires, and every pause/resume is reported back as a tamper detection below. Requires the agent to be on a build with the local console (staged; deploys with the endpoint test).
Remote reboot / shutdown over the agent command channel \u2014 both approval-gated (super-admin). Clears a hung host before it fully wedges (e.g. process-table exhaustion \u2014 watch the process pressure alert). Needs the agent online to receive the command; a fully-offline host still needs a physical power-cycle.
| Action | Param | Queued | Risk | |
|---|---|---|---|---|
| {{ c.ctype }} | {{ c.payload or '' }} | {{ c.created_at| pt('%m-%d %H:%M:%S') }} | {{ c.risk }} | {% if user.is_super_admin %} {% else %}needs super-admin{% endif %} |
| Time (PT) | Sev | Rule | ATT&CK | Summary | State |
|---|---|---|---|---|---|
| {{ d.ts| pt('%m-%d %H:%M:%S') }} | {{ d.severity }} | {{ d.rule_id }} | {{ d.mitre or '' }} | {{ d.summary }} |
No detections. The engine evaluates Sigma-style rules over incoming telemetry.
{% endif %}| Time (PT) | Action | Param | Result |
|---|---|---|---|
| {{ r.ts| pt('%m-%d %H:%M:%S') }} | {{ r.action }} | {{ r.params or '' }} | {% if r.result %}view{{ r.result }} |
| Time (PT) | Category | Action | Actor | Target | Src |
|---|---|---|---|---|---|
| {{ e.ts| pt('%m-%d %H:%M:%S') }} | {{ e.category }} | {{ e.action }} | {{ e.actor or '' }} | {{ e.target or '' }} | {{ e.source or '' }} |
No events yet. The Windows agent collector streams process & network telemetry (Sysmon if present, else Security-log 4688) to /v1/events.