Skip to content

Hostname

system.pzpc.pl

Last fetched

system.pzpc.pl resolves to 1 IPv4 address operated by AS12824 in PL.

Nutrition Label

WHISPER CANON · system.pzpc.plRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/system.pzpc.pl

Resolution chain

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

IPPrefixASNOperatorCountry
212.85.111.208212.85.96.0/20AS12824PL

WHOIS identity

No WHOIS records are currently associated with system.pzpc.pl in WhisperGraph.

Subdomains

1 observed subdomain of system.pzpc.pl.

Threat posture

History

Mail and authentication

MX records

  • system.pzpc.pl

SPF policy

2 SPF mechanisms authorising senders for system.pzpc.pl.

MechanismTarget
SPF_Asystem.pzpc.pl
SPF_MXsystem.pzpc.pl

Related pages

Pivot deeper into the graph from system.pzpc.pl.

Cypher and MCP

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

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