Skip to content

Hostname

lists.pcst.network

Last fetched

lists.pcst.network resolves to 1 IPv4 address operated by DIGITALOCEAN-ASN - DigitalOcean, LLC in NL.

Nutrition Label

WHISPER CANON · lists.pcst.networkRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/lists.pcst.network

Resolution chain

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

IPPrefixASNOperatorCountry
167.99.33.164167.99.32.0/20AS14061DIGITALOCEAN-ASN - DigitalOcean, LLCNL

WHOIS identity

No WHOIS records are currently associated with lists.pcst.network in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from lists.pcst.network in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for lists.pcst.network.

MechanismTarget
SPF_IP167.99.33.164
SPF_IP2a03:b0c0:2:d0:0:0:d6a:1001

Related pages

Pivot deeper into the graph from lists.pcst.network.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "lists.pcst.network"})-[: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.