Skip to content

Hostname

bbva.bancomer.com

Last fetched

bbva.bancomer.com appears in WhisperGraph with partial WHOIS records but no current public IPv4 resolution.

Nutrition Label

WHISPER CANON · bbva.bancomer.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/bbva.bancomer.com

Resolution chain

bbva.bancomer.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

WHOIS data is temporarily unavailable. Refresh in a moment to retry.

Subdomains

Subdomain count is temporarily unavailable. Refresh in a moment to retry.

Threat posture

History

Mail and authentication

SPF policy

17 SPF mechanisms authorising senders for bbva.bancomer.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEhermesspf.smtp.com
SPF_INCLUDEspf.messagelabs.com
SPF_IP103.1.196.0/22
SPF_IP116.50.56.0/21
SPF_IP148.244.43.157
SPF_IP148.244.43.4
SPF_IP148.244.43.71
SPF_IP148.244.43.84
SPF_IP177.39.96.0/22
SPF_IP192.151.176.0/20
SPF_IP196.216.238.0/23
SPF_IP208.87.232.0/21
SPF_IP85.115.32.0/19
SPF_IP86.111.216.0/21
SPF_IP86.111.220.0/22
SPF_IP89.107.180.0/23

Related pages

Pivot deeper into the graph from bbva.bancomer.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "bbva.bancomer.com"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.