Skip to main content

CheckPivotableDomains

This Script is part of the DomainTools Iris Investigate Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.6.0 and later.

Checks for guided pivots for a given domain.

Script Data#


NameDescription
Script Typepython3
TagsDomainTools

Used In#


This script is used in the following playbooks and scripts.

  • DomainTools Auto Pivots

Inputs#


Argument NameDescription
domaintools_dataDomainTools context data for a domain
max_registrant_contact_name_countMax threshold count that can be pivoted to a registrant contact name
max_registrant_org_countMax threshold count that can be pivoted to a registrant org name
max_registrar_countMax threshold count that can be pivoted to a registrar
max_ssl_info_organization_countMax threshold count that can be pivoted to a ssl organization
max_ssl_info_hash_countMax threshold count that can be pivoted to a ssl hash
max_ssl_email_countMax threshold count that can be pivoted to a ssl email
max_ssl_subject_countMax threshold count that can be pivoted to a ssl subject
max_name_server_host_countMax threshold count that can be pivoted to a ssl subject
max_name_server_ip_countMax threshold count that can be pivoted to a nameserver ip
max_name_server_domain_countMax threshold count that can be pivoted to a nameserver domain
max_soa_email_countMax threshold count that can be pivoted to a soa email
max_ip_address_countMax threshold count that can be pivoted to an IP address
max_mx_ip_countMax threshold count that can be pivoted to a MX IP
max_mx_host_countMax threshold count that can be pivoted to a MX Host
max_mx_domain_countMax threshold count that can be pivoted to a MX Domain
max_google_adsense_countMax threshold count that can be pivoted to a google adsense
max_google_analytics_countMax threshold count that can be pivoted to a google analytics

Outputs#


PathDescriptionType
PivotableDomains.PivotableRegistrantContactName.pivotableIs the domain's registrant contact name a guided pivot.Unknown
PivotableDomains.PivotableRegistrantContactName.items.countNumber of connected domains sharing the same registrant contact name.Unknown
PivotableDomains.PivotableRegistrantContactName.items.valueRegistrant contact name.Unknown
PivotableDomains.PivotableRegistrantOrg.pivotableIs the domain's registrant org a guided pivot.Unknown
PivotableDomains.PivotableRegistrantOrg.items.countNumber of connected domains sharing the same registrant org.Unknown
PivotableDomains.PivotableRegistrantOrg.items.valueRegistrant org.Unknown
PivotableDomains.PivotableSslInfoOrganization.pivotableIs the domain's ssl org a guided pivot.Unknown
PivotableDomains.PivotableSslInfoOrganization.items.countNumber of connected domains sharing the same ssl org.Unknown
PivotableDomains.PivotableSslInfoOrganization.items.valueSSL org.Unknown
PivotableDomains.PivotableSslInfoHash.pivotableIs the domain's ssl hash a guided pivot.Unknown
PivotableDomains.PivotableSslInfoHash.items.countNumber of connected domains sharing the same ssl hash.Unknown
PivotableDomains.PivotableSslInfoHash.items.valueSSL hash.Unknown
PivotableDomains.PivotableNameServerHost.pivotableIs the domain's name server host a guided pivot.Unknown
PivotableDomains.PivotableNameServerHost.items.countNumber of connected domains sharing the same name server host.Unknown
PivotableDomains.PivotableNameServerHost.items.valuename server host.Unknown
PivotableDomains.PivotableSoaEmail.pivotableIs the domain's name soa email a guided pivot.Unknown
PivotableDomains.PivotableSoaEmail.items.countNumber of connected domains sharing the same name soa email.Unknown
PivotableDomains.PivotableSoaEmail.items.valuesoa email.Unknown
PivotableDomains.PivotableIpAddress.pivotableIs the domain's IP address a guided pivot.Unknown
PivotableDomains.PivotableIpAddress.items.countNumber of connected domains sharing the same IP address.Unknown
PivotableDomains.PivotableIpAddress.items.valueIP address.Unknown
PivotableDomains.PivotableNameServerIp.pivotableIs the domain's name server IP address a guided pivot.Unknown
PivotableDomains.PivotableNameServerIp.items.countNumber of connected domains sharing the same name server IP address.Unknown
PivotableDomains.PivotableNameServerIp.items.valuename server IP address.Unknown
PivotableDomains.PivotableMxIp.pivotableIs the domain's mx IP address a guided pivot.Unknown
PivotableDomains.PivotableMxIp.items.countNumber of connected domains sharing the same mx IP address.Unknown
PivotableDomains.PivotableMxIp.items.valuemx IP address.Unknown
PivotableDomains.PivotableRegistrar.pivotableIs the domain's registrar a guided pivot.Unknown
PivotableDomains.PivotableRegistrar.items.countNumber of connected domains sharing the same registrar.Unknown
PivotableDomains.PivotableRegistrar.items.valueRegistrar.Unknown
PivotableDomains.PivotableSslSubject.pivotableIs the domain's SSL subject a guided pivot.Unknown
PivotableDomains.PivotableSslSubject.items.countNumber of connected domains sharing the SSL subject.Unknown
PivotableDomains.PivotableSslSubject.items.valueSSL subject.Unknown
PivotableDomains.PivotableSslEmail.pivotableIs the domain's SSL email a guided pivot.Unknown
PivotableDomains.PivotableSslEmail.items.countNumber of connected domains sharing the SSL email.Unknown
PivotableDomains.PivotableSslEmail.items.valueSSL email.Unknown
PivotableDomains.PivotableNameServerDomain.pivotableIs the domain's name server domain a guided pivot.Unknown
PivotableDomains.PivotableNameServerDomain.items.countNumber of connected domains sharing the name server domain.Unknown
PivotableDomains.PivotableNameServerDomain.items.valueName server domain.Unknown
PivotableDomains.PivotableMxHost.pivotableIs the domain's mx host a guided pivot.Unknown
PivotableDomains.PivotableMxHost.items.countNumber of connected domains sharing the mx host.Unknown
PivotableDomains.PivotableMxHost.items.valueMX host.Unknown
PivotableDomains.PivotableMxDomain.pivotableIs the domain's mx domain a guided pivot.Unknown
PivotableDomains.PivotableMxDomain.items.countNumber of connected domains sharing the mx domain.Unknown
PivotableDomains.PivotableMxDomain.items.valueMX domain.Unknown
PivotableDomains.PivotableGoogleAnalytics.pivotableIs the domain's Google analytics a guided pivot.Unknown
PivotableDomains.PivotableGoogleAnalytics.items.countNumber of connected domains sharing the Google analytics.Unknown
PivotableDomains.PivotableGoogleAnalytics.items.valueGoogle analytics.Unknown
PivotableDomains.PivotableAdsense.pivotableIs the domain's adsense a guided pivot.Unknown
PivotableDomains.PivotableAdsense.items.countNumber of connected domains sharing the adsense.Unknown
PivotableDomains.PivotableAdsense.items.valueAdsense.Unknown