ET PHISHING Paypal Phishing Landing 2018-07-30


Query · suricata

flow:established,to_server;
threshold:type limit, track by_dst, count 1, seconds 30;
http.method;
content:"GET";
http.uri;
content:"/customer-IDPP00"; fast_pattern;
content:"/myaccount/signin/"; nocase; distance:0;
Raw source ET PHISHING Paypal Phishing Landing 2018-07-30 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET PHISHING Paypal Phishing Landing 2018-07-30";
    flow:established,to_server;
    threshold:type limit, track by_dst, count 1, seconds 30;
    http.method;
    content:"GET";
    http.uri;
    content:"/customer-IDPP00"; fast_pattern;
    content:"/myaccount/signin/"; nocase; distance:0;
    classtype:social-engineering;
    sid:2025919; rev:2;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2018_07_30, deployment Perimeter, confidence High, signature_severity Major, tag Phishing, updated_at 2020_08_25;
)

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.