Copy .DMP/.DUMP Files From Remote Share Via Cmd.EXE
Description
Detects usage of the copy builtin cmd command to copy files with the ".dmp"/".dump" extension from a remote share
Query · sigma
selection_img: - Image|endswith: \cmd.exe - OriginalFileName: Cmd.Exe selection_cli: CommandLine|contains|all: - 'copy ' - ' \\\\' CommandLine|contains: - .dmp - .dump - .hdmp condition: all of selection_*
Known false positives
- Unknown