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.tar.gz
(1.4 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
vtpython-2-py3-none-any.whl
(1.4 kB
view details)
File details
Details for the file vtpython-2.tar.gz.
File metadata
- Download URL: vtpython-2.tar.gz
- Upload date:
- Size: 1.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b9371474afbae16be197e50a647dfcf79cff19eb2ddae2cabcd059c751462fd
|
|
| MD5 |
74f0d46b98349f86157361b195a2f2ee
|
|
| BLAKE2b-256 |
8f529d99ba946149b6af2ba437d384138fe0e548d1e5ebc94dc868c0c03275c0
|
File details
Details for the file vtpython-2-py3-none-any.whl.
File metadata
- Download URL: vtpython-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 |
838fb80030ec6ac5768657f26d112e4848a7541cf23b3d633180bdcfbc126f89
|
|
| MD5 |
6d29e80902bde91b61e1ce5137534160
|
|
| BLAKE2b-256 |
1a1365cfd18afead39eaddbad950d6ce721a27ff4a015121d37ba5d5511d09a6
|