ET MALWARE Windows net start Microsoft Windows DOS prompt command exit OUTBOUND


Query · suricata

flow:established,to_server;
content:"These Windows services are started|3a 0d|"; fast_pattern;
content:"The command completed successfully|2e|"; distance:0;
Raw source ET MALWARE Windows net start Microsoft Windows DOS prompt command exit OUTBOUND · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert tcp $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE Windows net start Microsoft Windows DOS prompt command exit OUTBOUND";
    flow:established,to_server;
    content:"These Windows services are started|3a 0d|"; fast_pattern;
    content:"The command completed successfully|2e|"; distance:0;
    reference:md5,a22af4fc7fe011069704a15296634ca6;
    classtype:trojan-activity;
    sid:2019001; rev:2;
    metadata:created_at 2014_08_26, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_03_17, reviewed_at 2024_03_20;
)

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.