ET MALWARE Fake Updates Victim Click Confirmation


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/r-pannel/stats.php?action="; startswith; fast_pattern;
content:"&folder="; distance:0;
http.content_type;
content:"application/json";
http.request_body;
content:"|7b 22|ip|22 3a 22|"; startswith;
target:src_ip;
Raw source ET MALWARE Fake Updates Victim Click Confirmation · 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 MALWARE Fake Updates Victim Click Confirmation";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/r-pannel/stats.php?action="; startswith; fast_pattern;
    content:"&folder="; distance:0;
    http.content_type;
    content:"application/json";
    http.request_body;
    content:"|7b 22|ip|22 3a 22|"; startswith;
    classtype:trojan-activity;
    sid:2069665; rev:1;
    metadata:affected_product Windows_Client, attack_target Client_Endpoint, tls_state TLSDecrypt, created_at 2026_06_05, deployment Perimeter, deployment SSLDecrypt, confidence Medium, signature_severity Major, updated_at 2026_06_05, mitre_tactic_id TA0001, mitre_tactic_name Initial_Access, mitre_technique_id T1566, mitre_technique_name Phishing;
    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.