Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/silascutler/VirusTotalTools

Misc Tools for Virus Total Interaction
https://github.com/silascutler/VirusTotalTools

Last synced: 3 months ago
JSON representation

Misc Tools for Virus Total Interaction

Awesome Lists containing this project

README

        

Misc Tools for checking samples against Virus Total

# Tools

## VT_RuleMGR.py

Usage:
```
$ python VT_RuleMGR.py -h
usage: VT_RuleMGR.py [-h] [--list] [--create FILE] [--delete DELETE]

optional arguments:
-h, --help show this help message and exit
--list List names/ids of Yara rules stored on VT
--create FILE Add a Yara rule to VT (File Name used as RuleName
--delete DELETE Delete a Yara rule from VT (By Name)
```

Demo:

![Demo](repo_meta/demo.gif)