Conversation
Notices
-
pistolero :thispersondoesnotexist: (p@freespeechextremist.com)'s status on Sunday, 27-Aug-2023 21:36:00 JST pistolero :thispersondoesnotexist: @john_rando @graf @sjw @admin @not_br549 @parker @verita84 @Moon
> Censys:
Fucking "Uber but for nmap" companies all over the goddamn place nowadays. This list is incomplete because I just started keeping track somewhat recently.
#!/bin/bash
censys="162.142.125.0/24 167.248.133.0/24 167.94.138.0/24 167.94.144.0/22 192.35.168.0/23 198.108.204.216/29 199.45.154.0/23 206.168.32.0/22 74.120.14.0/24"
research_esrg_stanford_edu="171.67.70.0/23"
nagra="185.35.62.0/23"
qrator="185.94.108.0/22"
paloaltonetworks="130.41.0.0/16 134.238.0.0/16 137.83.192.0/18 139.180.240.0/20 165.1.128.0/17 165.85.0.0/16 167.94.198.0/24 168.149.240.0/21 198.135.184.0/24 198.235.24.0/24 204.87.186.0/24 205.210.31.0/24 208.127.0.0/16 66.159.192.0/19 66.232.32.0/20 74.221.128.0/20" # https://rdap.arin.net/registry/entity/PAN-22
badhosts="$censys $research_esrg_stanford_edu $nagra $qrator $paloaltonetworks"
for host in $badhosts; do
/usr/sbin/iptables -A INPUT -s $host -j DROP
done- likes this.
- Machismo repeated this.
-
pistolero :thispersondoesnotexist: (p@freespeechextremist.com)'s status on Sunday, 27-Aug-2023 22:42:09 JST pistolero :thispersondoesnotexist: @i @Moon @admin @graf @john_rando @not_br549 @parker @sjw @verita84 Or more likely because of this:
> ipset is a companion application
Since it's an extra thing, probably that is why. -
pistolero :thispersondoesnotexist: (p@freespeechextremist.com)'s status on Sunday, 27-Aug-2023 22:42:10 JST pistolero :thispersondoesnotexist: @i @Moon @admin @graf @john_rando @not_br549 @parker @sjw @verita84 In my case (and this may be many cases), it's because I learned enough about iptables to stop ssh dictionary attacks and then I stopped. Machismo repeated this. -
:blank: (i@declin.eu)'s status on Sunday, 27-Aug-2023 22:42:11 JST :blank: @p @sjw @admin @not_br549 @parker @graf @john_rando @verita84 @Moon why don't people ever use an https://wiki.archlinux.org/title/Ipset instead of creating too many rules Machismo repeated this.