Skip to content

Hostname

that.is

Last fetched

that.is resolves to 20 IPv4 addresses operated by GOOGLE - Google LLC in IN.

Nutrition Label

WHISPER CANON · that.isRouting diversity6.4/10Peering density8.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/that.is

Resolution chain

that.is resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

WHOIS identity

No WHOIS records are currently associated with that.is in WhisperGraph.

Subdomains

1 observed subdomain of that.is.

Subdomain
www.that.is

Web-graph footprint

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

17 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

7 SPF mechanisms authorising senders for that.is.

MechanismTarget
SPF_Athat.is
SPF_INCLUDE_spf.google.com
SPF_IP104.131.19.164
SPF_IP15.204.205.253
SPF_IP45.55.128.201
SPF_IP51.81.203.131
SPF_MXthat.is

Related pages

Pivot deeper into the graph from that.is.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "that.is"})-[: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.