ET PHISHING HiYu - Victim Enrichment Response M1


Query · suricata

flow:established,to_client;
http.stat_code;
content:"200";
http.response_body;
content:"#aHR0cHM6Ly"; fast_pattern;
content:"aG9zdDot"; within:100;
target:src_ip;
Raw source ET PHISHING HiYu - Victim Enrichment Response M1 · 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 HiYu - Victim Enrichment Response M1";
    flow:established,to_client;
    http.stat_code;
    content:"200";
    http.response_body;
    content:"#aHR0cHM6Ly"; fast_pattern;
    content:"aG9zdDot"; within:100;
    reference:url,urlscan.io/result/26b88d69-0fea-4c63-9f29-3c53350c098e/;
    classtype:social-engineering;
    sid:2044319; rev:1;
    metadata:created_at 2023_02_24, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2023_02_24;
    target:src_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.