Hostname
admin.uoi.co.th
Last fetched
admin.uoi.co.th resolves to 1 IPv4 address operated by NTPCL-AS-AP - National Telecom Public Company Limited in TH.
Nutrition Label
Resolution chain
admin.uoi.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 |
|---|---|---|---|---|
| 110.77.134.37 | 110.77.134.0/24 | AS131090 | NTPCL-AS-AP - National Telecom Public Company Limited | TH |
WHOIS identity
No WHOIS records are currently associated with admin.uoi.co.th in WhisperGraph.
Subdomains
1 observed subdomain of admin.uoi.co.th.
| Subdomain |
|---|
| mail.admin.uoi.co.th |
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for admin.uoi.co.th.
| Mechanism | Target |
|---|---|
| SPF_A | admin.uoi.co.th |
| SPF_IP | 110.164.108.174 |
| SPF_IP | 110.77.134.37 |
| SPF_IP | 122.155.133.2 |
| SPF_IP | 122.155.133.5 |
| SPF_IP | 202.47.249.23 |
| SPF_IP | 202.47.249.25 |
| SPF_MX | admin.uoi.co.th |
Related pages
Pivot deeper into the graph from admin.uoi.co.th.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "admin.uoi.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.