ET MALWARE DownloaderExchanger/Cbeplay Variant Checkin


Query · suricata

flow:to_server,established;
http.method;
content:"POST";
http.uri;
content:"/ldrctl.php"; endswith;
http.request_body;
content:"os="; depth:3; nocase;
content:"&ver="; nocase; distance:0;
content:"&idx="; nocase; distance:0;
content:"&user="; nocase; distance:0;
content:"&ioctl="; nocase; fast_pattern; distance:0;
content:"&data="; nocase; distance:0;
Raw source ET MALWARE DownloaderExchanger/Cbeplay Variant Checkin · 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 DownloaderExchanger/Cbeplay Variant Checkin";
    flow:to_server,established;
    http.method;
    content:"POST";
    http.uri;
    content:"/ldrctl.php"; endswith;
    http.request_body;
    content:"os="; depth:3; nocase;
    content:"&ver="; nocase; distance:0;
    content:"&idx="; nocase; distance:0;
    content:"&user="; nocase; distance:0;
    content:"&ioctl="; nocase; fast_pattern; distance:0;
    content:"&data="; nocase; distance:0;
    reference:url,www.microsoft.com/security/portal/Threat/Encyclopedia/Entry.aspx?Name=TrojanDownloader%3aWin32%2fCbeplay.B;
    reference:url,www.secureworks.com/research/threats/ppi/;
    classtype:command-and-control;
    sid:2010217; rev:11;
    metadata:created_at 2010_07_30, signature_severity Major, updated_at 2020_10_29;
)

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.