Hostname
hostmaster.newdunedain.com
Last fetched
hostmaster.newdunedain.com resolves to 1 IPv4 address operated by GTCOMM - GloboTech Communications in CA.
Nutrition Label
Resolution chain
hostmaster.newdunedain.com 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 |
|---|---|---|---|---|
| 67.43.236.114 | 67.43.224.0/20 | AS36666 | GTCOMM - GloboTech Communications | CA |
WHOIS identity
No WHOIS records are currently associated with hostmaster.newdunedain.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for hostmaster.newdunedain.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 130.185.238.112/28 |
| SPF_IP | 130.185.238.181 |
| SPF_IP | 130.185.238.23 |
| SPF_IP | 130.185.238.46 |
| SPF_IP | 130.185.238.50 |
| SPF_IP | 130.185.238.56/29 |
| SPF_IP | 130.185.238.87 |
| SPF_IP | 130.185.238.89 |
| SPF_IP | 172.99.216.240 |
| SPF_IP | 185.149.234.120/29 |
| SPF_IP | 185.47.201.180/30 |
| SPF_IP | 185.47.201.184 |
| SPF_IP | 212.78.83.101 |
| SPF_IP | 212.78.83.103 |
| SPF_IP | 212.78.83.105 |
| SPF_IP | 212.78.83.60 |
| SPF_IP | 212.78.83.99 |
| SPF_IP | 45.137.213.141 |
| SPF_IP | 67.43.236.114 |
Related pages
Pivot deeper into the graph from hostmaster.newdunedain.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hostmaster.newdunedain.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.