{% 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
| Source Prefix |
Type |
Confidence |
Feed |
Last Seen |
Active |
| Loading… |
| # |
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 %}