{% extends "base.html" %} {% block title %}Threat Intel · SD RMM{% endblock %} {% block content %} {% include "_security_nav.html" %}
Open IOC feeds matched against agent telemetry (file hashes, destination IPs/domains). {% if saved %}refreshed ✓{% endif %}
| Feed | Source | IOCs | Last fetched (PT) | Status | |
|---|---|---|---|---|---|
| {{ f.name }} | {{ f.desc }} | {{ "{:,}".format(f.count) }} | {% if f.last_fetched %}{{ f.last_fetched| pt('%Y-%m-%d %H:%M') }}{% else %}—{% endif %} | {% if f.status == 'ok' %}ok{% elif f.status and f.status.startswith('error') %}error{% else %}{{ f.status }}{% endif %}{% if not f.enabled %} (disabled){% endif %} |
By type
By source
Sources: abuse.ch (Feodo, URLhaus, ThreatFox, MalwareBazaar) — free, community-standard threat-intel feeds, auto-refreshed every 6 hours. Coverage is each feed's recent/online window; full historical dumps would need a free abuse.ch Auth-Key. A match raises a critical “known malware / known-bad infrastructure” detection on the device, alongside the behavioural Sigma rules.
{% endblock %}