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

30 lines
739 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
2021-11-27 11:33:14 +01:00
status: test
2018-05-16 13:05:15 +10:00
description: Detects WebDav DownloadCradle
2018-04-09 08:36:56 +02:00
author: Florian Roth
2020-09-15 07:02:30 -06:00
references:
2021-11-27 11:33:14 +01:00
- https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html
date: 2018/04/06
modified: 2021/11/27
2018-04-09 08:36:56 +02:00
logsource:
2021-11-27 11:33:14 +01:00
category: proxy
2018-04-09 08:36:56 +02:00
detection:
2021-11-27 11:33:14 +01:00
selection:
c-useragent|startswith: 'Microsoft-WebDAV-MiniRedir/'
cs-method: 'GET'
condition: selection
2018-04-09 08:36:56 +02:00
fields:
2021-11-27 11:33:14 +01:00
- ClientIP
- c-uri
- c-useragent
- cs-method
2018-04-09 08:36:56 +02:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Administrative scripts that download files from the Internet
- Administrative scripts that retrieve certain website contents
- Legitimate WebDAV administration
2018-04-09 08:36:56 +02:00
level: high
2020-09-15 07:02:30 -06:00
tags:
2021-11-27 11:33:14 +01:00
- attack.command_and_control
- attack.t1071.001