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
Alexander McDonaldCreated Fri Jun 24Updated Fri Feb 03744a188b-0415-4792-896f-11ddb0588dbcwindows
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: selection
False Positives

Legitimate use of Msra.exe

Rule Metadata
Rule ID
744a188b-0415-4792-896f-11ddb0588dbc
Status
test
Level
high
Type
Detection
Created
Fri Jun 24
Modified
Fri Feb 03
Path
rules/windows/process_creation/proc_creation_win_msra_process_injection.yml
Raw Tags
attack.privilege-escalationattack.defense-evasionattack.t1055
View on GitHub