All Projects → starhopp3r → ML-Antivirus

starhopp3r / ML-Antivirus

Licence: AGPL-3.0 license
An antivirus powered by machine learning.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ML-Antivirus

antimalwareapp
Anti-malware for Android using machine learning
Stars: ✭ 206 (+543.75%)
Mutual labels:  antivirus, malware-detection
Batch-Antivirus
Batch Antivirus, a powerful antivirus suite written in batch with real-time protection and heuristical scanning.
Stars: ✭ 26 (-18.75%)
Mutual labels:  antivirus, malware-detection
MCAntiMalware
Anti-Malware for minecraft
Stars: ✭ 182 (+468.75%)
Mutual labels:  antivirus, malware-detection
MultiAV2
MultiAV scanner with Python and JSON REST API using Malice Docker AV Containers and Docker-Machine based Autoscaling
Stars: ✭ 30 (-6.25%)
Mutual labels:  antivirus, malware-detection
gitavscan
Git Anti-Virus Scan Action - Detect trojans, viruses, malware & other malicious threats.
Stars: ✭ 23 (-28.12%)
Mutual labels:  antivirus, malware-detection
Apkid
Android Application Identifier for Packers, Protectors, Obfuscators and Oddities - PEiD for Android
Stars: ✭ 999 (+3021.88%)
Mutual labels:  antivirus, malware-detection
NativePayload CBT
NativePayload_CallBackTechniques C# Codes (Code Execution via Callback Functions Technique, without CreateThread Native API)
Stars: ✭ 109 (+240.63%)
Mutual labels:  antivirus
WeDefend
⛔🛡️ WeDefend - Monitor and Protect Windows from Remote Access Trojan
Stars: ✭ 23 (-28.12%)
Mutual labels:  malware-detection
Kicomav
KicomAV is an open source (GPL v2) antivirus engine designed for detecting malware and disinfecting it.
Stars: ✭ 227 (+609.38%)
Mutual labels:  antivirus
Malwaremultiscan
Self-hosted VirusTotal / MetaDefender wannabe with API, demo UI and Scanners running in Docker.
Stars: ✭ 204 (+537.5%)
Mutual labels:  antivirus
Malware-Sample-Sources
Malware Sample Sources
Stars: ✭ 214 (+568.75%)
Mutual labels:  malware-detection
ClamAV.Managed
ClamAV bindings for the .NET Framework, Mono and PowerShell. ClamAV.Managed is a library written in C# for the .NET Framework and Mono, providing managed bindings for the libclamav interface. It includes ClamAV.Managed.PowerShell, a set of PowerShell cmdlets for ClamAV scanning. It comes with sample code for building a GUI virus scanner applicat…
Stars: ✭ 15 (-53.12%)
Mutual labels:  antivirus
binary viewer
A binary visualization tool to aid with reverse engineering and malware detection similar to Cantor.Dust
Stars: ✭ 55 (+71.88%)
Mutual labels:  malware-detection
clamd
Golang clamd (clamav daemon) client library
Stars: ✭ 23 (-28.12%)
Mutual labels:  antivirus
Veil
Veil 3.1.X (Check version info in Veil at runtime)
Stars: ✭ 2,949 (+9115.63%)
Mutual labels:  antivirus
clamfs
ClamFS is a FUSE-based user-space file system for Linux and BSD with on-access anti-virus file scanning
Stars: ✭ 29 (-9.37%)
Mutual labels:  antivirus
Armor
Armor is a simple Bash script designed to create encrypted macOS payloads capable of evading antivirus scanners.
Stars: ✭ 228 (+612.5%)
Mutual labels:  antivirus
Owlyshield
Owlyshield is an EDR framework designed to safeguard vulnerable applications from potential exploitation (C&C, exfiltration and impact))..
Stars: ✭ 281 (+778.13%)
Mutual labels:  antivirus
Rat-Hunter
detect trojans by easy way 🛡️
Stars: ✭ 24 (-25%)
Mutual labels:  malware-detection
Judge-Jury-and-Executable
A file system forensics analysis scanner and threat hunting tool. Scans file systems at the MFT and OS level and stores data in SQL, SQLite or CSV. Threats and data can be probed harnessing the power and syntax of SQL.
Stars: ✭ 66 (+106.25%)
Mutual labels:  antivirus

ML-Antivirus

Run

An antivirus powered by machine learning. The antivirus is first trained using 5 different machine learning algorithms and the best one is automatically chosen after training. The trained machine learning model is then saved for later use by the main script.

Usage

To train the antivirus,

python train.py

To run the antivirus,

python antivirus.py [PATH_TO_PE_FILE]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].