ET MALWARE Windows ipconfig Microsoft Windows DOS prompt command exit OUTBOUND


Query · suricata

flow:established,to_server;
content:"Windows IP Configuration|0d|"; fast_pattern;
content:"Ethernet adapter Local Area Connection|3a|"; distance:0;
content:"Physical Address";
content:"IP Address";
content:"Subnet Mask";
content:"Default Gateway";
Raw source ET MALWARE Windows ipconfig 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 ipconfig Microsoft Windows DOS prompt command exit OUTBOUND";
    flow:established,to_server;
    content:"Windows IP Configuration|0d|"; fast_pattern;
    content:"Ethernet adapter Local Area Connection|3a|"; distance:0;
    content:"Physical Address";
    content:"IP Address";
    content:"Subnet Mask";
    content:"Default Gateway";
    reference:md5,a22af4fc7fe011069704a15296634ca6;
    classtype:trojan-activity;
    sid:2019000; rev:4;
    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.