Hostname
ohlone.edu
Last fetched
ohlone.edu resolves to 11 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
ohlone.edu resolves to 11 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.52.15.225 | 13.52.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.57.144.203 | 13.57.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 184.72.19.22 | 184.72.0.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 50.18.109.218 | 50.18.64.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.52.27.22 | 52.52.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.8.9.185 | 52.8.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.9.26.38 | 52.9.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.183.36.46 | 54.183.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.183.37.197 | 54.183.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.177.189.141 | 54.176.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.215.3.109 | 54.215.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- —
- Organization
- ohlone college
- Contact emails
- —
Subdomains
120 observed subdomains of ohlone.edu.
Showing 25 of 120. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ohlone.edu in the public web crawl.
470 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ohlone.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | mrsshepherd.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | verifymyfafsa.com |
| SPF_IP | 148.59.100.16/28 |
| SPF_IP | 176.31.145.254/32 |
| SPF_IP | 207.62.190.110 |
| SPF_IP | 207.62.190.18 |
Related pages
Pivot deeper into the graph from ohlone.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ohlone.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.