ET PHISHING Weebly Phishing Landing Observed 2015-11-10


Query · suricata

flow:established,from_server;
http.stat_code;
content:"200";
http.header;
content:"weebly.net|0d 0a|"; fast_pattern;
content:"X-W-DC|3a 20|";
http.content_type;
content:"text/html"; startswith;
file.data;
content:"form enctype=|22|multipart/form-data|22|"; nocase;
content:"VERIFY YOUR ACCOUNT BELOW FOR NEW UPGRADE"; nocase; distance:0;
content:"U$er Name"; nocase; distance:0;
content:"PASSW0RD"; nocase; distance:0;
content:"CONFIRM PASSW0RD"; nocase; distance:0;
Raw source ET PHISHING Weebly Phishing Landing Observed 2015-11-10 · 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 Weebly Phishing Landing Observed 2015-11-10";
    flow:established,from_server;
    http.stat_code;
    content:"200";
    http.header;
    content:"weebly.net|0d 0a|"; fast_pattern;
    content:"X-W-DC|3a 20|";
    http.content_type;
    content:"text/html"; startswith;
    file.data;
    content:"form enctype=|22|multipart/form-data|22|"; nocase;
    content:"VERIFY YOUR ACCOUNT BELOW FOR NEW UPGRADE"; nocase; distance:0;
    content:"U$er Name"; nocase; distance:0;
    content:"PASSW0RD"; nocase; distance:0;
    content:"CONFIRM PASSW0RD"; nocase; distance:0;
    classtype:social-engineering;
    sid:2031786; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2015_11_10, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, updated_at 2020_06_09;
)

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.