Comprehensive geolocation, DNS, threat intelligence, and security analysis platform
Choose from our comprehensive suite of security and intelligence tools
Get detailed geographic, network, and connection data for any IP address. Includes location coordinates, ISP info, and threat analysis.
Resolve domain names to IP addresses and verify DNS records. Support for A, MX, TXT, CNAME, and NS record types.
Generate cryptographic hashes using MD5, SHA1, SHA256, SHA512, and BLAKE2. Fast and reliable hash computation.
Decode and analyze JWT tokens without verification. Inspect headers, payloads, and signatures instantly.
Find active subdomains for target domains. Discover hidden assets and network infrastructure.
Check IP reputation against known threat databases. Identify malware, botnets, and abuse indicators.
Enterprise-grade security intelligence tools
Low-latency API responses optimized for real-time analysis and threat detection.
Enterprise-grade security with 99.9% uptime SLA and encrypted communications.
Access enriched intelligence from multiple threat databases and sources.
RESTful APIs with clear documentation and SDK support for popular languages.
Flexible pricing models starting free with generous rate limits for developers.
Real-time threat intelligence feeds and continuous database updates.
Flexible pricing tiers for every use case
All API requests require an API key. Include it in your request header: Authorization: Bearer YOUR_API_KEY
Click any section to view detailed API documentation and examples
🌍 IP Geolocation - Get detailed geographic, network, and connection data for any IP address
Usage:
curl "https://suicixde.xyz/API/V1/geoip?ip=8.8.8.8"
Parameters:
ip (optional): Target IP address. Defaults to your IP if omitted.
verbose (optional): Add verbose=1 for extended debugging
Response includes:
{ ip, type, location { country, region, city, coordinates }, network { ISP, ASN }, connection { type, mobile, proxy } }
🔍 DNS Lookup - Resolve domain names to IP addresses and verify DNS records
Usage:
curl "https://suicixde.xyz/API/V1/dns?domain=google.com"
Parameters:
domain (required): Domain to lookup
type (optional): A, MX, TXT, CNAME, NS - defaults to A record
Response includes:
{ domain, type, results [ { host, ip, ttl } ], query_time_ms }
🔐 Hash Generator - Generate cryptographic hashes (MD5, SHA1, SHA256, SHA512, BLAKE2)
Usage:
curl "https://suicixde.xyz/API/V1/hash?value=hello&algo=sha256"
Parameters:
value (required): String to hash
algo (optional): md5, sha1, sha256, sha512, blake2b - defaults to sha256
Response includes:
{ input, algorithm, hash, length, query_time_ms }
🎫 JWT Decoder - Decode and analyze JWT tokens without verification
Usage:
curl -X POST "https://suicixde.xyz/API/V1/jwt/decode" -d "token=YOUR_JWT_TOKEN"
Parameters:
token (required): JWT token to decode
Response includes:
{ token, header { alg, typ }, payload { claims }, signature, is_valid_format }
🎯 Subdomain Enumeration - Find subdomains for a target domain
Usage:
curl "https://suicixde.xyz/API/V1/subdomains?domain=google.com"
Parameters:
domain (required): Target domain
Response includes:
{ domain, subdomains [ { name, ip, resolved } ], total_found, query_time_ms }
⚠️ Threat Intelligence - Check IP reputation against known threat databases
Usage:
curl "https://suicixde.xyz/API/V1/threat?ip=192.168.1.1"
Parameters:
ip (required): IP address to check
Response includes:
{ ip, threat_level [ LOW, MEDIUM, HIGH ], flags [ malware, botnet, abuse ], sources, query_time_ms }
📊 API Status - Check health and uptime of the API platform
Usage:
curl "https://suicixde.xyz/API/V1/status"
Response includes:
{ status: "operational", uptime_hours, endpoints_active, response_time_ms, version }
Test our IP Geolocation API instantly - no account required