1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
### Local internet graph/map explorer
Explore a graph of router hops outwards. Latency as color? Named by network?
Width by traffic? Show international fiber links?
### Statistical Traffic Analysis
data/time spent by:
protocol: UDP/TCP
protocol: torrent, HTTP, HTTPS, DNS, SSH, etc
device type
website
host (from whitelist?)
MIME type (json?)
region
compressed/uncompressed
### SSL Watchdog
Observe SSL/TLS traffic and block when blacklist detected (revocation), or HTTP
connection to HTTPS blacklist (or all?), or "bad" cert authorities
### Privacy blocker
Reroute tracking cookies/urchins? Scramble IPv6 packets regularly
Block cleartext telnet, ftp, etc
### Trusted Mutual Backups
Swap encrypted file backups with known peers for geographical redundancy.
Is there a good package for this already?
### Javascript/Media Cache
eg, jQuery, CSS, etc. "DIY CDN"
### Torrent Mirroring, Subscriptions
podcasts, free episodes, ISOs, archival media, public data backups
### Internet Protocol Analyser
wireshark, chromium fetch timing analysis
|