Hostname
ntrc.gd
Last fetched
ntrc.gd resolves to 1 IPv4 address operated by GREX - NTRC-Grenada in GD. WHOIS lists registrar:the national telecommunications regulatory commission (ntrc) as the registrar.
Nutrition Label
Resolution chain
ntrc.gd 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 |
|---|---|---|---|---|
| 206.126.244.153 | 206.126.244.0/24 | AS14432 | GREX - NTRC-Grenada | GD |
WHOIS identity
- Registrar
- registrar:the national telecommunications regulatory commission (ntrc)
- Organization
- —
- Contact emails
- —
Subdomains
7 observed subdomains of ntrc.gd.
Web-graph footprint
Distinct hostnames that link to or from ntrc.gd in the public web crawl.
23 sites link to this hostname.
48 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for ntrc.gd.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ntrc.gd.
- IP · 206.126.244.153
- ASN · AS14432GREX - NTRC-Grenada
- Registrar · registrar:the national telecommunications regulatory commission (ntrc)
- Country · GD
- TLD · .gd
- Browse hostnames · nt…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ntrc.gd"})-[: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.