An unofficial Python client for the Kaspersky Threat Intelligence Portal (TIP) API.
- 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
Install via PyPI:
pip install kasperskytipimport kasperskytip
# Initialize client
ks = kasperskytip.kaspersky_tip()
site = ks.search("google.com")
print(site.is_safe)See full examples and advanced usage on Read the Docs:
🔗 https://kaspersky-tip.readthedocs.io/en/latest/
This project is licensed under the GNU General Public License v3.0.