← Back to SOC feed Coverage →

VxKBDflags1024

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-08-30T11:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential keyboard hooking or input monitoring behaviors by analyzing specific virtualized keyboard flag anomalies that often indicate early-stage reconnaissance or credential harvesting activities. A SOC team should proactively hunt for these signals in Azure Sentinel to uncover stealthy adversaries who manipulate user input streams before triggering more obvious authentication events, thereby reducing the dwell time of undetected threats.

YARA Rule

rule VxKBDflags1024
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 8B EC 2E 89 2E 24 03 BC 00 04 8C D5 2E 89 2E 22 }

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

Here are 5 specific false positive scenarios for the VxKBDflags1024 detection rule, along with suggested filters and exclusions:

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