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.2.tar.gz
(1.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vtpython-2.2.tar.gz.
File metadata
- Download URL: vtpython-2.2.tar.gz
- Upload date:
- Size: 1.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87f8d037390f275e229c069219a6a289830e470e8d6fe05c6ba40f23dcc97cf0
|
|
| MD5 |
d420c7d173855ee9c209077b7a852cb5
|
|
| BLAKE2b-256 |
bf06172c9f1e2996592cff455f8aaaec4514cd983de6e65e813179ec251c7ff2
|
File details
Details for the file vtpython-2.2-py3-none-any.whl.
File metadata
- Download URL: vtpython-2.2-py3-none-any.whl
- Upload date:
- Size: 1.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
097126a62c30ce1755604bcf36b91521fee1b0a4f696f165b4116482d8cd449f
|
|
| MD5 |
7f72d2df4e92af90410833b3eee9d6bf
|
|
| BLAKE2b-256 |
d134d03dc3bcabba5d0d4a3a9da0f6773f63874b4cf196b49a265982ecb95b21
|