← Back to SOC feed Coverage →

NullsoftInstallSystemv20b2v20b3

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

Hunt Hypothesis

This rule identifies the presence of Nullsoft Install System (NSIS) executable files, which are commonly used by adversaries to package and execute malicious payloads during initial access or lateral movement. Proactively hunting for these artifacts in Azure Sentinel allows the SOC team to detect potential supply chain compromises or unauthorized installer deployments that may bypass standard application whitelisting controls.

YARA Rule

rule NullsoftInstallSystemv20b2v20b3
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 EC 0C 53 55 56 57 FF 15 ?? 70 40 00 8B 35 ?? 92 40 00 05 E8 03 00 00 89 44 24 14 B3 20 FF 15 2C 70 40 00 BF 00 04 00 00 68 [3] 00 57 FF 15 [2] 40 00 57 FF 15 }

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