ET MALWARE Possible Net Crawler SMB Share Access ascii (Operation Cleaver)


Query · suricata

flow:established,to_server;
content:"|FF|SMB"; offset:4; depth:4;
byte_test:1,&,0x80,6,relative;
content:"_AutoShare$"; distance:0;
Raw source ET MALWARE Possible Net Crawler SMB Share Access ascii (Operation Cleaver) · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp any any -> any [139,445] (
    msg:"ET MALWARE Possible Net Crawler SMB Share Access ascii (Operation Cleaver)";
    flow:established,to_server;
    content:"|FF|SMB"; offset:4; depth:4;
    byte_test:1,&,0x80,6,relative;
    content:"_AutoShare$"; distance:0;
    reference:md5,8994e16b14cde144a9cebdff685d8676;
    reference:url,www0.cylance.com/assets/Cleaver/Cylance_Operation_Cleaver_Report.pdf;
    classtype:trojan-activity;
    sid:2019930; rev:1;
    metadata:created_at 2014_12_13, confidence Medium, signature_severity Major, 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.