Skip to main content

Farsight DNSDB

This Integration is part of the Farsight DNSDB Pack.#

This integration uses Farsight Security’s DNSDB solution to interactively lookup rich, historical DNS information – either as playbook tasks or through API calls in the War Room – to access rdata and rrset records.

To set up Farsight Security DNSDB to work with Cortex XSOAR:#

User will need DNSDB’s API key and service URL for connecting to the Cortex XSOAR server.

Configure Farsight DNSDB on Cortex XSOAR#

  1. Navigate to Settings > Integrations > Servers & Services.

  2. Search for Farsight DNSDB.

  3. Click Add instance to create and configure a new integration instance.

    ParameterRequired
    DNSDB Service URLTrue
    API KeyTrue
    Use system proxy settingsFalse
  4. Click Test to validate the URLs, token, and connection.

Commands#

You can execute these commands from the Cortex XSOAR 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.

dnsdb-rdata#


Lookup rdata records

Base Command#

dnsdb-rdata

Input#

Argument NameDescriptionRequired
typequery type. Possible values are: name, ip, raw.Required
valuequery value.Required
limitLimit the number of returned records. Default is 100.Optional
time_first_beforeFilter results for entries seen for first time before (seconds).Optional
time_last_beforeFilter results for entries seen last time before (seconds).Optional
time_first_afterfilter results for entries seen first time after (seconds).Optional
time_last_afterfilter results for entries seen last time after (seconds).Optional
rrtypequery rrtype.Optional

Context Output#

There is no context output for this command.

dnsdb-rrset#


Lookup rrser records

Base Command#

dnsdb-rrset

Input#

Argument NameDescriptionRequired
ownerOwner name to query.Required
rrtyperrtype value to query.Optional
bailiwickBailiwick value to query.Optional
limitLimit the number of returned records. Default is 100.Optional
time_first_beforeFilter results for entries seen for first time before (seconds).Optional
time_first_afterFilter results for entries seen for first time after (seconds).Optional
time_last_beforeFilter results for entries seen for last time before (seconds).Optional
time_last_afterFilter results for entries seen for last time after (seconds).Optional

Context Output#

There is no context output for this command.