Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cookie0o/betterpyav

A Fast Python Antivirus/Scanner using C, auto updating Hashes from bazaar.abuse.ch (MalewareBazzar), Apis and ML
https://github.com/cookie0o/betterpyav

antivirus c hashes maleware-analysis md5 offline online python python-antivirus scanner virustotal virustotal-api virustotal-python

Last synced: 2 days ago
JSON representation

A Fast Python Antivirus/Scanner using C, auto updating Hashes from bazaar.abuse.ch (MalewareBazzar), Apis and ML

Awesome Lists containing this project

README

        



# betterPYAV

**better Python Antivirus/Scanner using local Hashes and api(s)**

## Features
- Always UpToDate Hashes from MalwareBazaar (also auto updating)
- Fast Hash scanning using C (.so)
- scanning using VirusTotal
- scanning using Meta Defender
- scanning using hashes from MalwareBazaar

![image](https://github.com/cookie0o/betterPYAV/assets/81589649/fc6d5ddd-428a-4891-9833-bf175c1a0a4f)

### Custom Hashes
**Notice: MD5 and .txt only!**
Just place your file in: `/dep/hashes/`


### Machine Learning (ML) Scan Info
Base [code](https://github.com/cookie0o/betterPYAV/blob/main/dep/ML/file_algo_check.py) and [Classifiers](https://github.com/cookie0o/betterPYAV/tree/main/dep/ML/classifiers) from:
[@Kiinitix](https://github.com/Kiinitix) on GitHub
[Kiinitix/Malware-Detection-using-Machine-learning](https://github.com/Kiinitix/Malware-Detection-using-Machine-learning)
This code is licensed under the Apache-2.0 license.

Huge Thanks!