ET PHISHING Apple ID Phishing Landing 2015-08-19


Query · suricata

flow:to_client,established;
file_data;
content:"<title>"; nocase;
content:"My Apple ID"; fast_pattern; nocase; within:35;
Raw source ET PHISHING Apple ID Phishing Landing 2015-08-19 · 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 Apple ID Phishing Landing 2015-08-19";
    flow:to_client,established;
    file_data;
    content:"<title>"; nocase;
    content:"My Apple ID"; fast_pattern; nocase; within:35;
    classtype:social-engineering;
    sid:2031723; rev:3;
    metadata:created_at 2015_08_19, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.