SUSP_ELF_SPARC_Hunting_SBZ_ModuleStruct
Description
This rule is UNTESTED against a large dataset and is for hunting purposes only.
Query · yara
strings:
$be = { 02 02 00 00 01 C1 00 07 }
$le = { 02 02 00 00 07 00 C1 01 }
condition:
uint32be(0) == 0x7f454c46 and ( $be or $le )