ET PHISHING Google Drive Phishing Landing Sept 3


Query · suricata

flow:established,from_server;
file_data;
content:"<title>Google Drive</title>"; fast_pattern;
content:"For security reasons"; distance:0;
content:"access shared files and folders"; distance:0;
content:"select your email provider below"; distance:0;
content:"-- Select your email provider --"; distance:0;
content:"G Mail"; distance:0;
content:"Others"; distance:0;
content:"Email:"; distance:0;
content:"Password:"; distance:0;
Raw source ET PHISHING Google Drive Phishing Landing Sept 3 · 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 Drive Phishing Landing Sept 3";
    flow:established,from_server;
    file_data;
    content:"<title>Google Drive</title>"; fast_pattern;
    content:"For security reasons"; distance:0;
    content:"access shared files and folders"; distance:0;
    content:"select your email provider below"; distance:0;
    content:"-- Select your email provider --"; distance:0;
    content:"G Mail"; distance:0;
    content:"Others"; distance:0;
    content:"Email:"; distance:0;
    content:"Password:"; distance:0;
    classtype:social-engineering;
    sid:2025004; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2015_09_09, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2022_03_17;
)

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.