{% extends "main.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %} IP-ASN History {% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block content %}
{% if ipasn_details %}
First Seen | Last Seen | ASN | ASN Description | Prefix |
---|---|---|---|---|
{{ entry['first_seen'] }} | {{ entry['last_seen'] }} | {{ entry['asn'] }} | {% for asn_description in entry['asn_descriptions'] %} {{ asn_description }} {% endfor %} | {{ entry['prefix'] }} |