Hostname
bern.aprs2.net
Last fetched
bern.aprs2.net resolves to 12 IPv4 addresses operated by AS60860 in UA.
Nutrition Label
Resolution chain
bern.aprs2.net resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.72.122.50 | 109.72.122.0/24 | AS60860 | — | UA |
| 142.44.211.133 | 142.44.128.0/17 | AS16276 | — | CA |
| 146.83.63.90 | 146.83.32.0/19 | AS23140 | — | CL |
| 150.107.73.187 | 150.107.72.0/22 | AS133159 | — | AU |
| 155.138.131.1 | 155.138.128.0/19 | AS20473 | AS-VULTR - The Constant Company, LLC | CA |
| 175.45.183.111 | 175.45.183.0/24 | AS133159 | — | AU |
| 44.135.208.225 | 44.135.208.0/21 | AS40598 | BCWARN - British Columbia Frequency Modulation Communications Association | CA |
| 45.248.50.37 | 45.248.50.0/24 | AS134697 | — | AU |
| 84.232.6.113 | 84.232.0.0/17 | AS29119 | — | ES |
| 85.90.180.26 | 85.90.160.0/19 | AS24822 | — | HU |
| 86.123.190.5 | 86.120.0.0/13 | AS8708 | — | RO |
| 91.210.59.134 | 91.210.59.0/24 | AS215052 | — | DK |
WHOIS identity
No WHOIS records are currently associated with bern.aprs2.net in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from bern.aprs2.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bern.aprs2.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.