Skip to content

Hostname

dau.edu

Last fetched

dau.edu resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.

Nutrition Label

WHISPER CANON · dau.eduRouting diversity1.5/10Peering density7.8/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/dau.edu

Resolution chain

dau.edu resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
20.185.21.16620.184.0.0/13AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft CorporationUS

WHOIS identity

No WHOIS records are currently associated with dau.edu in WhisperGraph.

Subdomains

78 observed subdomains of dau.edu.

Web-graph footprint

Distinct hostnames that link to or from dau.edu in the public web crawl.

1,003 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for dau.edu.

MechanismTarget
SPF_INCLUDE_spf.qemailserver.com
SPF_INCLUDEokta.dau.edu
SPF_INCLUDEservice-now.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP149.96.192.2
SPF_IP149.96.193.2
SPF_IP50.222.2.0/24
SPF_IP50.229.6.0/24
SPF_IP50.229.6.50
SPF_MXdau.edu

Related pages

Pivot deeper into the graph from dau.edu.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "dau.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.