Hostname
www.register-dev.comedytabc.com
Last fetched
www.register-dev.comedytabc.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE.
Nutrition Label
Resolution chain
www.register-dev.comedytabc.com 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.66.233.125 | 18.66.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.233.128 | 18.66.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.233.49 | 18.66.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.66.233.53 | 18.66.232.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 3.164.240.115 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.51 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.53 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.164.240.56 | 3.164.240.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 3.170.221.13 | 3.170.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.170.221.46 | 3.170.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.170.221.65 | 3.170.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
| 3.170.221.94 | 3.170.220.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KR |
WHOIS identity
No WHOIS records are currently associated with www.register-dev.comedytabc.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from www.register-dev.comedytabc.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.register-dev.comedytabc.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.