Hostname
codigo-postal.co
Last fetched
codigo-postal.co resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
codigo-postal.co 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.164.77.119 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.77.128 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.77.17 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.164.77.97 | 18.164.77.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.244.140.101 | 18.244.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.140.106 | 18.244.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.140.54 | 18.244.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.244.140.77 | 18.244.136.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.64.211.77 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.127 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.26 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.64.211.105 | 18.64.210.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
3 observed subdomains of codigo-postal.co.
Web-graph footprint
Distinct hostnames that link to or from codigo-postal.co in the public web crawl.
199 sites link to this hostname.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from codigo-postal.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "codigo-postal.co"})-[: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.