Potential KamiKakaBot Activity - Shutdown Schedule Task Creation
Description
Detects the creation of a schedule task that runs weekly and execute the "shutdown /l /f" command. This behavior was observed being used by KamiKakaBot samples in order to achieve persistence on a system.
Query · sigma
selection: Image|endswith: \schtasks.exe CommandLine|contains|all: - ' /create ' - shutdown /l /f - WEEKLY filter_main_system_user: User|contains: - AUTHORI - AUTORI condition: selection and not 1 of filter_main_*
Known false positives
- Unknown