{% extends "dsoc_canvas/base.html" %} {% block title %}RTBH — DSOC{% endblock %} {% block content %}
Remotely Triggered Black Hole (RTBH)
← Overview
Overview Flowspec Rules RTBH Scrubbing Centers Threat Feed Mitigations
{% for entry in entries %} {% else %} {% endfor %}
Prefix Trigger Reason Community Nexthop Status Auto-Withdraw (min) Applied Routers Created
{{ entry.prefix }} {{ entry.trigger_reason | replace('_', ' ') }} {{ entry.community or '—' }} {{ entry.nexthop or '—' }} {% if entry.status | lower == 'active' %} active {% else %} {{ entry.status }} {% endif %} {{ entry.auto_withdraw_minutes if entry.auto_withdraw_minutes else '—' }} {{ entry.applied_routers if entry.applied_routers else '—' }} {{ entry.created_at | ts }} {% if entry.status | lower == 'active' %} {% endif %}
No RTBH entries yet. Use "Trigger RTBH" to black-hole a prefix.
{% include 'includes/iqe_query_widget.html' %}
{% endblock %}