Files
blue-team-tools/rules/web/proxy_generic/proxy_downloadcradle_webdav.yml
T

30 lines
791 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
2020-09-15 07:02:30 -06:00
references:
2022-10-25 10:08:58 +02:00
- https://mgreen27.github.io/posts/2018/04/02/DownloadCradle.html
2023-02-01 11:14:59 +01:00
author: Florian Roth (Nextron Systems)
2021-11-27 11:33:14 +01:00
date: 2018/04/06
modified: 2021/11/27
2022-10-25 10:08:58 +02:00
tags:
- attack.command_and_control
- attack.t1071.001
2018-04-09 08:36:56 +02:00
logsource:
2022-10-25 10:08:58 +02:00
category: proxy
2018-04-09 08:36:56 +02:00
detection:
2022-10-25 10:08:58 +02:00
selection:
c-useragent|startswith: 'Microsoft-WebDAV-MiniRedir/'
cs-method: 'GET'
condition: selection
2018-04-09 08:36:56 +02:00
fields:
2022-10-25 10:08:58 +02:00
- ClientIP
- c-uri
- c-useragent
- cs-method
2018-04-09 08:36:56 +02:00
falsepositives:
2022-10-25 10:08:58 +02: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