ET MALWARE TraderTraitor AlticGO CnC Checkin (POST)


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/update/";
http.user_agent;
content:"AlticGO/1.1.0"; nocase; fast_pattern;
Raw source ET MALWARE TraderTraitor AlticGO CnC Checkin (POST) · 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 TraderTraitor AlticGO CnC Checkin (POST)";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/update/";
    http.user_agent;
    content:"AlticGO/1.1.0"; nocase; fast_pattern;
    reference:url,gist.github.com/travisbgreen/01e1fdf239a9d302b14584bc82f68a2a;
    reference:url,www.cisa.gov/uscert/ncas/alerts/aa22-108a;
    classtype:trojan-activity;
    sid:2036410; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2022_04_27, deployment SSLDecrypt, performance_impact Low, confidence High, signature_severity Major, updated_at 2022_04_27;
)

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.