Skip to main content

DarkRecon

DarkRecon helps you scan emails, phone numbers, or domains for breach intelligence and retrieve structured results by scan UUID.

Base URL

https://darkrecon.1337807.xyz

Authentication

DarkRecon uses an API key sent in the request header:
  • X-API-Key: <your_api_key>
See /darkrecon/authentication.

Typical workflow

  1. Start a scan: POST /scan with queries (emails/phones) or domain
  2. Store and track the returned scan_id
  3. Retrieve full results: GET /scan/{scan_id}