Hostname
bbva.com.ar
Last fetched
bbva.com.ar resolves to 3 IPv4 addresses operated by AKAMAI-AS - Akamai Technologies, Inc. in DE. WHOIS lists iana:840 as the registrar.
Nutrition Label
Resolution chain
bbva.com.ar resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 2.23.245.30 | 2.23.244.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | DE |
| 23.222.205.16 | 23.222.204.0/22 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
| 23.58.109.46 | 23.32.0.0/11 | AS20940 | AKAMAI-ASN1 | DE |
WHOIS identity
- Registrar
- iana:840
- Organization
- —
- Contact emails
- —
Subdomains
48 observed subdomains of bbva.com.ar.
Showing 25 of 48. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bbva.com.ar in the public web crawl.
504 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for bbva.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | mail1.bbva.com.ar |
| SPF_A | mail2.bbva.com.ar |
| SPF_INCLUDE | _netblocks.google.com |
| SPF_IP | 103.1.196.0/22 |
| SPF_IP | 116.50.56.0/21 |
| SPF_IP | 177.39.96.0/22 |
| SPF_IP | 192.151.176.0/20 |
| SPF_IP | 196.216.238.0/23 |
| SPF_IP | 200.5.92.67 |
| SPF_IP | 200.5.92.68 |
| SPF_IP | 200.5.92.71 |
| SPF_IP | 200.5.92.72 |
| SPF_IP | 208.87.232.0/21 |
| SPF_IP | 85.115.32.0/19 |
| SPF_IP | 86.111.216.0/21 |
| SPF_IP | 86.111.220.0/22 |
| SPF_MX | bbva.com.ar |
Related pages
Pivot deeper into the graph from bbva.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bbva.com.ar"})-[: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.