Hostname
wfu.edu
Last fetched
wfu.edu resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
wfu.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 |
|---|---|---|---|---|
| 50.19.255.185 | 50.19.128.0/17 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- wake forest university
- Contact emails
- —
Subdomains
24,578 observed subdomains of wfu.edu.
Showing 25 of 24,578. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wfu.edu in the public web crawl.
2,053 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
15 SPF mechanisms authorising senders for wfu.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf_.watermarkinsights.com |
| SPF_INCLUDE | stspg-customer.com |
| SPF_IP | 104.239.174.92 |
| SPF_IP | 152.17.0.0/16 |
| SPF_IP | 172.99.69.190 |
| SPF_IP | 18.208.37.192 |
| SPF_IP | 18.211.100.168 |
| SPF_IP | 3.214.87.33 |
| SPF_IP | 52.0.89.191 |
| SPF_IP | 52.2.241.102 |
| SPF_IP | 54.146.255.189 |
| SPF_IP | 54.156.137.163 |
| SPF_IP | 54.158.176.204 |
Related pages
Pivot deeper into the graph from wfu.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wfu.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.