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.8.tar.gz
(2.7 kB
view details)
File details
Details for the file vtpython-2.8.tar.gz.
File metadata
- Download URL: vtpython-2.8.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 |
5ef969435b02f35d6ac36900c04094e72a2c5ca9bd2bfbecdc28508d0b930d48
|
|
| MD5 |
e9d54239ce891610b4ae396f1b7a6b26
|
|
| BLAKE2b-256 |
d9919cd291b63af1cc2f5e73b9c4007c27b15be1f83e7fcd3a29b76a2f231173
|