Windows_Hacktool_DarkLoadLibrary_c25ee4eb
Description
Windows.Hacktool.DarkLoadLibrary
Query · yara
strings:
$guid = "3DDD52BB-803A-40E7-90E4-A879A873DD8B" ascii wide nocase
$print_str0 = "LocalLdrGetProcedureAddress: failed to resolve address of: %s" ascii fullword
$print_str1 = "Not implemented yet, sorry" wide
$print_str2 = "Failed to link module to PEB: %s" ascii wide fullword
$print_str3 = "Failed to resolve imports: %s" ascii wide fullword
$print_str4 = "Failed to map sections: %s" ascii wide fullword
$print_str5 = "Failed to open local DLL file" wide fullword
$print_str6 = "Failed to get DLL file size" wide fullword
$print_str7 = "Failed to allocate memory for DLL data" wide fullword
$print_str8 = "Failed to read data from DLL file" wide fullword
$print_str9 = "Failed to close handle on DLL file" wide
condition:
$guid or 4 of ($print_str*)