Hostname
breakthru.net
Last fetched
breakthru.net resolves to 2 IPv4 addresses operated by RCN-AS - RCN in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
breakthru.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 208.58.91.212 | 208.58.0.0/15 | AS6079 | RCN-AS - RCN | US |
| 66.117.40.188 | 66.117.32.0/19 | AS29748 | QTS-ASH - Quality Technology Services, LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- breakthru technology partners
- Contact emails
Subdomains
7 observed subdomains of breakthru.net.
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for breakthru.net.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 208.58.91.211 |
Related pages
Pivot deeper into the graph from breakthru.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "breakthru.net"})-[: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.