Hostname
kan1.go.th
Last fetched
kan1.go.th resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
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.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.21.23.184 | 104.21.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 119.59.120.138 | 119.59.120.0/24 | AS56067 | METRABYTE-TH - 453 Ladplacout Jorakhaebua | TH |
| 172.67.212.188 | 172.67.208.0/20 | AS13335 | CLOUDFLARENET - 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.
| Subdomain |
|---|
| www.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.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for kan1.go.th.
| Mechanism | Target |
|---|---|
| SPF_A | kan1.go.th |
| SPF_IP | 119.59.120.138 |
| SPF_MX | kan1.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.