Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattherix/viperdefender
ViperDefender detects and remove malware using virustotal anb by launching the in an azure sandbox
https://github.com/mattherix/viperdefender
Last synced: 29 days ago
JSON representation
ViperDefender detects and remove malware using virustotal anb by launching the in an azure sandbox
- Host: GitHub
- URL: https://github.com/mattherix/viperdefender
- Owner: Mattherix
- License: agpl-3.0
- Created: 2023-06-01T13:22:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T07:54:12.000Z (over 1 year ago)
- Last Synced: 2023-10-05T13:06:01.482Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 11 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ViperDefender
ViperDefender is a python based client that can be used to detect and remove malware from a system. It uses the [VirusTotal]() API to scan files and a cloud sandbox that test every file downloaded on the Computer. It also has a public API that can be used to scan files.## Table of Contents
- [ViperDefender](#viperdefender)
- [Table of Contents](#table-of-contents)
- [Requirements](#requirements)
- [Installation](#installation)
- [API](#api)
- [Contributing](#contributing)## Requirements
A computer using Windows 10™ or Windows 11™
[python 3 or higher](https://www.python.org/downloads/)
[pip](https://pypi.org/project/pip/)The api [url](https://viperdefense.azurewebsites.net/api/)
=======
## Installation
You can download and install the latest version of ViperDefender [here](https://github.com/Mattherix/ViperDefender/releases/tag/v1.0.0)## API
We also have a public API that can be used.
The client is depending on the API.
Here is the api [url](https://viperdefense.azurewebsites.net/api/) and an [example endpoint](https://viperdefense.azurewebsites.net/api/HttpTrigger2?name=test). You can find the Insomnia configuration [here](https://github.com/Mattherix/ViperDefender/blob/main/src/orchestrator/insomnia.config.json).