Hostname
sccc.edu
Last fetched
sccc.edu resolves to 1 IPv4 address operated by YOUTUBE - Google Ireland Limited in US.
Nutrition Label
Resolution chain
sccc.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 |
|---|---|---|---|---|
| 35.208.238.20 | 35.208.0.0/15 | AS43515 | YOUTUBE - Google Ireland Limited | US |
WHOIS identity
- Registrar
- —
- Organization
- seward county community college/area technical school
- Contact emails
- —
Subdomains
42 observed subdomains of sccc.edu.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sccc.edu in the public web crawl.
153 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for sccc.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | email-od.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | ngwebsolutions.net |
| SPF_INCLUDE | spf-us.tmes.trendmicro.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.watermarkinsights.com |
| SPF_IP | 12.228.6.215/32 |
| SPF_IP | 208.80.200.0/21 |
| SPF_IP | 209.137.221.41/32 |
| SPF_MX | sccc.edu |
Related pages
Pivot deeper into the graph from sccc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sccc.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.