ET PHISHING Successful Orange Credential Phish 2022-07-07


Query · suricata

flow:established,to_server;
http.request_line;
content:"POST|20|/front/login|20|"; startswith; fast_pattern;
http.request_body;
content:"|7b 22|force|22 3a 22|"; startswith;
content:"|22 2c 22|login|22 3a 22|"; distance:0;
Raw source ET PHISHING Successful Orange Credential Phish 2022-07-07 · 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 Orange Credential Phish 2022-07-07";
    flow:established,to_server;
    http.request_line;
    content:"POST|20|/front/login|20|"; startswith; fast_pattern;
    http.request_body;
    content:"|7b 22|force|22 3a 22|"; startswith;
    content:"|22 2c 22|login|22 3a 22|"; distance:0;
    reference:md5,4c80bc4f11a19f74c381d18b091a46b4;
    classtype:credential-theft;
    sid:2037280; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2022_07_07, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_07_07;
)

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.