Skip to main content

RDAP

This Integration is part of the RDAP Pack.#

Supported versions

Supported Cortex XSOAR versions: 6.10.0 and later.

RDAP Integration#

Overview#

The RDAP (Registration Data Access Protocol) integration allows you to query domain and IP information using the RDAP protocol. This integration provides valuable data for threat intelligence and domain/IP enrichment purposes.

Configuration#

  1. Navigate to Settings > Integrations > Servers & Services.
  2. Search for RDAP.
  3. Click Add instance to create and configure a new integration instance.
  4. Configure the instance name and reliability.
  5. Click Test to validate the configuration.

Commands#

ip#

This command queries IP information using RDAP.

Input#

Argument NameDescriptionRequired
ipAn IPv4 address to query, e.g., 1.1.1.1.Required

Example Command#

!ip ip=8.8.8.8

Context Output#

PathTypeDescription
IP.AddressStringThe IP address.
IP.DescriptionStringThe IP address description.
IP.Geo.CountryStringThe IP address geo country.
IP.Organization.NameStringThe IP address organization name.
IP.Registrar.Abuse.AddressStringThe address of the abuse Team.
IP.Registrar.Abuse.EmailStringThe email address of the abuse team.
IP.Registrar.Abuse.NameStringThe name of the abuse team.
RDAP.IP.ValueStringThe queried IP address.
RDAP.IP.IndicatorTypeStringThe type of the indicator (IP).
RDAP.IP.RegistrarAbuseAddressStringThe registrar abuse address for the IP.
RDAP.IP.RegistrarAbuseNameStringThe registrar abuse contact name for the IP.
RDAP.IP.RegistrarAbuseEmailStringThe registrar abuse email for the IP.
DBotScore.IndicatorStringThe indicator that was tested.
DBotScore.TypeStringThe indicator type.
DBotScore.VendorStringThe vendor used to calculate the score.
DBotScore.ScoreNumberThe actual score.

domain#

This command queries domain information using RDAP.

Input#

Argument NameDescriptionRequired
domainA domain address to query, e.g., example.com.Required

Example Command#

!domain domain=example.com

Context Output#

PathTypeDescription
Domain.NameStringThe domain name.
Domain.CreationDateDateThe domain registration date.
Domain.ExpirationDateDateThe domain expiration date.
Domain.WHOIS.CreationDateDateThe domain registration date.
Domain.WHOIS.ExpirationDateDateThe domain expiration date.
RDAP.Domain.ValueStringThe queried domain name.
RDAP.Domain.IndicatorTypeStringThe type of the indicator (Domain).
RDAP.Domain.RegistrationDateDateThe domain registration date.
RDAP.Domain.ExpirationDateDateThe domain expiration date.
RDAP.Domain.LastChangedDateDateThe last changed date of the domain.
RDAP.Domain.SecureDNSBooleanWhether the domain uses secure DNS.
DBotScore.IndicatorStringThe indicator that was tested.
DBotScore.TypeStringThe indicator type.
DBotScore.VendorStringThe vendor used to calculate the score.
DBotScore.ScoreNumberThe actual score.

Additional Information#

For more information on RDAP, please visit ICANN's RDAP page.