Hostname
nas.edu
Last fetched
nas.edu resolves to 1 IPv4 address operated by NAS-AS - National Academy of Sciences in US.
Nutrition Label
Resolution chain
nas.edu 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 |
|---|---|---|---|---|
| 144.171.1.16 | 144.171.0.0/16 | AS7301 | NAS-AS - National Academy of Sciences | US |
WHOIS identity
- Registrar
- —
- Organization
- national academy of sciences
- Contact emails
- —
Subdomains
149 observed subdomains of nas.edu.
Showing 25 of 149. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nas.edu in the public web crawl.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for nas.edu.
| Mechanism | Target |
|---|---|
| SPF_A | apollo.nas.edu |
| SPF_A | argo.nas.edu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 144.171.1.50 |
| SPF_IP | 144.171.38.5 |
| SPF_IP | 144.171.38.6 |
| SPF_IP | 144.171.38.7 |
| SPF_IP | 144.171.38.8 |
| SPF_MX | nas.edu |
Related pages
Pivot deeper into the graph from nas.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nas.edu"})-[: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.