Yep. And paranoid folk, like myself, may consider adding a set of iptables rules to deny-list IPs originating this sort of junk traffic, wholesale:
ipset create n hash:net
-A INPUT -m set --match-set n src -j DROP
-A INPUT -p tcp -m multiport -j n \
--dports 22,23,25,445,1433,3389,8080
-A n -j SET --add-set n src
-A n -j DROP
Is there a way to allowlist whole ASNs? I know you can't do it directly with like iptables/ebtables/etc but is there a daemon for that that'll watch for changes to them? I'd like to allowlist my cellular provider and my home ISP for example but they have a lot of ranges and sometimes introduce new prefixes