System Disk And Volume Reconnaissance Via Wmic.EXE
Description
An adversary might use WMI to discover information about the system, such as the volume name, size, free space, and other disk information. This can be done using the 'wmic' command-line utility and has been observed being used by threat actors such as Volt Typhoon.
Query · sigma
selection_img: - Image|endswith: \WMIC.exe - OriginalFileName: wmic.exe selection_cli: - CommandLine|contains: - ' volumename' - ' logicaldisk' - CommandLine|contains|all: - path - win32_logicaldisk - CommandLine|contains|all: - ' volume' - ' list ' condition: all of selection_*
Known false positives
- Unknown