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.5.tar.gz
(2.7 kB
view details)
File details
Details for the file vtpython-2.5.tar.gz.
File metadata
- Download URL: vtpython-2.5.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 |
5a87b77665a5f0b49f5df5d92be055a70e07ae2e77611269f6c29ea2595db4c7
|
|
| MD5 |
d1d503e90837ff9e6684a34a02e8f76f
|
|
| BLAKE2b-256 |
1cb0f5299baf71d32c47af20c03a24f1d414bec6cfbbf93bb9c9ee33186de928
|