Hostname
urbahn.ch
Last fetched
urbahn.ch resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BE.
Nutrition Label
Resolution chain
urbahn.ch resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.225.239.49 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.239.72 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.239.80 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.239.94 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.226.2.113 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.24 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.26 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 13.226.2.5 | 13.226.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
No WHOIS records are currently associated with urbahn.ch in WhisperGraph.
Subdomains
1 observed subdomain of urbahn.ch.
| Subdomain |
|---|
| www.urbahn.ch |
Web-graph footprint
Distinct hostnames that link to or from urbahn.ch in the public web crawl.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for urbahn.ch.
| Mechanism | Target |
|---|---|
| SPF_A | urbahn.ch |
| SPF_INCLUDE | spf.creanet.ch |
| SPF_MX | urbahn.ch |
Related pages
Pivot deeper into the graph from urbahn.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "urbahn.ch"})-[: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.