Comprehensive API playground for searching compromised data from infostealer malware, ULPs (User Login Profiles), and public data breaches. Test endpoints, explore parameters, and integrate our powerful dark web monitoring capabilities into your applications.
GET /api/v1/search_infostealer_data
Purpose: Search through compromised credentials from infostealer malware
Data includes: Email addresses, passwords, URLs, domains, compromise dates, malware families
Search term (domain, email, password, etc.)
Leave empty to search all fields
Cannot be used together with Start/End Date filters
Test the API with your configured parameters
curl -X GET "https://api.mspdarkintel.com/api/v1/search_infostealer_data?query=example.com" \ -H "X-MSPDARKINTEL-TOKEN: YOUR_API_KEY" \ -H "Content-Type: application/json"