MarkMonitor
App Vendor: MarkMonitor
App Category: Data Enrichment & Threat Intelligence
Connector Version: 1.0.0
API Version: v2.0
Notice
This is a beta-app and the documentation is in progress.
About App
MarkMonitor app allows leveraging the MarkMonitor Internet Domain Management System to develop their own domain management client systems. It establishes and protects the online presence of the most recognizable brands in the world from emerging threats with exceptional security around the clock.
The MarkMonitor app is configured with Orchestrate to perform the following actions:
Action Name | Description |
---|---|
Check Domain Availability | This action checks if a domain name is available for registration. |
Get Domain Information | This action retrieves information about a domain. |
Get Domain Notes | This action retrieves notes of a domain. |
Get Domains | This action retrieves a list of domains. |
Get Whois Data | This action retrieves the whois data of a domain name. |
Configuration Parameters
The following configuration parameters are required for the MarkMonitor app to communicate with the MarkMonitor enterprise application. The parameters can be configured by creating instances in the app.
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
User Name | Enter the username to login to the MarkMonitor app. | Text | Required | |
Password | Enter the password to login to the MarkMonitor app. | Password | Required |
Action: Check Domain Availability
This action checks if a domain name is available for registration.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Domain Name | Enter the domain name. Example: "sample.co.uk" | Text | Required | |
Language | Enter the language. Example: "EN" | Text | Optional | Default value: EN (English) |
Term | Enter the registration term. Example: 1 | Integer | Optional | Default value: 1 |
Example Request
[ { "domain_name": "sample.co.uk", "language": "EN", "term": 1 } ]
Action: Get Domain Information
This action retrieves information about a domain.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Domain | Enter the domain ID or domain name. Example: "sample.co.uk" | Text | Required |
Example Request
[ { "domain": "sample.co.uk" } ]
Action: Get Domain Notes
This action retrieves notes of a domain.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Domain | Enter the domain ID or domain name. Example: "sample.co.uk" | Text | Required |
Example Request
[ { "domain": "sample.co.uk" } ]
Action: Get Domains
This action retrieves a list of domains.
Action Input Parameters
This action does not require any action input parameter.
Action: Get Whois Data
This action retrieves the whois data.
Action Input Parameters
Parameter | Description | Field Type | Required/Optional | Comments |
---|---|---|---|---|
Domain ID | Enter the domain ID. Example: "sample.co.uk" | Text | Required |
Example Request
[ { "domain_id": "sample.co.uk" } ]