ET PHISHING HiYu - Request for User Specific Landing Page


Query · suricata

flow:established,to_server;
http.method;
content:"GET";
http.uri;
content:"/host|3a 2d|"; fast_pattern;
pcre:"/\x3a\d{4}\?/R";
target:src_ip;
Raw source ET PHISHING HiYu - Request for User Specific Landing Page · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET PHISHING HiYu - Request for User Specific Landing Page";
    flow:established,to_server;
    http.method;
    content:"GET";
    http.uri;
    content:"/host|3a 2d|"; fast_pattern;
    pcre:"/\x3a\d{4}\?/R";
    reference:url,urlscan.io/result/26b88d69-0fea-4c63-9f29-3c53350c098e/;
    classtype:trojan-activity;
    sid:2044322; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_02_24, deployment Perimeter, deployment SSLDecrypt, confidence Medium, 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.