Hostname
archives.postgresql.org
Last fetched
archives.postgresql.org resolves to 3 IPv4 addresses operated by CONOVA-AS ASN conova communications GmbH in AT.
Nutrition Label
Resolution chain
archives.postgresql.org resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 217.196.149.50 | 217.196.149.0/24 | AS5404 | CONOVA-AS ASN conova communications GmbH | AT |
| 72.32.157.230 | 72.32.0.0/16 | AS33070 | AS-BUSINESS-COMMUNICATIONS - BCI | US |
| 87.238.57.232 | 87.238.32.0/19 | AS39029 | ULSK-AS | NO |
WHOIS identity
No WHOIS records are currently associated with archives.postgresql.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from archives.postgresql.org in the public web crawl.
216 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from archives.postgresql.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "archives.postgresql.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.