Hostname
nbp.pl
Last fetched
nbp.pl resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists registrar:domena.pl sp. z o.o. as the registrar.
Nutrition Label
Resolution chain
nbp.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 |
|---|---|---|---|---|
| 45.223.164.250 | 45.223.164.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.223.176.250 | 45.223.176.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
- Registrar
- registrar:domena.pl sp. z o.o.
- Organization
- narodowy bank polski
- Contact emails
- —
Subdomains
147 observed subdomains of nbp.pl.
Showing 25 of 147. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from nbp.pl in the public web crawl.
3,169 sites link to this hostname.
201 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for nbp.pl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.16.144.35 |
| SPF_IP | 193.109.212.95 |
| SPF_IP | 195.149.95.2 |
| SPF_IP | 195.85.196.95 |
| SPF_IP | 212.91.26.59 |
| SPF_IP | 217.149.255.192/28 |
| SPF_IP | 46.229.156.65 |
| SPF_IP | 85.14.127.91 |
| SPF_IP | 95.172.90.143/32 |
| SPF_IP | 95.172.90.156/32 |
| SPF_MX | nbp.pl |
Related pages
Pivot deeper into the graph from nbp.pl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "nbp.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.