Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silascutler/VirusTotalTools
- Owner: silascutler
- Created: 2013-05-10T02:31:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T21:24:33.000Z (over 6 years ago)
- Last Synced: 2024-04-09T18:04:12.807Z (7 months ago)
- Language: Python
- Size: 57.6 KB
- Stars: 33
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)