Kaspersky Threat Intelligence Portal unofficial API for Python
- Search by hash (md5, sha1, sha256)
- Search by IP address
- Search by domain
- Search by URL
- Upload samples
pip install kasperskytip
import kasperskytip
ks = kasperskytip.kaspersky_tip()
site = ks.search("google.com")
print(site.is_safe)
>>> True
Please, see the usage examples on readthedocs