ET HUNTING Redirect to stockx.com


Query · suricata

flow:established,to_client;
http.stat_code;
content:"302";
http.location;
content:"stockx.com"; endswith; fast_pattern;
Raw source ET HUNTING Redirect to stockx.com · 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 Redirect to stockx.com";
    flow:established,to_client;
    http.stat_code;
    content:"302";
    http.location;
    content:"stockx.com"; endswith; fast_pattern;
    reference:url,gist.github.com/BushidoUK/3cb208dc4401815d500cfe022631c343;
    classtype:social-engineering;
    sid:2056144; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2024_09_24, deployment Perimeter, confidence High, signature_severity Informational, updated_at 2024_09_24, mitre_tactic_id TA0005, mitre_tactic_name Defense_Evasion, mitre_technique_id T1036, mitre_technique_name Masquerading;
)

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.