Skip to main content

Domain Enrichment - Generic v2

This Playbook is part of the Common Playbooks Pack.#

Enrich domains using one or more integrations. Domain enrichment includes:

  • Threat information
  • Domain reputation using !domain command

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#

This playbook does not use any scripts.

Commands#

  • umbrella-domain-categorization
  • domain

Playbook Inputs#


NameDescriptionDefault ValueRequired
DomainThe domain name to enrich.Domain.NameOptional
UseReputationCommandDefine if you would like to use the !url command.
Note: This input should be used whenever there is no auto-extract enabled in the investigation flow.
Possible values: True / False.
FalseRequired

Playbook Outputs#


PathDescriptionType
DomainThe domain objects.string
DBotScoreIndicator, Score, Type, and Vendor.string
Domain.NameBad domain found.string
Domain.Malicious.VendorFor malicious domains, the vendor that made the decision.string
DBotScore.IndicatorThe indicator that was tested.string
DBotScore.TypeThe indicator type.string
DBotScore.ScoreThe actual DBot score.number
Domain.SecurityCategoriesThe Umbrella security category, or categories, that match this domainstring
Domain.ContentCategoriesThe Umbrella content category or categories that match this domainstring
Domain.Malicious.DescriptionFor malicious domains, the reason for the vendor to make the decisionstring
Domain.CreationDateThe date on which the domain was created.string
Domain.DomainStatusThe status of the domain.string
Domain.UpdatedDateThe date on which the domain was last updated.string
Domain.ExpirationDateThe expiration date of the domain.string
Domain.Umbrella.RiskScoreThe status will be "-1" if the domain is believed to be malicious, "1" if the domain is believed to be benign, "0" if it hasn't been classified yet.string
Domain.Umbrella.SecureRank Suspicious rank for a domain that reviews based on the lookup behavior of client IP for the domain. Securerank is designed to identify hostnames requested by known infected clients but never requested by clean clients, assuming these domains are more likely to be bad. Scores returned range from -100 (suspicious) to 100 (benign). Note, this parameter is deprecated by the API, and will be equal to 0.string
Domain.Umbrella.FirstQueriedTimeThe time when the attribution for this Domain was made.string
Domain.Umbrella.ContentCategoriesThe Umbrella content category or categories that match this domain. If none of them match, the return will be blank.string
Domain.Umbrella.MalwareCategoriesThe Umbrella security category, or categories, that match this domain or that this domain is associated with. If none match, the return will be blank.string
DBotScore.VendorThe vendor used to calculate the score.string
Domain.Admin.CountryThe country of the domain administrator.string
Domain.Admin.EmailThe email address of the domain administrator.string
Domain.Admin.NameThe name of the domain administrator.string
Domain.Admin.PhoneThe phone number of the domain administrator.string
Domain.Registrant.CountryThe country of the registrant.string
Domain.Registrant.EmailThe email address of the registrant.string
Domain.Registrant.NameThe name of the registrant.string
Domain.Registrant.PhoneThe phone number of the registrant.string
Domain.Registrar.NameThe name of the registrar, such as "GoDaddy".string

Playbook Image#


Domain Enrichment - Generic v2