Skip to content

Hostname

pdx.net

Last fetched

pdx.net resolves to 3 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · pdx.netRouting diversity3.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/pdx.net

Resolution chain

pdx.net resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
104.21.84.108104.21.80.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.67.191.98172.67.176.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
34.174.41.16334.174.0.0/17AS396982GOOGLE-CLOUD-PLATFORM - Google LLCUS

WHOIS identity

Registrar
iana:2
Organization
portland internetworks
Contact emails

Subdomains

168 observed subdomains of pdx.net.

Web-graph footprint

Distinct hostnames that link to or from pdx.net in the public web crawl.

12 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

12 SPF mechanisms authorising senders for pdx.net.

MechanismTarget
SPF_INCLUDE47083792.spf05.hubspotemail.net
SPF_INCLUDEsendgrid.net
SPF_INCLUDEservers.mcsv.net
SPF_INCLUDEsmtp.smileback.com
SPF_INCLUDEspf.deskdirector.com
SPF_INCLUDEspf.protection.outlook.com
SPF_IP40.114.52.148/32
SPF_IP40.71.90.166/32
SPF_IP69.64.224.0/24
SPF_IP69.64.226.0/28
SPF_IP76.76.144.194
SPF_IP76.76.144.205

Related pages

Pivot deeper into the graph from pdx.net.

Cypher and MCP

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

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