Sensitive File Dump Via Wbadmin.EXE
Description
Detects the dump of highly sensitive files such as "NTDS.DIT" and "SECURITY" hive. Attackers can leverage the "wbadmin" utility in order to dump sensitive files that might contain credential or sensitive information.
Query · sigma
selection_img: - Image|endswith: \wbadmin.exe - OriginalFileName: WBADMIN.EXE selection_backup: CommandLine|contains: - start - backup selection_path: CommandLine|contains: - \config\SAM - \config\SECURITY - \config\SYSTEM - \Windows\NTDS\NTDS.dit condition: all of selection_*
Known false positives
- Legitimate backup operation by authorized administrators. Matches must be investigated and allowed on a case by case basis.