Hostname
livechat.dev.ekonsilio.dev
Last fetched
livechat.dev.ekonsilio.dev resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BE.
Nutrition Label
Resolution chain
livechat.dev.ekonsilio.dev 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 |
|---|---|---|---|---|
| 13.225.239.108 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.239.128 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.239.66 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 13.225.239.89 | 13.225.238.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BE |
| 3.166.152.10 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.152.123 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.152.28 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.152.93 | 3.166.152.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.71.107 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.19 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.36 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.71.75 | 3.169.68.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
WHOIS identity
No WHOIS records are currently associated with livechat.dev.ekonsilio.dev in WhisperGraph.
Subdomains
2 observed subdomains of livechat.dev.ekonsilio.dev.
Threat posture
History
Related pages
Pivot deeper into the graph from livechat.dev.ekonsilio.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "livechat.dev.ekonsilio.dev"})-[: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.