Skip to main content
  1. Tool Start Parameters
  2. Domain Finder

Domain Finder

Request parameters

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
Parameter
tool_params.minimum_weight
Type
integer
default
 
30
The certainty (or the weight) that a domain should have in order to remain in the final list of results. The value can be between 0 and 100.
Parameter
tool_params.do_ssl_search
Type
string
default
 
"on"
Searches Certificate Transparency Logs for certificates having the target domain as alt name. The value can be "on" or "off".
Parameter
tool_params.do_builtwith
Type
string
default
 
"on"
Searches BuiltWith relationships (e.g. Google Analytics Tags) for potentially related domains. The value can be "on" or "off".
Parameter
tool_params.do_whois
Type
string
default
 
"on"
Finds the company and contact email of the target domain with a Whois lookup and then does a reverse lookup on them. The value can be "on" or "off".
{
  "op": "start_scan",
  "tool_id": 390,
  "target": "bbc.com",
  "tool_params": {
    "do_ssl_search": "on",
    "do_whois": "on",
    "minimum_weight": 75
  }
}
{
  "op": "start_scan_by_targetid",
  "tool_id": 390,
  "target_id": 7456213,
  "tool_params": {
    "do_builtwith": "on"
  }
}