Skip to content

Commit bc1df1f

Browse files
author
Rick Dicaire
committed
updates
1 parent bdb1178 commit bc1df1f

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

_posts/2026-01-22-Mitigate-Correlation.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ Anyone can run an explorer instance. An explorer queries each genres Directory S
3838
Anyone can run Servers **and** explorer instances.
3939
Using IPs captured by a Server, one can correlate **when an IP address stops pinging** (ie; just connected to a Server) and **when a new client joined a Server** (username data from explorer query directly to a Jamulus Server) to produce an IP<‐>username mapping. The IP address can then be processed to provide geolocation data. From this one can determine the approximate location of a specific user even if no location was set in the users profile.
4040

41-
## Current Correlation (as of 2026-02-02)
41+
## Current Correlation (as of 2026-03-11)
4242

4343
### Listeners
4444

45-
There are seven Servers on public Jamulus space, one in each genre. They are named ***Duet***, and have a userlimit set at two. They all share the same IP and each sit on different ports.
45+
There are currently seven known Servers on public Jamulus space, one in each genre. They are hosted on [DigitalOcean](https://digitalocean.com) instances. They are named ***Duet***, and have a userlimit set at two. They all share the same IP and each sit on different ports.
4646
These Servers are “listening” for pings from clients, and packet capturing them to get the IP addresses of user clients.
4747

4848
```
@@ -59,11 +59,9 @@ Choral/Barbershop Duet 24.199.107.192:22127
5959

6060
### User Data
6161

62-
There is an explorer instance collecting lists of Servers and users running from **`137.184.43.255`**
62+
There is an explorer instance collecting lists of Servers and users running from **`137.184.43.255`**. It is hosted on a [DigitalOcean](https://digitalocean.com) instance.
6363
IP addresses of users collected from the listeners are being correlated with join events derived from the explorer instance to produce IP<‐>username mappings. IP addresses are processed to provide geolocation data of users. This geolocation data is being collected **and** displayed without express permission of users, and with no means to opt in or out.
6464

65-
**This data is also being fed into AI for various analyses**, again with no express permission, and no means to opt in or out.
66-
6765
## Mitigations
6866

6967
### Clients

0 commit comments

Comments
 (0)