Hostname
baratodo.com.ec
Last fetched
baratodo.com.ec resolves to 4 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
baratodo.com.ec 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.215.11.228 | 23.215.11.0/24 | AS20940 | — | US |
| 23.215.11.238 | 23.215.11.0/24 | AS20940 | — | US |
| 23.48.32.148 | 23.48.32.0/24 | AS20940 | — | FR |
| 23.48.32.159 | 23.48.32.0/24 | AS20940 | — | FR |
WHOIS identity
No WHOIS records are currently associated with baratodo.com.ec in WhisperGraph.
Subdomains
2 observed subdomains of baratodo.com.ec.
Web-graph footprint
Distinct hostnames that link to or from baratodo.com.ec in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for baratodo.com.ec.
| Mechanism | Target |
|---|---|
| SPF_A | baratodo.com.ec |
| SPF_IP | 190.12.25.90 |
| SPF_IP | 190.12.26.2 |
| SPF_IP | 190.12.26.3 |
| SPF_IP | 190.12.32.4 |
| SPF_IP | 190.12.32.5 |
| SPF_IP | 200.105.232.194 |
Related pages
Pivot deeper into the graph from baratodo.com.ec.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "baratodo.com.ec"})-[: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.