Privilege Escalation via Named Pipe Impersonation
Description
Detects a remote file copy attempt to a hidden network share. This may indicate lateral movement or data staging activity.
Query · sigma
selection_name: - Image|endswith: - \cmd.exe - \powershell.exe - OriginalFileName: - Cmd.Exe - PowerShell.EXE selection_args: CommandLine|contains|all: - echo - '>' - \\\\.\\pipe\\ condition: all of selection*
Known false positives
- Other programs that cause these patterns (please report)