ET PHISHING Successful BULLSreCaptcha Credential Phish M2 2024-10-18


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:".php?sslchannel=true&sessionid="; fast_pattern;
http.referer;
content:".php?sslchannel=true&sessionid=";
http.request_body;
content:"fullname="; startswith;
content:"&dob="; distance:0;
content:"&mobile="; distance:0;
content:"&address="; distance:0;
content:"&state="; distance:0;
content:"&postcode="; distance:0;
Raw source ET PHISHING Successful BULLSreCaptcha Credential Phish M2 2024-10-18 · 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 BULLSreCaptcha Credential Phish M2 2024-10-18";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:".php?sslchannel=true&sessionid="; fast_pattern;
    http.referer;
    content:".php?sslchannel=true&sessionid=";
    http.request_body;
    content:"fullname="; startswith;
    content:"&dob="; distance:0;
    content:"&mobile="; distance:0;
    content:"&address="; distance:0;
    content:"&state="; distance:0;
    content:"&postcode="; distance:0;
    reference:url,tria.ge/241017-h6nrjs1aqq/behavioral1;
    classtype:social-engineering;
    sid:2057279; rev:1;
    metadata:attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2024_10_18, deployment Perimeter, confidence High, signature_severity Critical, tag Phishing, updated_at 2024_11_06, former_sid 2858736, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
)

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.