ET HUNTING DDoS-Guard Hosted Content


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
http.server;
content:"DDoS-Guard"; nocase; bsize:10; fast_pattern;
Raw source ET HUNTING DDoS-Guard Hosted Content · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET HUNTING DDoS-Guard Hosted Content";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    http.server;
    content:"DDoS-Guard"; nocase; bsize:10; fast_pattern;
    reference:url,malwarebytes.com/blog/threat-intelligence/2023/01/crypto-inspired-magecart-skimmer-surfaces-via-digital-crime-haven;
    classtype:bad-unknown;
    sid:2043310; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_01_17, deployment Perimeter, performance_impact Moderate, confidence Low, signature_severity Minor, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_01_17, reviewed_at 2024_10_14;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.