Hostname
nt-ware.com
Last fetched
nt-ware.com resolves to 3 IPv4 addresses operated by HETZNER-AS in FI. WHOIS lists iana:1040 as the registrar.
Nutrition Label
Resolution chain
nt-ware.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 |
|---|---|---|---|---|
| 135.181.0.40 | 135.181.0.0/16 | AS24940 | HETZNER-AS | FI |
| 147.135.1.50 | 147.135.0.0/17 | AS16276 | OVH | US |
| 147.135.37.12 | 147.135.0.0/17 | AS16276 | OVH | US |
WHOIS identity
- Registrar
- iana:1040
- Organization
- nt-ware.com, secret registration customer id 408454
- Contact emails
Subdomains
14 observed subdomains of nt-ware.com.
Web-graph footprint
Distinct hostnames that link to or from nt-ware.com in the public web crawl.
91 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for nt-ware.com.
| Mechanism | Target |
|---|---|
| SPF_A | nt-ware.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 5.9.111.67/32 |
| SPF_IP | 78.46.35.44/32 |
Related pages
Pivot deeper into the graph from nt-ware.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nt-ware.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.