Endpoint
All requests must include an
Authorization: Bearer YOUR_API_KEY header. See Authentication for details.GETPath:
/v1/cyber/checkBase URL:
https://api.fraudtraceai.com
Check a merchant domain or entity for dark web credential exposure, breach data, and attack surface signals. Supply the domain or entity ID you want to investigate and CyberTrace returns a consolidated risk picture — credential leaks found in stealer logs and combolists, open attack surface findings from passive reconnaissance, and active dark web chatter referencing your merchant.
Request
Query Parameters
The entity to check. Pass a domain name (e.g.
merchant-domain.com) or an internal entity ID assigned within your platform. CyberTrace resolves the value against indexed breach sources and attack surface data.Example Request
Planned Response
Whenstatus is EXPOSED, the response includes populated credential_leaks, attack_surface, and dark_web_mentions arrays alongside summary counts. When status is CLEAN, those arrays are empty and all counts are 0.
Response Fields
The entity value you passed in the request, echoed back for correlation.
Overall exposure verdict for this entity. Possible values:
EXPOSED— one or more active signals found across leaks, attack surface, or dark web sources.CLEAN— no signals found at the time of the check.
List of credential leak records found in indexed breach sources, stealer logs, and combolists that reference this entity.
Passive reconnaissance findings that indicate exposed or misconfigured infrastructure belonging to the entity.
Active dark web and underground channel references that name or implicate this entity.
Total number of credential leak records returned in
credential_leaks.Total number of attack surface findings returned in
attack_surface.Total number of dark web mentions returned in
dark_web_mentions.Use Case
Fraud typically follows compromise — a merchant’s credentials leak, attackers gain access, and fraudulent transactions appear days or weeks later. By the time your platform detects a fraud pattern, the damage is done. CyberTrace lets you move the detection window upstream. Call this endpoint as part of your merchant onboarding checks, run it on a scheduled basis across your merchant network, or trigger it reactively when a merchant reports suspicious activity. A response showing active stealer-log matches or live Telegram chatter referencing that merchant’s API keys is a strong signal to freeze the account, rotate credentials, and open an investigation — before fraud hits.CyberTrace indexes breach data with a focus on Indian payment ecosystem entities — UPI merchants, payment aggregators, fintech partners, and banking correspondents. Coverage will expand at launch.