Hostname
wingate.edu
Last fetched
wingate.edu resolves to 1 IPv4 address operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
wingate.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 |
|---|---|---|---|---|
| 104.17.67.73 | 104.17.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- wingate university
- Contact emails
- —
Subdomains
61 observed subdomains of wingate.edu.
Showing 25 of 61. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from wingate.edu in the public web crawl.
395 sites link to this hostname.
271 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
18 SPF mechanisms authorising senders for wingate.edu.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.wingate.edu |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | cust-spf.cashnet.com |
| SPF_INCLUDE | cust-spf.exacttarget.com |
| SPF_IP | 216.147.208.128/26 |
| SPF_IP | 216.147.209.0/27 |
| SPF_IP | 216.147.212.128/27 |
| SPF_IP | 216.147.212.20/30 |
| SPF_IP | 216.147.212.64/26 |
| SPF_IP | 64.74.237.232/31 |
| SPF_IP | 66.151.109.0/24 |
| SPF_IP | 66.151.14.128/31 |
| SPF_IP | 66.151.7.128/26 |
| SPF_IP | 66.151.7.192/28 |
| SPF_IP | 66.151.7.224/30 |
| SPF_IP | 66.151.7.40/29 |
| SPF_IP | 74.217.12.128/27 |
Related pages
Pivot deeper into the graph from wingate.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "wingate.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.