Files
blue-team-tools/rules/windows/sysmon/sysmon_web_folder_intergration.yml
T
2019-08-28 10:12:01 +07:00

31 lines
696 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_lc:
- '*\wwwroot\\*'
- '*\wmpub\\*'
- '*\htdocs\\*'
- '*inetpub*'
EventID:
11
filter:
Image_lc:
- '*explorer.exe'
blank:
Image: null
condition: selection and not filter and not blank
fields:
- TargetFileName
falsepositives:
- Deploy new codes
level: medium