Hostname
gcom.co.th
Last fetched
gcom.co.th resolves to 1 IPv4 address operated by AS202053 in SG. WHOIS lists registrar:thnic as the registrar.
Nutrition Label
Resolution chain
gcom.co.th resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 94.237.72.34 | 94.237.64.0/20 | AS202053 | — | SG |
WHOIS identity
- Registrar
- registrar:thnic
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of gcom.co.th.
Web-graph footprint
Distinct hostnames that link to or from gcom.co.th in the public web crawl.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- gcom.co.th
SPF policy
7 SPF mechanisms authorising senders for gcom.co.th.
| Mechanism | Target |
|---|---|
| SPF_A | gcom.co.th |
| SPF_INCLUDE | _spf.reliablemail.org |
| SPF_INCLUDE | filters.reliablemail.org |
| SPF_INCLUDE | reliablemail.org |
| SPF_IP | 108.178.53.250 |
| SPF_IP | 94.237.72.34 |
| SPF_MX | gcom.co.th |
Related pages
Pivot deeper into the graph from gcom.co.th.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gcom.co.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.