Skip to content

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

License

Notifications You must be signed in to change notification settings

cookie0o/betterPYAV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Custom Hashes

Notice: MD5 and .txt only!
Just place your file in: /dep/hashes/

Machine Learning (ML) Scan Info

Base code and Classifiers from:
@Kiinitix on GitHub
Kiinitix/Malware-Detection-using-Machine-learning
This code is licensed under the Apache-2.0 license.

Huge Thanks!