ET PHISHING DeviceCode Phishing Landing Page Observed


Query · suricata

flow:established,to_client;
http.response_body;
content:"exclusive|20|Copilot|20|features|20|built";
content:"Follow|20|the|20|link|20|below|20|and|20|enter|20|the|20|code|3a|"; fast_pattern;
target:dest_ip;
Raw source ET PHISHING DeviceCode Phishing Landing Page Observed · 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 DeviceCode Phishing Landing Page Observed";
    flow:established,to_client;
    http.response_body;
    content:"exclusive|20|Copilot|20|features|20|built";
    content:"Follow|20|the|20|link|20|below|20|and|20|enter|20|the|20|code|3a|"; fast_pattern;
    classtype:social-engineering;
    sid:2069030; rev:2;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2026_04_27, deployment Perimeter, deployment SSLDecrypt, confidence Medium, signature_severity Critical, updated_at 2026_05_01;
    target:dest_ip;
)

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.