ET PHISHING Successful Gmail Phish 2016-12-06


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:".php"; endswith;
http.header;
content:"Content-Type|3a 20|multipart/form-data|3b|";
http.request_body;
content:"form-data|3b 20|name=|22|Email"; nocase;
content:"form-data|3b 20|name=|22|Pass"; fast_pattern; distance:0; nocase;
content:"form-data|3b 20|name=|22|Recovery"; distance:0; nocase;
content:"form-data|3b 20|name=|22|mobile"; distance:0; nocase;
Raw source ET PHISHING Successful Gmail Phish 2016-12-06 · 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 Successful Gmail Phish 2016-12-06";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:".php"; endswith;
    http.header;
    content:"Content-Type|3a 20|multipart/form-data|3b|";
    http.request_body;
    content:"form-data|3b 20|name=|22|Email"; nocase;
    content:"form-data|3b 20|name=|22|Pass"; fast_pattern; distance:0; nocase;
    content:"form-data|3b 20|name=|22|Recovery"; distance:0; nocase;
    content:"form-data|3b 20|name=|22|mobile"; distance:0; nocase;
    classtype:credential-theft;
    sid:2032652; rev:9;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, created_at 2016_12_06, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Critical, tag Phishing, updated_at 2024_04_15, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
)

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.