Sneed-Reactivity/yara-Neo23x0/gen_invoke_mimikatz.yar

25 lines
905 B
Text
Raw Normal View History

/*
Yara Rule Set
Author: Florian Roth
Date: 2016-07-19
Identifier: Invoke-Mimikatz
*/
/* Rule Set ----------------------------------------------------------------- */
rule Invoke_Mimikatz {
meta:
description = "Detects Invoke-Mimikatz String"
license = "Detection Rule License 1.1 https://github.com/Neo23x0/signature-base/blob/master/LICENSE"
author = "Florian Roth (Nextron Systems)"
reference = "https://github.com/clymb3r/PowerShell/tree/master/Invoke-Mimikatz"
date = "2016-08-03"
hash1 = "f1a499c23305684b9b1310760b19885a472374a286e2f371596ab66b77f6ab67"
id = "37de51a6-e1bb-5ee7-9b7f-8fe17b3697b5"
strings:
$x2 = "TVqQAAMAAAAEAAAA//8AALgAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGAEAAA4fug4AtAnNIbgBTM0hVGhpcyBwcm" ascii
$x3 = "Write-BytesToMemory -Bytes $Shellcode1 -MemoryAddress $GetCommandLineWAddrTemp" fullword ascii
condition:
1 of them
}