← Back to SOC feed Coverage →

InstallShieldCustom

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

Hunt Hypothesis

This detection identifies potential execution of custom InstallShield installers that may indicate an adversary leveraging legitimate software deployment mechanisms to establish persistence or deliver initial payloads within the environment. Proactive hunting for this behavior is essential in Azure Sentinel to distinguish between routine administrative installations and anomalous activity, ensuring early identification of supply chain compromises or stealthy malware introductions before they escalate into larger incidents.

YARA Rule

rule InstallShieldCustom
{
      meta:
		author="malware-lu"
strings:
		$a0 = { 55 8B EC 83 EC 44 56 FF 15 [2] 41 00 8B F0 85 F6 75 08 6A FF FF 15 [2] 41 00 8A 06 57 8B 3D [2] 41 00 3C 22 75 1B 56 FF D7 8B F0 8A 06 3C 22 74 04 84 C0 75 F1 80 3E 22 75 15 56 FF D7 8B }

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 5 specific false positive scenarios for the InstallShieldCustom 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