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

Viewing Hijack

{% if mitigate == True and configured != True %}
Warning! The prefix that is related to this hijack does not exist in the current configuration file.
{% endif %}
Hijack Information

Hijacker AS:

Type:

# Peers Seen:

# ASes Infected:

Prefix:

Matched:

Config:

Key:

Time Started:

Time Detected:

Last Update:

Time Ended:

Mitigation Started:

Display Peers:

{% if current_user.has_roles('admin') %}
Actions {% if current_user.has_roles('admin') %} {% endif %}
{% if mitigate == True and configured == True %} {% endif %}
{% endif %} {% if current_user.has_roles('user') %}
{% endif %}
Comments {% if current_user.has_roles('admin') %} {% endif %}
Peers Seen Hijack BGP Update:
Peers Seen Hijack BGP Withdrawal:
Related BGP Updates
Timestamp Prefix Origin AS AS Path Peer AS Service Type Status More
Timestamp Prefix Origin AS AS Path Peer AS Service Type Status More

Last refresh: (Disable Autorefresh)

Times are shown in your local time zone .

{% endblock %} {% block body %} {{super()}} {% block scripts %} {{super()}} {% endblock %} {% endblock %}