{% extends "django_security_monitor/base.html" %} {% block title %}Threat IPs{% endblock %} {% block topbar_title %}🎯 Threat Intelligence{% endblock %} {% block content %}
| IP Address | Hack Probability | Score | Risk | Events | Last Seen | Country | Actions |
|---|---|---|---|---|---|---|---|
| {{ t.ip_address }} | {{ t.score|floatformat:0 }} | {% if t.is_blocked %} 🔒 Blocked {% else %} {{ t.risk_level }} {% endif %} | {{ t.event_count }} | {{ t.last_event|date:"M d H:i" }} | {{ t.location.country_code|default:"—" }} |
{% if t.is_blocked %}
{% else %}
{% endif %}
|
|
| No threats found | |||||||