2018-05-16 03:05:15 +00:00
|
|
|
title: Windows WebDAV User Agent
|
2018-04-09 06:36:56 +00:00
|
|
|
status: experimental
|
2018-05-16 03:05:15 +00:00
|
|
|
description: Detects WebDav DownloadCradle
|
2018-04-09 06:36:56 +00:00
|
|
|
references:
|
|
|
|
- https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html
|
|
|
|
author: Florian Roth
|
|
|
|
date: 2018/04/06
|
|
|
|
logsource:
|
|
|
|
category: proxy
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
UserAgent: 'Microsoft-WebDAV-MiniRedir/*'
|
2018-05-16 03:05:15 +00:00
|
|
|
HttpMethod: 'GET'
|
2018-04-09 06:36:56 +00:00
|
|
|
condition: selection
|
|
|
|
fields:
|
|
|
|
- ClientIP
|
|
|
|
- URL
|
|
|
|
- UserAgent
|
2018-05-16 03:05:15 +00:00
|
|
|
- HttpMethod
|
2018-04-09 06:36:56 +00:00
|
|
|
falsepositives:
|
|
|
|
- Administrative scripts that download files from the Internet
|
|
|
|
- Administrative scripts that retrieve certain website contents
|
2018-05-16 03:05:15 +00:00
|
|
|
- Legitimate WebDAV administration
|
2018-04-09 06:36:56 +00:00
|
|
|
level: high
|