Hostname
him.static-bahn.de
Last fetched
him.static-bahn.de resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
him.static-bahn.de 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 |
|---|---|---|---|---|
| 18.161.6.103 | 18.161.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.6.7 | 18.161.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.6.74 | 18.161.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.6.92 | 18.161.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.163.113 | 3.162.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.163.118 | 3.162.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.163.73 | 3.162.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.163.82 | 3.162.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with him.static-bahn.de in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from him.static-bahn.de in the public web crawl.
Threat posture
History
Related pages
Pivot deeper into the graph from him.static-bahn.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "him.static-bahn.de"})-[: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.