Files
blue-team-tools/rules/windows/process_creation/win_susp_execution_path_webserver.yml
T
Thomas Patzke 7602309138 Increased indentation to 4
* Converted (to generic sigma) rules
* Converter outputs by default with indentation 4
2019-03-02 00:14:20 +01:00

29 lines
755 B
YAML

title: Execution in Webserver Root Folder
status: experimental
description: Detects a suspicious program execution in a web service root folder (filter out false positives)
author: Florian Roth
logsource:
category: process_creation
product: windows
detection:
selection:
Image:
- '*\wwwroot\\*'
- '*\wmpub\\*'
- '*\htdocs\\*'
filter:
Image:
- '*bin\\*'
- '*\Tools\\*'
- '*\SMSComponent\\*'
ParentImage:
- '*\services.exe'
condition: selection and not filter
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- Various applications
- Tools that include ping or nslookup command invocations
level: medium