Hostname
compton.edu
Last fetched
compton.edu resolves to 1 IPv4 address operated by CENIC-2152 - CENIC in US.
Nutrition Label
Resolution chain
compton.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 |
|---|---|---|---|---|
| 198.188.134.24 | 198.188.134.0/24 | AS2152 | CENIC-2152 - CENIC | US |
WHOIS identity
- Registrar
- —
- Organization
- compton community college
- Contact emails
- —
Subdomains
11 observed subdomains of compton.edu.
Web-graph footprint
Distinct hostnames that link to or from compton.edu in the public web crawl.
209 sites link to this hostname.
386 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for compton.edu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _tuf-spf.touchnet.com |
| SPF_INCLUDE | outlook.com |
| SPF_INCLUDE | spf.elluciancloud.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | verifymyfafsa.com |
| SPF_IP | 198.187.196.100/32 |
| SPF_IP | 198.188.134.199 |
| SPF_IP | 52.42.20.3/32 |
Related pages
Pivot deeper into the graph from compton.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "compton.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.