Detectionmediumtest

Potential Command Line Path Traversal Evasion Attempt

Detects potential evasion or obfuscation attempts using bogus path traversal via the commandline

Convert In Phoenix Studio

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

Launch
Christian Burkard (Nextron Systems)Created Tue Oct 26Updated Wed Mar 291327381e-6ab0-4f38-b583-4c1b8346a56bwindows
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 Logic4 selectors
detection:
    selection_1:
        Image|contains: '\Windows\'
        CommandLine|contains:
            - '\..\Windows\'
            - '\..\System32\'
            - '\..\..\'
    selection_2:
        CommandLine|contains: '.exe\..\'
    filter_optional_google_drive:
        CommandLine|contains: '\Google\Drive\googledrivesync.exe\..\'
    filter_optional_citrix:
        CommandLine|contains: '\Citrix\Virtual Smart Card\Citrix.Authentication.VirtualSmartcard.Launcher.exe\..\'
    condition: 1 of selection_* and not 1 of filter_optional_*
False Positives

Google Drive

Citrix

Rule Metadata
Rule ID
1327381e-6ab0-4f38-b583-4c1b8346a56b
Status
test
Level
medium
Type
Detection
Created
Tue Oct 26
Modified
Wed Mar 29
Path
rules/windows/process_creation/proc_creation_win_susp_commandline_path_traversal_evasion.yml
Raw Tags
attack.defense-evasionattack.t1036
View on GitHub