PowerShell_Suite_Eidolon
Description
Detects PowerShell Suite Eidolon script - file Start-Eidolon.ps1
Query · yara
strings:
$ = "[+] Eidolon entry point:" ascii
$ = "C:\\PS> Start-Eidolon -Target C:\\Some\\File.Path -Mimikatz -Verbose" fullword ascii
$ = "[Int16]$PEArch = '0x{0}' -f ((($PayloadBytes[($OptOffset+1)..($OptOffset)]) | % {$_.ToString('X2')}) -join '')" fullword ascii
condition:
uint16(0) == 0x7566 and filesize < 13000KB and 1 of them