mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
16365b7793
Made the name a bit generic as WebDAV can be used by several download cradles. Added in HttpMethod as a select as GET requests makes for a great filter point with much less false positives.
25 lines
639 B
YAML
25 lines
639 B
YAML
title: Windows WebDAV User Agent
|
|
status: experimental
|
|
description: Detects WebDav DownloadCradle
|
|
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/*'
|
|
HttpMethod: 'GET'
|
|
condition: selection
|
|
fields:
|
|
- ClientIP
|
|
- URL
|
|
- UserAgent
|
|
- HttpMethod
|
|
falsepositives:
|
|
- Administrative scripts that download files from the Internet
|
|
- Administrative scripts that retrieve certain website contents
|
|
- Legitimate WebDAV administration
|
|
level: high
|