mandiant/capa-rules

rule idea: zlib fast inflate

Open

#494 aberto em 4 de nov. de 2021

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees) (234 forks)github user discovery
good first issuerule idea

Métricas do repositório

Stars
 (721 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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

Guia do colaborador