This hypothesis targets the presence of the ShegerdDongleV478MSCo YARA signature, which likely indicates a specific malware implant or custom tooling used for initial access or persistence. Proactively hunting for this indicator in Azure Sentinel allows the SOC to identify compromised endpoints or suspicious file artifacts before the adversary can establish a foothold or execute further lateral movement within the environment.
rule ShegerdDongleV478MSCo
{
meta:
author="malware-lu"
strings:
$a0 = { E8 32 00 00 00 B8 [4] 8B 18 C1 CB 05 89 DA 36 8B 4C 24 0C }
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.
ShegerdDongleV478MSCo within its bytecode or resource bundle.
C:\Program Files\Oracle\Middleware\jre\lib\) or filter by file extension .jar and .class if the YARA rule is scanning memory or disk files.ShegerdDongleV478MSCo in its version resource or PE header, which is picked up by the YARA scan during routine file integrity checks.
svc_backup, vss_writer) or specific paths like C:\Program Files\Commvault\Gateway\ and C:\Program Files\Veeam\Backup and Replication\..zip or .7z) that contains a metadata file or embedded certificate with the string ShegerdDongleV478MSCo as part of a vendor-specific build tag, triggering the rule during the extraction or download phase.
.zip, .7z, .rar, or .cab if the rule is configured to scan archives, or filter by parent process powershell.exe or tar.exe when the file