Skip to content

clienthold/kaspersky-tip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🛡️ Kaspersky TIP API

Kaspersky Threat Intelligence Portal unofficial API for Python

✨ Features

  • 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

📝 Usage

Please, see the usage examples on readthedocs