Whois
App Vendor: Whois
Connector Category: Data Enrichment and Threat Intelligence
Connector Version: 1.1.2
API Version: V1
About App
This app integrates with Whois, a service that provides the ability to look up registration data of IP addresses and domains.
The Whois app is configured with Orchestrate to perform the following actions:
| Action Name | Description | 
| Fetch Domain Details | This action retrieves the details of a domain from Whois. | 
| Get ASN Details | This action retrieves ASN details from Whois. | 
| Get IP Address Details | This action retrieves IP address details from Whois. | 
Configuration Parameters
The following configuration parameters are required for the Whois app to communicate with the Whois enterprise application. The parameters can be configured by creating instances in the app.
| Parameter | Description | Field Type | Required/Optional | Comments | 
| Verify | Choose your preference to verify SSL or TLS while making requests. It is recommended to set this option to yes. Passing no may result in incorrectly establishing the connection. | Boolean | Optional | By default, verification is enabled. | 
| Timeout | Enter the timeout value in seconds. This is the number of seconds that requests will wait to establish a connection with Whois. | Integer | Optional | Allowed range: 15-120 Default value: 15 | 
Action: Fetch Domain Details
This action retrieves the details of a domain from Whois.
Action Input Parameters
| Parameter | Description | Field Type | Required/Optional | Comments | 
| Domain Name | Enter the domain name to retrieve its details. Example: sampledomain.com | Text | Required | 
Example Request
[
  {
    "domain_name": "sampledomain.com"
  }
]Action: Get ASN Details
This action retrieves ASN details from Whois.
Action Input Parameters
| Parameter | Description | Field Type | Required/Optional | Comments | 
| ASN Number | Enter the Autonomous System Number to retrieve its details. Example: 11139 | Text | Required | 
Action: Get IP Address Details
This action retrieves IP address details from Whois.
Action Input Parameters
| Parameter | Description | Field Type | Required/Optional | Comments | 
| IP Address | Enter an IP address to retrieve its details. Example: 2.2.2.2 | Text | Required |