ET PHISHING Possible Websc Phishing Page 2016-02-05


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/websc-"; nocase; fast_pattern;
pcre:"/^(?:l(?:o(?:ading|gin)|imited)|(?:proccess|card)ing|b(?:illing|ank)|success)\.php/R";
Raw source ET PHISHING Possible Websc Phishing Page 2016-02-05 · 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 Possible Websc Phishing Page 2016-02-05";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/websc-"; nocase; fast_pattern;
    pcre:"/^(?:l(?:o(?:ading|gin)|imited)|(?:proccess|card)ing|b(?:illing|ank)|success)\.php/R";
    classtype:social-engineering;
    sid:2032014; rev:4;
    metadata:attack_target Client_Endpoint, created_at 2016_02_06, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2020_07_27;
)

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.