Hostname
nctc.gov
Last fetched
nctc.gov resolves to 6 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in US.
Nutrition Label
Resolution chain
nctc.gov resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.69.95.58 | 104.69.80.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 184.27.0.107 | 184.27.0.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.201.191.164 | 23.201.160.0/19 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.4.183.208 | 23.4.176.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.52.146.52 | 23.52.144.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.54.177.126 | 23.54.176.0/20 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with nctc.gov in WhisperGraph.
Subdomains
8 observed subdomains of nctc.gov.
Web-graph footprint
Distinct hostnames that link to or from nctc.gov in the public web crawl.
466 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for nctc.gov.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.office365.us |
Related pages
Pivot deeper into the graph from nctc.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nctc.gov"})-[: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.