Skip to content

Commit

Permalink
Update Arkei rule to match new samples
Browse files Browse the repository at this point in the history
  • Loading branch information
YungBinary committed Jan 10, 2025
1 parent c6ff6da commit d22e17d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions data/yara/CAPE/Arkei.yar
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ rule Arkei
}
$language_check = {
FF 15 ?? ?? ?? ??
0F B7 C0
89 45 ??
81 7D ?? 3F 04 ?? ??
7F
}
FF 15 ?? ?? ?? ??
0F B7 C0
89 45 ??
81 7D ?? 3F 04 ?? ??
7F
}
$ext1 = ".zoo" ascii
$ext2 = ".arc" ascii
Expand Down

0 comments on commit d22e17d

Please sign in to comment.