Detectionhightest

Suspect Svchost Activity

It is extremely abnormal for svchost.exe to spawn without any CLI arguments and is normally observed when a malicious process spawns the process and injects code into the process memory space.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
David BurkettCreated Sat Dec 28Updated Mon Jun 2716c37b52-b141-42a5-a3ea-bbe098444397windows
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 Logic2 selectors
detection:
    selection:
        CommandLine|endswith: 'svchost.exe'
        Image|endswith: '\svchost.exe'
    filter:
        - ParentImage|endswith:
              - '\rpcnet.exe'
              - '\rpcnetp.exe'
        - CommandLine: null  # no CommandLine value available
    condition: selection and not filter
False Positives

Rpcnet.exe / rpcnetp.exe which is a lojack style software. https://www.blackhat.com/docs/us-14/materials/us-14-Kamlyuk-Kamluk-Computrace-Backdoor-Revisited.pdf

Rule Metadata
Rule ID
16c37b52-b141-42a5-a3ea-bbe098444397
Status
test
Level
high
Type
Detection
Created
Sat Dec 28
Modified
Mon Jun 27
Path
rules/windows/process_creation/proc_creation_win_svchost_execution_with_no_cli_flags.yml
Raw Tags
attack.defense-evasionattack.privilege-escalationattack.t1055
View on GitHub