Hostname
deortegas.com
Last fetched
deortegas.com resolves to 1 IPv4 address operated by AS51167 in GB. WHOIS lists iana:1262 as the registrar.
Nutrition Label
Resolution chain
deortegas.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 94.72.108.171 | 94.72.96.0/20 | AS51167 | — | GB |
WHOIS identity
- Registrar
- iana:1262
- Organization
- almazara deortegas
- Contact emails
Subdomains
13 observed subdomains of deortegas.com.
Web-graph footprint
Distinct hostnames that link to or from deortegas.com in the public web crawl.
12 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for deortegas.com.
| Mechanism | Target |
|---|---|
| SPF_A | deortegas.com |
| SPF_A | mail.deortegas.com |
| SPF_A | spf.profesionalhosting.com |
| SPF_INCLUDE | relay.mailchannels.net |
| SPF_INCLUDE | shops.shopify.com |
| SPF_IP | 207.180.225.126 |
| SPF_IP | 212.63.108.176 |
| SPF_MX | deortegas.com |
Related pages
Pivot deeper into the graph from deortegas.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "deortegas.com"})-[: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.