ET PHISHING Successful Generic Credential Phish Activity POST


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/session-error-active/";
content:"/config/connect.php?id="; fast_pattern; distance:0;
content:"&ath="; distance:0;
http.request_body;
content:"&profile.long_session="; distance:0;
Raw source ET PHISHING Successful Generic Credential Phish Activity POST · 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 Generic Credential Phish Activity POST";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/session-error-active/";
    content:"/config/connect.php?id="; fast_pattern; distance:0;
    content:"&ath="; distance:0;
    http.request_body;
    content:"&profile.long_session="; distance:0;
    reference:md5,3a95182c1461c1f396795b328e879e4b;
    classtype:credential-theft;
    sid:2034274; rev:2;
    metadata:attack_target Client_Endpoint, created_at 2021_10_27, deployment Perimeter, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_10_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.