Hostname
z500.pl
Last fetched
z500.pl resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:aftermarket.pl limited as the registrar.
Nutrition Label
Resolution chain
z500.pl resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.26.4.67 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.26.5.67 | 104.26.0.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.69.200 | 172.67.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:aftermarket.pl limited
- Organization
- z500 sp z o.o.
- Contact emails
- —
Subdomains
42 observed subdomains of z500.pl.
Showing 25 of 42. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from z500.pl in the public web crawl.
423 sites link to this hostname.
135 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for z500.pl.
| Mechanism | Target |
|---|---|
| SPF_A | main.z500.pl |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf-eu.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.33.50.51 |
| SPF_IP | 2001:41d0:a:5c2a:0:0:0:0 |
| SPF_IP | 37.187.172.181 |
| SPF_IP | 37.59.18.151 |
| SPF_IP | 51.83.238.95 |
Related pages
Pivot deeper into the graph from z500.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "z500.pl"})-[: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.