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

37 lines
1.1 KiB
YAML
Raw Normal View History

2022-06-30 16:40:01 +02:00
title: Suspicious MsiExec Embedding Parent
2022-04-16 16:22:39 +02:00
id: 4a2a2c3e-209f-4d01-b513-4155a540b469
status: experimental
description: Adversaries may abuse msiexec.exe to proxy the execution of malicious payloads
2022-04-16 16:22:39 +02:00
references:
2022-07-11 17:48:40 +01:00
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218.007/T1218.007.md
2022-04-16 16:22:39 +02:00
author: frack113
date: 2022/04/16
2022-07-14 17:35:50 +01:00
modified: 2022/07/14
2022-10-28 15:06:36 +02:00
tags:
- attack.t1218.007
- attack.defense_evasion
2022-04-16 16:22:39 +02:00
logsource:
product: windows
category: process_creation
detection:
2022-06-30 16:40:01 +02:00
selection:
Image|endswith:
2022-04-16 16:22:39 +02:00
- '\powershell.exe'
2022-07-14 17:35:50 +01:00
- '\pwsh.exe'
2022-04-16 16:22:39 +02:00
- '\cmd.exe'
ParentCommandLine|contains|all:
- 'MsiExec.exe'
- '-Embedding '
2022-06-30 16:40:01 +02:00
filter_splunk_ufw:
Image|endswith: ':\Windows\System32\cmd.exe'
CommandLine|contains: 'C:\Program Files\SplunkUniversalForwarder\bin\'
2022-07-07 18:20:10 +02:00
filter_vs:
- CommandLine|contains: '\DismFoDInstall.cmd'
- ParentCommandLine|contains|all:
- '\MsiExec.exe -Embedding '
- 'Global\MSI0000'
2022-06-30 16:40:01 +02:00
condition: selection and not 1 of filter*
2022-04-16 16:22:39 +02:00
falsepositives:
- Unknown
level: medium