Hostname
api-dev.eca.gov.il
Last fetched
api-dev.eca.gov.il resolves to 9 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IL.
Nutrition Label
Resolution chain
api-dev.eca.gov.il resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 51.16.182.242 | 51.16.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 51.17.213.10 | 51.16.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 51.17.219.89 | 51.16.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 51.84.103.130 | 51.84.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 51.84.35.57 | 51.84.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 51.84.56.45 | 51.84.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 51.85.17.33 | 51.85.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 51.85.4.189 | 51.85.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 51.85.59.145 | 51.85.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
WHOIS identity
No WHOIS records are currently associated with api-dev.eca.gov.il in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-dev.eca.gov.il.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-dev.eca.gov.il"})-[: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.