2021-04-08 00:32:01 +02:00
title : Suspicious WebDav Client Execution
2021-05-27 10:29:21 +02:00
id : 2dbd9d3d-9e27-42a8-b8df-f13825c6c3d5
2020-10-12 18:13:13 -04:00
description : A General detection for svchost.exe spawning rundll32.exe with command arguments like C:\windows\system32\davclnt.dll,DavSetCookie. This could be an indicator of exfiltration or use of WebDav to launch code (hosted on WebDav Server).
status : experimental
date : 2020 /05/02
author : Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
tags :
- attack.exfiltration
- attack.t1048.003
references :
- https://github.com/OTRF/detection-hackathon-apt29/issues/17
- https://threathunterplaybook.com/evals/apt29/detections/7.B.4_C10730EA-6345-4934-AA0F-B0EFCA0C4BA6.html
logsource :
2020-10-12 22:11:01 -04:00
category : process_creation
2020-10-12 18:13:13 -04:00
product : windows
detection :
selection :
2021-04-08 00:32:01 +02:00
Image|endswith : '\rundll32.exe'
CommandLine|contains : 'C:\windows\system32\davclnt.dll,DavSetCookie'
2020-10-12 18:13:13 -04:00
condition : selection
falsepositives :
- unknown
level : medium