SigmaHQ/rules/windows/sysmon/sysmon_webshell_detection.yml
2017-02-19 11:08:40 +01:00

22 lines
541 B
YAML

title: Webshell Detection With Command Line Keywords
description: Detects certain command line parameters often used during reconnissaince activity via web shells
author: Florian Roth
logsource:
product: sysmon
detection:
selection:
EventLog: Microsoft-Windows-Sysmon/Operational
EventID: 1
ParentImage:
- '*\apache*'
- '*\tomcat*'
CommandLine:
- 'whoami'
- 'net user'
- 'ping -n'
condition: selection
falsepositives:
- unknown
level: high