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

35 lines
887 B
YAML
Raw Normal View History

2020-11-01 15:25:12 +03:00
title: Execute Files with Msdeploy.exe
2021-05-27 10:29:21 +02:00
id: 646bc99f-6682-4b47-a73a-17b1b64c9d34
2021-11-27 11:33:14 +01:00
status: test
2020-11-01 15:25:12 +03:00
description: Detects file execution using the msdeploy.exe lolbin
2021-11-27 11:33:14 +01:00
author: Beyu Denis, oscd.community
2020-10-18 17:37:14 +03:00
references:
2021-11-27 11:33:14 +01:00
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OtherMSBinaries/Msdeploy.yml
- https://twitter.com/pabraeken/status/995837734379032576
- https://twitter.com/pabraeken/status/999090532839313408
date: 2020/10/18
modified: 2021/11/27
2020-10-18 17:37:14 +03:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2020-10-18 17:37:14 +03:00
detection:
2021-11-27 11:33:14 +01:00
selection:
CommandLine|contains|all:
- 'verb:sync'
- '-source:RunCommand'
- '-dest:runCommand'
Image|endswith:
- '\msdeploy.exe'
condition: selection
2020-10-18 17:37:14 +03:00
fields:
2021-11-27 11:33:14 +01:00
- ComputerName
- User
- CommandLine
- ParentCommandLine
2020-10-18 17:37:14 +03:00
falsepositives:
2021-11-27 11:33:14 +01:00
- System administrator Usage
2021-04-25 15:50:44 +02:00
level: medium
2021-11-27 11:33:14 +01:00
tags:
- attack.execution
- attack.t1218