ET PHISHING Possible Chase Phishing Landing - Title over non SSL


Query · suricata

flow:established,to_client;
file_data;
content:"<title>Chase Online - Identification</title>"; fast_pattern; nocase;
Raw source ET PHISHING Possible Chase Phishing Landing - Title over non SSL · 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 Possible Chase Phishing Landing - Title over non SSL";
    flow:established,to_client;
    file_data;
    content:"<title>Chase Online - Identification</title>"; fast_pattern; nocase;
    classtype:social-engineering;
    sid:2025674; rev:4;
    metadata:created_at 2015_12_01, 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.