Hostname
buppa.com.ar
Last fetched
buppa.com.ar resolves to 1 IPv4 address operated by AS136907 in CL.
Nutrition Label
Resolution chain
buppa.com.ar resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 176.52.131.93 | 176.52.128.0/20 | AS136907 | — | CL |
WHOIS identity
No WHOIS records are currently associated with buppa.com.ar in WhisperGraph.
Subdomains
11 observed subdomains of buppa.com.ar.
Web-graph footprint
Distinct hostnames that link to or from buppa.com.ar in the public web crawl.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for buppa.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | buppa.com.ar |
| SPF_INCLUDE | 40098693.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 174.136.57.250 |
| SPF_IP | 72.249.68.90 |
| SPF_MX | buppa.com.ar |
Related pages
Pivot deeper into the graph from buppa.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "buppa.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.