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