Hostname
duny.edu
Last fetched
duny.edu resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
duny.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 |
|---|---|---|---|---|
| 35.185.216.241 | 35.185.208.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with duny.edu in WhisperGraph.
Subdomains
9 observed subdomains of duny.edu.
Web-graph footprint
Distinct hostnames that link to or from duny.edu in the public web crawl.
147 sites link to this hostname.
371 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for duny.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.symplicity.com |
| SPF_IP | 23.22.228.238/32 |
| SPF_IP | 34.197.133.25/32 |
| SPF_IP | 34.198.69.238/32 |
| SPF_IP | 37.216.222.128/28 |
| SPF_IP | 54.85.76.43/32 |
| SPF_IP | 69.196.241.0/24 |
Related pages
Pivot deeper into the graph from duny.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "duny.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.