Kaspersky TIP API documentationī
Kaspersky Threat Intelligence Portal unofficial API for Python
⨠Featuresī
Unlimited searches and uploads
Search by hash (md5, sha1, sha256)
Search by IP address
Search by domain
Search by URL
Upload samples
đĨ Installationī
pip install kasperskytip
âļī¸ Getting Startedī
import kasperskytip
ks = kasperskytip.kaspersky_tip()
site = ks.search("google.com")
print(site.is_safe)
>>> True