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