ET HUNTING Dotted Quad Host Workzueg HTTP Server String Response


Query · suricata

flow:established,to_client;
flowbits:isset,http.dottedquadhost;
http.stat_code;
content:"200";
http.server;
content:"werkzueg|2f|"; nocase; fast_pattern;
target:dest_ip;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET HUNTING Dotted Quad Host Workzueg HTTP Server String Response · 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 Dotted Quad Host Workzueg HTTP Server String Response";
    flow:established,to_client;
    flowbits:isset,http.dottedquadhost;
    http.stat_code;
    content:"200";
    http.server;
    content:"werkzueg|2f|"; nocase; fast_pattern;
    reference:url,pypi.org/project/Werkzeug/;
    classtype:trojan-activity;
    sid:2063017; rev:1;
    metadata:affected_product Any, attack_target Client_and_Server, tls_state plaintext, created_at 2025_06_16, deployment Perimeter, confidence Medium, signature_severity Major, updated_at 2025_06_16, mitre_tactic_id TA0011, mitre_tactic_name Command_And_Control, mitre_technique_id T1102, mitre_technique_name Web_Service;
    target:dest_ip;
)

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.