virus.exchange wrapper for python
Project description
💽 VXAPI
virus.exchange wrapper for python
Installation
pip install vxapi
[!NOTE] Get your API key here
Usage
import vxapi
vx = vxapi.vxapi("ENTER YOUR API KEY")
sample = vx.get_sample("9f7b4bd7f9b3dff55e97516a19905cc6af88bae1817f1ad6e5e3e2ca7737f3dc")
print(sample.md5)
> ffdceadfc3973b02f15c0106122c7490
print(sample.sha256)
> 9f7b4bd7f9b3dff55e97516a19905cc6af88bae1817f1ad6e5e3e2ca7737f3dc
print(sample.sha512)
> a33fce3dcb3eb95a638b290757b3a613ca6a125ea324512de40658c62f7a0611775d5d802a6c4d45850c9a25974c2d5f279fd2f6b4ed75d11dc74e8c6f77111a
print(sample.type)
> None
print(sample.size)
> 131072
print(sample.first_seen)
> 2024-03-25 07:20:13+00:00
print(sample.download_link)
> https://s3[.]us-east-1[.]wasabisys[.]com/vxugmwdb/ ...
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vxapi-1.1.tar.gz
(2.4 kB
view details)
Built Distribution
vxapi-1.1-py3-none-any.whl
(2.7 kB
view details)
File details
Details for the file vxapi-1.1.tar.gz
.
File metadata
- Download URL: vxapi-1.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ccdefb96d71e299141a41f69d484ae37c9321e87489600b4ff548db4dd02ba1e |
|
MD5 | 284a0e0599655fbda27597be29a45a3b |
|
BLAKE2b-256 | 979df020a878b3fa60db58d1a59363906745c3a91d1746817e464ee18c639ffd |
File details
Details for the file vxapi-1.1-py3-none-any.whl
.
File metadata
- Download URL: vxapi-1.1-py3-none-any.whl
- Upload date:
- Size: 2.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ee0adfc090bc22b37f948e1d1afe2605158a832685eddc7e8bd840cc0fc6bfd |
|
MD5 | 4fa45acf13424da275092b502ec9e985 |
|
BLAKE2b-256 | 79e59e8a06b5c61ad7ea050e57116595535708d4ab92bbdff7a78e98f7a1f069 |