Skip to content

Hostname

kan1.go.th

Last fetched

kan1.go.th resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.

Nutrition Label

WHISPER CANON · kan1.go.thRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/kan1.go.th

Resolution chain

kan1.go.th resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.23.184104.21.16.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
119.59.120.138119.59.120.0/24AS56067METRABYTE-TH - 453 Ladplacout JorakhaebuaTH
172.67.212.188172.67.208.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

No WHOIS records are currently associated with kan1.go.th in WhisperGraph.

Subdomains

1 observed subdomain of kan1.go.th.

Web-graph footprint

Distinct hostnames that link to or from kan1.go.th in the public web crawl.

13 sites link to this hostname.

35 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for kan1.go.th.

MechanismTarget
SPF_Akan1.go.th
SPF_IP119.59.120.138
SPF_MXkan1.go.th

Related pages

Pivot deeper into the graph from kan1.go.th.

Cypher and MCP

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

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