Hostname
for.nau.edu
Last fetched
for.nau.edu resolves to 1 IPv4 address operated by NAU-AS - Northern Arizona University in US.
Nutrition Label
Resolution chain
for.nau.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 |
|---|---|---|---|---|
| 134.114.138.41 | 134.114.0.0/16 | AS21582 | NAU-AS - Northern Arizona University | US |
WHOIS identity
No WHOIS records are currently associated with for.nau.edu in WhisperGraph.
Subdomains
3 observed subdomains of for.nau.edu.
Web-graph footprint
Distinct hostnames that link to or from for.nau.edu in the public web crawl.
18 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for for.nau.edu.
| Mechanism | Target |
|---|---|
| SPF_A | for.nau.edu |
| SPF_A | mailgate1.nau.edu |
| SPF_A | mailgate2.nau.edu |
| SPF_A | mailgate3.nau.edu |
| SPF_A | mailgate4.nau.edu |
| SPF_A | mailgate5.nau.edu |
| SPF_A | mailgate6.nau.edu |
| SPF_A | mailgate7.nau.edu |
| SPF_A | mailgate8.nau.edu |
| SPF_MX | for.nau.edu |
| SPF_MX | mailgate.nau.edu |
Related pages
Pivot deeper into the graph from for.nau.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "for.nau.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.