ET PHISHING ID.me Credential Theft Landing Page 2023-06-21


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
file.data;
content:"<title>"; distance:0;
content:"id.me"; distance:0; nocase;
content:"</title>"; distance:0;
content:"|3c|form|20|class|3d 22|new|5f|user|22 20|action|3d|"; distance:0; fast_pattern;
content:".php"; distance:0;
Raw source ET PHISHING ID.me Credential Theft Landing Page 2023-06-21 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET PHISHING ID.me Credential Theft Landing Page 2023-06-21";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    file.data;
    content:"<title>"; distance:0;
    content:"id.me"; distance:0; nocase;
    content:"</title>"; distance:0;
    content:"|3c|form|20|class|3d 22|new|5f|user|22 20|action|3d|"; distance:0; fast_pattern;
    content:".php"; distance:0;
    classtype:social-engineering;
    sid:2046501; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_06_21, deployment Perimeter, confidence High, signature_severity Major, tag Phishing, updated_at 2023_06_21, 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.