Hostname
atfzaragoza.com
Last fetched
atfzaragoza.com resolves to 2 IPv4 addresses operated by COMBELL-AS - Combell NV in ES. WHOIS lists iana:1636 as the registrar.
Nutrition Label
Resolution chain
atfzaragoza.com 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.71 | 213.158.84.0/22 | AS34762 | COMBELL-AS - Combell NV | ES |
| 89.116.147.55 | 89.116.146.0/23 | AS47583 | AS-HOSTINGER - Hostinger International Limited | FR |
WHOIS identity
- Registrar
- iana:1636
- Organization
- asoc. prov. auxiliares y empleados de zaragoza
- Contact emails
Subdomains
4 observed subdomains of atfzaragoza.com.
Web-graph footprint
Distinct hostnames that link to or from atfzaragoza.com in the public web crawl.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for atfzaragoza.com.
| Mechanism | Target |
|---|---|
| SPF_A | atfzaragoza.com |
| SPF_INCLUDE | _spf.mail.hostinger.com |
| SPF_INCLUDE | _spf.webempresa.eu |
| SPF_IP | 213.158.84.71 |
| SPF_MX | atfzaragoza.com |
Related pages
Pivot deeper into the graph from atfzaragoza.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atfzaragoza.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.