Hostname
dekkion.com
Last fetched
dekkion.com resolves to 14 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG. WHOIS lists iana:120 as the registrar.
Nutrition Label
Resolution chain
dekkion.com resolves to 14 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.215.195.140 | 13.214.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 13.229.13.18 | 13.228.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 175.41.184.178 | 175.41.128.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.140.119.11 | 18.140.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.140.172.80 | 18.140.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 18.142.4.45 | 18.142.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.221.53.36 | 52.220.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.74.194.180 | 52.74.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.151.253.26 | 54.151.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.179.97.175 | 54.179.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 54.251.244.113 | 54.251.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 52.76.202.198 | 52.76.128.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 47.131.0.114 | 47.128.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 47.131.119.78 | 47.128.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
WHOIS identity
- Registrar
- iana:120
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of dekkion.com.
| Subdomain |
|---|
| wildcard.dekkion.com |
Threat posture
History
Related pages
Pivot deeper into the graph from dekkion.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dekkion.com"})-[: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.