APT_APT29_NOBELIUM_LNK_Samples_May21_1
Description
Detects link file characteristics as described in APT29 NOBELIUM report
Query · yara
strings:
$a1 = "rundll32.exe" wide
$sa1 = "IMGMountingService.dll" wide
$sa2 = "MountImgHelper" wide
$sb1 = "diassvcs.dll" wide
$sb2 = "InitializeComponent" wide
$sc1 = "MsDiskMountService.dll" wide
$sc2 = "DiskDriveIni" wide
$sd1 = "GraphicalComponent.dll" wide
$sd2 = "VisualServiceComponent" wide
$se1 = "data/mstu.dll,MicrosoftUpdateService" wide
condition:
uint16(0) == 0x004c and
filesize < 4KB and $a1 and
( all of ($sa*) or all of ($sb*) or all of ($sc*) or all of ($sd*) or all of ($se*) )