Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_lolbin_devinit.yml
T
2023-02-21 22:15:30 +01:00

25 lines
680 B
YAML

title: DevInit Lolbin Download
id: 90d50722-0483-4065-8e35-57efaadd354d
status: test
description: Detects a certain command line flag combination used by devinit.exe lolbin to download arbitrary MSI packages on a Windows system
references:
- https://twitter.com/mrd0x/status/1460815932402679809
author: Florian Roth (Nextron Systems)
date: 2022/01/11
tags:
- attack.execution
- attack.defense_evasion
- attack.t1218
logsource:
category: process_creation
product: windows
detection:
selection:
CommandLine|contains|all:
- ' -t msi-install '
- ' -i http'
condition: selection
falsepositives:
- Unknown
level: high