{% extends "base.html" %} {% block title %}Web Protection · SD RMM{% endblock %} {% block content %}
Check URLs or domains against the live threat-intelligence feed — the same engine the agents use at navigation time. {{ "{:,}".format(ioc_total) }} indicators loaded
{% if summary %}| URL / domain | Verdict | Matched on | Source | Family |
|---|---|---|---|---|
| {{ r.url|e }} | {% if r.blocked %}BLOCKED{% elif r.suspicious %}SUSPICIOUS{% else %}clean{% endif %} | {% if r.blocked %}{{ r.reason or '—' }}{% elif r.suspicious %}{{ r.findings|join('; ') }}{% else %}—{% endif %} | {{ r.source or '—' }} | {{ r.family or '—' }} |
No valid URLs in that input.
{% endif %} {% endif %}