Hostname
sbc.edu
Last fetched
sbc.edu resolves to 1 IPv4 address operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
sbc.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 |
|---|---|---|---|---|
| 44.211.110.75 | 44.192.0.0/11 | AS14618 | AMAZON-AES - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- sweet briar college
- Contact emails
- —
Subdomains
172 observed subdomains of sbc.edu.
Showing 25 of 172. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sbc.edu in the public web crawl.
546 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
37 SPF mechanisms authorising senders for sbc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.smtp.com |
| SPF_INCLUDE | secure.giftlegacy.com |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 148.100.49.121 |
| SPF_IP | 148.100.49.21 |
| SPF_IP | 148.100.49.223 |
| SPF_IP | 148.105.8.0/21 |
| SPF_IP | 18.190.142.254 |
| SPF_IP | 184.170.79.235 |
| SPF_IP | 198.2.128.0/18 |
| SPF_IP | 198.2.128.0/24 |
| SPF_IP | 198.2.132.0/22 |
| SPF_IP | 198.2.136.0/23 |
| SPF_IP | 198.2.145.0/24 |
| SPF_IP | 198.2.177.0/24 |
| SPF_IP | 198.2.178.0/23 |
| SPF_IP | 198.2.180.0/24 |
| SPF_IP | 198.2.186.0/23 |
| SPF_IP | 205.201.128.0/20 |
| SPF_IP | 205.201.131.128/25 |
| SPF_IP | 205.201.134.128/25 |
| SPF_IP | 205.201.136.0/23 |
| SPF_IP | 205.201.139.0/24 |
| SPF_IP | 2a01:111:f400::0/48 |
| SPF_IP | 2a01:111:f403:8000::/50 |
| SPF_IP | 2a01:111:f403::/49 |
| SPF_IP | 2a01:111:f403:c000::/51 |
| SPF_IP | 2a01:111:f403:f000::/52 |
| SPF_IP | 3.130.185.115 |
| SPF_IP | 3.22.76.99 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 40.92.0.0/15 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 52.27.21.77 |
| SPF_IP | 52.60.176.248 |
| SPF_IP | 52.60.226.28 |
Related pages
Pivot deeper into the graph from sbc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sbc.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.