ET MALWARE CSharp SMB Scanner Assembly in PowerShell Inbound M1


Query · suricata

flow:established,from_server;
http.stat_code;
content:"200";
file.data;
content:"=|20|ReadSmbResponse|28|";
content:"|20|==|20|0x72|20|&&|20|"; within:400; fast_pattern;
content:"|20|==|20|00"; within:400;
Raw source ET MALWARE CSharp SMB Scanner Assembly in PowerShell Inbound M1 · 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 CSharp SMB Scanner Assembly in PowerShell Inbound M1";
    flow:established,from_server;
    http.stat_code;
    content:"200";
    file.data;
    content:"=|20|ReadSmbResponse|28|";
    content:"|20|==|20|0x72|20|&&|20|"; within:400; fast_pattern;
    content:"|20|==|20|00"; within:400;
    reference:md5,e5a9c413812b5217ef0da962668e9651;
    classtype:trojan-activity;
    sid:2027336; rev:4;
    metadata:affected_product Windows_XP_Vista_7_8_10_Server_32_64_Bit, created_at 2019_05_08, deployment Perimeter, deployment Internal, performance_impact Low, confidence High, signature_severity Major, updated_at 2020_11_18;
)

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.