ET MALWARE Linux/Agent.HX CnC Activity M2


Query · suricata

flow:established,to_client;
flowbits:isset,ET.LinuxAgent.HX;
flowbits:unset,ET.LinuxAgent.HX;
dsize:9;
content:"beatHeart"; fast_pattern;

Rule dependencies

Higher-order rule. It fires on other rules' alerts, not on raw events, so it cannot fire on its own. Deploy the rules it depends on too.

Depends on

Raw source ET MALWARE Linux/Agent.HX CnC Activity M2 · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $EXTERNAL_NET 1024: -> $HOME_NET any (
    msg:"ET MALWARE Linux/Agent.HX CnC Activity M2";
    flow:established,to_client;
    flowbits:isset,ET.LinuxAgent.HX;
    flowbits:unset,ET.LinuxAgent.HX;
    dsize:9;
    content:"beatHeart"; fast_pattern;
    reference:md5,3176bee52ecd305816b17fdb9db7335e;
    reference:url,twitter.com/michalmalik/status/1245347696065630210;
    classtype:command-and-control;
    sid:2029787; rev:2;
    metadata:affected_product Linux, attack_target Client_Endpoint, created_at 2020_04_01, deployment Perimeter, confidence High, signature_severity Major, updated_at 2020_04_01;
)

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.