{% extends "base/layout.htm" %} {% block title %} {{super()}} - Overview {% endblock %} {% block head %} {{super()}} {% endblock %} {% block page_content %} {{super()}}

Dashboard

Activity
Welcome back {{ current_user.email }}, your last login was at {% if current_user.last_login_at != None %} {{ current_user.last_login_at.timestamp() }} {% else %} 0 {% endif %} from {{ current_user.last_login_ip }}.
Ongoing, Non-Dormant Hijacks
Last Update Time Detected Hijacked Prefix Matched Prefix Type Hijacker AS # Peers Seen # ASes Infected Ack More
Last Update Time Detected Hijacked Prefix Matched Prefix Type Hijack AS # Peers Seen # ASes Infected Ack More

Times are shown in your local time zone .

System Status
  • Module
    Status
    Uptime
Statistics
    {% block scripts %} {{super()}} {% endblock %} {% endblock %}