apt_RU_MoonlightMaze_wipe
Description
Rule to detect log cleaner based on wipe.c
Query · yara
strings: $a1="ERROR: Unlinking tmp WTMP file." $a2="USAGE: wipe [ u|w|l|a ] ...options..." $a3="Erase acct entries on tty : wipe a [username] [tty]" $a4="Alter lastlog entry : wipe l [username] [tty] [time] [host]" condition: (uint32(0)==0x464c457f) and (2 of them)