CSCDomainManager
CSCDomainManager is an integration that supports querying and enriching domains through CSCDomainManager API.
IT Services · CSCDomainManager
Details
| ID | CSCDomainManager |
|---|---|
| Provider | WMB Holdings Inc |
| Category | IT Services |
| From Version | 5.0.0 |
| Docker Image | demisto/python3:3.12.13.10116658 |
| Supported Modules | Agentix XSIAM |
README
CSCDomainManager uses rules-based technology, customizable reporting, granular user management, and more—and is the world’s first multilingual domain management tool, available in English, French, and German.
This integration was integrated and tested with version 2.0.0 of CSCDomainManager.
Configure CSCDomainManager in Cortex
| Parameter | Description | Required |
|---|---|---|
| Base URL | The endpoint URL | True |
| Token | The token to use for connection | True |
| API Key | The API Key to use for connection | True |
| Source Reliability | Reliability of the source providing the intelligence data. | False |
| Trust any certificate (not secure) | False | |
| Use system proxy settings | False |
Access and Security
Customers request access through their CSC service team. Their service team will gather the details for
the service account that will be used to access the API; and
the API administrator(s) (one or more authorized client users) who will manage the credentials through our CSCDomainManagerSM web portal.
Please see attached API guide for reference.
CSC generates the API key and creates the service account, with requested permissions, that will be used to access the API.
The client API administrator then logs into our CSCDomainManagerSM at https://weblogin.cscglobal.com to retrieve the key and generate the bearer token for the API service account.
Token Refresh
Token will expire after 30 consecutive days of no activity, you can reactive it by using the token refresh endpoint.
Commands
You can execute these commands from the CLI, as part of an automation, or in a playbook.
After you successfully execute a command, a DBot message appears in the War Room with the command details.
csc-domains-search
Gets the domains by the applied filters
Base Command
csc-domains-search
Input
| Argument Name | Description | Required |
|---|---|---|
| domain_name | domain name to filter by, can start with like=, in=. | Optional |
| registration_date | registration date to filter by, can start with gt=, ge=, lt=, le=. Date example 22-Apr-2024. | Optional |
| email to filter by, can start with like=, in=. | Optional | |
| organization | organization to filter by, can start with like=, in=. | Optional |
| registry_expiry_date | registry expiry date to filter by, can start with gt=, ge=, lt=, le=. Date example 22-Apr-2024. | Optional |
| filter | can write your own filter according to selectors such as accountName, accountNumber, brandName, businessUnit, city, country, countryCode, criticalDomain, dnssecActivated, dnsType, domain, email, extension, fax, firstName, idnReferenceName, lastModifiedDate, lastModifiedDescription, lastModifiedReason, lastName, localAgent, managedStatus, nameServers, newGtld, organization, paidThroughDate, phone, phoneExtn, postalCode, qualifiedDomainName, redirectType, registrationDate, registryExpiryDate, serverDeleteProhibited, serverTransferProhibited, serverUpdateProhibited, stateProvince, street1, street2, urlForwarding, whoisPrivacy. | Optional |
| sort | sorting the output by a selector and desc/asc, for example: propertyName,asc. | Optional |
| page | page number. | Optional |
| page_size | the size of rows in a page. | Optional |
| limit | the limit of rows. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| CSCDomainManager.Domain.qualifiedDomainName | String | the qualified domain name |
| CSCDomainManager.Domain.domain | String | the domain |
| CSCDomainManager.Domain.managedStatus | String | the managed status |
| CSCDomainManager.Domain.registrationDate | String | the registration date |
| CSCDomainManager.Domain.registryExpiryDate | String | the registry expiry date |
| CSCDomainManager.Domain.paidThroughDate | String | paid through date |
| CSCDomainManager.Domain.nameServers | String | servers names |
| CSCDomainManager.Domain.dnsType | String | dns type |
| CSCDomainManager.Domain.account.accountName | String | The name of the account associated with the domain. |
| CSCDomainManager.Domain.account.accountNumber | String | The account number associated with the domain. |
| CSCDomainManager.Domain.brandName | String | The brand name associated with the domain. |
| CSCDomainManager.Domain.businessUnit | String | The business unit associated with the domain. |
| CSCDomainManager.Domain.countryCode | String | The country code associated with the domain. |
| CSCDomainManager.Domain.criticalDomain | Boolean | Indicates if the domain is critical. |
| CSCDomainManager.Domain.customFields.name | String | The name of the custom field. |
| CSCDomainManager.Domain.customFields.value | String | The value of the custom field. |
| CSCDomainManager.Domain.dnssecActivated | String | Indicates if DNSSEC is activated for the domain. |
| CSCDomainManager.Domain.extension | String | The extension of the domain, such as .com, .net, etc. |
| CSCDomainManager.Domain.idn | String | Indicates if the domain is an Internationalized Domain Name (IDN). |
| CSCDomainManager.Domain.idnReferenceName | String | The reference name for the IDN. |
| CSCDomainManager.Domain.lastModifiedDate | Date | The date when the domain was last modified. |
| CSCDomainManager.Domain.lastModifiedDescription | String | A description of the last modification made to the domain. |
| CSCDomainManager.Domain.lastModifiedReason | String | The reason for the last modification made to the domain. |
| CSCDomainManager.Domain.localAgent | Boolean | Indicates if the domain has a local agent. |
| CSCDomainManager.Domain.newGtld | Boolean | Indicates if the domain is a new gTLD (Generic Top-Level Domain). |
| CSCDomainManager.Domain.serverDeleteProhibited | Boolean | Indicates if the domain is prohibited from deletion by the server. |
| CSCDomainManager.Domain.serverTransferProhibited | Boolean | Indicates if the domain is prohibited from transfer by the server. |
| CSCDomainManager.Domain.serverUpdateProhibited | Boolean | Indicates if the domain is prohibited from updates by the server. |
| CSCDomainManager.Domain.urlf.redirectType | String | The type of redirect used in URL forwarding for the domain. |
| CSCDomainManager.Domain.urlf.urlForwarding | Boolean | Indicates if URL forwarding is enabled for the domain. |
| CSCDomainManager.Domain.whoisContacts.city | String | The city of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.contactType | String | The type of WHOIS contact (e.g., registrant, admin, tech). |
| CSCDomainManager.Domain.whoisContacts.country | String | The country of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.email | String | The email address of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.fax | String | The fax number of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.firstName | String | The first name of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.lastName | String | The last name of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.organization | String | The organization of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.phone | String | The phone number of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.phoneExtn | String | The phone extension of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.postalCode | String | The postal code of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.stateProvince | String | The state or province of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.street1 | String | The street address of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.street2 | String | The secondary street address of the WHOIS contact. |
| CSCDomainManager.Domain.whoisPrivacy | Boolean | Indicates if WHOIS privacy protection is enabled for the domain. |
Command example
!csc-domains-search domain_name=csc-panw.biz
Context Example
{
"CSCDomainManager": {
"Domain": {
"account": {
"accountName": "Palo Alto Networks - Integration",
"accountNumber": "8601230"
},
"brandName": "",
"businessUnit": "Cortex",
"countryCode": "",
"criticalDomain": false,
"customFields": [
{
"name": "Custom Field 2",
"value": "Custom-RefVal"
},
{
"name": "Department",
"value": "Xpanse"
},
{
"name": "PO Number",
"value": "2024-XR-586"
}
],
"dnsType": "CSC_BASIC",
"dnssecActivated": "USAGE_UNKNOWN",
"domain": "csc-panw",
"extension": "biz",
"idn": "",
"idnReferenceName": "",
"lastModifiedDate": "22-Apr-2024 UTC",
"lastModifiedDescription": "Domain registered",
"lastModifiedReason": "REGISTRATION_COMPLETE",
"localAgent": false,
"managedStatus": "ACTIVE",
"nameServers": [
"dns1.cscdns.net",
"dns2.cscdns.net"
],
"newGtld": false,
"paidThroughDate": "22-Apr-2025 UTC",
"qualifiedDomainName": "csc-panw.biz",
"registrationDate": "22-Apr-2024 UTC",
"registryExpiryDate": "22-Apr-2025 UTC",
"serverDeleteProhibited": false,
"serverTransferProhibited": false,
"serverUpdateProhibited": false,
"urlf": {
"redirectType": "",
"urlForwarding": false
},
"whoisContacts": [
{
"city": "Wilmington",
"contactType": "REGISTRANT",
"country": "US",
"email": "admin@internationaladmin.com",
"fax": "",
"firstName": "Domain",
"lastName": "Administrator",
"organization": "CSC Corporate Domains, Inc.",
"phone": "+1.3026365400",
"phoneExtn": "",
"postalCode": "19808",
"stateProvince": "DE",
"street1": "251 Little Falls Drive",
"street2": ""
},
{
"city": "Wilmington",
"contactType": "ADMINISTRATIVE",
"country": "US",
"email": "admin@internationaladmin.com",
"fax": "",
"firstName": "Domain",
"lastName": "Administrator",
"organization": "CSC Corporate Domains, Inc.",
"phone": "+1.3026365400",
"phoneExtn": "",
"postalCode": "19808",
"stateProvince": "DE",
"street1": "251 Little Falls Drive",
"street2": ""
},
{
"city": "Wilmington",
"contactType": "TECHNICAL",
"country": "US",
"email": "dns-admin@cscglobal.com",
"fax": "",
"firstName": "DNS",
"lastName": "Administrator",
"organization": "CSC Corporate Domains, Inc.",
"phone": "+1.3026365400",
"phoneExtn": "",
"postalCode": "19808",
"stateProvince": "DE",
"street1": "251 Little Falls Drive",
"street2": ""
}
],
"whoisPrivacy": false
}
}
}
Human Readable Output
Filtered Domains
Qualified Domain Name Domain Managed Status Registration Date Registry Expiry Date Paid Through Date Name Servers Dns Type Whois Contact first Name Whois Contact last Name Whois Contact email csc-panw.biz csc-panw ACTIVE 22-Apr-2024 UTC 22-Apr-2025 UTC 22-Apr-2025 UTC dns1.cscdns.net,
dns2.cscdns.netCSC_BASIC Domain,
Domain,
DNSAdministrator,
Administrator,
Administratoradmin@internationaladmin.com,
admin@internationaladmin.com,
dns-admin@cscglobal.com
csc-domains-availability-check
Check registration availability for one or more domain names
Base Command
csc-domains-availability-check
Input
| Argument Name | Description | Required |
|---|---|---|
| domain_name | the domain name. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| CSCDomainManager.Domain.Availability.qualifiedDomainName | String | The fully qualified domain name (FQDN) being checked for availability. |
| CSCDomainManager.Domain.Availability.result.code | String | The result code indicating the availability status of the domain. |
| CSCDomainManager.Domain.Availability.result.message | String | A message providing additional information about the availability status. |
| CSCDomainManager.Domain.Availability.basePrice.price | String | The base price for registering the domain. |
| CSCDomainManager.Domain.Availability.basePrice.currency | String | The currency of the base price. |
| CSCDomainManager.Domain.Availability.listOfTheTerms | String | A list of terms related to the availability of the domain. |
| CSCDomainManager.Domain.Availability.availableTerms | Unknown | The terms available for the domain registration. |
Command example
!csc-domains-availability-check domain_name=csc-panw.biz
Context Example
{
"CSCDomainManager": {
"Domain": {
"Availability": [
{
"availableTerms": [],
"basePrice": {
"currency": "",
"price": null
},
"qualifiedDomainName": "csc-panw.biz",
"result": {
"code": "DOMAIN_IN_PORTFOLIO",
"message": "Domain already in portfolio"
}
}
]
}
}
}
Human Readable Output
Domains Availability
Qualified Domain Name Code Message Price Currency List of the terms (months) available for registration csc-panw.biz DOMAIN_IN_PORTFOLIO Domain already in portfolio
csc-domains-configuration-list
Get domains configuration information for owned domains with optional filtering
Base Command
csc-domains-configuration-list
Input
| Argument Name | Description | Required |
|---|---|---|
| domain_name | domain name to filter by, can start with like=, in=. | Optional |
| registration_date | registration date to filter by, can start with gt=, ge=, lt=, le=. Date example 22-Apr-2024. | Optional |
| domain_email | email to filter by, can start with like=, in=. | Optional |
| filter | can write your own filter according to selectors such as accountName, accountNumber, brandName, businessUnit, city, country, countryCode, criticalDomain, dnssecActivated, dnsType, domain, email, extension, fax, firstName, idnReferenceName, lastModifiedDate, lastModifiedDescription, lastModifiedReason, lastName, localAgent, managedStatus, nameServers, newGtld, organization, paidThroughDate, phone, phoneExtn, postalCode, qualifiedDomainName, redirectType, registrationDate, registryExpiryDate, serverDeleteProhibited, serverTransferProhibited, serverUpdateProhibited, stateProvince, street1, street2, urlForwarding, whoisPrivacy. | Optional |
| page | page number. | Optional |
| page_size | the size of rows in a page. | Optional |
| limit | to fill. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| CSCDomainManager.Domain.Configuration.domain | String | the domain |
| CSCDomainManager.Domain.Configuration.domainLabel | String | the domain label |
| CSCDomainManager.Domain.Configuration.domainStatusCode | String | the domain status code |
| CSCDomainManager.Domain.Configuration.domainExtension | String | extension |
| CSCDomainManager.Domain.Configuration.country | String | country |
| CSCDomainManager.Domain.Configuration.adminEmail | String | domain email |
| CSCDomainManager.Domain.Configuration.adminName | String | admin name |
| CSCDomainManager.Domain.Configuration.accountNumber | String | the account number |
| CSCDomainManager.Domain.Configuration.accountName | String | the account name |
| CSCDomainManager.Domain.Configuration.account.accountName | String | The name of the account associated with the domain. |
| CSCDomainManager.Domain.Configuration.account.accountNumber | String | The account number associated with the domain. |
| CSCDomainManager.Domain.Configuration.adminOrg | String | The administrative organization managing the domain. |
| CSCDomainManager.Domain.Configuration.businessUnit | String | The business unit associated with the domain. |
| CSCDomainManager.Domain.Configuration.dnsData.dnsDomain | String | The DNS domain information. |
| CSCDomainManager.Domain.Configuration.dnsData.dnsProvider | String | The DNS provider for the domain. |
| CSCDomainManager.Domain.Configuration.dnsHostingType | String | The type of DNS hosting used for the domain. |
| CSCDomainManager.Domain.Configuration.dnsTraffic12moAve | Number | The average DNS traffic over the last 12 months. |
| CSCDomainManager.Domain.Configuration.extension | String | The extension of the domain, such as .com, .net, etc. |
| CSCDomainManager.Domain.Configuration.hasCscUrlf | Boolean | Indicates if the domain has CSC URL forwarding enabled. |
| CSCDomainManager.Domain.Configuration.hasDkim | Boolean | Indicates if DKIM is configured for the domain. |
| CSCDomainManager.Domain.Configuration.hasDmarc | Boolean | Indicates if DMARC is configured for the domain. |
| CSCDomainManager.Domain.Configuration.hasDnssecDs | Boolean | Indicates if the domain has DNSSEC DS records. |
| CSCDomainManager.Domain.Configuration.hasSpf | Boolean | Indicates if SPF is configured for the domain. |
| CSCDomainManager.Domain.Configuration.hasWww | Boolean | Indicates if the domain has a WWW record. |
| CSCDomainManager.Domain.Configuration.isGtld | Boolean | Indicates if the domain is a gTLD (Generic Top-Level Domain). |
| CSCDomainManager.Domain.Configuration.isLive | Boolean | Indicates if the domain is live. |
| CSCDomainManager.Domain.Configuration.isLiveType | String | The type of live status for the domain. |
| CSCDomainManager.Domain.Configuration.isMultilockEligible | Boolean | Indicates if the domain is eligible for multilock. |
| CSCDomainManager.Domain.Configuration.isVital | Boolean | Indicates if the domain is considered vital. |
| CSCDomainManager.Domain.Configuration.multiLocked | Boolean | Indicates if the domain is multilocked. |
| CSCDomainManager.Domain.Configuration.numLiveMx | Number | The number of live MX records for the domain. |
| CSCDomainManager.Domain.Configuration.numRootA | Number | The number of root A records for the domain. |
| CSCDomainManager.Domain.Configuration.numRootTxt | Number | The number of root TXT records for the domain. |
| CSCDomainManager.Domain.Configuration.numSslNetcraft | Number | The number of SSL certificates detected by Netcraft for the domain. |
| CSCDomainManager.Domain.Configuration.numWwwA | Number | The number of WWW A records for the domain. |
| CSCDomainManager.Domain.Configuration.numWwwCname | Number | The number of WWW CNAME records for the domain. |
| CSCDomainManager.Domain.Configuration.regEmail | String | The registration email address for the domain. |
| CSCDomainManager.Domain.Configuration.regName | String | The registration name for the domain. |
| CSCDomainManager.Domain.Configuration.regOrg | String | The registration organization for the domain. |
| CSCDomainManager.Domain.Configuration.registryExpiryDate | Date | The expiration date of the domain registration in the registry. |
| CSCDomainManager.Domain.Configuration.rootHttpCode | Number | The HTTP response code for the root domain. |
| CSCDomainManager.Domain.Configuration.rootHttpUrl | Unknown | The HTTP URL for the root domain. |
| CSCDomainManager.Domain.Configuration.rootIsUrlf | Boolean | Indicates if the root domain is URL forwarding enabled. |
| CSCDomainManager.Domain.Configuration.serverDeleteProhibited | Unknown | Indicates if the domain is prohibited from deletion by the server. |
| CSCDomainManager.Domain.Configuration.serverTransferProhibited | Unknown | Indicates if the domain is prohibited from transfer by the server. |
| CSCDomainManager.Domain.Configuration.serverUpdateProhibited | Unknown | Indicates if the domain is prohibited from updates by the server. |
| CSCDomainManager.Domain.Configuration.techEmail | String | The technical contact email address for the domain. |
| CSCDomainManager.Domain.Configuration.techName | String | The technical contact name for the domain. |
| CSCDomainManager.Domain.Configuration.techOrg | String | The technical contact organization for the domain. |
| CSCDomainManager.Domain.Configuration.tld | String | The top-level domain (TLD) of the domain. |
| CSCDomainManager.Domain.Configuration.urlfTraffic12moAve | Number | The average URL forwarding traffic over the last 12 months. |
| CSCDomainManager.Domain.Configuration.valueRootA | Unknown | The value of root A records for the domain. |
| CSCDomainManager.Domain.Configuration.valueRootMx | Unknown | The value of root MX records for the domain. |
| CSCDomainManager.Domain.Configuration.valueRootTxt | Unknown | The value of root TXT records for the domain. |
| CSCDomainManager.Domain.Configuration.valueWwwA | Unknown | The value of WWW A records for the domain. |
| CSCDomainManager.Domain.Configuration.valueWwwCname | Unknown | The value of WWW CNAME records for the domain. |
| CSCDomainManager.Domain.Configuration.wwwHttpCode | Number | The HTTP response code for the WWW domain. |
| CSCDomainManager.Domain.Configuration.wwwHttpUrl | Unknown | The HTTP URL for the WWW domain. |
| CSCDomainManager.Domain.Configuration.wwwIsUrlf | Boolean | Indicates if the WWW domain is URL forwarding enabled. |
Command example
!csc-domains-configuration-list domain_name=csc-panw.biz
Context Example
{
"CSCDomainManager": {
"Domain": {
"Configuration": {
"account": {
"accountName": "Palo Alto Networks - Integration",
"accountNumber": "8601230"
},
"adminEmail": "admin@internationaladmin.com",
"adminName": "Domain Administrator",
"adminOrg": "CSC Corporate Domains, Inc.",
"businessUnit": "Cortex",
"country": "GTLD",
"dnsData": [
{
"dnsDomain": "ns1.1-877namebid.com",
"dnsProvider": "1-877NameBid.com LLC, (United States)"
},
{
"dnsDomain": "ns2.1-877namebid.com",
"dnsProvider": "1-877NameBid.com LLC, (United States)"
}
],
"dnsHostingType": "THIRDPARTY",
"dnsTraffic12moAve": 790,
"domain": "csc-panw.biz",
"domainLabel": "csc-panw",
"domainStatusCode": "ACT",
"extension": "biz",
"hasCscUrlf": false,
"hasDkim": false,
"hasDmarc": false,
"hasDnssecDs": false,
"hasSpf": false,
"hasWww": false,
"isGtld": false,
"isLive": false,
"isLiveType": "Not Live",
"isMultilockEligible": true,
"isVital": false,
"multiLocked": false,
"numLiveMx": 0,
"numRootA": 0,
"numRootTxt": 0,
"numSslNetcraft": 0,
"numWwwA": 0,
"numWwwCname": 0,
"regEmail": "admin@internationaladmin.com",
"regName": "Domain Administrator",
"regOrg": "CSC Corporate Domains, Inc.",
"registryExpiryDate": "2025-04-22",
"rootHttpCode": 0,
"rootHttpUrl": null,
"rootIsUrlf": false,
"serverDeleteProhibited": null,
"serverTransferProhibited": null,
"serverUpdateProhibited": null,
"techEmail": "dns-admin@cscglobal.com",
"techName": "Domain Administrator",
"techOrg": "CSC Corporate Domains, Inc.",
"tld": "biz",
"urlfTraffic12moAve": 0,
"valueRootA": null,
"valueRootMx": null,
"valueRootTxt": null,
"valueWwwA": null,
"valueWwwCname": null,
"wwwHttpCode": 0,
"wwwHttpUrl": null,
"wwwIsUrlf": true
}
}
}
}
Human Readable Output
Filtered Configurations
Domain Domain Label Domain Status Code Domain extension Country Admin Email Admin Name Account Number Account Name csc-panw.biz csc-panw ACT biz GTLD admin@internationaladmin.com admin@internationaladmin.com 8601230 Palo Alto Networks - Integration
domain
Get domain data by qualified domain name
Base Command
domain
Input
| Argument Name | Description | Required |
|---|---|---|
| domain | Will contain domains values. Example: If you need to get the object_ids of indicator example.com then the value will be example.com. | Required |
Context Output
| Path | Type | Description |
|---|---|---|
| DBotScore.Indicator | String | The indicator that was tested. |
| DBotScore.Type | String | The indicator type. |
| DBotScore.Vendor | String | The vendor used to calculate the score. |
| DBotScore.Score | Number | The actual score. |
| Domain.Name | String | The domain name, for example: “google.com”. |
| Domain.CreationDate | String | Creation dare |
| Domain.DomainIDNName | String | Domain ID name |
| Domain.ExpirationDate | String | Expiration date |
| DomainUpdatedDate | String | Updated date |
| Domain.NameServers | String | Servers Name |
| Domain.Registrant.Name | String | Registrant name |
| Domain.Registrant.Email | String | Registrant email |
| Domain.Registrant.Phone | String | Registrant phone |
| Domain.Registrant.Country | String | Registrant country |
| Domain.Admin.Name | String | Admin name |
| Domain.Admin.Email | String | Admin email |
| Domain.Admin.Phone | String | Admin phone |
| Domain.Admin.Country | String | Admin country |
| Domain.Tech.Country | String | Tech country |
| Domain.Tech.Name | String | Tech name |
| Domain.Tech.Organization | String | Tech organization |
| Domain.Tech.Email | String | Tech email |
| CSCDomainManager.Domain.account.accountName | String | Domain account name |
| CSCDomainManager.Domain.account.accountNumber | String | Domain account number |
| CSCDomainManager.Domain.brandName | String | Domain brand name |
| CSCDomainManager.Domain.businessUnit | String | Domain business unit |
| CSCDomainManager.Domain.countryCode | String | Domain country code |
| CSCDomainManager.Domain.criticalDomain | Boolean | Domain critical domain |
| CSCDomainManager.Domain.customFields.name | String | Domain custom fields name |
| CSCDomainManager.Domain.customFields.value | String | The value of custom fields associated with the domain. |
| CSCDomainManager.Domain.dnsType | String | The type of DNS used by the domain. |
| CSCDomainManager.Domain.dnssecActivated | String | Indicates whether DNSSEC is activated for the domain. |
| CSCDomainManager.Domain.domain | String | The domain name. |
| CSCDomainManager.Domain.extension | String | The extension of the domain, such as .com, .net, etc. |
| CSCDomainManager.Domain.idn | String | Indicates if the domain is an Internationalized Domain Name (IDN). |
| CSCDomainManager.Domain.idnReferenceName | String | The reference name for the Internationalized Domain Name (IDN). |
| CSCDomainManager.Domain.lastModifiedDate | Date | The date when the domain was last modified. |
| CSCDomainManager.Domain.lastModifiedDescription | String | A description of the last modification made to the domain. |
| CSCDomainManager.Domain.lastModifiedReason | String | The reason for the last modification of the domain. |
| CSCDomainManager.Domain.localAgent | Boolean | Indicates if a local agent is associated with the domain. |
| CSCDomainManager.Domain.managedStatus | String | The managed status of the domain. |
| CSCDomainManager.Domain.nameServers | String | The name servers associated with the domain. |
| CSCDomainManager.Domain.newGtld | Boolean | Indicates if the domain is a new gTLD (Generic Top-Level Domain). |
| CSCDomainManager.Domain.paidThroughDate | Date | The date through which the domain has been paid. |
| CSCDomainManager.Domain.qualifiedDomainName | String | The fully qualified domain name (FQDN). |
| CSCDomainManager.Domain.registrationDate | Date | The date when the domain was registered. |
| CSCDomainManager.Domain.registryExpiryDate | Date | The expiration date of the domain registration in the registry. |
| CSCDomainManager.Domain.serverDeleteProhibited | Boolean | Indicates if the domain is prohibited from deletion by the server. |
| CSCDomainManager.Domain.serverTransferProhibited | Boolean | Indicates if the domain is prohibited from transfer by the server. |
| CSCDomainManager.Domain.serverUpdateProhibited | Boolean | Indicates if the domain is prohibited from updates by the server. |
| CSCDomainManager.Domain.urlf.redirectType | String | The type of URL forwarding redirect. |
| CSCDomainManager.Domain.urlf.urlForwarding | Boolean | Indicates if URL forwarding is enabled for the domain. |
| CSCDomainManager.Domain.whoisContacts.city | String | The city of the WHOIS contact. |
| CSCDomainManager.Domain.whoisContacts.contactType | String | The type of WHOIS contact (e.g., Registrant, Admin, Tech). |
| Domain.WHOIS.Admin.Country | String | The country of the admin contact in the WHOIS record. |
| Domain.WHOIS.Admin.Email | String | The email of the admin contact in the WHOIS record. |
| Domain.WHOIS.Admin.Name | String | The name of the admin contact in the WHOIS record. |
| Domain.WHOIS.Admin.Phone | String | The phone number of the admin contact in the WHOIS record. |
| Domain.WHOIS.CreationDate | Date | The creation date of the domain in the WHOIS record. |
| Domain.WHOIS.ExpirationDate | Date | The expiration date of the domain in the WHOIS record. |
| Domain.WHOIS.NameServers | String | The name servers listed in the WHOIS record. |
| Domain.WHOIS.Registrant.Country | String | The country of the registrant in the WHOIS record. |
| Domain.WHOIS.Registrant.Email | String | The email of the registrant in the WHOIS record. |
| Domain.WHOIS.Registrant.Name | String | The name of the registrant in the WHOIS record. |
| Domain.WHOIS.Registrant.Phone | String | The phone number of the registrant in the WHOIS record. |
Command example
!domain domain=csc-panw.biz
Context Example
{
"CSCDomainManager": {
"Domain": {
"account": {
"accountName": "Palo Alto Networks - Integration",
"accountNumber": "8601230"
},
"brandName": "",
"businessUnit": "Cortex",
"countryCode": "",
"criticalDomain": false,
"customFields": [
{
"name": "Custom Field 2",
"value": "Custom-RefVal"
},
{
"name": "Department",
"value": "Xpanse"
},
{
"name": "PO Number",
"value": "2024-XR-586"
}
],
"dnsType": "CSC_BASIC",
"dnssecActivated": "USAGE_UNKNOWN",
"domain": "csc-panw",
"extension": "biz",
"idn": "",
"idnReferenceName": "",
"lastModifiedDate": "22-Apr-2024 UTC",
"lastModifiedDescription": "Domain registered",
"lastModifiedReason": "REGISTRATION_COMPLETE",
"localAgent": false,
"managedStatus": "ACTIVE",
"nameServers": [
"dns1.cscdns.net",
"dns2.cscdns.net"
],
"newGtld": false,
"paidThroughDate": "22-Apr-2025 UTC",
"qualifiedDomainName": "csc-panw.biz",
"registrationDate": "22-Apr-2024 UTC",
"registryExpiryDate": "22-Apr-2025 UTC",
"serverDeleteProhibited": false,
"serverTransferProhibited": false,
"serverUpdateProhibited": false,
"urlf": {
"redirectType": "",
"urlForwarding": false
},
"whoisContacts": [
{
"city": "Wilmington",
"contactType": "REGISTRANT",
"country": "US",
"email": "admin@internationaladmin.com",
"fax": "",
"firstName": "Domain",
"lastName": "Administrator",
"organization": "CSC Corporate Domains, Inc.",
"phone": "+1.3026365400",
"phoneExtn": "",
"postalCode": "19808",
"stateProvince": "DE",
"street1": "251 Little Falls Drive",
"street2": ""
},
{
"city": "Wilmington",
"contactType": "ADMINISTRATIVE",
"country": "US",
"email": "admin@internationaladmin.com",
"fax": "",
"firstName": "Domain",
"lastName": "Administrator",
"organization": "CSC Corporate Domains, Inc.",
"phone": "+1.3026365400",
"phoneExtn": "",
"postalCode": "19808",
"stateProvince": "DE",
"street1": "251 Little Falls Drive",
"street2": ""
},
{
"city": "Wilmington",
"contactType": "TECHNICAL",
"country": "US",
"email": "dns-admin@cscglobal.com",
"fax": "",
"firstName": "DNS",
"lastName": "Administrator",
"organization": "CSC Corporate Domains, Inc.",
"phone": "+1.3026365400",
"phoneExtn": "",
"postalCode": "19808",
"stateProvince": "DE",
"street1": "251 Little Falls Drive",
"street2": ""
}
],
"whoisPrivacy": false
}
},
"DBotScore": {
"Indicator": "csc-panw.biz",
"Reliability": "A - Completely reliable",
"Score": 0,
"Type": "domain",
"Vendor": "CSCDomainManager"
},
"Domain": {
"Admin": {
"Country": [
"US"
],
"Email": [
"admin@internationaladmin.com"
],
"Name": [
"Domain Administrator"
],
"Phone": [
"+1.3026365400"
]
},
"CreationDate": "22-Apr-2024 UTC",
"ExpirationDate": "22-Apr-2025 UTC",
"Name": "csc-panw",
"NameServers": [
"dns1.cscdns.net",
"dns2.cscdns.net"
],
"Registrant": {
"Country": [
"US"
],
"Email": [
"admin@internationaladmin.com"
],
"Name": [
"Domain Administrator"
],
"Phone": [
"+1.3026365400"
]
},
"Tech": {
"Country": [
"US"
],
"Email": [
"dns-admin@cscglobal.com"
],
"Name": [
"DNS Administrator"
],
"Organization": [
"CSC Corporate Domains, Inc."
]
},
"WHOIS": {
"Admin": {
"Country": [
"US"
],
"Email": [
"admin@internationaladmin.com"
],
"Name": [
"Domain Administrator"
],
"Phone": [
"+1.3026365400"
]
},
"CreationDate": "22-Apr-2024 UTC",
"ExpirationDate": "22-Apr-2025 UTC",
"NameServers": [
"dns1.cscdns.net",
"dns2.cscdns.net"
],
"Registrant": {
"Country": [
"US"
],
"Email": [
"admin@internationaladmin.com"
],
"Name": [
"Domain Administrator"
],
"Phone": [
"+1.3026365400"
]
}
}
}
}
Human Readable Output
Domain
Qualified Domain Name Domain Idn Generic top-level domains Managed Status Registration Date Registry Expiry Date Paid Through Date Country Code Server Delete Prohibited Server Transfer Prohibited Server Update Prohibited Name Servers Dns Type Whois Contact first Name Whois Contact last Name Whois Contact email csc-panw.biz csc-panw false ACTIVE 22-Apr-2024 UTC 22-Apr-2025 UTC 22-Apr-2025 UTC false dns1.cscdns.net,
dns2.cscdns.netCSC_BASIC Domain Administrator admin@internationaladmin.com
csc-domains-configuration-search
Get configuration information for owned domains with optional filtering.
Base Command
csc-domains-configuration-search
Input
| Argument Name | Description | Required |
|---|---|---|
| domain_name | Domain name to filter by. Can start with like=, in=. | Optional |
| registration_date | Registration date to filter by. Can start with gt=, ge=, lt=, le=. Date example: 22-Apr-2024, 22/4/24, 22-4-24. | Optional |
| domain_email | Email to filter by. Can start with like=, in=. | Optional |
| filter | Create a filter using selectors such as: accountName, accountNumber, brandName, businessUnit, city, country, countryCode, criticalDomain, dnssecActivated, dnsType, domain, email, extension, fax, firstName, idnReferenceName, lastModifiedDate, lastModifiedDescription, lastModifiedReason, lastName, localAgent, managedStatus, nameServers, newGtld, organization, paidThroughDate, phone, phoneExtn, postalCode, qualifiedDomainName, redirectType, registrationDate, registryExpiryDate, serverDeleteProhibited, serverTransferProhibited, serverUpdateProhibited, stateProvince, street1, street2, urlForwarding, whoisPrivacy. For example: filter=lastName==Administrator. | Optional |
| page | Page number. | Optional |
| page_size | The number of rows in a page. | Optional |
| limit | The maximum number of rows to present. | Optional |
Context Output
| Path | Type | Description |
|---|---|---|
| CSCDomainManager.Domain.Configuration.domain | String | The domain. |
| CSCDomainManager.Domain.Configuration.domainLabel | String | The domain label. |
| CSCDomainManager.Domain.Configuration.domainStatusCode | String | The domain status code. |
| CSCDomainManager.Domain.Configuration.domainExtension | String | The domain extension. |
| CSCDomainManager.Domain.Configuration.country | String | Country associated with the domain. |
| CSCDomainManager.Domain.Configuration.adminEmail | String | Domain email. |
| CSCDomainManager.Domain.Configuration.adminName | String | Admin name associated with the domain. |
| CSCDomainManager.Domain.Configuration.accountNumber | String | The account number associated with the domain. |
| CSCDomainManager.Domain.Configuration.accountName | String | The account name associated with the domain. |
| CSCDomainManager.Domain.Configuration.account.accountName | String | The name of the account associated with the domain. |
| CSCDomainManager.Domain.Configuration.account.accountNumber | String | The account number associated with the domain. |
| CSCDomainManager.Domain.Configuration.adminOrg | String | The administrative organization managing the domain. |
| CSCDomainManager.Domain.Configuration.businessUnit | String | The business unit associated with the domain. |
| CSCDomainManager.Domain.Configuration.dnsData.dnsDomain | String | The DNS domain information. |
| CSCDomainManager.Domain.Configuration.dnsData.dnsProvider | String | The DNS provider for the domain. |
| CSCDomainManager.Domain.Configuration.dnsHostingType | String | The type of DNS hosting used for the domain. |
| CSCDomainManager.Domain.Configuration.dnsTraffic12moAve | Number | The average DNS traffic over the last 12 months. |
| CSCDomainManager.Domain.Configuration.extension | String | The extension of the domain, such as .com, .net, etc. |
| CSCDomainManager.Domain.Configuration.hasCscUrlf | Boolean | Indicates if the domain has CSC URL forwarding enabled. |
| CSCDomainManager.Domain.Configuration.hasDkim | Boolean | Indicates if DKIM is configured for the domain. |
| CSCDomainManager.Domain.Configuration.hasDmarc | Boolean | Indicates if DMARC is configured for the domain. |
| CSCDomainManager.Domain.Configuration.hasDnssecDs | Boolean | Indicates if the domain has DNSSEC DS records. |
| CSCDomainManager.Domain.Configuration.hasSpf | Boolean | Indicates if SPF is configured for the domain. |
| CSCDomainManager.Domain.Configuration.hasWww | Boolean | Indicates if the domain has a WWW record. |
| CSCDomainManager.Domain.Configuration.isGtld | Boolean | Indicates if the domain is a gTLD (Generic Top-Level Domain). |
| CSCDomainManager.Domain.Configuration.isLive | Boolean | Indicates if the domain is live. |
| CSCDomainManager.Domain.Configuration.isLiveType | String | The type of live status for the domain. |
| CSCDomainManager.Domain.Configuration.isMultilockEligible | Boolean | Indicates if the domain is eligible for multilock. |
| CSCDomainManager.Domain.Configuration.isVital | Boolean | Indicates if the domain is considered vital. |
| CSCDomainManager.Domain.Configuration.multiLocked | Boolean | Indicates if the domain is multilocked. |
| CSCDomainManager.Domain.Configuration.numLiveMx | Number | The number of live MX records for the domain. |
| CSCDomainManager.Domain.Configuration.numRootA | Number | The number of root A records for the domain. |
| CSCDomainManager.Domain.Configuration.numRootTxt | Number | The number of root TXT records for the domain. |
| CSCDomainManager.Domain.Configuration.numSslNetcraft | Number | The number of SSL certificates detected by Netcraft for the domain. |
| CSCDomainManager.Domain.Configuration.numWwwA | Number | The number of WWW A records for the domain. |
| CSCDomainManager.Domain.Configuration.numWwwCname | Number | The number of WWW CNAME records for the domain. |
| CSCDomainManager.Domain.Configuration.regEmail | String | The registration email address for the domain. |
| CSCDomainManager.Domain.Configuration.regName | String | The registration name for the domain. |
| CSCDomainManager.Domain.Configuration.regOrg | String | The registration organization for the domain. |
| CSCDomainManager.Domain.Configuration.registryExpiryDate | Date | The expiration date of the domain registration in the registry. |
| CSCDomainManager.Domain.Configuration.rootHttpCode | Number | The HTTP response code for the root domain. |
| CSCDomainManager.Domain.Configuration.rootHttpUrl | Unknown | The HTTP URL for the root domain. |
| CSCDomainManager.Domain.Configuration.rootIsUrlf | Boolean | Indicates if the root domain is URL forwarding enabled. |
| CSCDomainManager.Domain.Configuration.serverDeleteProhibited | Unknown | Indicates if the domain is prohibited from deletion by the server. |
| CSCDomainManager.Domain.Configuration.serverTransferProhibited | Boolean | Indicates if the domain is prohibited from transfer by the server. |
| CSCDomainManager.Domain.Configuration.serverUpdateProhibited | Boolean | Indicates if the domain is prohibited from updates by the server. |
| CSCDomainManager.Domain.Configuration.techEmail | String | The technical contact email address for the domain. |
| CSCDomainManager.Domain.Configuration.techName | String | The technical contact name for the domain. |
| CSCDomainManager.Domain.Configuration.techOrg | String | The technical contact organization for the domain. |
| CSCDomainManager.Domain.Configuration.tld | String | The top-level domain (TLD) of the domain. |
| CSCDomainManager.Domain.Configuration.urlfTraffic12moAve | Number | The average URL forwarding traffic over the last 12 months. |
| CSCDomainManager.Domain.Configuration.valueRootA | Number | The value of root A records for the domain. |
| CSCDomainManager.Domain.Configuration.valueRootMx | Number | The value of root MX records for the domain. |
| CSCDomainManager.Domain.Configuration.valueRootTxt | Number | The value of root TXT records for the domain. |
| CSCDomainManager.Domain.Configuration.valueWwwA | Number | The value of WWW A records for the domain. |
| CSCDomainManager.Domain.Configuration.valueWwwCname | Number | The value of WWW CNAME records for the domain. |
| CSCDomainManager.Domain.Configuration.wwwHttpCode | String | The HTTP response code for the WWW domain. |
| CSCDomainManager.Domain.Configuration.wwwHttpUrl | String | The HTTP URL for the WWW domain. |
| CSCDomainManager.Domain.Configuration.wwwIsUrlf | Boolean | Indicates if the WWW domain is URL forwarding enabled. |
Configuration parameters
base_url— Base URL (required)token— (required)credentials— (required)integrationReliability— Source Reliabilityinsecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (4)
-
csc-domains-availability-checkCheck registration availability for one or more domain names.
-
csc-domains-configuration-searchGet configuration information for owned domains with optional filtering.
-
csc-domains-searchGets the domains by the applied filters.
-
domainWill contain the domain information.
category: IT Services provider: WMB Holdings Inc commonfields: id: CSCDomainManager version: -1 configuration: - defaultvalue: https://example.com/ display: Base URL name: base_url required: true additionalinfo: The endpoint URL. type: 0 - displaypassword: Token additionalinfo: The token to use for connection. name: token required: true hiddenusername: true type: 9 - displaypassword: API Key additionalinfo: The API Key to use for connection. name: credentials required: true hiddenusername: true type: 9 - additionalinfo: Reliability of the source providing the intelligence data. defaultvalue: A - Completely reliable display: Source Reliability name: integrationReliability options: - A+ - 3rd party enrichment - A - Completely reliable - B - Usually reliable - C - Fairly reliable - D - Not usually reliable - E - Unreliable - F - Reliability cannot be judged required: false type: 15 - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false description: CSCDomainManager is an integration that supports querying and enriching domains through CSCDomainManager API. display: CSCDomainManager name: CSCDomainManager script: commands: - arguments: - description: Domain name to filter by. Can start with like=, in=. name: domain_name required: false - description: 'Registration date to filter by. Can start with gt=, ge=, lt=, le=. Date example: 22-Apr-2024, 22/4/24, 22-4-24.' name: registration_date required: false - description: Email to filter by. Can start with like=, in=. name: email required: false - description: Organization to filter by. Can start with like=, in=. name: organization required: false - description: 'Registry expiry date to filter by. Can start with gt=, ge=, lt=, le=. Date example: 22-Apr-2024, 22/4/24, 22-4-24.' name: registry_expiry_date required: false - description: 'Create a filter using selectors such as: accountName, accountNumber, brandName, businessUnit, city, country, countryCode, criticalDomain, dnssecActivated, dnsType, domain, email, extension, fax, firstName, idnReferenceName, lastModifiedDate, lastModifiedDescription, lastModifiedReason, lastName, localAgent, managedStatus, nameServers, newGtld, organization, paidThroughDate, phone, phoneExtn, postalCode, qualifiedDomainName, redirectType, registrationDate, registryExpiryDate, serverDeleteProhibited, serverTransferProhibited, serverUpdateProhibited, stateProvince, street1, street2, urlForwarding, whoisPrivacy. For example: filter=lastName==Administrator.' name: filter required: false - description: 'Sort the output by a selector and the direction to sort by (desc/asc). For example: propertyName,asc.' name: sort required: false - description: Page number. name: page required: false - description: The number of rows in a page. name: page_size required: false - description: The maximum number of rows. name: limit required: false description: Gets the domains by the applied filters. name: csc-domains-search outputs: - contextPath: CSCDomainManager.Domain.qualifiedDomainName description: The qualified domain name. type: String - contextPath: CSCDomainManager.Domain.domain description: The domain. type: String - contextPath: CSCDomainManager.Domain.managedStatus description: The managed status. type: String - contextPath: CSCDomainManager.Domain.registrationDate description: The registration date. type: String - contextPath: CSCDomainManager.Domain.registryExpiryDate description: The registry expiry date. type: String - contextPath: CSCDomainManager.Domain.paidThroughDate description: Paid through date. type: String - contextPath: CSCDomainManager.Domain.nameServers description: "Server's names." type: String - contextPath: CSCDomainManager.Domain.dnsType description: DNS type. type: String - contextPath: CSCDomainManager.Domain.account.accountName description: The name of the account associated with the domain. type: String - contextPath: CSCDomainManager.Domain.account.accountNumber description: The account number associated with the domain. type: String - contextPath: CSCDomainManager.Domain.brandName description: The brand name associated with the domain. type: String - contextPath: CSCDomainManager.Domain.businessUnit description: The business unit associated with the domain. type: String - contextPath: CSCDomainManager.Domain.countryCode description: The country code associated with the domain. type: String - contextPath: CSCDomainManager.Domain.criticalDomain description: Indicates if the domain is critical. type: Boolean - contextPath: CSCDomainManager.Domain.customFields.name description: The name of the custom field. type: String - contextPath: CSCDomainManager.Domain.customFields.value description: The value of the custom field. type: String - contextPath: CSCDomainManager.Domain.dnssecActivated description: Indicates if DNSSEC is activated for the domain. type: String - contextPath: CSCDomainManager.Domain.extension description: The extension of the domain, such as .com, .net, etc. type: String - contextPath: CSCDomainManager.Domain.idn description: Indicates if the domain is an Internationalized Domain Name (IDN). type: String - contextPath: CSCDomainManager.Domain.idnReferenceName description: The reference name for the IDN. type: String - contextPath: CSCDomainManager.Domain.lastModifiedDate description: The date when the domain was last modified. type: Date - contextPath: CSCDomainManager.Domain.lastModifiedDescription description: A description of the last modification made to the domain. type: String - contextPath: CSCDomainManager.Domain.lastModifiedReason description: The reason for the last modification made to the domain. type: String - contextPath: CSCDomainManager.Domain.localAgent description: Indicates if the domain has a local agent. type: Boolean - contextPath: CSCDomainManager.Domain.newGtld description: Indicates if the domain is a new gTLD (Generic Top-Level Domain). type: Boolean - contextPath: CSCDomainManager.Domain.serverDeleteProhibited description: Indicates if the domain is prohibited from deletion by the server. type: Boolean - contextPath: CSCDomainManager.Domain.serverTransferProhibited description: Indicates if the domain is prohibited from transfer by the server. type: Boolean - contextPath: CSCDomainManager.Domain.serverUpdateProhibited description: Indicates if the domain is prohibited from updates by the server. type: Boolean - contextPath: CSCDomainManager.Domain.urlf.redirectType description: The type of redirect used in URL forwarding for the domain. type: String - contextPath: CSCDomainManager.Domain.urlf.urlForwarding description: Indicates if URL forwarding is enabled for the domain. type: Boolean - contextPath: CSCDomainManager.Domain.whoisContacts.city description: The city of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.contactType description: The type of WHOIS contact (e.g., registrant, admin, tech). type: String - contextPath: CSCDomainManager.Domain.whoisContacts.country description: The country of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.email description: The email address of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.fax description: The fax number of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.firstName description: The first name of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.lastName description: The last name of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.organization description: The organization of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.phone description: The phone number of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.phoneExtn description: The phone extension of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.postalCode description: The postal code of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.stateProvince description: The state or province of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.street1 description: The street address of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.street2 description: The secondary street address of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisPrivacy description: Indicates if WHOIS privacy protection is enabled for the domain. type: Boolean - arguments: - description: The domain name. name: domain_name required: true description: Check registration availability for one or more domain names. name: csc-domains-availability-check outputs: - contextPath: CSCDomainManager.Domain.Availability.qualifiedDomainName description: The fully qualified domain name (FQDN) being checked for availability. type: String - contextPath: CSCDomainManager.Domain.Availability.result.code description: The result code indicating the availability status of the domain. type: String - contextPath: CSCDomainManager.Domain.Availability.result.message description: A message providing additional information about the availability status. type: String - contextPath: CSCDomainManager.Domain.Availability.basePrice.price description: The base price for registering the domain. type: String - contextPath: CSCDomainManager.Domain.Availability.basePrice.currency description: The currency of the base price. type: String - contextPath: CSCDomainManager.Domain.Availability.listOfTheTerms description: A list of terms related to the availability of the domain. type: String - contextPath: CSCDomainManager.Domain.Availability.availableTerms description: The terms available for the domain registration. type: Unknown - arguments: - description: Domain name to filter by. Can start with like=, in=. name: domain_name required: false - description: 'Registration date to filter by. Can start with gt=, ge=, lt=, le=. Date example: 22-Apr-2024, 22/4/24, 22-4-24.' name: registration_date required: false - description: Email to filter by. Can start with like=, in=. name: domain_email required: false - description: 'Create a filter using selectors such as: accountName, accountNumber, brandName, businessUnit, city, country, countryCode, criticalDomain, dnssecActivated, dnsType, domain, email, extension, fax, firstName, idnReferenceName, lastModifiedDate, lastModifiedDescription, lastModifiedReason, lastName, localAgent, managedStatus, nameServers, newGtld, organization, paidThroughDate, phone, phoneExtn, postalCode, qualifiedDomainName, redirectType, registrationDate, registryExpiryDate, serverDeleteProhibited, serverTransferProhibited, serverUpdateProhibited, stateProvince, street1, street2, urlForwarding, whoisPrivacy. For example: filter=lastName==Administrator.' name: filter required: false - description: Page number. name: page required: false - description: The number of rows in a page. name: page_size required: false - description: The maximum number of rows to present. name: limit required: false description: Get configuration information for owned domains with optional filtering. name: csc-domains-configuration-search outputs: - contextPath: CSCDomainManager.Domain.Configuration.domain description: The domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.domainLabel description: The domain label. type: String - contextPath: CSCDomainManager.Domain.Configuration.domainStatusCode description: The domain status code. type: String - contextPath: CSCDomainManager.Domain.Configuration.domainExtension description: The domain extension. type: String - contextPath: CSCDomainManager.Domain.Configuration.country description: Country associated with the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.adminEmail description: Domain email. type: String - contextPath: CSCDomainManager.Domain.Configuration.adminName description: Admin name associated with the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.accountNumber description: The account number associated with the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.accountName description: The account name associated with the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.account.accountName description: The name of the account associated with the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.account.accountNumber description: The account number associated with the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.adminOrg description: The administrative organization managing the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.businessUnit description: The business unit associated with the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.dnsData.dnsDomain description: The DNS domain information. type: String - contextPath: CSCDomainManager.Domain.Configuration.dnsData.dnsProvider description: The DNS provider for the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.dnsHostingType description: The type of DNS hosting used for the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.dnsTraffic12moAve description: The average DNS traffic over the last 12 months. type: Number - contextPath: CSCDomainManager.Domain.Configuration.extension description: The extension of the domain, such as .com, .net, etc. type: String - contextPath: CSCDomainManager.Domain.Configuration.hasCscUrlf description: Indicates if the domain has CSC URL forwarding enabled. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.hasDkim description: Indicates if DKIM is configured for the domain. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.hasDmarc description: Indicates if DMARC is configured for the domain. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.hasDnssecDs description: Indicates if the domain has DNSSEC DS records. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.hasSpf description: Indicates if SPF is configured for the domain. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.hasWww description: Indicates if the domain has a WWW record. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.isGtld description: Indicates if the domain is a gTLD (Generic Top-Level Domain). type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.isLive description: Indicates if the domain is live. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.isLiveType description: The type of live status for the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.isMultilockEligible description: Indicates if the domain is eligible for multilock. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.isVital description: Indicates if the domain is considered vital. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.multiLocked description: Indicates if the domain is multilocked. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.numLiveMx description: The number of live MX records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.numRootA description: The number of root A records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.numRootTxt description: The number of root TXT records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.numSslNetcraft description: The number of SSL certificates detected by Netcraft for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.numWwwA description: The number of WWW A records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.numWwwCname description: The number of WWW CNAME records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.regEmail description: The registration email address for the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.regName description: The registration name for the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.regOrg description: The registration organization for the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.registryExpiryDate description: The expiration date of the domain registration in the registry. type: Date - contextPath: CSCDomainManager.Domain.Configuration.rootHttpCode description: The HTTP response code for the root domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.rootHttpUrl description: The HTTP URL for the root domain. type: Unknown - contextPath: CSCDomainManager.Domain.Configuration.rootIsUrlf description: Indicates if the root domain is URL forwarding enabled. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.serverDeleteProhibited description: Indicates if the domain is prohibited from deletion by the server. type: Unknown - contextPath: CSCDomainManager.Domain.Configuration.serverTransferProhibited description: Indicates if the domain is prohibited from transfer by the server. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.serverUpdateProhibited description: Indicates if the domain is prohibited from updates by the server. type: Boolean - contextPath: CSCDomainManager.Domain.Configuration.techEmail description: The technical contact email address for the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.techName description: The technical contact name for the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.techOrg description: The technical contact organization for the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.tld description: The top-level domain (TLD) of the domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.urlfTraffic12moAve description: The average URL forwarding traffic over the last 12 months. type: Number - contextPath: CSCDomainManager.Domain.Configuration.valueRootA description: The value of root A records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.valueRootMx description: The value of root MX records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.valueRootTxt description: The value of root TXT records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.valueWwwA description: The value of WWW A records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.valueWwwCname description: The value of WWW CNAME records for the domain. type: Number - contextPath: CSCDomainManager.Domain.Configuration.wwwHttpCode description: The HTTP response code for the WWW domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.wwwHttpUrl description: The HTTP URL for the WWW domain. type: String - contextPath: CSCDomainManager.Domain.Configuration.wwwIsUrlf description: Indicates if the WWW domain is URL forwarding enabled. type: Boolean - arguments: - description: A comma-separated list of domains. name: domain isArray: true required: true default: true description: Will contain the domain information. name: domain outputs: - contextPath: DBotScore.Indicator description: The indicator that was tested. type: String - contextPath: DBotScore.Type description: The indicator type. type: String - contextPath: DBotScore.Vendor description: The vendor used to calculate the score. type: String - contextPath: DBotScore.Score description: The actual score. type: Number - contextPath: Domain.Name description: 'The domain name, for example: "google.com".' type: String - contextPath: Domain.CreationDate description: Creation date. type: String - contextPath: Domain.DomainIDNName description: Domain ID name. type: String - contextPath: Domain.ExpirationDate description: Expiration date. type: String - contextPath: DomainUpdatedDate description: Updated date. type: String - contextPath: Domain.NameServers description: "Server's name." type: String - contextPath: Domain.Registrant.Name description: Registrant name. type: String - contextPath: Domain.Registrant.Email description: Registrant email. type: String - contextPath: Domain.Registrant.Phone description: Registrant phone. type: String - contextPath: Domain.Registrant.Country description: Registrant country. type: String - contextPath: Domain.Admin.Name description: Admin name. type: String - contextPath: Domain.Admin.Email description: Admin email. type: String - contextPath: Domain.Admin.Phone description: Admin phone. type: String - contextPath: Domain.Admin.Country description: Admin country. type: String - contextPath: Domain.Tech.Country description: Tech country. type: String - contextPath: Domain.Tech.Name description: Tech name. type: String - contextPath: Domain.Tech.Organization description: Tech organization. type: String - contextPath: Domain.Tech.Email description: Tech email. type: String - contextPath: CSCDomainManager.Domain.account.accountName description: Domain account name. type: String - contextPath: CSCDomainManager.Domain.account.accountNumber description: Domain account number. type: String - contextPath: CSCDomainManager.Domain.brandName description: Domain brand name. type: String - contextPath: CSCDomainManager.Domain.businessUnit description: Domain business unit. type: String - contextPath: CSCDomainManager.Domain.countryCode description: Domain country code. type: String - contextPath: CSCDomainManager.Domain.criticalDomain description: Domain critical domain. type: Boolean - contextPath: CSCDomainManager.Domain.customFields.name description: Domain custom fields name. type: String - contextPath: CSCDomainManager.Domain.customFields.value description: The value of custom fields associated with the domain. type: String - contextPath: CSCDomainManager.Domain.dnsType description: The type of DNS used by the domain. type: String - contextPath: CSCDomainManager.Domain.dnssecActivated description: Indicates whether DNSSEC is activated for the domain. type: String - contextPath: CSCDomainManager.Domain.domain description: The domain name. type: String - contextPath: CSCDomainManager.Domain.extension description: The extension of the domain, such as .com, .net, etc. type: String - contextPath: CSCDomainManager.Domain.idn description: Indicates if the domain is an Internationalized Domain Name (IDN). type: String - contextPath: CSCDomainManager.Domain.idnReferenceName description: The reference name for the Internationalized Domain Name (IDN). type: String - contextPath: CSCDomainManager.Domain.lastModifiedDate description: The date when the domain was last modified. type: Date - contextPath: CSCDomainManager.Domain.lastModifiedDescription description: A description of the last modification made to the domain. type: String - contextPath: CSCDomainManager.Domain.lastModifiedReason description: The reason for the last modification of the domain. type: String - contextPath: CSCDomainManager.Domain.localAgent description: Indicates if a local agent is associated with the domain. type: Boolean - contextPath: CSCDomainManager.Domain.managedStatus description: The managed status of the domain. type: String - contextPath: CSCDomainManager.Domain.nameServers description: The name of the servers associated with the domain. type: String - contextPath: CSCDomainManager.Domain.newGtld description: Indicates if the domain is a new gTLD (Generic Top-Level Domain). type: Boolean - contextPath: CSCDomainManager.Domain.paidThroughDate description: The date through which the domain has been paid. type: Date - contextPath: CSCDomainManager.Domain.qualifiedDomainName description: The fully qualified domain name (FQDN). type: String - contextPath: CSCDomainManager.Domain.registrationDate description: The date when the domain was registered. type: Date - contextPath: CSCDomainManager.Domain.registryExpiryDate description: The expiration date of the domain registration in the registry. type: Date - contextPath: CSCDomainManager.Domain.serverDeleteProhibited description: Indicates if the domain is prohibited from deletion by the server. type: Boolean - contextPath: CSCDomainManager.Domain.serverTransferProhibited description: Indicates if the domain is prohibited from transfer by the server. type: Boolean - contextPath: CSCDomainManager.Domain.serverUpdateProhibited description: Indicates if the domain is prohibited from updates by the server. type: Boolean - contextPath: CSCDomainManager.Domain.urlf.redirectType description: The type of URL forwarding redirect. type: String - contextPath: CSCDomainManager.Domain.urlf.urlForwarding description: Indicates if URL forwarding is enabled for the domain. type: Boolean - contextPath: CSCDomainManager.Domain.whoisContacts.city description: The city of the WHOIS contact. type: String - contextPath: CSCDomainManager.Domain.whoisContacts.contactType description: The type of WHOIS contact (e.g., Registrant, Admin, Tech). type: String - contextPath: Domain.WHOIS.Admin.Country description: The country of the admin contact in the WHOIS record. type: String - contextPath: Domain.WHOIS.Admin.Email description: The email of the admin contact in the WHOIS record. type: String - contextPath: Domain.WHOIS.Admin.Name description: The name of the admin contact in the WHOIS record. type: String - contextPath: Domain.WHOIS.Admin.Phone description: The phone number of the admin contact in the WHOIS record. type: String - contextPath: Domain.WHOIS.CreationDate description: The creation date of the domain in the WHOIS record. type: Date - contextPath: Domain.WHOIS.ExpirationDate description: The expiration date of the domain in the WHOIS record. type: Date - contextPath: Domain.WHOIS.NameServers description: The name of the servers listed in the WHOIS record. type: String - contextPath: Domain.WHOIS.Registrant.Country description: The country of the registrant in the WHOIS record. type: String - contextPath: Domain.WHOIS.Registrant.Email description: The email of the registrant in the WHOIS record. type: String - contextPath: Domain.WHOIS.Registrant.Name description: The name of the registrant in the WHOIS record. type: String - contextPath: Domain.WHOIS.Registrant.Phone description: The phone number of the registrant in the WHOIS record. type: String runonce: false script: '-' type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10116658 fromversion: 5.0.0 tests: - CSCDomainManager_Test