Hostname
clientes.jumbomas.com.ar
Last fetched
clientes.jumbomas.com.ar resolves to 4 IPv4 addresses operated by AKAMAI-ASN1 in MX.
Nutrition Label
Resolution chain
clientes.jumbomas.com.ar resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.204.136.207 | 23.204.136.0/24 | AS20940 | AKAMAI-ASN1 | MX |
| 23.204.136.211 | 23.204.136.0/24 | AS20940 | AKAMAI-ASN1 | MX |
| 23.44.203.70 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.203.71 | 23.44.203.0/24 | AS20940 | AKAMAI-ASN1 | US |
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
6 SPF mechanisms authorising senders for clientes.jumbomas.com.ar.
| Mechanism | Target |
|---|---|
| SPF_IP | 12.130.139.211 |
| SPF_IP | 129.145.67.238 |
| SPF_IP | 129.145.70.87 |
| SPF_IP | 207.135.4.205 |
| SPF_IP | 207.135.6.176 |
| SPF_IP | 209.17.52.204 |
Related pages
Pivot deeper into the graph from clientes.jumbomas.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "clientes.jumbomas.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.