Windows_Hacktool_SharpDump_7c17d8b1
Description
Windows.Hacktool.SharpDump
Query · yara
strings:
$guid = "9c9bba3-a0ea-431c-866c-77004802d" ascii wide nocase
$print_str0 = "Please use \"SharpDump.exe [pid]\" format" ascii wide
$print_str1 = "[*] Use \"sekurlsa::minidump debug.out\" \"sekurlsa::logonPasswords full\" on the same OS/arch" ascii wide
$print_str2 = "[+] Dumping completed. Rename file to \"debug{0}.gz\" to decompress" ascii wide
$print_str3 = "[X] Not in high integrity, unable to MiniDump!" ascii wide
condition:
$guid or all of ($print_str*)