mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
35 lines
957 B
YAML
35 lines
957 B
YAML
title: Execute Files with Msdeploy.exe
|
|
status: experimental
|
|
id: 646bc99f-6682-4b47-a73a-17b1b64c9d34
|
|
author: Beyu Denis, oscd.community
|
|
date: 2020/10/18
|
|
description: Detects file execution using the msdeploy.exe lolbin
|
|
references:
|
|
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Msdeploy.yml
|
|
- https://twitter.com/pabraeken/status/995837734379032576
|
|
- https://twitter.com/pabraeken/status/999090532839313408
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1218
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine|contains|all:
|
|
- 'verb:sync'
|
|
- '-source:RunCommand'
|
|
- '-dest:runCommand'
|
|
Image|endswith:
|
|
- '\msdeploy.exe'
|
|
condition: selection
|
|
fields:
|
|
- ComputerName
|
|
- User
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- System administrator Usage
|
|
- Penetration test
|
|
level: medium
|