decompressingyara

command module
v0.0.0-...-d38b06b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2023 License: Apache-2.0 Imports: 11 Imported by: 0

README

Decompressing Yara: For when your malware samples are stored compressed, but you still want to run rules against them.

Currently supports:

  • GZip
  • BZip2
  • LZMA (XZ)

Modules used:

Motivation: I've had to test Yara rules with malware which was compressed, but also on different systems, which may or may not have Yara installed. Maybe it was an older version of Yara. I've compiled the project statically against libyara, making my sysadmin life easier. Since it was useful to me, maybe someone else would benefit. Currently it only runs a rule file against a directory of files.

Future thoughts:

  • Files in archives, such as Zip and Tar.
  • Support for password-protected Zip and 7z files, and testing the usual passwords against them.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL