ET INFO Generic 302 Redirect to Google


Query · suricata

flow:from_server,established;
http.stat_code;
content:"302";
http.location;
content:"https://google.com"; fast_pattern; startswith;
Raw source ET INFO Generic 302 Redirect to Google · 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 INFO Generic 302 Redirect to Google";
    flow:from_server,established;
    http.stat_code;
    content:"302";
    http.location;
    content:"https://google.com"; fast_pattern; startswith;
    classtype:misc-activity;
    sid:2030594; rev:3;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2020_07_24, deployment Perimeter, confidence High, signature_severity Informational, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2020_12_11;
)

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.