Skip to main content
Search for data containing DNS and attack surface information for a specific domain.
External DocumentationTo learn more, visit the DNS Dumpster documentation.

Parameters

ParameterDescription
DomainThe domain to search.

Example Output

{
"a": [
  {
    "host": "dnsdumpster.com",
    "ips": [
      {
        "asn": "63949",
        "asn_name": "AKAMAI-LINODE-AP Akamai Connected Cloud, SG",
        "asn_range": "172.104.208.0/20",
        "banners": {
          "http": {
            "apps": [
              "Nginx"
            ],
            "server": "nginx",
            "title": "403 Forbidden"
          },
          "https": {
            "alt_n": [
              "dnsdumpster.com"
            ],
            "apps": [
              "Nginx"
            ],
            "cn": "dnsdumpster.com",
            "server": "nginx",
            "title": "403 Forbidden"
          },
          "ip": "172.104.213.248"
        },
        "country": "United States",
        "country_code": "US",
        "ip": "172.104.213.248",
        "ptr": ""
      }
    ]
  }
],
"cname": [],
"mx": [],
"ns": [
  {
    "host": "dns1.registrar-servers.com",
    "ips": [
      {
        "asn": "397237",
        "asn_name": "SECURITYSERVICES",
        "asn_range": "156.154.132.0/24",
        "country": "United States",
        "country_code": "US",
        "ip": "156.154.132.200",
        "ptr": ""
      }
    ]
  },
  {
    "host": "dns2.registrar-servers.com",
    "ips": [
      {
        "asn": "397237",
        "asn_name": "SECURITYSERVICES",
        "asn_range": "156.154.133.0/24",
        "country": "United States",
        "country_code": "US",
        "ip": "156.154.133.200",
        "ptr": ""
      }
    ]
  }
],
"total_a_recs": 1,
"txt": [
  "v=spf1 -all"
]

Workflow Library Example

Search Domain with Dns Dumpster and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop