Hostname
scccd.edu
Last fetched
scccd.edu resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
scccd.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 |
|---|---|---|---|---|
| 34.215.45.255 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.33.173.81 | 3.33.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 15.197.165.184 | 15.197.160.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- —
- Organization
- state center community college district
- Contact emails
- —
Subdomains
54 observed subdomains of scccd.edu.
Showing 25 of 54. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from scccd.edu in the public web crawl.
182 sites link to this hostname.
181 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for scccd.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | hobsonsmail.com |
| SPF_INCLUDE | outboundmail.blackbaud.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 205.155.151.20 |
| SPF_IP | 205.155.151.56 |
| SPF_IP | 205.155.151.57 |
| SPF_IP | 205.155.151.7 |
Related pages
Pivot deeper into the graph from scccd.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scccd.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.