08e8d462fe
RED PILL 🔴 💊
24 lines
905 B
Text
24 lines
905 B
Text
/*
|
|
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
|
|
}
|