Potentially Suspicious Ping/Copy Command Combination
Description
Detects uncommon and potentially suspicious one-liner command containing both "ping" and "copy" at the same time, which is usually used by malware.
Query · sigma
selection_cmd: - Image|endswith: \cmd.exe - OriginalFileName: Cmd.Exe selection_action: CommandLine|contains|all: - ping - 'copy ' selection_cli_1: CommandLine|contains|windash: ' -n ' selection_cli_2: CommandLine|contains|windash: ' -y ' condition: all of selection_*
Known false positives
- Unknown