SigmaHQ/rules/windows/sysmon/sysmon_webshell_detection.yml

21 lines
486 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:
EventID: 1
ParentImage:
- '*\apache*'
- '*\tomcat*'
CommandLine:
- 'whoami'
- 'net user'
- 'ping -n'
condition: selection
falsepositives:
- unknown
level: high