Hostname
extra.com.br
Last fetched
extra.com.br resolves to 9 IPv4 addresses operated by AKAMAI-ASN1 in CZ.
Nutrition Label
Resolution chain
extra.com.br resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.212.110.121 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.66 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.212.110.72 | 23.212.110.0/24 | AS20940 | AKAMAI-ASN1 | CZ |
| 23.215.35.10 | 23.215.35.0/24 | AS20940 | AKAMAI-ASN1 | ID |
| 23.215.35.25 | 23.215.35.0/24 | AS20940 | AKAMAI-ASN1 | ID |
| 23.36.162.207 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.36.162.209 | 23.36.162.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.45.207.82 | 23.45.207.0/24 | AS20940 | AKAMAI-ASN1 | SG |
| 23.45.207.84 | 23.45.207.0/24 | AS20940 | AKAMAI-ASN1 | SG |
WHOIS identity
- Registrar
- —
- Organization
- companhia brasileira de distribui??o
- Contact emails
Subdomains
87 observed subdomains of extra.com.br.
Showing 25 of 87. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from extra.com.br in the public web crawl.
1,073 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for extra.com.br.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_IP | 167.89.27.175/32 |
| SPF_IP | 167.89.27.176/32 |
| SPF_IP | 167.89.27.177/32 |
| SPF_IP | 167.89.29.56/32 |
| SPF_IP | 167.89.29.58/32 |
Related pages
Pivot deeper into the graph from extra.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "extra.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.