Hostname
ntw.com
Last fetched
ntw.com resolves to 3 IPv4 addresses operated by AS20940 in CZ. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
ntw.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.212.110.107 | 23.212.110.0/24 | AS20940 | — | CZ |
| 23.212.110.18 | 23.212.110.0/24 | AS20940 | — | CZ |
| 66.159.100.87 | 66.159.100.0/24 | AS54664 | TBCCO-AS-01 - TBC Corporation | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- development services
- Contact emails
Subdomains
4 observed subdomains of ntw.com.
Web-graph footprint
Distinct hostnames that link to or from ntw.com in the public web crawl.
22 sites link to this hostname.
12 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 ntw.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{ir}.%{v}.%{d}.spf.has.pphosted.com |
Related pages
Pivot deeper into the graph from ntw.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ntw.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.