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
Parameter | Description |
---|---|
Input | Insert 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
Preview this Workflow on desktop