Domain Finder
Request parameters
Parameters |
---|
The ID of this tool. The value is
390 .
|
The domain name for which to find associated domains.
|
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 .
Searches Certificate Transparency Logs for certificates having the target domain as alt name. The value can be
"on" or "off" .
Searches BuiltWith relationships (e.g. Google Analytics Tags) for potentially related domains. The value can be
"on" or "off" .
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"
}
}