ET PHISHING Google Drive Phishing Landing M1 July 24 2015


Query · suricata

flow:to_client,established;
file_data;
content:"<title>Document Shared</title>"; nocase; fast_pattern;
content:"name=|22|GENERATOR|22 22|>"; nocase; distance:0;
content:"name=|22|HOSTING|22 22|>"; nocase; distance:0;
content:"Login with your email"; nocase; distance:0;
content:"Choose your email provider"; nocase; distance:0;
Raw source ET PHISHING Google Drive Phishing Landing M1 July 24 2015 · 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 M1 July 24 2015";
    flow:to_client,established;
    file_data;
    content:"<title>Document Shared</title>"; nocase; fast_pattern;
    content:"name=|22|GENERATOR|22 22|>"; nocase; distance:0;
    content:"name=|22|HOSTING|22 22|>"; nocase; distance:0;
    content:"Login with your email"; nocase; distance:0;
    content:"Choose your email provider"; nocase; distance:0;
    classtype:social-engineering;
    sid:2021535; rev:4;
    metadata:created_at 2015_07_27, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, 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.