{% extends "dsoc_canvas/base.html" %} {% block title %}DSOC — DDoS & Security Ops{% endblock %} {% block content %}

DSOC — DDoS & Security Ops Canvas

Record-only / Simulation CUI // SP-CTI
Overview Flowspec Rules RTBH Scrubbing Centers Threat Feed Mitigations
Active Mitigations
Active RTBH
Active Flowspec
Scrubbing Centers
Scrubbing Load
Active Threats
Recent Threats All Threats
Source Prefix Type Confidence Feed Last Seen Active
Loading…
Active Mitigations All Mitigations
# Target Prefix Type Attack Type Peak (Gbps) Started
Loading…
{% set iqe_canvas = "dsoc" %} {% set iqe_api_route = "/api/dsoc/iqe-query" %} {% set iqe_title = "IQE Query — DSOC" %} {% set iqe_examples = [ {"label": "Active mitigations", "query": "Show active mitigations"}, {"label": "High-confidence threats", "query": "Show high confidence threats"}, {"label": "Active RTBH", "query": "List active RTBH entries"}, {"label": "Scrubbing utilization", "query": "Which scrubbing centers have high utilization?"}, ] %} {% include 'includes/iqe_query_widget.html' %}
{% endblock %}