Netview_Hacktool
Description
Network domain enumeration tool - often used by attackers - file Nv.exe
Query · yara
strings:
$s1 = "[+] %ws - Target user found - %s\\%s" fullword wide
$s2 = "[*] -g used without group specified - using \"Domain Admins\"" fullword ascii
$s3 = "[*] -i used without interval specified - ignoring" fullword ascii
$s4 = "[+] %ws - Session - %s from %s - Active: %d - Idle: %d" fullword wide
$s5 = "[+] %ws - Backup Domain Controller" fullword wide
$s6 = "[-] %ls - Share - Error: %ld" fullword wide
$s7 = "[-] %ls - Session - Error: %ld" fullword wide
$s8 = "[+] %s - OS Version - %d.%d" fullword ascii
$s9 = "Enumerating Logged-on Users" fullword ascii
$s10 = ": Specifies a domain to pull a list of hosts from" fullword ascii
condition:
(uint16(0) == 0x5a4d and filesize < 500KB and 2 of them) or 3 of them