mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 02:08:54 +00:00
30 lines
769 B
YAML
30 lines
769 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:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
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
|