Files
blue-team-tools/rules/windows/sysmon/sysmon_web_folder_intergration.yml
T
2020-02-03 09:47:06 +07:00

31 lines
690 B
YAML

title: File Creation Webserver Root Folder
status: experimental
description: Detects a suspicious file creation in a web service root folder
author: Lep - VuNX
tags:
- attack.persistence
- attack.t1100
logsource:
category: process_creation
product: windows
detection:
selection:
TargetFileName:
- '*\wwwroot\\*'
- '*\wmpub\\*'
- '*\htdocs\\*'
- '*inetpub*'
EventID:
11
filter:
Image:
- '*explorer.exe'
blank:
Image: null
condition: selection and not filter and not blank
fields:
- TargetFileName
falsepositives:
- Deploy new codes
level: medium