Skip to main content

Get DNS Data

Retrieves DNS information for domain names, URLs and IP addresses.

External Documentation

To learn more, visit the IBM X Force documentation.

Parameters

ParameterDescription
InputInsert IP address / URL / Domain name to retrieve DNS information about.

Example Output

{
"A": [
"string"
],
"AAAA": [
"string"
],
"MX": {
"exchange": "string",
"priority": 0
},
"TXT": [
"string"
],
"RDNS": [
"string"
],
"Passive": {
"query": "string",
"records": [
{
"value": "string",
"type": "string",
"recordType": "string",
"last": "2024-07-18T10:22:42.986Z",
"first": "2024-07-18T10:22:42.986Z"
}
]
}
}

Workflow Library Example

Get Dns Data with Ibm X Force and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop