Skip to content

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

WHISPER CANON · breakthru.netRouting diversity2.4/10Peering density8.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/breakthru.net

Resolution chain

breakthru.net resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
208.58.91.212208.58.0.0/15AS6079RCN-AS - RCNUS
66.117.40.18866.117.32.0/19AS29748QTS-ASH - Quality Technology Services, LLCUS

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.

MechanismTarget
SPF_INCLUDEspf.protection.outlook.com
SPF_IP208.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.