Hostname
precode.com.br
Last fetched
precode.com.br resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
precode.com.br 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 |
|---|---|---|---|---|
| 13.35.93.129 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.51 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.55 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.35.93.72 | 13.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.110.102 | 18.154.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.110.115 | 18.154.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.110.125 | 18.154.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.154.110.16 | 18.154.108.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 18.245.86.112 | 18.245.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.86.51 | 18.245.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.86.77 | 18.245.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 18.245.86.81 | 18.245.84.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- —
- Organization
- precode solu??es em e-commerce
- Contact emails
Subdomains
98 observed subdomains of precode.com.br.
Showing 25 of 98. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from precode.com.br in the public web crawl.
10 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for precode.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.locaweb.com.br |
| SPF_INCLUDE | _spf.rdstation.com.br |
| SPF_INCLUDE | sendgrid.net |
Related pages
Pivot deeper into the graph from precode.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "precode.com.br"})-[: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.