ET PHISHING Generic Financial Phish Landing 2017-12-21


Query · suricata

flow:from_server,established;
http.stat_code;
content:"200";
http.content_type;
content:"text/html"; startswith;
file.data;
content:"jQuery(function($)"; nocase; fast_pattern;
content:"#dob"; nocase; distance:0;
content:"mask"; nocase; within:10;
content:"placeholder"; nocase; within:30;
content:"#ssn"; nocase; within:50;
content:"mask"; nocase; within:10;
content:"placeholder"; nocase; within:30;
content:"#sortcode"; nocase; within:50;
content:"mask"; nocase; within:10;
content:"placeholder"; nocase; within:30;
Raw source ET PHISHING Generic Financial Phish Landing 2017-12-21 · 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 Financial Phish Landing 2017-12-21";
    flow:from_server,established;
    http.stat_code;
    content:"200";
    http.content_type;
    content:"text/html"; startswith;
    file.data;
    content:"jQuery(function($)"; nocase; fast_pattern;
    content:"#dob"; nocase; distance:0;
    content:"mask"; nocase; within:10;
    content:"placeholder"; nocase; within:30;
    content:"#ssn"; nocase; within:50;
    content:"mask"; nocase; within:10;
    content:"placeholder"; nocase; within:30;
    content:"#sortcode"; nocase; within:50;
    content:"mask"; nocase; within:10;
    content:"placeholder"; nocase; within:30;
    classtype:social-engineering;
    sid:2025663; rev:2;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2017_12_21, deployment Perimeter, confidence Medium, signature_severity Minor, 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.