ET POLICY Powershell Activity Over SMB - Likely Lateral Movement


Query · suricata

flow:established,to_server;
content:"SMB"; depth:8;
content:"|00|p|00|o|00|w|00|e|00|r|00|s|00|h|00|e|00|l|00|l|00|.|00|e|00|x|00|e|00|"; nocase; distance:0;
Raw source ET POLICY Powershell Activity Over SMB - Likely Lateral Movement · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert smb any any -> $HOME_NET 445 (
    msg:"ET POLICY Powershell Activity Over SMB - Likely Lateral Movement";
    flow:established,to_server;
    content:"SMB"; depth:8;
    content:"|00|p|00|o|00|w|00|e|00|r|00|s|00|h|00|e|00|l|00|l|00|.|00|e|00|x|00|e|00|"; nocase; distance:0;
    classtype:trojan-activity;
    sid:2027202; rev:1;
    metadata:created_at 2019_04_16, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, 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.