← Back to SOC feed Coverage →

LOCK98V10028keenvim

yara LOW Yara-Rules
community
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at Yara-Rules →
Retrieved: 2026-09-15T11:00:00Z · Confidence: medium

Hunt Hypothesis

This hypothesis targets the presence of the “keenvim” YARA signature, which likely indicates the deployment of a specific malware variant or tooling associated with the LOCK98V10028 identifier. Proactively hunting for this low-severity indicator in Azure Sentinel allows the SOC team to identify early-stage footholds or dormant payloads that may be used for lateral movement or data staging before they escalate to higher-impact activities.

YARA Rule

rule LOCK98V10028keenvim
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 E8 00 00 00 00 5D 81 [5] EB 05 E9 [4] EB 08 }

condition:
		$a0 at pe.entry_point
}

Deployment Notes

This YARA rule can be deployed in the following contexts:

This rule contains 1 string patterns in its detection logic.

False Positive Guidance

Original source: https://github.com/Yara-Rules/rules/blob/main/packers/packer.yar