ET INFO Generic 302 Redirect Google 404


Query · suricata

flow:established,to_client;
http.stat_code;
content:"302";
http.location;
content:"https|3a 2f 2f|google|2e|com|2f|404|2f|"; fast_pattern; endswith;
target:dest_ip;
Raw source ET INFO Generic 302 Redirect Google 404 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http any any -> $HOME_NET any (
    msg:"ET INFO Generic 302 Redirect Google 404";
    flow:established,to_client;
    http.stat_code;
    content:"302";
    http.location;
    content:"https|3a 2f 2f|google|2e|com|2f|404|2f|"; fast_pattern; endswith;
    reference:url,blog.sekoia.io/mamba-2fa-a-new-contender-in-the-aitm-phishing-ecosystem/;
    classtype:misc-activity;
    sid:2056644; rev:1;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2024_10_14, deployment Perimeter, deployment SSLDecrypt, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_10_14;
    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.