Skip to content

Documentation and parsers for different anti-virus quarantine formats.

Notifications You must be signed in to change notification settings

ernw/quarantine-formats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Quarantine Formats

Documentation and parsers for different anti-virus quarantine formats.

So far, I analyzed quarantine file formats of seven different AV software solutions.

  • Avira
  • Windows Defender
  • Malwarebytes
  • Symantec Endpoint Protection
  • G Data
  • Sophos Antivirus
  • Kaspersky for Windows Server

The documentation can be found in ./docs.

For binary file formats that require parsing, Kaitai Struct parser definition files can be found in ./formats.

License

The content of this repository is licensed under Creative Commons CC BY-SA 4.0.

Author: Florian Bausch, ERNW Research GmbH, https://ernw-research.de/

Improvements / Errors

If you find any errors or something to improve, please open an issue or create a pull request.

Remarks

If you want to make the parser definition files to work with Python, you need to use the Kaitai Struct runtime file from the current Github master branch (https://github.com/kaitai-io/kaitai_struct). The parser definition files make use of enums that are not yet supported in the most recent stable release (0.8).

About

Documentation and parsers for different anti-virus quarantine formats.

Resources

Stars

Watchers

Forks