mandiant/capa-rules

rule idea: zlib fast inflate

Open

#494 建立於 2021年11月4日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人) (234 fork)github user discovery
good first issuerule idea

倉庫指標

Star
 (721 star)
PR 合併指標
 (PR 指標待抓取)

描述

see source: https://github.com/madler/zlib/blob/master/contrib/masmx86/inffas32.asm

I've seen this code used in shellcode; we can hit on the hard-coded strings or the assembly itself.

strings:

  • Fast decoding Code from Chris Anderson
  • invalid literal/length code
  • invalid distance code
  • invalid distance too far back

貢獻者指南