External DocumentationTo learn more, visit the IBM X Force documentation.
Actions
Get DNS Data
Retrieves DNS information for domain names, URLs and IP addresses.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Input | Insert IP address / URL / Domain name to retrieve DNS information about. |
{
"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"
}
]
}
}
Was this page helpful?