A very simple Python package for submitting files to VirusTotal for analysis
Project description
virustotal-python
A very simple implementation of the VirusTotal V3 API. You can examine files/urls/domains/IPs quickly by simply passing the filepath.
Installation
pip install vtpython
Quickstart
from vtpython import VirusTotalClient
client = VirtusTotalClient('YOUR-API-KEY')
file_report = client.get_file_report('PATH/TO/FILE')
url_report = client.get_url_report('URL')
domain_report = client.get_domain_report('DOMAIN')
ip_report = client.get_ip_address_report('IP')
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vtpython-2.7.tar.gz
(2.7 kB
view details)
File details
Details for the file vtpython-2.7.tar.gz.
File metadata
- Download URL: vtpython-2.7.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30784bfb467c341ffd271ff34eb43a367a6a72110aa352dc99b591a6fbf54b0c
|
|
| MD5 |
c5b889782f3ba489e6f71cd7c2cf1392
|
|
| BLAKE2b-256 |
1e1c8783b17f849105b9f30734f9eb6b104a238ab06986f18aec934f8275be77
|