Gen_Net_LocalGroup_Administrators_Add_Command
Description
Detects an executable that contains a command to add a user account to the local administrators group
Query · yara
strings:
$x1 = /net localgroup administrators [a-zA-Z0-9]{1,16} \/add/ nocase ascii
condition:
( uint16(0) == 0x5a4d and filesize < 400KB and 1 of them )