Hostname
nova-ai.nc
Last fetched
nova-ai.nc resolves to 1 IPv4 address operated by AS16276 in CA.
Nutrition Label
Resolution chain
nova-ai.nc 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 |
|---|---|---|---|---|
| 192.99.10.92 | 192.101.5.0/24 | AS16276 | — | CA |
WHOIS identity
No WHOIS records are currently associated with nova-ai.nc in WhisperGraph.
Subdomains
2 observed subdomains of nova-ai.nc.
| Subdomain |
|---|
| mail.nova-ai.nc |
| webmail.nova-ai.nc |
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for nova-ai.nc.
| Mechanism | Target |
|---|---|
| SPF_A | nova-ai.nc |
| SPF_IP | 188.165.235.158 |
| SPF_IP | 192.99.10.92 |
| SPF_IP | 192.99.188.204 |
| SPF_MX | nova-ai.nc |
Related pages
Pivot deeper into the graph from nova-ai.nc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nova-ai.nc"})-[: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.