Windows: Detect kavremover-related LOLBIN command-line usage

Alerts on Windows process executions with 'run run-cmd' using kavremover/cleanapi-style LOLBIN invocation patterns.

FreeReviewedSigma · High · v2
Product
windows
Category
process_creation
Author
Nasreddine Bencherchali (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-11-01
Updated
2026-07-31
title: "Windows: Detect kavremover-related LOLBIN command-line usage"
id: c5f2aaab-27c6-42f7-af41-fb166b844539
status: test
description: This rule identifies process creation where the command line contains the substring ' run run-cmd ' and the parent process is not one of the expected kavremover or cleanapi executables. Such behavior can indicate misuse of a signed Kaspersky Lab Products Remover component as a LOLBIN to launch arbitrary commands or binaries. It relies on Windows process creation telemetry, specifically parent image paths and the full command line string.
references:
  - https://nasbench.medium.com/lolbined-using-kaspersky-endpoint-security-kes-installer-to-execute-arbitrary-commands-1c999f1b7fea
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_kavremover_uncommon_execution.yml
author: Nasreddine Bencherchali (Nextron Systems), Huntrule Team
date: 2022-11-01
tags:
  - attack.execution
  - attack.stealth
  - attack.t1127
logsource:
  product: windows
  category: process_creation
detection:
  selection:
    CommandLine|contains: " run run-cmd "
  filter_main_legit_parents:
    ParentImage|endswith:
      - \cleanapi.exe
      - \kavremover.exe
  condition: selection and not 1 of filter_main_*
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: d047726b-c71c-4048-a99b-2e2f50dc107d
    type: derived