mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
7602309138
* Converted (to generic sigma) rules * Converter outputs by default with indentation 4
25 lines
696 B
YAML
25 lines
696 B
YAML
title: MavInject Process Injection
|
|
status: experimental
|
|
description: Detects process injection using the signed Windows tool Mavinject32.exe
|
|
references:
|
|
- https://twitter.com/gN3mes1s/status/941315826107510784
|
|
- https://reaqta.com/2017/12/mavinject-microsoft-injector/
|
|
- https://twitter.com/Hexacorn/status/776122138063409152
|
|
author: Florian Roth
|
|
date: 2018/12/12
|
|
tags:
|
|
- attack.process_injection
|
|
- attack.t1055
|
|
- attack.signed_binary_proxy_execution
|
|
- attack.t1218
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
CommandLine: '* /INJECTRUNNING *'
|
|
condition: selection
|
|
falsepositives:
|
|
- unknown
|
|
level: critical
|