This detection identifies potential malicious activity involving the CrypKey V56 X DLL component from Kenonic Controls Ltd, which may indicate an adversary leveraging legitimate software for initial access or lateral movement within the environment. Proactive hunting is recommended to validate whether this specific DLL execution aligns with known business processes or represents a stealthy threat actor utilizing trusted binaries to evade standard security controls in Azure Sentinel.
rule CrypKeyV56XDLLKenonicControlsLtd
{
meta:
author="malware-lu"
strings:
$a0 = { 8B 1D [4] 83 FB 00 75 0A E8 [4] E8 }
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 3-5 specific false positive scenarios for the CrypKeyV56XDLLKenonicControlsLtd detection rule, along with suggested filters and exclusions:
Scenario: Legitimate Deployment of Kenonic Controls via SCCM/Intune
CrypKeyV56X.dll) on disk.ccmsetup.exe, msiexec.exe, or intuneagent.exe) and restrict it to specific User Contexts (e.g., DOMAIN\IT-Admin or SYSTEM). Additionally, exclude file paths under the standard installation directory: C:\Program Files\Kenonic Controls\CrypKey\.Scenario: Automated Backup of Cryptographic Keys by Veeam/Commvault
CrypKeyV56X.dll file, causing the YARA rule to trigger on the file access event even though no new installation is occurring.vssrpl.exe, commvaultagent.exe). Alternatively, add an exclusion for the specific file path if it resides in a dedicated backup staging folder