Giter Site home page Giter Site logo

dosx-dev / zeus-file-identifier Goto Github PK

View Code? Open in Web Editor NEW
40.0 2.0 1.0 48 KB

A signature engine that makes it possible to recognize a file type based on a template. Can be used by antiviruses

License: MIT License

Visual Basic .NET 100.00%
analysis detect-it-easy file identifier linux signature type windows zeus

zeus-file-identifier's Introduction

๐Ÿ”ฎ Zeus File Identifier (ZFI)

This program is designed to determine the file type using signatures according to certain rules. Can be used by antiviruses.

๐Ÿ“‘ About

This console program takes an argument --file which specifies the path to the file that needs to be examined. The output will contain the resulting format, description and some technical data (for example, the presence of compressed entropy data)

๐Ÿ’ผ Database rules format

{STRING_NAME}|{STRING_FILE_TYPE}|{STRING_DESCRIPTION}|{MASK_SIGNATURE}
  • Use ".."/"??" to indicate an unknown byte (like "0000..29..11...00")
  • Use the ' character to wrap an ASCII string (like "000000'String in the file!'000029")

The signature is read only from the beginning of the file.

Example of rule:

Lua Bytecode|Script|Lua machine code|1B'Lua'..00

๐Ÿง Run on Linux

Use the mono-complete package to use the program on Linux:

mono Zeus_File_Identifier.app --file "application.exe"

โœจ What about...

Detect It Easy will soon support Zeus File Identifier formats

zeus-file-identifier's People

Contributors

dosx-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.