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('PATH/TO/FILE')
domain_report = client.get_domain_report('PAATH/TO/FILE')
ip_report = client.get_ip_address_report('PATH/TO/FILE')
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.6.tar.gz
(2.7 kB
view details)
File details
Details for the file vtpython-2.6.tar.gz.
File metadata
- Download URL: vtpython-2.6.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 |
b8c617c52e8fb393d7f84936cf4a8e714d279d14189f2e83cafbab239c08b9ab
|
|
| MD5 |
f73d7c58286fec5da2b7d536c1931871
|
|
| BLAKE2b-256 |
a1a4ea88636222761e6dafd997d3429919203822806d72d9d2031c786b620141
|