Hostname
nanglong.go.th
Last fetched
nanglong.go.th resolves to 1 IPv4 address operated by CSLOX-IDC-AS-AP - CS LOXINFO Public Company Limited. in TH.
Nutrition Label
Resolution chain
nanglong.go.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 |
|---|---|---|---|---|
| 27.254.81.42 | 27.254.80.0/22 | AS9891 | CSLOX-IDC-AS-AP - CS LOXINFO Public Company Limited. | TH |
WHOIS identity
No WHOIS records are currently associated with nanglong.go.th in WhisperGraph.
Subdomains
1 observed subdomain of nanglong.go.th.
| Subdomain |
|---|
| mail.nanglong.go.th |
Web-graph footprint
Distinct hostnames that link to or from nanglong.go.th in the public web crawl.
19 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 nanglong.go.th.
| Mechanism | Target |
|---|---|
| SPF_A | nanglong.go.th |
| SPF_IP | 27.254.81.42 |
| SPF_MX | nanglong.go.th |
Related pages
Pivot deeper into the graph from nanglong.go.th.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nanglong.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.