Hostname
superbridge.app
Last fetched
superbridge.app resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
superbridge.app 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 |
|---|---|---|---|---|
| 104.20.26.69 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.156.254 | 172.66.144.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:69
- Organization
- privacy service provided by withheld for privacy ehf
- Contact emails
- —
Subdomains
50 observed subdomains of superbridge.app.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from superbridge.app in the public web crawl.
330 sites link to this hostname.
Sample inbound links
- docs.sqd.ai
- docs.world3.ai
- keyring.app
- celo-64ac69bd.mintlify.app
- 10910bc5-8382-4ef5-bdc7-4c54c8f57e75.bridges.rollbridge.app
- 2e04a78e-7492-4d30-a09f-5c79a889b035.bridges.rollbridge.app
- d124f99b-ef19-442e-b250-d6d2fbedf833.bridges.rollbridge.app
- gmnetwork-mainnet-2f36c6cd8cddda62.mainnets.rollbridge.app
- mint-mainnet-0.mainnets.rollbridge.app
- skate-mainnet-c3bceda95f69cb33.mainnets.rollbridge.app
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for superbridge.app.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mail.intercom.io |
| SPF_INCLUDE | mailgun.org |
Related pages
Pivot deeper into the graph from superbridge.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "superbridge.app"})-[: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.