Hostname
ofertitas.es
Last fetched
ofertitas.es resolves to 2 IPv4 addresses operated by SERVIHOSTING-AS AireNetworks in ES.
Nutrition Label
Resolution chain
ofertitas.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.103.39.194 | 185.103.36.0/22 | AS29119 | SERVIHOSTING-AS AireNetworks | ES |
| 185.118.57.239 | 185.118.56.0/23 | AS16371 | ACENS_AS Spain Hosting, housing and VPN services | ES |
WHOIS identity
No WHOIS records are currently associated with ofertitas.es in WhisperGraph.
Subdomains
5 observed subdomains of ofertitas.es.
Web-graph footprint
Distinct hostnames that link to or from ofertitas.es in the public web crawl.
65 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ofertitas.es.
| Mechanism | Target |
|---|---|
| SPF_A | ofertitas.es |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_IP | 185.57.173.115 |
| SPF_IP | 185.57.173.116 |
| SPF_IP | 185.57.173.117 |
| SPF_IP | 185.57.173.118 |
| SPF_MX | ofertitas.es |
Related pages
Pivot deeper into the graph from ofertitas.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ofertitas.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.