Hostname
cgd.go.th
Last fetched
cgd.go.th has no current public IPv4 resolution in WhisperGraph; WHOIS lists registrar:t.h.nic co., ltd. as the registrar.
Nutrition Label
Resolution chain
cgd.go.th has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- registrar:t.h.nic co., ltd.
- Organization
- —
- Contact emails
- —
Subdomains
32 observed subdomains of cgd.go.th.
Showing 25 of 32. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from cgd.go.th in the public web crawl.
652 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for cgd.go.th.
| Mechanism | Target |
|---|---|
| SPF_A | cgd.go.th |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 2001:df6:b000:a:0:0:0:2 |
| SPF_IP | 203.170.18.10 |
| SPF_MX | cgd.go.th |
Related pages
Pivot deeper into the graph from cgd.go.th.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cgd.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.