Hostname
ns1.d-course.com
Last fetched
ns1.d-course.com resolves to 4 IPv4 addresses operated by AS58955 in TH.
Nutrition Label
Resolution chain
ns1.d-course.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.132.3.26 | 103.132.3.0/24 | AS58955 | — | TH |
| 119.59.99.248 | 119.59.99.0/24 | AS56067 | — | TH |
| 143.14.9.26 | 143.14.9.0/24 | AS153996 | — | TH |
| 143.4.19.26 | 143.4.0.0/14 | AS11003 | PANDG - The Procter and Gamble Company | US |
WHOIS identity
No WHOIS records are currently associated with ns1.d-course.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ns1.d-course.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ns1.d-course.com"})-[: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.