← Back to SOC feed Coverage →

NullsoftPiMPInstallSystemv1x

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

Hunt Hypothesis

This rule detects the execution of the Nullsoft PiMP installer, a component often associated with legacy or third-party software installations that may introduce unmonitored binaries into the environment. Proactively hunting for this activity allows the SOC team to identify potential supply chain risks or unauthorized software deployments that could serve as footholds for adversaries in the Azure Sentinel environment.

YARA Rule

rule NullsoftPiMPInstallSystemv1x
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 EC 0C 53 56 57 FF 15 [2] 40 00 05 E8 03 00 00 BE [3] 00 89 44 24 10 B3 20 FF 15 28 ?? 40 00 68 00 04 00 00 FF 15 [2] 40 00 50 56 FF 15 [2] 40 00 80 3D [3] 00 22 75 08 80 C3 02 BE [3] 00 8A 06 8B 3D [2] 40 00 84 C0 74 ?? 3A C3 74 }

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

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