mirror of
https://github.com/keyboardcrunch/sentinelone-queries
synced 2026-06-08 17:07:13 +00:00
19 lines
634 B
YAML
19 lines
634 B
YAML
title: T1055 Process Injection
|
|
description: Detects Process Injection through execution of MavInject, filtering out
|
|
noisy/expected activity. SrcProcParentName filter narrows Cross Process items to
|
|
refine results.
|
|
author: keyboardcrunch
|
|
date: 10/10/2020
|
|
modified: 05/12/2020
|
|
mitre:
|
|
tactic: Defense Evasion, Privilege Escalation
|
|
technique: T1055
|
|
subtechnique:
|
|
operating_system: windows
|
|
query: (TgtProcName = "mavinject.exe" AND TgtProcCmdLine ContainsCIS "/injectrunning")
|
|
AND (SrcProcName Not In ("AppVClient.exe") AND SrcProcParentName Not In ("smss.exe"))
|
|
false_positives:
|
|
- Legitimate usage of MavInject
|
|
tags:
|
|
|