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.
Quickstart
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-1.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
File details
Details for the file vtpython-1.2.tar.gz.
File metadata
- Download URL: vtpython-1.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 |
19cc247c85aa85d972fa8bcd0c47d822642dbfa464eec9ca2d9a91b5575a78ed
|
|
| MD5 |
f052de7ad60a9ec4c4e1e2c21c1a0fb3
|
|
| BLAKE2b-256 |
0c255ce4c72718559fae1f6c63b1abd0bbbdf82e74646043e0ae5fc1ab06c0c5
|
File details
Details for the file vtpython-1.2-py3-none-any.whl.
File metadata
- Download URL: vtpython-1.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 |
9c0468282b227ef17aadcb13f0d8e1290fab94ad34b46bfbb49239bb54058275
|
|
| MD5 |
7ad7967a46911b2e95364b32fca8b78e
|
|
| BLAKE2b-256 |
8787be733e46f4c2bc624493495bf52455b42b2adda27b82e773868c3e7c731a
|