Hostname
api.dhru.menu
Last fetched
api.dhru.menu resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in PL.
Nutrition Label
Resolution chain
api.dhru.menu resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.244.146.110 | 18.244.170.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.57 | 18.244.170.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.72 | 18.244.170.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 18.244.146.73 | 18.244.170.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | PL |
| 3.165.11.113 | 3.165.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.165.11.34 | 3.165.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.165.11.73 | 3.165.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.165.11.82 | 3.165.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.222.201.126 | 52.222.232.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.201.18 | 52.222.232.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.201.38 | 52.222.232.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 52.222.201.96 | 52.222.232.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with api.dhru.menu in WhisperGraph.
Subdomains
1 observed subdomain of api.dhru.menu.
| Subdomain |
|---|
| wildcard.api.dhru.menu |
Threat posture
History
Related pages
Pivot deeper into the graph from api.dhru.menu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.dhru.menu"})-[: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.