Detectionhightest

Suspicious Service Binary Directory

Detects a service binary running in a suspicious directory

Convert In Phoenix Studio

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

Launch
Florian Roth (Nextron Systems)Created Tue Mar 09Updated Sun Oct 09883faa95-175a-4e22-8181-e5761aeb373cwindows
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:
        Image|contains:
            - '\Users\Public\'
            - '\$Recycle.bin'
            - '\Users\All Users\'
            - '\Users\Default\'
            - '\Users\Contacts\'
            - '\Users\Searches\'
            - 'C:\Perflogs\'
            - '\config\systemprofile\'
            - '\Windows\Fonts\'
            - '\Windows\IME\'
            - '\Windows\addins\'
        ParentImage|endswith:
            - '\services.exe'
            - '\svchost.exe'
    condition: selection
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
883faa95-175a-4e22-8181-e5761aeb373c
Status
test
Level
high
Type
Detection
Created
Tue Mar 09
Modified
Sun Oct 09
Path
rules/windows/process_creation/proc_creation_win_susp_service_dir.yml
Raw Tags
attack.defense-evasionattack.t1202
View on GitHub