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.
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
}
This YARA rule can be deployed in the following contexts:
This rule contains 1 string patterns in its detection logic.
Here are 4 specific false positive scenarios for the ThemidaWinLicenseV18XV19XOreansTechnologies detection rule, including suggested filters and exclusions:
Scenario: Automated License Validation by OREANS Enterprise Software
oreans.exe or related service processes (e.g., oreans-licensing-service) running on application servers perform daily automated checks against the Themida license server to validate software entitlements. These processes often load the specific Themida WinLicense DLLs, triggering the YARA signature during routine maintenance windows.C:\Program Files\Oreans Technologies\WinLicense\V18XV19X\oreans.exe and its child processes. Additionally, exclude network traffic from these specific ports (e.g., TCP 443 or custom OREANS ports) originating from known application server subnets during business hours.Scenario: Scheduled Deployment of Themida-Protected Applications via SCCM/Intune
ccmsetup.exe (SCCM) or Microsoft.IntuneManagementExtension.exe when they are executing commands related to “Oreans” or “Themida” installation packages.**Scenario: Endpoint Protection Scanning of Protected Binaries