Skip to content

Hostname

dat.at

Last fetched

dat.at resolves to 2 IPv4 addresses operated by AKAMAI-ASN1 in DE. WHOIS lists registrar:internetx gmbh as the registrar.

Nutrition Label

WHISPER CANON · dat.atRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dat.at

Resolution chain

dat.at resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
2.17.100.2182.17.100.0/24AS20940AKAMAI-ASN1DE
2.17.100.2352.17.100.0/24AS20940AKAMAI-ASN1DE

WHOIS identity

Registrar
registrar:internetx gmbh
Organization
deutsche automobil treuhand
Contact emails

Subdomains

2 observed subdomains of dat.at.

Web-graph footprint

Distinct hostnames that link to or from dat.at in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

1 SPF mechanism authorising senders for dat.at.

MechanismTarget
SPF_INCLUDEspf.messagelabs.com

Related pages

Pivot deeper into the graph from dat.at.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dat.at"})-[:RESOLVES_TO]->(ip:IPV4)
      -[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
      -[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.