Skip to content

Hostname

pgconf.de

Last fetched

pgconf.de resolves to 1 IPv4 address operated by AS5404 in AT.

Nutrition Label

WHISPER CANON · pgconf.deRouting diversity1.5/10Peering density5.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/pgconf.de

Resolution chain

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

IPPrefixASNOperatorCountry
217.196.149.52217.196.149.0/24AS5404AT

WHOIS identity

No WHOIS records are currently associated with pgconf.de in WhisperGraph.

Subdomains

11 observed subdomains of pgconf.de.

Web-graph footprint

Distinct hostnames that link to or from pgconf.de in the public web crawl.

9 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for pgconf.de.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.postgresql.org
SPF_IP212.87.147.0/24
SPF_IP89.238.64.91
SPF_IP89.238.74.250/29

Related pages

Pivot deeper into the graph from pgconf.de.

Cypher and MCP

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

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