Hostname
cusnc.navy.mil
Last fetched
cusnc.navy.mil resolves to 4 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
cusnc.navy.mil resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.217.9.40 | 23.217.9.0/24 | AS20940 | — | US |
| 23.217.9.48 | 23.217.9.0/24 | AS20940 | — | US |
| 23.58.120.171 | 23.58.120.0/24 | AS20940 | — | IN |
| 23.58.120.179 | 23.58.120.0/24 | AS20940 | — | IN |
WHOIS identity
No WHOIS records are currently associated with cusnc.navy.mil in WhisperGraph.
Subdomains
1 observed subdomain of cusnc.navy.mil.
| Subdomain |
|---|
| www.cusnc.navy.mil |
Web-graph footprint
Distinct hostnames that link to or from cusnc.navy.mil in the public web crawl.
355 sites link to this hostname.
45 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from cusnc.navy.mil.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cusnc.navy.mil"})-[: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.