09:32:14 Get in touch with this platform for greatness you’ll definitely thank me later 09:32:15 ℹ️❤️. 👇👇 09:32:17 09:32:19 https://t.me/+js75vxeR0MxiODQx 09:40:28 Get in touch with this platform for greatness you’ll definitely thank me later 09:40:29 ℹ️❤️. 👇👇 09:40:31 09:40:33 https://t.me/+js75vxeR0MxiODQx 09:41:17 monerobull plowsof 13:54:10 I've begun looking for potential auditors of the helioselene library 14:01:08 The main review tasks as I understand them are: 14:01:09 1. Address the code question on divisors that kayaba mentioned in the meeting 14:01:11 2. Helioselene library review (formal verification?) 14:01:13 3. Formalization + proving for multisig protocol 14:01:15 4. Regular + multisig GSP implementation review 14:01:17 5. Optional: divisors library review (a bug is much less damaging in practice) 14:01:19 6. Optional: Additional divisors cryptography and implementation review 15:22:04 LIONLINK (from the MRL banlist) also operate a crapton of **i2p** spynodes. 15:22:05 If you guys have monero nodes with i2p support, I think the MRL banlist should be applied with iptables 15:22:07 ``` 15:22:09 ipset create MRL_Ban_list_net hash:net 15:22:11 ipset create MRL_Ban_list_ip hash:ip 15:22:13 Split the banlist into two file (one with the subnets and one with the ips) 15:22:15 while IFS= read -r line; do 15:22:17 if [[ $line ]]; then # Skip empty lines 15:22:19 ipset add MRL_Ban_list_net "$line" 15:22:21 fi 15:22:23 done < /etc/fuckoffnet.txt 15:22:59 cc boog900 15:23:00 Then a few minutes later one can run iptables -L -n -v | grep MRL_Ban_list_net 15:23:52 Should look like that if it work. First digits is the amount of blocked packets, second one is the amount of blocked bytes 15:23:53 https://matrix.monero.social/_matrix/media/v1/download/xmr.mx/LYaIbbpJIOqxrqQdCsGIZOzR 15:26:14 According to https://linkinglion.net/ , you should report that to network_abuse⊙ln . 15:26:15 (This is a joke). 15:26:48 RavFX: Thank you for investigating this. Very interesting 👀 15:27:16 I totally found that unexpected 15:27:17 Was playing with portmaster 😂 15:27:19 ^ AFAIK, that is a real press release from LionLink 15:27:53 Ended up blocking there ASN too 15:32:22 Also Tor nodes: https://metrics.torproject.org/rs.html#search/as:54098 15:33:05 Some of the names are interesting 15:34:43 Sus, 15:34:45 I just added 23.92. 15:34:52 23.92.34.0/24 to my list 15:41:00 Also add theses for the output chain 15:41:01 ``` 15:41:03 iptables -A OUTPUT -m set --match-set MRL_Ban_list_net dst -j DROP 15:41:05 iptables -A OUTPUT -m set --match-set MRL_Ban_list_ip dst -j DROP 15:41:07 ``` 15:41:09 so it's properly blocked both way (will edit me previous paste with that) 15:41:24 LIONLINK (from the MRL banlist) also operate a crapton of **i2p** spynodes. 15:41:25 If you guys have monero nodes with i2p support, I think the MRL banlist should be applied with iptables 15:41:27 ``` 15:41:29 ipset create MRL_Ban_list_net hash:net 15:41:31 ipset create MRL_Ban_list_ip hash:ip 15:41:33 Split the banlist into two file (one with the subnets and one with the ips) 15:41:35 while IFS= read -r line; do 15:41:37 if [[ $line ]]; then # Skip empty lines 15:41:39 ipset add MRL_Ban_list_net "$line" 15:41:41 fi 15:41:43 done < /etc/fuckoffnet.txt 15:43:38 Must be the most suspicious ASN in the world right now. Spying on Monero, BTC, Tor, and I2P. 23:19:54 what does an i2p spynode do 23:33:30 Worse case they catch two txes over the same circuit, which basically links the txes. Otherwise, spying would likely have to be done at the isp level to correlate all traffic or something 23:34:15 *links the txes to the same sender. But even then it doesn't leak ip without additional info 23:35:04 Or there's a data leak over the p2p protocol we need fixing, maybe they know something we dont yet 23:35:22 What if they modified there nodes 23:35:23 Can all there i2p connect together to form circuit? 23:35:53 In a way that would allow them to get the "in" and "out" of a circuit (if you enter by one of there spynode)? 23:36:07 Bonus point if you connect to one of there spy monero or bitcoin node 23:37:07 Each of there i2p spy IP seam to have 10 nodes