Skip to content

Hostname

nsa.cc

Last fetched

nsa.cc resolves to 5 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1555 as the registrar.

Nutrition Label

WHISPER CANON · nsa.ccRouting diversity3.9/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint2.0/10canon.whisper.security/host/nsa.cc

Resolution chain

nsa.cc resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.18.39.170104.18.39.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.153.201172.64.153.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.155.89172.64.155.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.158.115172.64.158.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.38.222172.64.38.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:1555
Organization
Contact emails

Subdomains

12 observed subdomains of nsa.cc.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for nsa.cc.

MechanismTarget
SPF_Ansa.cc
SPF_INCLUDE_spf.workspace.org
SPF_MXnsa.cc

Related pages

Pivot deeper into the graph from nsa.cc.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "nsa.cc"})-[: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.