Farsight DNSDB
Farsight DNSDB Pack.#
This Integration is part of theThis 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 XSOARNavigate to Settings > Integrations > Servers & Services.
Search for Farsight DNSDB.
Click Add instance to create and configure a new integration instance.
Parameter Required DNSDB Service URL True API Key True Use system proxy settings False Click Test to validate the URLs, token, and connection.
#
CommandsYou 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-rdataLookup rdata records
#
Base Commanddnsdb-rdata
#
InputArgument Name | Description | Required |
---|---|---|
type | query type. Possible values are: name, ip, raw. | Required |
value | query value. | Required |
limit | Limit the number of returned records. Default is 100. | Optional |
time_first_before | Filter results for entries seen for first time before (seconds). | Optional |
time_last_before | Filter results for entries seen last time before (seconds). | Optional |
time_first_after | filter results for entries seen first time after (seconds). | Optional |
time_last_after | filter results for entries seen last time after (seconds). | Optional |
rrtype | query rrtype. | Optional |
#
Context OutputThere is no context output for this command.
#
dnsdb-rrsetLookup rrser records
#
Base Commanddnsdb-rrset
#
InputArgument Name | Description | Required |
---|---|---|
owner | Owner name to query. | Required |
rrtype | rrtype value to query. | Optional |
bailiwick | Bailiwick value to query. | Optional |
limit | Limit the number of returned records. Default is 100. | Optional |
time_first_before | Filter results for entries seen for first time before (seconds). | Optional |
time_first_after | Filter results for entries seen for first time after (seconds). | Optional |
time_last_before | Filter results for entries seen for last time before (seconds). | Optional |
time_last_after | Filter results for entries seen for last time after (seconds). | Optional |
#
Context OutputThere is no context output for this command.