{% extends "base.html" %} {% block title %}EDR Controls · SD RMM{% endblock %} {% block content %} {% include "_security_nav.html" %}
Enable/disable detection, manage the engine & feeds. {% if saved %}saved ✓{% endif %}
Fleet-wide. When OFF, telemetry is still collected but no detections/alerts are raised.
Match telemetry against the {{ "{:,}".format(stats.iocs) }} known-bad IOCs (hashes / URLs / IPs).
Sinkhole known-malicious domains in each endpoint's hosts file — blocks browsers/apps from reaching them. Requires the agent to run as admin / SYSTEM.
When a host crosses this many critical detections within the window, one urgent escalation is raised (ntfy + the Security console) instead of per-rule spam. Leave Scope on "Global default", or pick an org to override it just for that org.
Current global: {{ esc.threshold }} crit / {{ esc.window_min }} min, re-alert every {{ esc.throttle_min }} min. Saving with an org selected creates a per-org override.
Tune detection rules › Manage threat-intel feeds › Fleet dashboard ›
| Host | Organization | EDR | |
|---|---|---|---|
| {{ r.agent.hostname }}{% if r.agent.isolated %} isolated{% endif %} | {{ r.org_name }} | {{ 'ON' if r.agent.edr_enabled else 'OFF' }} |
No agents enrolled yet.
{% endif %}