This rule detects the presence of WIBU-Plus Key Manager software, a hardware security module often used for cryptographic key storage and management in enterprise environments. Proactively hunting for this signature helps the SOC team identify potential lateral movement or data exfiltration vectors where adversaries may leverage these specific key management tools to access sensitive cryptographic assets within the Azure Sentinel environment.
rule WIBUKeyV410Ahttpwibucomus
{
meta:
author="malware-lu"
strings:
$a0 = { F7 05 [4] FF 00 00 00 75 12 }
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.
wibukey service or its associated license manager (e.g., wibukey.exe or wibukeyd.exe) often initiates HTTP/HTTPS connections to wibu.com or specific regional license servers (like wibu.com/us) to validate floating licenses, check for updates, or report usage metrics.
wibukey.exe, wibukeyd.exe, or wibukey64.exe where the destination domain contains wibu.com or wibukey.com.wibukeyd.sys or wibukeyd.exe) may perform a one-time connectivity check to the WIBU-Systems cloud infrastructure to register the key ID or verify the license status before allowing application access.
wibukeyd service or processes running under the WIBU-Systems vendor name, specifically if the connection occurs within the first 5 minutes of system boot or key insertion.wibu.com or wibukey.com originating from known legacy application executables (e.g., nx.exe, catia.exe, solidworks.exe) that have the WIBU-Systems protection library (wibukey.dll) loaded