Hostname
icook.id
Last fetched
icook.id resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in JP. WHOIS lists iana:1 as the registrar.
Nutrition Label
Resolution chain
icook.id resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.5.155.122 | 3.5.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.155.158 | 3.5.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.155.242 | 3.5.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.155.36 | 3.5.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.155.64 | 3.5.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.155.9 | 3.5.155.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.157.0 | 3.5.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.157.93 | 3.5.157.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.159.10 | 3.5.159.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 3.5.159.173 | 3.5.159.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.1.84 | 52.219.1.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.136.183 | 52.219.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.136.239 | 52.219.136.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.151.59 | 52.219.150.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.16.48 | 52.219.16.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
| 52.219.4.192 | 52.219.4.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | JP |
WHOIS identity
- Registrar
- iana:1
- Organization
- —
- Contact emails
- —
Threat posture
History
Related pages
Pivot deeper into the graph from icook.id.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "icook.id"})-[: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.