Hostname
ras.es
Last fetched
ras.es resolves to 2 IPv4 addresses operated by AS34762 in ES.
Nutrition Label
Resolution chain
ras.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 |
|---|---|---|---|---|
| 213.158.84.73 | 213.158.84.0/22 | AS34762 | — | ES |
| 51.68.232.131 | 51.68.0.0/16 | AS16276 | — | FR |
WHOIS identity
No WHOIS records are currently associated with ras.es in WhisperGraph.
Subdomains
15 observed subdomains of ras.es.
Web-graph footprint
Distinct hostnames that link to or from ras.es in the public web crawl.
49 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- ras.es
SPF policy
4 SPF mechanisms authorising senders for ras.es.
| Mechanism | Target |
|---|---|
| SPF_A | ras.es |
| SPF_INCLUDE | _spf.webempresa.eu |
| SPF_IP | 213.158.84.73 |
| SPF_MX | ras.es |
Related pages
Pivot deeper into the graph from ras.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ras.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.