ET MALWARE BunnyLoader 3.0 Initial Checkin Response


Query · suricata

flow:established,to_client;
flowbits:isset,ET.BunnyLoaderv3.Checkin;
http.stat_code;
content:"200";
http.content_len;
byte_test:0,=,12,0,string,dec;
http.response_body;
content:"ONLINE (NEW)"; fast_pattern;
isdataat:!1,relative;
target:dest_ip;

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 BunnyLoader 3.0 Initial Checkin Response · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE BunnyLoader 3.0 Initial Checkin Response";
    flow:established,to_client;
    flowbits:isset,ET.BunnyLoaderv3.Checkin;
    http.stat_code;
    content:"200";
    http.content_len;
    byte_test:0,=,12,0,string,dec;
    http.response_body;
    content:"ONLINE (NEW)"; fast_pattern;
    isdataat:!1,relative;
    reference:url,twitter.com/ViriBack/status/1757953408747569644;
    reference:md5,194118c43c65faad06bf5ff6cd9b52a2;
    classtype:trojan-activity;
    sid:2050886; rev:1;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, affected_product Windows_11, attack_target Client_and_Server, created_at 2024_02_15, deployment Perimeter, malware_family BunnyLoader, performance_impact Low, confidence High, signature_severity Major, updated_at 2024_02_15;
    target:dest_ip;
)

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.