Files
blue-team-tools/rules/windows/process_creation/process_creation_msdeploy.yml
T

35 lines
957 B
YAML
Raw Normal View History

2020-11-01 15:25:12 +03:00
title: Execute Files with Msdeploy.exe
2020-10-18 17:37:14 +03:00
status: experimental
2021-05-27 10:29:21 +02:00
id: 646bc99f-6682-4b47-a73a-17b1b64c9d34
2020-10-18 17:37:14 +03:00
author: Beyu Denis, oscd.community
date: 2020/10/18
2020-11-01 15:25:12 +03:00
description: Detects file execution using the msdeploy.exe lolbin
2020-10-18 17:37:14 +03:00
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:
2021-04-25 15:50:44 +02:00
CommandLine|contains|all:
2020-10-18 17:37:14 +03:00
- 'verb:sync'
- '-source:RunCommand'
- '-dest:runCommand'
Image|endswith:
- '\msdeploy.exe'
condition: selection
fields:
- ComputerName
- User
- CommandLine
2021-04-03 00:00:43 +02:00
- ParentCommandLine
2020-10-18 17:37:14 +03:00
falsepositives:
- System administrator Usage
2021-04-03 00:00:43 +02:00
- Penetration test
2021-04-25 15:50:44 +02:00
level: medium