Hostname
shop.cogycogy.com
Last fetched
shop.cogycogy.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HK.
Nutrition Label
Resolution chain
shop.cogycogy.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.35.185.105 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.185.47 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.185.62 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 13.35.185.83 | 13.35.185.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | HK |
| 18.160.181.22 | 18.160.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.181.31 | 18.160.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.181.78 | 18.160.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.160.181.86 | 18.160.180.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with shop.cogycogy.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from shop.cogycogy.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
2 SPF mechanisms authorising senders for shop.cogycogy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.makeshop.jp |
| SPF_IP | 52.196.245.114 |
Related pages
Pivot deeper into the graph from shop.cogycogy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "shop.cogycogy.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.