Hostname
bigdata.provia.es
Last fetched
bigdata.provia.es resolves to 2 IPv4 addresses operated by AS202054 in ES.
Nutrition Label
Resolution chain
bigdata.provia.es resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.14.57.65 | 185.14.57.0/24 | AS202054 | — | ES |
| 72.52.226.6 | 72.52.128.0/17 | AS32244 | LIQUIDWEB - Liquid Web, L.L.C | ES |
WHOIS identity
No WHOIS records are currently associated with bigdata.provia.es in WhisperGraph.
Subdomains
3 observed subdomains of bigdata.provia.es.
Showing 2 of 3. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for bigdata.provia.es.
| Mechanism | Target |
|---|---|
| SPF_A | bigdata.provia.es |
| SPF_IP | 185.14.57.65 |
| SPF_IP | 72.52.226.20 |
| SPF_IP | 72.52.226.6 |
| SPF_MX | bigdata.provia.es |
Related pages
Pivot deeper into the graph from bigdata.provia.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bigdata.provia.es"})-[: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.