Hostname
rainbow-web.com
Last fetched
rainbow-web.com resolves to 1 IPv4 address operated by AKSIGORTA in DE. WHOIS lists iana:1387 as the registrar.
Nutrition Label
Resolution chain
rainbow-web.com 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 |
|---|---|---|---|---|
| 45.10.26.3 | 45.10.26.0/24 | AS48314 | AKSIGORTA | DE |
WHOIS identity
- Registrar
- iana:1387
- Organization
- mirko kargus
- Contact emails
Subdomains
27 observed subdomains of rainbow-web.com.
Showing 25 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from rainbow-web.com in the public web crawl.
42 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for rainbow-web.com.
| Mechanism | Target |
|---|---|
| SPF_A | rainbow-web.com |
| SPF_A | server4.rainbow-web.com |
| SPF_A | server6.rainbow-web.com |
| SPF_A | server7.rainbow-web.com |
| SPF_INCLUDE | mailbox.org |
| SPF_INCLUDE | spf.crsend.com |
| SPF_IP | 2a00:1200:0:9:0:0:0:67a |
| SPF_IP | 46.235.201.26 |
| SPF_IP | 95.128.200.164 |
| SPF_MX | rainbow-web.com |
Related pages
Pivot deeper into the graph from rainbow-web.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "rainbow-web.com"})-[: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.