Skip to content

Hostname

pgcon.org

Last fetched

pgcon.org resolves to 1 IPv4 address operated by NYINTERNET - NYI in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · pgcon.orgRouting diversity1.5/10Peering density4.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint4.0/10canon.whisper.security/host/pgcon.org

Resolution chain

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

IPPrefixASNOperatorCountry
162.208.116.70162.208.116.0/22AS11403NYINTERNET - NYIUS

WHOIS identity

Registrar
iana:81
Organization
dan langille
Contact emails

Subdomains

5 observed subdomains of pgcon.org.

Web-graph footprint

Distinct hostnames that link to or from pgcon.org in the public web crawl.

212 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for pgcon.org.

MechanismTarget
SPF_INCLUDEspf.messagingengine.com
SPF_IP162.208.116.66
SPF_IP162.208.116.70
SPF_IP162.208.116.77
SPF_IP199.233.228.194/29
SPF_IP199.233.228.195
SPF_IP199.233.231.200
SPF_IP2610:1c1:0:4:0:0:0:6

Related pages

Pivot deeper into the graph from pgcon.org.

Cypher and MCP

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

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