Hostname
santander.com.br
Last fetched
santander.com.br resolves to 10 IPv4 addresses operated by AKAMAI-ASN1 in DE.
Nutrition Label
Resolution chain
santander.com.br resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.17.100.130 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.17.100.202 | 2.17.100.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.16 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 2.21.239.7 | 2.21.239.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 23.196.3.174 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.196.3.190 | 23.196.3.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.34.59.17 | 23.34.59.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.34.59.20 | 23.34.59.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 95.101.111.164 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
| 95.101.111.184 | 95.101.111.0/24 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- —
- Organization
- banco santander (brasil)
- Contact emails
Subdomains
193 observed subdomains of santander.com.br.
Showing 25 of 193. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from santander.com.br in the public web crawl.
4,729 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for santander.com.br.
| Mechanism | Target |
|---|---|
| SPF_EXISTS | %{i}.spf.as.gruposantander.com |
| SPF_EXISTS | %{i}.spf.us.gruposantander.com |
Related pages
Pivot deeper into the graph from santander.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "santander.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.