← Back to SOC feed Coverage →

ThemidaWinLicenseV18XV19XOreansTechnologies

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

Hunt Hypothesis

This detection identifies the presence of Orean Technologies’ WinLicense licensing module (versions 18 and 19), which adversaries often leverage to obfuscate legitimate software or hide malicious components within authorized applications. Proactively hunting for this signature in Azure Sentinel allows the SOC team to distinguish between genuine enterprise license usage and potential supply chain compromises where attackers inject malicious code into trusted licensing frameworks.

YARA Rule

rule ThemidaWinLicenseV18XV19XOreansTechnologies
{
      meta:
		author="malware-lu"
strings:
		$a0 = { B8 [4] 60 0B C0 74 68 E8 00 00 00 00 58 05 53 00 00 00 80 38 E9 75 13 61 EB 45 DB 2D [4] FF FF FF FF FF FF FF FF 3D [4] 00 00 58 25 00 F0 FF FF 33 FF 66 BB [2] 66 83 [2] 66 39 18 75 12 0F B7 50 3C 03 D0 BB [4] 83 C3 ?? 39 1A 74 07 2D [4] EB DA 8B F8 B8 [4] 03 C7 B9 [4] 03 CF EB 0A B8 [4] B9 [4] 50 51 E8 [4] E8 [4] 58 2D [4] B9 [4] C6 00 E9 83 E9 05 89 48 01 61 E9 }

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 ThemidaWinLicenseV18XV19XOreansTechnologies detection rule, including suggested filters and exclusions:

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