← Back to SOC feed Coverage →

Petite14

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-20T23:00:00Z · Confidence: medium

Hunt Hypothesis

This detection identifies potential memory-resident threats by leveraging the Petite14 YARA signature to uncover stealthy adversary behaviors that evade traditional file-based scanning. Proactive hunting for this indicator in Azure Sentinel is essential to validate its presence across endpoints and prevent low-severity anomalies from escalating into undetected lateral movement or data exfiltration campaigns.

YARA Rule

rule Petite14
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 66 9C 60 50 8B D8 03 00 68 54 BC 00 00 6A 00 FF 50 14 8B CC }

condition:
		$a0
}

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 Petite14 detection rule, including suggested filters and exclusions tailored for an enterprise environment:

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