ET PHISHING Google Redirect to Generic Credential Phish Landing Page 2024-11-05


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
http.content_len;
byte_test:0,<=,500,0,string,dec;
http.header_names;
content:"|0d 0a|x-guploader-uploadid|0d 0a|"; fast_pattern;
http.response_body;
content:"http|2d|equiv|3d 22|refresh|22|"; distance:0;
content:"URL="; distance:0;
content:"/0/0/0/"; distance:0;
Raw source ET PHISHING Google Redirect to Generic Credential Phish Landing Page 2024-11-05 · 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 PHISHING Google Redirect to Generic Credential Phish Landing Page 2024-11-05";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    http.content_len;
    byte_test:0,<=,500,0,string,dec;
    http.header_names;
    content:"|0d 0a|x-guploader-uploadid|0d 0a|"; fast_pattern;
    http.response_body;
    content:"http|2d|equiv|3d 22|refresh|22|"; distance:0;
    content:"URL="; distance:0;
    content:"/0/0/0/"; distance:0;
    classtype:credential-theft;
    sid:2057280; rev:1;
    metadata:attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2024_11_05, deployment Perimeter, deployment SSLDecrypt, confidence Medium, signature_severity Major, tag Phishing, updated_at 2024_11_06, former_sid 2858896, 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.