ET PHISHING EDD Credential Phish Landing Page 2023-03-16 M1


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
file.data;
content:"sendEmail()"; distance:0;
content:"Thank you, your direct deposit funds is still pending"; distance:0; fast_pattern;
content:"caemail"; distance:0;
content:"capass"; distance:0;
content:"usrip"; distance:0;
content:"api.ipify.org"; distance:0;
Raw source ET PHISHING EDD Credential Phish Landing Page 2023-03-16 M1 · 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 EDD Credential Phish Landing Page 2023-03-16 M1";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    file.data;
    content:"sendEmail()"; distance:0;
    content:"Thank you, your direct deposit funds is still pending"; distance:0; fast_pattern;
    content:"caemail"; distance:0;
    content:"capass"; distance:0;
    content:"usrip"; distance:0;
    content:"api.ipify.org"; distance:0;
    classtype:credential-theft;
    sid:2044646; rev:2;
    metadata:created_at 2023_03_16, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2024_01_31;
)

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.