Common Information
Type Value
Value
import "pe"

rule ReflectiveLoader {
	meta:
		description = "Detects a unspecified hack tool, crack or malware using a reflective loader  no hard match  further investigation recommended"
		reference = "Internal Research"
		score = 60
	strings:
		$s1 = "ReflectiveLoader" ascii fullword
		$s2 = "ReflectivLoader.dll" ascii fullword
		$s3 = "?ReflectiveLoader@@"
	condition:
		uint16(0) == 0x5a4d and (1 of them or pe.exports("ReflectiveLoader") or pe.exports("_ReflectiveLoader@4") or pe.exports("?ReflectiveLoader@@YGKPAX@Z"))
}
Category
Type Yara Rule
Misp Type
Description
Details Published Attributes CTI Title
Details Website 2020-05-09 29 Lazarus group leverages Covid themed HWP Document