Skip to content

Hostname

dns.pl

Last fetched

dns.pl resolves to 1 IPv4 address operated by NASK-COMMERCIAL in PL. WHOIS lists registrar:nask as the registrar.

Nutrition Label

WHISPER CANON · dns.plRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/dns.pl

Resolution chain

dns.pl resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
193.59.201.40193.59.0.0/16AS8308NASK-COMMERCIALPL

WHOIS identity

Registrar
registrar:nask
Organization
naukowa i akademicka sieć komputerowa
Contact emails

Subdomains

47 observed subdomains of dns.pl.

Web-graph footprint

Distinct hostnames that link to or from dns.pl in the public web crawl.

Threat posture

History

Mail and authentication

MX records

SPF policy

10 SPF mechanisms authorising senders for dns.pl.

MechanismTarget
SPF_INCLUDE_spf.nask.pl
SPF_INCLUDEspf.protection.outlook.com
SPF_IP193.59.112.4
SPF_IP193.59.201.32/27
SPF_IP194.181.26.225
SPF_IP194.181.36.100
SPF_IP194.181.87.3/28
SPF_IP194.181.88.51
SPF_IP195.187.242.198/32
SPF_IP85.194.242.187

Related pages

Pivot deeper into the graph from dns.pl.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "dns.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.