Skip to content

Hostname

novanix.com

Last fetched

novanix.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1910 as the registrar.

Nutrition Label

WHISPER CANON · novanix.comRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/novanix.com

Resolution chain

novanix.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
188.114.96.2188.114.96.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
188.114.97.2188.114.97.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1910
Organization
novanix, llc.
Contact emails

Subdomains

3 observed subdomains of novanix.com.

Web-graph footprint

Distinct hostnames that link to or from novanix.com in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

15 SPF mechanisms authorising senders for novanix.com.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP104.42.102.31
SPF_IP172.23.1.0/24
SPF_IP191.239.12.165
SPF_IP20.83.240.66
SPF_IP2002:d133:93e8:0:0:0:d133:93e8
SPF_IP207.210.107.0/24
SPF_IP209.51.147.232
SPF_IP209.51.147.233
SPF_IP212.227.126.0/24
SPF_IP216.180.250.134
SPF_IP217.160.230.0/24
SPF_IP52.151.31.189
SPF_IP64.22.80.0/24
SPF_IP66.7.210.125

Related pages

Pivot deeper into the graph from novanix.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "novanix.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.