2019-01-16 22:36:31 +00:00
|
|
|
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
|
2019-03-05 22:25:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.persistence
|
2019-03-06 05:18:38 +00:00
|
|
|
- attack.t1100
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
Image:
|
|
|
|
- '*\wwwroot\\*'
|
|
|
|
- '*\wmpub\\*'
|
|
|
|
- '*\htdocs\\*'
|
|
|
|
filter:
|
|
|
|
Image:
|
|
|
|
- '*bin\\*'
|
|
|
|
- '*\Tools\\*'
|
|
|
|
- '*\SMSComponent\\*'
|
|
|
|
ParentImage:
|
|
|
|
- '*\services.exe'
|
|
|
|
condition: selection and not filter
|
2019-01-16 22:36:31 +00:00
|
|
|
fields:
|
2019-03-01 23:14:20 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- Various applications
|
|
|
|
- Tools that include ping or nslookup command invocations
|
2019-01-16 22:36:31 +00:00
|
|
|
level: medium
|