1. Tool Start Parameters
  2. Domain Finder

Deprecated

You are viewing a deprecated version of our API Reference. Please visit the up-to-date documentation.

Domain Finder

Request

Parameters
Parameter
tool_id
Type
integer
required
true

The ID of this tool. The value is 390.

Parameter
target
Type
string
required
true

The domain name for which to find associated domains.

Parameter
tool_params
Type
dictionary
{
  "op": "start_scan",
  "tool_id": 390,
  "target": "bbc.com",
  "tool_params": {
    "do_ssl_search": "on",
    "do_whois": "on",
    "minimum_weight": 75
  }
}