Hostname
staging.lld-expresspass.de
Last fetched
staging.lld-expresspass.de resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.
Nutrition Label
Resolution chain
staging.lld-expresspass.de 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 |
|---|---|---|---|---|
| 18.157.241.254 | 18.160.24.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.194.24.56 | 18.204.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.197.76.110 | 18.208.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 52.28.122.22 | 52.46.13.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
No WHOIS records are currently associated with staging.lld-expresspass.de in WhisperGraph.
Subdomains
1 observed subdomain of staging.lld-expresspass.de.
| Subdomain |
|---|
| nextgen.staging.lld-expresspass.de |
Threat posture
History
Related pages
Pivot deeper into the graph from staging.lld-expresspass.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "staging.lld-expresspass.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.