Files
blue-team-tools/rules/windows/sysmon/sysmon_webshell_detection.yml
T

26 lines
634 B
YAML
Raw Normal View History

2017-03-04 14:22:44 -08:00
title: Webshell Detection With Command Line Keywords
2017-02-19 00:31:59 +01:00
description: Detects certain command line parameters often used during reconnissaince activity via web shells
author: Florian Roth
logsource:
2017-03-13 09:23:08 +01:00
product: windows
service: sysmon
2017-02-10 19:17:02 +01:00
detection:
selection:
2017-02-15 23:53:08 +01:00
EventID: 1
ParentImage:
- '*\apache*'
- '*\tomcat*'
2017-03-04 14:22:44 -08:00
- '*\w3wp.exe'
- '*\php-cgi.exe'
- '*\nginx.exe'
- '*\httpd.exe'
CommandLine:
2017-02-15 23:53:08 +01:00
- 'whoami'
- 'net user'
- 'ping -n'
2017-03-04 14:22:44 -08:00
- 'systeminfo'
2017-02-10 19:17:02 +01:00
condition: selection
falsepositives:
- unknown
2017-02-16 18:02:26 +01:00
level: high