{% extends "django_security_monitor/base.html" %} {% block title %}Dashboard{% endblock %} {% block topbar_title %}๐ Security Dashboard{% endblock %} {% block content %}
| Time | IP | Event | Severity | Path |
|---|---|---|---|---|
| {{ e.timestamp|date:"H:i:s" }} | {{ e.ip_address }} | {{ e.get_event_type_display }} {% if e.extra_data.superuser_test %} ๐งช TEST {% endif %} | {{ e.severity }} | {{ e.path }} |
| โ No security events yet | ||||
| IP | Hack Probability | Score | Status |
|---|---|---|---|
| {{ t.ip_address }} | {{ t.score|floatformat:0 }} | {% if t.is_blocked %} ๐ Blocked {% else %} {{ t.risk_level }} {% endif %} | |
| No threats recorded | |||
| Path | Attack Count | Bar |
|---|---|---|
| {{ p.path }} | {{ p.count }} |
{% with top_paths.0.count as max_count %}
|
| No data yet | ||