← Back to SOC feed Coverage →

NSISInstallerNullSoft

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

Hunt Hypothesis

This detection identifies the execution of Nullsoft’s NSIS installer, a common legitimate tool frequently leveraged by adversaries to package and deploy malicious payloads during the initial stages of an attack. Proactive hunting for this behavior in Azure Sentinel is essential to distinguish between routine software installations and potential supply chain compromises or fileless attacks that utilize standard installers to evade signature-based defenses.

YARA Rule

rule NSISInstallerNullSoft
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 83 EC 20 53 55 56 33 DB 57 89 5C 24 18 C7 44 24 10 [4] C6 44 24 14 20 FF 15 30 70 40 00 53 FF 15 80 72 40 00 68 [4] 68 [4] A3 [4] E8 [4] BE }

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 4 specific false positive scenarios for the NSISInstallerNullSoft detection rule in an enterprise environment, along with targeted filters and exclusions:

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