ET MALWARE Win32/Ropest.H CnC - INBOUND


Query · suricata

flow:established,from_server;
flowbits:isset,ET.Zberp;
dsize:24;
content:"|10 00 00 00 00 01 00 00|"; depth:8;

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 Win32/Ropest.H CnC - INBOUND · 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 any -> $HOME_NET any (
    msg:"ET MALWARE Win32/Ropest.H CnC - INBOUND";
    flow:established,from_server;
    flowbits:isset,ET.Zberp;
    dsize:24;
    content:"|10 00 00 00 00 01 00 00|"; depth:8;
    reference:md5,a0d843b52e33ba4f1dc72f5a28729806;
    classtype:command-and-control;
    sid:2025069; rev:1;
    metadata:created_at 2014_10_30, malware_family Win32_Ropest_H, confidence Medium, 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.