ET MALWARE SilentSync-RAT CnC file tasking request


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri; bsize:8;
content:"/archivo"; fast_pattern;
http.user_agent;
content:"python-requests/"; startswith;
http.request_body;
content:"file="; startswith;
Raw source ET MALWARE SilentSync-RAT CnC file tasking request · 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 SilentSync-RAT CnC file tasking request";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri; bsize:8;
    content:"/archivo"; fast_pattern;
    http.user_agent;
    content:"python-requests/"; startswith;
    http.request_body;
    content:"file="; startswith;
    reference:url,www.zscaler.com/blogs/security-research/malicious-pypi-packages-deliver-silentsync-rat;
    classtype:trojan-activity;
    sid:2065806; rev:1;
    metadata:created_at 2025_11_18, signature_severity Unknown, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2025_11_18;
)

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.