Earlier quoted context omitted.
>Congratulations, you just violated the computer fraud and abuse act. How can that be illegal? Granted publishing it should be, but simply testing if someone has left the default password?
CFAA is very broad. "intentionally accesses a computer without authorization or exceeds authorized access, and thereby obtains— C) information from any protected computer;" A court could see "ambiate was authorized to use the work printer for printing -- ambiate hacked the printer to find out the fax machine number and sent a fax" in an absurd world. This random internet person was never authorized to access this pub…
3 months and 1M SSH attempts later
31–40 of 69 posts
Re: 3 months and 1M SSH attempts later
#32Earlier quoted context omitted.
Damn it. I should of. I don't know how I would do that now though. He probably got pwned of the internet by now. lol.
Dude, it's not funny. You're coming across like a script kiddie and it's not welcome here. You've just posted the credentials to someone's site that has probably been compromised and you're treating it like a joke. Go back and redact the IP addresses of those sites & devices before you get yourself into trouble.
Actually that particular IP attacked me more than 170 times. It may be useful to others to keep this address on their "naughty" list of hosts to ban.
Re: 3 months and 1M SSH attempts later
#33I changed my SSH login banner text to > Permission denied, please try again. To confuse people. No matter failed or successful login, the prompt text will always be like that.
Re: 3 months and 1M SSH attempts later
#34If you haven't already, get fail2ban setup on the box to slow down all the attacks. And disable password login and switch to certs instead.
Re: 3 months and 1M SSH attempts later
#35Earlier quoted context omitted.
>From my past experience I'm curious how you know this for sure.
I plead the fifth. CFAA/RICO/Patriot Act. My hint would be: before decentralized worms, there were IRC hubs. The 'owners' would typically use their native language for the various commands (I know English is used in more than the US, but..). Most of the time, they wouldn't even hide their host name on the IRC server. I guess from a 'being legal' POV: anyone could infect themselves with the same root kit that's on a h…
Re: 3 months and 1M SSH attempts later
#36I changed my SSH login banner text to > Permission denied, please try again. To confuse people. No matter failed or successful login, the prompt text will always be like that.
You deny them permission, then grant them permission to try again?
> Permission denied, please try again
Re: 3 months and 1M SSH attempts later
#37Re: 3 months and 1M SSH attempts later
#38Change the SSH port...
Re: 3 months and 1M SSH attempts later
#39Earlier quoted context omitted.
Dude, it's not funny. You're coming across like a script kiddie and it's not welcome here. You've just posted the credentials to someone's site that has probably been compromised and you're treating it like a joke. Go back and redact the IP addresses of those sites & devices before you get yourself into trouble.
Look. Malicious boxes are attacking me. Although I must be politically correct in this situation to probably please everyone, while I probably shouldn't have logged into the router in question, I would prefer to publish such IPs because they have the potential to harm other machines. Actually that particular IP attacked me more than 170 times. It may be useful to others to keep this address on their "naughty" list of…
Re: 3 months and 1M SSH attempts later
#40If you haven't already, get fail2ban setup on the box to slow down all the attacks. And disable password login and switch to certs instead.
SSH key based auth does not use certificates. In the case of key-based-auth only, fail2ban is pointless.