ET PHISHING Paypal Phishing Landing Jan 09 2017


Query · suricata

flow:from_server,established;
http.stat_code;
content:"200";
http.content_type;
content:"text/html"; startswith;
file.data;
content:"<meta name=|22|description|22 20|content=|22 78 50 61 79 50 61 6c 5f 32 30 31 37|";
content:"|43 61 5a 61 4e 6f 56 61 31 36 33|"; within:50; fast_pattern;
Raw source ET PHISHING Paypal Phishing Landing Jan 09 2017 · 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 Jan 09 2017";
    flow:from_server,established;
    http.stat_code;
    content:"200";
    http.content_type;
    content:"text/html"; startswith;
    file.data;
    content:"<meta name=|22|description|22 20|content=|22 78 50 61 79 50 61 6c 5f 32 30 31 37|";
    content:"|43 61 5a 61 4e 6f 56 61 31 36 33|"; within:50; fast_pattern;
    classtype:social-engineering;
    sid:2023712; rev:4;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2017_01_09, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, tag Phishing, updated_at 2020_08_24;
)

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.