ET PHISHING Chase Phish Landing 2020-10-13


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
file.data;
content:"|0a|<!doctype|20|"; startswith;
content:".lollol|20|{|0d 0a|"; fast_pattern;
content:"|20|chase logo|22|></div>|0d 0a|";
Raw source ET PHISHING Chase Phish Landing 2020-10-13 · 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 Chase Phish Landing 2020-10-13";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    file.data;
    content:"|0a|<!doctype|20|"; startswith;
    content:".lollol|20|{|0d 0a|"; fast_pattern;
    content:"|20|chase logo|22|></div>|0d 0a|";
    classtype:social-engineering;
    sid:2031010; rev:2;
    metadata:created_at 2020_10_13, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_05_21;
)

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.