Powerkatz_DLL_Generic
Description
Detects Powerkatz - a Mimikatz version prepared to run in memory via Powershell (overlap with other Mimikatz versions is possible)
Query · yara
strings: $s1 = "%3u - Directory '%s' (*.kirbi)" fullword wide $s2 = "%*s pPublicKey : " fullword wide $s4 = "<3 eo.oe ~ ANSSI E>" fullword wide $s5 = "\\*.kirbi" wide $c1 = "kuhl_m_lsadump_getUsersAndSamKey ; kull_m_registry_RegOpenKeyEx SAM Accounts (0x%08x)" fullword wide $c2 = "kuhl_m_lsadump_getComputerAndSyskey ; kuhl_m_lsadump_getSyskey KO" fullword wide condition: ( uint16(0) == 0x5a4d and filesize < 1000KB and 1 of them ) or 2 of them