ToolAssay

Resolves A, AAAA, MX, NS, TXT, CAA and SOA, reads the WHOIS record of the respon

Resolves A, AAAA, MX, NS, TXT, CAA and SOA, reads the WHOIS record of the responsible registry, checks SPF, DMARC and known DKIM selectors, opens a TLS handshake for issuer, validity, chain and SAN list, and collects subdomains from Certificate Transparency. Fields that a registry refuses to answer are reported as unknown, never guessed.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1073 msmedian answer time
$0.003listed price per call
$0.003price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://dns.halowerk.com/domain

CategoryCompany and compliance
Provider hostdns.halowerk.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.003 1073 ms

Example input (from the provider)

{
  "body": {
    "domain": "example.com"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "cert_chain": {
              "default": false,
              "description": "Return the full certificate chain the server presents, not only the leaf certificate.",
              "type": "boolean"
            },
            "domain": {
              "description": "Domain without scheme, for example example.com. A full URL or a mail address is accepted and reduced to its host.",
              "type": "string"
            },
            "subdomains": {
              "default": true,
              "description": "Collect subdomains from Certificate Transparency (crt.sh) and the certificate SAN list.",
              "type": "boolean"
            },
            "whois_raw": {
              "default": false,
              "description": "Include the unparsed WHOIS text of the registry answer.",
              "type": "boolean"
            }
          },
          "required": [
            "domain"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON