Skip to content

Commit

Permalink
Rescind Pikabot dynamic config capture as it's in plain text in the p…
Browse files Browse the repository at this point in the history
…ayload
  • Loading branch information
kevoreilly committed Mar 12, 2024
1 parent 1d1bfba commit 654bfc1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions analyzer/windows/data/yara/Pikabot.yar
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,6 @@ rule Pikahook
uint16(0) == 0x5A4D and 2 of them
}

rule Pikabot
{
meta:
author = "kevoreilly"
description = "Pikabot config extraction"
cape_options = "clear,bp0=$decode,action0=string:eax,count=0,force-sleepskip=1,typestring=Pikabot Config"
packed = "89dc50024836f9ad406504a3b7445d284e97ec5dafdd8f2741f496cac84ccda9"
strings:
$indirect = {31 C0 64 8B 0D C0 00 00 00 85 C9 74 01 40 50 8D 54 24 ?? E8 [4] A3 [4] 8B 25 [4] A1 [4] FF 15}
$decode = {29 D1 01 4B ?? 8D 0C 10 89 4B ?? 85 F6 74 02 89 16 83 C4 ?? 5B 5E [0-1] 5D C3}
condition:
uint16(0) == 0x5A4D and all of them
}

rule PikExport
{
meta:
Expand Down

0 comments on commit 654bfc1

Please sign in to comment.