Hostname
livechat.fb.ekonsilio.dev
Last fetched
livechat.fb.ekonsilio.dev resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
livechat.fb.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.227.246.34 | 13.227.246.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.227.246.37 | 13.227.246.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.227.246.67 | 13.227.246.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 13.227.246.88 | 13.227.246.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.161.6.102 | 18.161.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.6.48 | 18.161.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.6.84 | 18.161.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.161.6.90 | 18.161.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.215.25 | 99.84.214.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.215.44 | 99.84.214.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.215.58 | 99.84.214.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.215.98 | 99.84.214.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with livechat.fb.ekonsilio.dev in WhisperGraph.
Subdomains
2 observed subdomains of livechat.fb.ekonsilio.dev.
Threat posture
History
Related pages
Pivot deeper into the graph from livechat.fb.ekonsilio.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "livechat.fb.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.