ET PHISHING Paypal Phishing Landing 2018-01-18 M1


Query · suricata

flow:established,to_client;
http.header;
content:!"https://*.paypal.com";
file.data;
content:"|73 63 72 69 70 74 3a 20 6e 6f 64 65 2c 20 74 65 6d 70 6c 61 74 65 3a 20 20 2c 20 64 61 74 65 3a 20 4a 75 6c 20 33|";
content:"<title>Log in to your PayPal account</title>"; fast_pattern; nocase; distance:0;
Raw source ET PHISHING Paypal Phishing Landing 2018-01-18 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 Paypal Phishing Landing 2018-01-18 M1";
    flow:established,to_client;
    http.header;
    content:!"https://*.paypal.com";
    file.data;
    content:"|73 63 72 69 70 74 3a 20 6e 6f 64 65 2c 20 74 65 6d 70 6c 61 74 65 3a 20 20 2c 20 64 61 74 65 3a 20 4a 75 6c 20 33|";
    content:"<title>Log in to your PayPal account</title>"; fast_pattern; nocase; distance:0;
    classtype:social-engineering;
    sid:2025214; rev:3;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2018_01_18, deployment Perimeter, confidence Medium, signature_severity Minor, tag Phishing, updated_at 2020_11_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.