Search
Search Stealer Logs (Legacy)
Searches stealer log databases for credential entries.
Response format: Returns LOG field with raw credential string, plus parsed fields.
GET
Search Stealer Database (Legacy)
What are Stealer Logs?
Stealer logs are data collected by information-stealing malware (infostealers) from infected computers. When a device gets infected, the malware captures:- Saved browser passwords and cookies
- Autofill data (emails, addresses, payment info)
- Discord tokens
- Cryptocurrency wallet files
- Screenshots
- System information
LOG Format
Stealer logs typically store credentials in a LOG format - a plain text line containing the URL, username, and password separated by delimiters:- Pipe:
| - Colon:
: - Semicolon:
; - Tab:
\t - Comma:
,
This is the legacy stealer search endpoint. For more advanced features including victim device information, use the V2 Stealer Search.
Smart Query Detection
Theq parameter uses smart detection to automatically determine your query type:
user@example.com→ searches as emailexample.com→ searches as domainjohn_doe→ searches as username
Search Stealer Database (Legacy)