Hostname
secure.rsb-gateway.com
Last fetched
secure.rsb-gateway.com resolves to 4 IPv4 addresses operated by AS-COLOCROSSING - HostPapa in US.
Nutrition Label
Resolution chain
secure.rsb-gateway.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 107.172.4.11 | 107.172.4.0/24 | AS36352 | AS-COLOCROSSING - HostPapa | US |
| 139.99.239.47 | 139.99.128.0/17 | AS16276 | — | AU |
| 173.234.106.173 | 173.234.106.0/23 | AS136988 | — | AU |
| 51.77.54.94 | 51.77.0.0/16 | AS16276 | — | PL |
WHOIS identity
No WHOIS records are currently associated with secure.rsb-gateway.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from secure.rsb-gateway.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "secure.rsb-gateway.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.