Skip to main content

TIM - Process Domain Age With Whois

This Playbook is part of the Whois Pack.#

Supported versions

Supported Cortex XSOAR versions: 5.5.0 and later.

This playbook compares the domain creation time against a provided time value such as one month ago. The period can be configured within the playbook inputs MinimumAgeOfDomainMonths or MinimumAgeOfDomainHours. The playbook calculates the timestamp for the relevant period and compares it to the domain creation time value provided by Whois. The domains are outputted accordingly if they were created before or after the compared time, respectively.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

This playbook does not use any integrations.

Scripts#

  • TimeStampCompare
  • Set
  • GetTime

Commands#

  • appendIndicatorField

Playbook Inputs#


NameDescriptionDefault ValueRequired
MinimumAgeMonthValueThe number of months that a domain must exist for it to be considered not new. For example, specifying the value 1 means that if the tested domain was registered less than a month ago, it will be considered a new domain.Optional
MinimumAgeDayValueThe number of days that a domain must exist for it to be considered not new. Specifying the value 1 will mean that if the tested domain was registered less than one day ago, it will be considered a new domain.Optional
MinimumAgeYearValueThe number of years that a domain must exist for it to be considered not new. Specifying the value 1 will mean that if the tested domain was registered less than one year ago, it will be considered a new domain.Optional
WhoisResultsThis input receives the Whois results from the parent playbook.Optional

Playbook Outputs#


PathDescriptionType
NewDomainsDomains whose create value is after the tested date.string
NotNewDomainsDomains whose create value is before the tested date.string
DomainsNotResolvedByWhoisDomains that could not be resolved by Whois.string
DomainsNotProcessedIn case no time value to compare was provided, all domains will be outputted here.string

Playbook Image#


TIM - Process Domain Age With Whois