Files
blue-team-tools/rules/windows/process_creation/win_susp_execution_path_webserver.yml
T

33 lines
846 B
YAML
Raw Normal View History

title: Execution in Webserver Root Folder
2019-11-12 23:12:27 +01:00
id: 35efb964-e6a5-47ad-bbcd-19661854018d
status: experimental
description: Detects a suspicious program execution in a web service root folder (filter out false positives)
author: Florian Roth
tags:
- attack.persistence
2019-03-06 06:18:38 +01:00
- attack.t1100
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
Image:
- '*\wwwroot\\*'
- '*\wmpub\\*'
- '*\htdocs\\*'
filter:
Image:
- '*bin\\*'
- '*\Tools\\*'
- '*\SMSComponent\\*'
ParentImage:
- '*\services.exe'
condition: selection and not filter
fields:
2019-03-02 00:14:20 +01:00
- CommandLine
- ParentCommandLine
falsepositives:
2019-03-02 00:14:20 +01:00
- Various applications
- Tools that include ping or nslookup command invocations
level: medium