ET PHISHING Successful Office365 Credential Phish 2023-03-31


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/pope.php"; endswith;
http.request_body;
content:"|26|display|3d|page|26|ExtraLo1|3d|";
content:"Fingerprint|3d 26|ExtraLo2|3d|"; distance:0; fast_pattern;
content:"|26|Login|3d|Log|2b|In"; endswith;
Raw source ET PHISHING Successful Office365 Credential Phish 2023-03-31 · 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 Office365 Credential Phish 2023-03-31";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/pope.php"; endswith;
    http.request_body;
    content:"|26|display|3d|page|26|ExtraLo1|3d|";
    content:"Fingerprint|3d 26|ExtraLo2|3d|"; distance:0; fast_pattern;
    content:"|26|Login|3d|Log|2b|In"; endswith;
    classtype:credential-theft;
    sid:2044854; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_03_31, deployment Perimeter, performance_impact Low, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_04_05, reviewed_at 2024_01_02;
)

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.