Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cookie0o/betterpyav
- Owner: cookie0o
- License: gpl-3.0
- Created: 2024-03-30T22:56:37.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-17T17:38:31.000Z (7 months ago)
- Last Synced: 2024-04-17T18:51:27.730Z (7 months ago)
- Topics: antivirus, c, hashes, maleware-analysis, md5, offline, online, python, python-antivirus, scanner, virustotal, virustotal-api, virustotal-python
- Language: Python
- Homepage:
- Size: 1.92 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!