> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Search Domain

Search for data containing DNS and attack surface information for a specific domain.

<Note>
  External Documentation

  To learn more, visit the [DNS Dumpster documentation](https://dnsdumpster.com/developer/).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter | Description           |
  | --------- | --------------------- |
  | Domain    | The domain to search. |
</div>

## Example Output

```json theme={"dark"}
{
"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](https://library.blinkops.com/workflows/search-domain-with-dns-dumpster-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/search-domain-with-dns-dumpster-and-send-results-via-email/canvas" />
</div>
