ET PHISHING Operation HookedWing Landing Page Observed


Query · suricata

flow:established,to_client;
http.response_body;
content:"const|20|resLG|20 3d 20|await|20|fetch"; fast_pattern;
content:"preloader|5f|container|5f|stef";
content:"window|2e|stef|2e|srv|5f|loc";
target:dest_ip;
Raw source ET PHISHING Operation HookedWing 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 Operation HookedWing Landing Page Observed";
    flow:established,to_client;
    http.response_body;
    content:"const|20|resLG|20 3d 20|await|20|fetch"; fast_pattern;
    content:"preloader|5f|container|5f|stef";
    content:"window|2e|stef|2e|srv|5f|loc";
    reference:url,socradar.io/blog/operation-hookedwing-4-year-phishing;
    classtype:credential-theft;
    sid:2069384; rev:1;
    metadata:affected_product Web_Browsers, attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2026_05_21, deployment Perimeter, deployment SSLDecrypt, malware_family HookedWing, confidence Medium, signature_severity Major, updated_at 2026_05_21, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
    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.