ET PHISHING Successful Generic Credential Phish 2022-06-01


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/bisadiatur.php"; bsize:15; fast_pattern;
http.request_body;
content:"email="; startswith;
content:"&password=";
Raw source ET PHISHING Successful Generic Credential Phish 2022-06-01 · 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 2022-06-01";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/bisadiatur.php"; bsize:15; fast_pattern;
    http.request_body;
    content:"email="; startswith;
    content:"&password=";
    reference:md5,66210bdd031b9e039c847ebbf356dd3c;
    classtype:credential-theft;
    sid:2036743; rev:1;
    metadata:created_at 2022_06_01, confidence Medium, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_06_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.