SC.EXE Query Execution
Description
Detects execution of "sc.exe" to query information about registered services on the system
Query · sigma
selection_img: Image|endswith: \sc.exe OriginalFileName: sc.exe selection_cli: CommandLine|contains: ' query' filter_optional_keybase: CommandLine: sc query dokan1 condition: all of selection_* and not 1 of filter_optional_*
Known false positives
- Legitimate query of a service by an administrator to get more information such as the state or PID
- Keybase process "kbfsdokan.exe" query the dokan1 service with the following commandline "sc query dokan1"