ET MALWARE Matanbuchus Loader CnC M2


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:".php"; endswith;
http.content_type;
content:"application/x-www-form-urlencoded"; bsize:33;
http.user_agent;
content:"Windows-AzureAD-Authentication-Provider/"; startswith; fast_pattern;
threshold:type limit, track by_src, count 1, seconds 120;
Raw source ET MALWARE Matanbuchus Loader CnC M2 · 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 Matanbuchus Loader CnC M2";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:".php"; endswith;
    http.content_type;
    content:"application/x-www-form-urlencoded"; bsize:33;
    http.user_agent;
    content:"Windows-AzureAD-Authentication-Provider/"; startswith; fast_pattern;
    threshold:type limit, track by_src, count 1, seconds 120;
    reference:url,twitter.com/fr0s7_/status/1458823504925798408;
    classtype:command-and-control;
    sid:2034467; rev:3;
    metadata:attack_target Client_Endpoint, created_at 2021_11_16, deployment Perimeter, malware_family Matanbuchus, confidence High, signature_severity Major, updated_at 2021_12_02, mitre_tactic_id TA0010, mitre_tactic_name Exfiltration, mitre_technique_id T1041, mitre_technique_name Exfiltration_Over_C2_Channel;
)

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.