ET HUNTING CoGUI Fingerprint Activity


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri; bsize:11;
content:"/api/verify"; fast_pattern;
http.content_type;
content:"application/json";
http.request_body;
content:"event_id";
content:"client_ua";
content:"honeypot";
content:"behavior";
Raw source ET HUNTING CoGUI Fingerprint Activity · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET HUNTING CoGUI Fingerprint Activity";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri; bsize:11;
    content:"/api/verify"; fast_pattern;
    http.content_type;
    content:"application/json";
    http.request_body;
    content:"event_id";
    content:"client_ua";
    content:"honeypot";
    content:"behavior";
    classtype:bad-unknown;
    sid:2070062; rev:1;
    metadata:attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2026_06_25, deployment Perimeter, deployment SSLDecrypt, performance_impact Low, confidence Medium, signature_severity Minor, tag Phishing, tag CoGUI, updated_at 2026_06_25, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
)

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.