ET PHISHING Generic Phishing Landing M1 2017-02-13


Query · suricata

flow:from_server,established;
http.stat_code;
content:"200";
file.data;
content:"jQuery(function($)"; nocase;
content:"cc-number"; within:50; nocase; fast_pattern;
content:"formatCardNumber"; within:50;
content:"cc-exp"; nocase; distance:0;
content:"formatCardExpiry"; within:50;
content:"cc-cvc"; nocase; distance:0;
content:"formatCardCVC"; within:50;
Raw source ET PHISHING Generic Phishing Landing M1 2017-02-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 Generic Phishing Landing M1 2017-02-13";
    flow:from_server,established;
    http.stat_code;
    content:"200";
    file.data;
    content:"jQuery(function($)"; nocase;
    content:"cc-number"; within:50; nocase; fast_pattern;
    content:"formatCardNumber"; within:50;
    content:"cc-exp"; nocase; distance:0;
    content:"formatCardExpiry"; within:50;
    content:"cc-cvc"; nocase; distance:0;
    content:"formatCardCVC"; within:50;
    classtype:social-engineering;
    sid:2025658; rev:5;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2017_02_13, deployment Perimeter, 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.