Kapeka Backdoor Execution Via RunDLL32.EXE
Description
Detects Kapeka backdoor process execution pattern, where the dropper launch the backdoor binary by calling rundll32 and passing the backdoor's first export ordinal (#1) with a "-d" argument.
Query · sigma
selection_img: - Image|endswith: \rundll32.exe - OriginalFileName: RUNDLL32.EXE selection_backdoor_path: CommandLine|contains: - :\ProgramData - \AppData\Local selection_backdoor_exec_1: CommandLine|contains|all: - .wll - '#1' - ' -d' selection_backdoor_exec_2: CommandLine|contains: .wll CommandLine|endswith: '#1' condition: selection_img and selection_backdoor_path and 1 of selection_backdoor_exec_*
Known false positives
- Unknown