Hostname
prananet.es
Last fetched
prananet.es resolves to 2 IPv4 addresses operated by AS48348 in ES.
Nutrition Label
Resolution chain
prananet.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.15.76.112 | 185.15.136.0/24 | AS48348 | — | ES |
| 31.214.178.54 | 31.214.190.0/24 | AS57910 | — | ES |
WHOIS identity
No WHOIS records are currently associated with prananet.es in WhisperGraph.
Subdomains
2 observed subdomains of prananet.es.
Web-graph footprint
Distinct hostnames that link to or from prananet.es in the public web crawl.
5 sites link to this hostname.
87 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for prananet.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.dondominio.com |
Related pages
Pivot deeper into the graph from prananet.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "prananet.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.