Skip to content

clienthold/kaspersky-tip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Kaspersky TIP API Python Client

PyPI version Downloads

An unofficial Python client for the Kaspersky Threat Intelligence Portal (TIP) API.

✨ Features

  • Search by Hash: Lookup MD5, SHA1, or SHA256 hashes
  • Search by IP: Retrieve reputation and details for IP addresses
  • Search by Domain: Get threat intelligence for domains
  • Search by URL: Analyze URLs for malicious content
  • Sample Upload: Submit files for scanning

📥 Installation

Install via PyPI:

pip install kasperskytip

🚀 Quick Start

import kasperskytip

# Initialize client
ks = kasperskytip.kaspersky_tip()
site = ks.search("google.com")

print(site.is_safe)

📚 Usage Examples

See full examples and advanced usage on Read the Docs:

🔗 https://kaspersky-tip.readthedocs.io/en/latest/


⚖️ License

This project is licensed under the GNU General Public License v3.0.