Executable from Webdav
Detects executable access via webdav6. Can be seen in APT 29 such as from the emulated APT 29 hackathon https://github.com/OTRF/detection-hackathon-apt29/
Detection logic
selection_webdav
- c-useragent|contains: WebDAV
- c-uri|contains: webdavselection_executable
- resp_mime_types|contains: dosexec
- c-uri|endswith: .exeCondition
selection_webdav and selection_executableRaw YAML
title: Executable from Webdav
id: aac2fd97-bcba-491b-ad66-a6edf89c71bf
status: test
description: 'Detects executable access via webdav6. Can be seen in APT 29 such as from the emulated APT 29 hackathon https://github.com/OTRF/detection-hackathon-apt29/'
references:
- http://carnal0wnage.attackresearch.com/2012/06/webdav-server-to-download-custom.html
- https://github.com/OTRF/detection-hackathon-apt29
author: 'SOC Prime, Adam Swan'
date: 2020-05-01
modified: 2021-11-27
tags:
- attack.command-and-control
- attack.t1105
logsource:
product: zeek
service: http
detection:
selection_webdav:
- c-useragent|contains: 'WebDAV'
- c-uri|contains: 'webdav'
selection_executable:
- resp_mime_types|contains: 'dosexec'
- c-uri|endswith: '.exe'
condition: selection_webdav and selection_executable
falsepositives:
- Unknown
level: mediumFalse positives
- Unknown
References
Similar rules
AppX Package Installation Attempts Via AppInstaller.EXE
mediumwindows · Shares T1105
Arbitrary File Download Via GfxDownloadWrapper.EXE
mediumwindows · Shares T1105
Axios NPM Compromise File Creation Indicators - Linux
highlinux · Shares T1105
Axios NPM Compromise File Creation Indicators - MacOS
highmacos · Shares T1105