HKTL_BlackBone_DriverInjector
Description
Detects BlackBone Driver injector
Query · yara
strings:
$s1 = "=INITtH=PAGEtA" fullword ascii
$s2 = "BBInjectDll" fullword ascii
$s3 = "LdrLoadDll" fullword ascii
$s4 = "\\??\\pipe\\%ls" fullword wide
$s5 = "Failed to retrieve Kernel base address. Aborting" fullword ascii
$x2 = "BlackBone: %s: APC injection failed with status 0x%X" fullword ascii
$x3 = "BlackBone: PDE_BASE/PTE_BASE not found " fullword ascii
$x4 = "%s: Invalid injection type specified - %d" fullword ascii
$x6 = "Trying to map C:\\windows\\system32\\cmd.exe into current process" fullword wide
$x7 = "\\BlackBoneDrv\\bin\\" ascii
$x8 = "DosDevices\\BlackBone" wide
condition:
uint16(0) == 0x5a4d and filesize < 8000KB and (3 of them or 1 of ($x*))