Potential CommandLine Path Traversal Via Cmd.EXE
Description
Detects potential path traversal attempt via cmd.exe. Could indicate possible command/argument confusion/hijacking
Query · sigma
selection_img: - ParentImage|endswith: \cmd.exe - Image|endswith: \cmd.exe - OriginalFileName: cmd.exe selection_flags: - ParentCommandLine|contains: - /c - /k - /r - CommandLine|contains: - /c - /k - /r selection_path_traversal: - ParentCommandLine: /../../ - CommandLine|contains: /../../ filter_java: CommandLine|contains: \Tasktop\keycloak\bin\/../../jre\bin\java condition: all of selection_* and not 1 of filter_*
Known false positives
- Java tools are known to produce false-positive when loading libraries