Jupyter notebooks for exploring virus.exchange data.
Access to the API is handled via the `vxdb' Python wrapper. That wrapper is really just a slight fork of MWDB if you prefer it.
Clone vxdb
, enter the directory and run this to install it:
python3 -m pip install .
and if you want the CLI as well, run this after:
python3 -m pip install vxdb[cli]
Notebook | Description |
---|---|
0_Exploring_VXDB.ipynb | Starter notebook for exploring virus.exchange, which is VX Underground's malware repository based on mwdb.cert.pl. |