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 virustotalapi 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.1.tar.gz
(1.5 kB
view details)
File details
Details for the file vtpython-2.1.tar.gz.
File metadata
- Download URL: vtpython-2.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d982aff3f0e04db83a68a154657f369c1419bc6ec41c1d58e6dc4d44112cd702
|
|
| MD5 |
6533758247672799d59e4d2ea2ca15ea
|
|
| BLAKE2b-256 |
72bc99169b96bb0a3fd8eed6f31700be4b895d268037ae48f05fc708e9191898
|