Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).

## Contributing