mimipenguin_1
Description
Detects Mimipenguin hack tool
Query · yara
strings:
$x1 = "self._strings_dump += strings(dump_process(target_pid))" fullword ascii
$x2 = "def _dump_target_processes(self):" fullword ascii
$x3 = "self._target_processes = ['sshd:']" fullword ascii
$x4 = "GnomeKeyringPasswordFinder()" ascii
condition:
( uint16(0) == 0x2123 and filesize < 20KB and 1 of them )