Hostname
bartonccc.edu
Last fetched
bartonccc.edu resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
bartonccc.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 |
|---|---|---|---|---|
| 34.117.40.45 | 34.118.48.0/20 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- —
- Organization
- barton county community college
- Contact emails
- —
Subdomains
88 observed subdomains of bartonccc.edu.
Showing 25 of 88. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bartonccc.edu in the public web crawl.
272 sites link to this hostname.
433 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
33 SPF mechanisms authorising senders for bartonccc.edu.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}._spf.mta.salesforce.com |
| SPF_INCLUDE | elluciancloud.com |
| SPF_INCLUDE | email-od.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | verifymyfafsa.com |
| SPF_IP | 104.45.175.206/32 |
| SPF_IP | 13.111.0.0/16 |
| SPF_IP | 136.147.135.0/24 |
| SPF_IP | 136.147.176.0/24 |
| SPF_IP | 136.147.182.0/24 |
| SPF_IP | 164.113.217.231 |
| SPF_IP | 192.161.151.31 |
| SPF_IP | 192.161.151.32 |
| SPF_IP | 192.161.151.39 |
| SPF_IP | 192.254.121.248/32 |
| SPF_IP | 198.245.81.0/24 |
| SPF_IP | 199.122.123.0/24 |
| SPF_IP | 23.21.109.197/32 |
| SPF_IP | 23.21.109.212/32 |
| SPF_IP | 3.218.253.173 |
| SPF_IP | 34.117.40.45 |
| SPF_IP | 34.213.212.147 |
| SPF_IP | 35.160.78.215 |
| SPF_IP | 52.180.90.234/32 |
| SPF_IP | 52.224.142.128/32 |
| SPF_IP | 52.42.20.3/32 |
| SPF_IP | 52.45.50.190/32 |
| SPF_IP | 54.174.147.233/32 |
| SPF_IP | 74.122.104.112 |
| SPF_IP | 74.122.104.13 |
| SPF_IP | 74.122.104.64 |
| SPF_IP | 74.122.105.1 |
Related pages
Pivot deeper into the graph from bartonccc.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bartonccc.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.