Related Articles
API (TIP)
API-Overview
Overview
Welcome to the API documentation for our Threat Intelligence Platform. This API enables you to programmatically access threat data and manage custom indicators across your security infrastructure.
Base URL
1https://api.cybercheck360.comAuthentication
All API requests must be authenticated using an API key. Pass the key in the
Authorizationheader as a Bearer token.
🔧 Example Header
1X-API-KEY: <REPLACE_YOUR_API_KEY>What You Can Do with the API
Our API provides endpoints to:
IP Lookup:
- Retrieve reputation, geolocation, and threat intelligence for any IP address.
Domain Lookup:
- Query domains for associated threat data, DNS records, WHOIS info, and risk scores.
URL Lookup:
- Analyze URLs to detect phishing, malware, or suspicious behaviors.
Indicator List Management:
- Create, update, or delete custom lists of indicators of compromise (IOCs).
- Add or remove IPs, domains, and URLs from lists via API.
Use Cases
- Automate threat enrichment in your SIEM or SOAR platform.
- Build custom detection workflows.
- Centralize IOC list management.
- Investigate and block malicious entities in real-time.
Response Format
All responses are returned in JSON.
Success responses: HTTP200,201Auth errors: HTTP401Not found: HTTP404Validation errors: HTTP400