← Back to SOC feed Coverage →

NorthStarPEShrinkerv13byLiuxingping

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 the presence of the NorthStar PE Shrinker v13 utility, which adversaries often leverage to obfuscate malicious payloads by compressing and encrypting executable files before deployment. Proactively hunting for this tool in Azure Sentinel is essential because its legitimate appearance can mask the initial stages of a supply chain attack or fileless malware campaign that relies on runtime decompression to evade traditional signature-based defenses.

YARA Rule

rule NorthStarPEShrinkerv13byLiuxingping
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 9C 60 E8 00 00 00 00 5D B8 B3 85 40 00 2D AC 85 40 00 2B E8 8D B5 73 ?? FF FF 8B 06 83 F8 00 74 11 8D B5 7F ?? FF FF 8B 06 83 F8 01 0F 84 F1 01 00 00 C7 06 01 00 00 00 8B D5 8B 85 4F ?? FF FF 2B D0 89 95 4F ?? FF FF 01 95 67 ?? FF FF 8D B5 83 ?? FF FF 01 }

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 NorthStarPEShrinkerv13byLiuxingping detection rule, tailored for a legitimate enterprise environment:

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