This is not unique to Cloudflare, Level3 or any of the other networks I've seen mentioned in this thread. The entire internet scans all the common ports and this should be expected to continue indefinitely. If this is causing alerts from your logging, there are a few options: - Implement a firewall on your instances. - Implement port knocking for sshd. - Move sshd to a non standard port to avoid the nmap/bot noise. -…
AS13335 doing SSH scanning
101–110 of 110 posts
Re: AS13335 doing SSH scanning
#102So...drop 8.0.0.0/8 traffic and move on? Port scans happen all the time, some are malicious and others not.
Re: AS13335 doing SSH scanning
#103Update: they apparently also have a paid product called "Cloudflare for Teams", which also uses the same infrastructure and are targeted for companies. Probably the reason they don't block out SSH is that companies do want SSH access - but I'm pretty sure that RDP access would be higher on the list. My friend working in an ISP has cleared the mystery for me - it's Cloudflare's Warp product (a semi-VPN (in the "telepo…
FYI the WARP VPN is _not anonymizing_ and doesn’t claim to be. If you connect through WARP to a website behind Cloudflare, they will include your real IP in a header. The main point of WARP is to circumvent ISP traffic shaping (which works quite well btw).
Re: AS13335 doing SSH scanning
#104Earlier quoted context omitted.
Not to disappoint you, but except for logging SSH honeypots are becoming useless (most bots automatically disconnect when they detect a long login banner).
So should I add a long banner to my server to disguise it as a honey pot, just in case?
Re: AS13335 doing SSH scanning
#105Just use something like fail2ban to drop these at the packet filter level, either courtesy of your cloud provider or on the host itself. Make sure your sshd config is watertight.
Are there reputable places where people can share the IPs tripping fail2ban? Like spamhaus.org, but for scanners?
Re: AS13335 doing SSH scanning
#106Earlier quoted context omitted.
What kind of answer would you expect, in all seriousness? The thing you are reporting is not illegal or even dodgy.
VPS and VPN providers should be very mindful of their reputation in this regard. If they get a reputation as a "black hole" where complaints vanish and nothing ever happens, the effect may be that other customers start to find themselves blocked or throttled on a subnet level.
Re: AS13335 doing SSH scanning
#107Earlier quoted context omitted.
VPS and VPN providers should be very mindful of their reputation in this regard. If they get a reputation as a "black hole" where complaints vanish and nothing ever happens, the effect may be that other customers start to find themselves blocked or throttled on a subnet level.
I don’t know of any provider that would take action on reports of ssh scanning.
Re: AS13335 doing SSH scanning
#108So...drop 8.0.0.0/8 traffic and move on? Port scans happen all the time, some are malicious and others not.
I don't think dropping traffic from roughly 1/200th of public IP space is a real solution.
Re: AS13335 doing SSH scanning
#109Cloudflare warp is essentially a free vpn, this is going to happen. Iirc they use completely separate subnets for this so you can filter it/block it. Ip starts with 8. Something
Re: AS13335 doing SSH scanning
#110Earlier quoted context omitted.
I don’t know of any provider that would take action on reports of ssh scanning.
I report them from time to time. I'm not sure why people don't take them seriously. If 500 people a day came up to your front door and tried the knob, hell maybe even tried a couple of keys in the lock... I'm pretty sure you'd be calling the cops.
I used to spend time on custom iptables scripts but came to the conclusion it’s much better to just architect things in a way where the bots and scanners can’t plausibly create a problem and then ignoring them.