ET MALWARE [DCSO] Andariel Exfil Activity


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/non_scientific/service.php"; bsize:27; fast_pattern;
http.request_body;
content:"id="; startswith;
content:"page="; distance:0;
content:"query="; distance:0;
content:"rep0="; distance:0;
Raw source ET MALWARE [DCSO] Andariel Exfil Activity · 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 [DCSO] Andariel Exfil Activity";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/non_scientific/service.php"; bsize:27; fast_pattern;
    http.request_body;
    content:"id="; startswith;
    content:"page="; distance:0;
    content:"query="; distance:0;
    content:"rep0="; distance:0;
    reference:url,medium.com/@DCSO_CyTec/49a9d04acbc6;
    classtype:trojan-activity;
    sid:2046077; rev:1;
    metadata:attack_target Client_Endpoint, created_at 2023_06_05, deployment Perimeter, malware_family Andarat, confidence High, signature_severity Major, tag Andariel, tag c2, updated_at 2023_06_05, mitre_tactic_id TA0011, mitre_tactic_name Command_And_Control, mitre_technique_id T1071, mitre_technique_name Application_Layer_Protocol;
)

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.