Skip to main content

Pyth3rNalisis is a malware analysis tool that searches for red flags in any file.

Project description

Pyth3rNalisis

Build Status PyPi Version License Contributions

Pyth3rNalisis is a powerful and modular Python-based analysis tool aimed at file analysis with a focus on malware detection. It is designed to be easily extensible, allowing users to add custom functionality through additional modules.

image

Features

  • Automated Malware Detection: Automatically detect potential malware based on file signatures and patterns.
  • Metadata Extraction: Extract and analyze metadata from various file formats.
  • Comprehensive Logging: Keep detailed logs of all analysis processes for audit and review purposes.
  • Modular Design: Custom modules can be integrated into the tool to extend its functionality.
  • Cross-Platform: Works on both Windows and Unix-based systems.

Directory Structure

The project is organized as follows:

Pyth3rNalisis/
│
├── docs/                        # Documentation files
│
├── examples/                    # Example scripts and files demonstrating the tool’s usage
│
├── src/                         # Source code of the project
│   ├── Pyth3rNalisis.py         # Main script to run the analysis tool
│   └── modules/                 # Directory for additional modules
│
└── tests/                       # Test files for validating the tool’s functionality
    ├── malware/                 # Test files containing malware-like signatures
    └── not_malware/             # Test files that do not contain malware

Installation

Via PyPI

pip install Pyth3rNalisis

Via Git [For Developers]

  1. Clone the repository:
    git clone https://github.com/Pyth3rEx/Pyth3rNalisis.git
    
  2. Navigate to the project directory:
    cd Pyth3rNalisis
    
  3. Create and activate a virtual environment:
    python3 -m venv env
    source env/bin/activate  # On Windows use \`env\Scripts\activate\`
    
  4. Install dependencies:
    pip install -r src/requirements.txt
    

Usage

To run the analysis tool and display it's options, execute the main script:

Pyth3rNalisis -h
  -h, --help              Show the help message for the app
  -f FILE, --file FILE    File to perform analisis on
  -e, --extension         Check for extension anomaly            | Will perform both a magic number analisis and a filetype analisis and present the results against the declared filetype
  -E, --entropy           Check for unusal entropy in file       | High entropy can indicate obfuscation or encryption of data in the file
  -H, --hashing           Perform hashing analisis on the file   | Will check the file's hash against publicly known malware hashes on online databases
  -m, --metadata          Check for metadata anomaly             | will return data dependent on the file type provided, will overline anomalies such as incoherent dates, author names and such

For more detailed usage, refer to the documentation in the `docs/` directory.

Contributing

Contributions are welcome! Please see the CONTRIBUTING for details.

License

This project is licensed under the GNU V3 License - see the LICENSE file for details.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyth3rnalisis-0.0.5.tar.gz (22.8 kB view details)

Uploaded Source

Built Distribution

Pyth3rNalisis-0.0.5-py3-none-any.whl (23.0 kB view details)

Uploaded Python 3

File details

Details for the file pyth3rnalisis-0.0.5.tar.gz.

File metadata

  • Download URL: pyth3rnalisis-0.0.5.tar.gz
  • Upload date:
  • Size: 22.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for pyth3rnalisis-0.0.5.tar.gz
Algorithm Hash digest
SHA256 35309573ebcb0bdc952729fd417f8e914beafaf729322bda9517592635ac89ce
MD5 3de4a5d421a48fa82e9e82666985ae13
BLAKE2b-256 11487e0898946e5e27169a32f66b163432b25f57a6e7b74c416064ce6b299bef

See more details on using hashes here.

File details

Details for the file Pyth3rNalisis-0.0.5-py3-none-any.whl.

File metadata

File hashes

Hashes for Pyth3rNalisis-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 d9f9257ee3f1830a56dd4cbb2fc74c56609d79f0b094c0ee9ebab4d7d07d8d93
MD5 dac20b93169134568cccb90b5965b251
BLAKE2b-256 1c4807fef4e39a9f5323de565ffdaebd035fffec2bb2ae8233fb9371ecb63d9d

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page