ET MALWARE Zberp/ZeusVM receiving config via image file (steganography) 2


Query · suricata

flow:from_server,established;
flowbits:isset,ET.Zberp;
file_data;
content:"0103F|00|"; distance:0;
content:"|ff fe|"; distance:-10; within:2;
byte_test:2,>,100,0,relative,little;
byte_extract:2,0,config_len,relative,little;
content:!"|00|"; distance:6; within:config_len;
pcre:"/^0103F\x00[^\x00]+(\xff\xd9)?$/R";

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 Zberp/ZeusVM receiving config via image file (steganography) 2 · 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 Zberp/ZeusVM receiving config via image file (steganography) 2";
    flow:from_server,established;
    flowbits:isset,ET.Zberp;
    file_data;
    content:"0103F|00|"; distance:0;
    content:"|ff fe|"; distance:-10; within:2;
    byte_test:2,>,100,0,relative,little;
    byte_extract:2,0,config_len,relative,little;
    content:!"|00|"; distance:6; within:config_len;
    pcre:"/^0103F\x00[^\x00]+(\xff\xd9)?$/R";
    reference:md5,7ba76b0ec1249b19a46e1603e5ab0a90;
    reference:url,blog.malwarebytes.org/security-threat/2014/02/hiding-in-plain-sight-a-story-about-a-sneaky-banking-trojan/;
    classtype:trojan-activity;
    sid:2021383; rev:3;
    metadata:created_at 2015_07_06, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2019_07_26;
)

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.