Hostname
pb.pl
Last fetched
pb.pl resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:ovh sas as the registrar.
Nutrition Label
Resolution chain
pb.pl 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 |
|---|---|---|---|---|
| 104.20.27.8 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.160.58 | 172.66.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:ovh sas
- Organization
- bonnier business (polska) sp. z o.o.
- Contact emails
- —
Subdomains
186 observed subdomains of pb.pl.
Showing 25 of 186. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pb.pl in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for pb.pl.
| Mechanism | Target |
|---|---|
| SPF_A | pb.pl |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.jupiter.salesmanago.pl |
| SPF_INCLUDE | amazonses.com |
| SPF_IP | 212.180.241.145 |
| SPF_IP | 212.91.26.119/32 |
| SPF_IP | 212.91.28.128/27 |
| SPF_IP | 51.83.195.21 |
| SPF_IP | 51.83.195.22 |
| SPF_IP | 51.83.245.10 |
| SPF_IP | 51.83.245.46 |
| SPF_MX | pb.pl |
Related pages
Pivot deeper into the graph from pb.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pb.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.