Detectionhightest
Potential Process Injection Via Msra.EXE
Detects potential process injection via Microsoft Remote Asssistance (Msra.exe) by looking at suspicious child processes spawned from the aforementioned process. It has been a target used by many threat actors and used for discovery and persistence tactics
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic1 selector
detection:
selection:
ParentImage|endswith: '\msra.exe'
ParentCommandLine|endswith: 'msra.exe'
Image|endswith:
- '\arp.exe'
- '\cmd.exe'
- '\net.exe'
- '\netstat.exe'
- '\nslookup.exe'
- '\route.exe'
- '\schtasks.exe'
- '\whoami.exe'
condition: selectionFalse Positives
Legitimate use of Msra.exe
MITRE ATT&CK
Rule Metadata
Rule ID
744a188b-0415-4792-896f-11ddb0588dbc
Status
test
Level
high
Type
Detection
Created
Fri Jun 24
Modified
Fri Feb 03
Author
Path
rules/windows/process_creation/proc_creation_win_msra_process_injection.yml
Raw Tags
attack.privilege-escalationattack.defense-evasionattack.t1055