Files
blue-team-tools/rules/proxy/proxy_downloadcradle_webdav.yml
T

26 lines
684 B
YAML
Raw Normal View History

2018-05-16 13:05:15 +10:00
title: Windows WebDAV User Agent
2019-11-12 23:12:27 +01:00
id: e09aed7a-09e0-4c9a-90dd-f0d52507347e
2018-04-09 08:36:56 +02:00
status: experimental
2018-05-16 13:05:15 +10:00
description: Detects WebDav DownloadCradle
2018-04-09 08:36:56 +02:00
references:
- https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html
author: Florian Roth
date: 2018/04/06
logsource:
category: proxy
detection:
selection:
2019-12-07 00:11:33 +01:00
c-useragent: 'Microsoft-WebDAV-MiniRedir/*'
cs-method: 'GET'
2018-04-09 08:36:56 +02:00
condition: selection
fields:
- ClientIP
2019-12-07 00:11:33 +01:00
- c-uri
- c-useragent
- cs-method
2018-04-09 08:36:56 +02:00
falsepositives:
- Administrative scripts that download files from the Internet
- Administrative scripts that retrieve certain website contents
2018-05-16 13:05:15 +10:00
- Legitimate WebDAV administration
2018-04-09 08:36:56 +02:00
level: high