Hostname
staging.api.ferdia.app
Last fetched
staging.api.ferdia.app resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
staging.api.ferdia.app resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 34.243.169.81 | 35.3.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 52.51.245.29 | 52.65.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.171.158.169 | 54.183.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 54.217.101.115 | 54.222.12.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 63.32.3.5 | 63.38.127.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 63.34.235.182 | 63.38.127.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with staging.api.ferdia.app in WhisperGraph.
Subdomains
1 observed subdomain of staging.api.ferdia.app.
| Subdomain |
|---|
| auth.staging.api.ferdia.app |
Threat posture
History
Related pages
Pivot deeper into the graph from staging.api.ferdia.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "staging.api.ferdia.app"})-[: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.