ET PHISHING Generic Phish Landing Page (2023-10-26)


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
file.data;
content:"// made by";
content:"|22|HQ PAGE|22|"; distance:0;
content:"// Change telegram token and chat id to yours to get logs via telegram //"; distance:0;
Raw source ET PHISHING Generic Phish Landing Page (2023-10-26) · 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 Generic Phish Landing Page (2023-10-26)";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    file.data;
    content:"// made by";
    content:"|22|HQ PAGE|22|"; distance:0;
    content:"// Change telegram token and chat id to yours to get logs via telegram //"; distance:0;
    classtype:credential-theft;
    sid:2048919; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_10_26, deployment Perimeter, confidence Medium, signature_severity Major, tag Phishing, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_10_26, reviewed_at 2023_10_26, 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.