APT_MAL_HP_iLO_Firmware_Dec21_1
Description
Detects suspicios ELF files with sections as described in malicious iLO Board analysis by AmnPardaz in December 2021
Query · yara
strings:
$s1 = ".newelf.elf.text" ascii
$s2 = ".newelf.elf.libc.so.data" ascii
$s3 = ".newelf.elf.Initial.stack" ascii
$s4 = ".newelf.elf.libevlog.so.data" ascii
condition:
filesize < 5MB and 2 of them or
all of them