Hostname
roberts.edu
Last fetched
roberts.edu resolves to 3 IPv4 addresses operated by CENTURYLINK-US-LEGACY-QWEST - CenturyLink Communications, LLC in US.
Nutrition Label
Resolution chain
roberts.edu resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 63.151.148.74 | 63.144.0.0/12 | AS209 | CENTURYLINK-US-LEGACY-QWEST - CenturyLink Communications, LLC | US |
| 150.171.109.194 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KE |
| 150.171.109.193 | 150.171.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | KE |
WHOIS identity
- Registrar
- —
- Organization
- roberts wesleyan college
- Contact emails
- —
Subdomains
47 observed subdomains of roberts.edu.
Showing 25 of 47. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from roberts.edu in the public web crawl.
493 sites link to this hostname.
425 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
26 SPF mechanisms authorising senders for roberts.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf0000000.roberts.edu |
| SPF_IP | 113.29.23.222/32 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 193.240.184.6 |
| SPF_IP | 193.240.184.7 |
| SPF_IP | 199.91.136.22 |
| SPF_IP | 199.91.136.26/32 |
| SPF_IP | 199.91.136.28/32 |
| SPF_IP | 199.91.139.22/32 |
| SPF_IP | 199.91.139.23/32 |
| SPF_IP | 199.91.140.22 |
| SPF_IP | 199.91.140.26/32 |
| SPF_IP | 199.91.141.2 |
| SPF_IP | 204.8.10.114/32 |
| SPF_IP | 206.107.42.3 |
| SPF_IP | 206.107.42.4 |
| SPF_IP | 206.79.10.196 |
| SPF_IP | 216.37.18.6/32 |
| SPF_IP | 3.93.157.0/24 |
| SPF_IP | 35.191.0.0/16 |
| SPF_IP | 38.117.94.94/32 |
| SPF_IP | 54.240.121.247/32 |
| SPF_IP | 54.240.121.248/32 |
| SPF_IP | 66.102.0.0/20 |
| SPF_IP | 74.125.0.0/16 |
Related pages
Pivot deeper into the graph from roberts.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "roberts.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.