ET PHISHING Successful Commerce Bank Phish 2022-07-30


Query · suricata

flow:established,to_server;
http.request_line;
content:"POST|20|/comm/data.php|20|"; startswith; fast_pattern;
http.request_body;
content:"username="; startswith;
content:"&password="; distance:0;
Raw source ET PHISHING Successful Commerce Bank Phish 2022-07-30 · 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 Commerce Bank Phish 2022-07-30";
    flow:established,to_server;
    http.request_line;
    content:"POST|20|/comm/data.php|20|"; startswith; fast_pattern;
    http.request_body;
    content:"username="; startswith;
    content:"&password="; distance:0;
    reference:md5,998520fc60bf156455dc09286d7436e1;
    classtype:credential-theft;
    sid:2037878; rev:1;
    metadata:created_at 2022_08_01, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_08_01;
)

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.