{% extends "base.html" %} {% block title %}Security · SD RMM{% endblock %} {% block content %} {% include "_security_nav.html" %}
Fleet EDR · detections, alerts & response across {{ total_agents }} device{{ '' if total_agents==1 else 's' }}
The model reads the fleet’s open detections, vulnerabilities, pending patches and offline hosts, then prioritizes what to act on today. On-prem by default · read-only.
| When | Host | Criticals | Top rules |
|---|---|---|---|
| {{ e.ts| pt('%m/%d %H:%M') }} | {% if e.org_id %}{{ e.hostname }}{% else %}{{ e.hostname }}{% endif %} | {{ e.crit_count }} in {{ e.window_min }}m ({{ e.rule_count }} rule{{ '' if e.rule_count==1 else 's' }}) | {{ e.top_rules or '—' }} |
No escalations yet. One fires when a host crosses the critical-detection threshold within the rolling window — tunable per-org in Controls. Each is also pushed to ntfy.
{% endif %}No technique-tagged detections yet.
{% endif %}No detections recorded yet.
{% endif %}| Time (PT) | Device | Sev | ATT&CK | Detection |
|---|---|---|---|---|
| {{ d.ts| pt('%m-%d %H:%M:%S') }} | {% if d.org_id %}{{ d.hostname }}{% else %}{{ d.hostname }}{% endif %} | {{ d.severity }} | {{ d.mitre or '' }} | ›{{ d.summary }} |
|
Rule{{ d.rule_title }} ({{ d.rule_id }})
Severity{{ d.severity }} · {{ d.state }}
{% if d.mitre %}ATT&CK{{ d.mitre }} {% endif %}
Summary{{ d.summary }}
{% if d.event %}
Event{{ d.event.category }}/{{ d.event.action }}{% if d.event.source %} · {{ d.event.source }}{% endif %}{% if d.event.pid %} · pid {{ d.event.pid }}{% endif %}
{% if d.event.signing_id %}Signed{{ d.event.signing_id }} {% endif %}
{% if d.event.actor %}Parent{{ d.event.actor }} {% endif %}
{% if d.event.target %}Target{{ d.event.target }} {% endif %}
{% if d.event.cmdline %}Cmdline{{ d.event.cmdline }} {% endif %}
{% else %}
EventNo single linked telemetry event (aggregate/IOC/AV context).
{% endif %}
|
||||
No detections yet. Once a Windows endpoint enrolls with Sysmon, process & network telemetry flows to /v1/events and the 27 built-in + 1042 Sigma rules evaluate it here in real time. Per-device drill-down lives on each device's Security tab.