Earlier quoted context omitted.
Solid advice. I had fail2ban installed and enabled. SSHD Root/password login turned off and only ssh key had access. My firewall was also airtight, or so I thought. Clearly I mucked up a config or setting somewhere because the odds of someone getting past all that are extremely low. One thing I had not prepared for was IP spoofing which I learned can be prevented with a few net.ipv4.conf tweaks. I also just purchased…
What was the vector by which they gained access? I have fail2ban, password login turned off, key access, airtight firewall, etc. and now am worried.
Facebook, Instagram, and WhatsApp outages
241–250 of 254 posts
Re: Facebook, Instagram, and WhatsApp outages
#242Earlier quoted context omitted.
Anecdata is always funny because I hardly know anyone that uses debit. Credit all the way.
Why is that? What's some advantages of having a credit card versus a debit one?
Also, credit cards often include insurance on purchases. For example, one of my cards will reimburse my hotel/car rental/plane tickets in certain cases of trip interruption if I purchase those items on that card.
Re: Facebook, Instagram, and WhatsApp outages
#243Earlier quoted context omitted.
No, you were not seeing spoofed traffic. There are that many compromised machines actively scanning.
It's scary to admit this but you are probably right. The first thing these bots do is use server resources to scan ports and brute force their way into other machines. I don't want to think about how many machines are pwned like this. Very sobering!
Re: Facebook, Instagram, and WhatsApp outages
#244I find the outages of the last few days a curious coincidence : Slack, Google, Cloudflare, Azure, now FB. edit : added Slack after @kache_ mentioned it, added Azure after stevehubertron mentioned it.
"When it rains,it pours" In my experience this is so true! The opposite applies as well,for some reason everything behaves quietly all at once and I turn up every leav and look under every carpet for a "problem" with the monitoring or something worse. Probability is funny, for example I don't think anyone has explained exactly why numbers that start with '1' are so common. I think it's just geometric symmetry if comp…
Re: Facebook, Instagram, and WhatsApp outages
#245Earlier quoted context omitted.
I highly recommend installing fail2ban to automatically firewall IPs with consecutive failed attempts, or if possible, disable password authentication altogether and use key auth.
I don't trust key-only auth; what if I need to access my machine from a new computer I haven't done this with before? Is there any way to configure SSH to use a custom high-entry password that's different from the user's local password? My local password is something reasonable for me to type regularly (e.g. for sudo prompts), but I'd love to have a super long password just for SSH that I have to copy from my passwor…
You mean an RSA private key? (no really, that's exactly what it is... you can put your private key in your password manager and copy it to your computer)
Re: Facebook, Instagram, and WhatsApp outages
#246Earlier quoted context omitted.
I don't trust key-only auth; what if I need to access my machine from a new computer I haven't done this with before? Is there any way to configure SSH to use a custom high-entry password that's different from the user's local password? My local password is something reasonable for me to type regularly (e.g. for sudo prompts), but I'd love to have a super long password just for SSH that I have to copy from my passwor…
"a custom high-entry password that's different from the user's local password?" You mean an RSA private key? (no really, that's exactly what it is... you can put your private key in your password manager and copy it to your computer)
Re: Facebook, Instagram, and WhatsApp outages
#247This outage coincides with FBs PSC (performance summary cycle) time. I wonder if this is folks trying to push features so they get “impact” for PSC.
Re: Facebook, Instagram, and WhatsApp outages
#248This gives me a lot of confidence in their crypto currency.
1) Cryptocurrency ops are so vastly different from running a social website that I can't even think of any overlap. 2) I hate Facebook as a company, but as a builder/scaler of web apps for many years, I'm continually blown away by the speed and reliability of their website. Their operations are mind-blowing. The only comparable apps (in terms of scale) are Gmail and YouTube, and Gmail is simpler in certain key areas…
Their website tech is impressive, I’ll give them that. I still wouldn’t trust them with my money.
Re: Facebook, Instagram, and WhatsApp outages
#249Earlier quoted context omitted.
"When it rains,it pours" In my experience this is so true! The opposite applies as well,for some reason everything behaves quietly all at once and I turn up every leav and look under every carpet for a "problem" with the monitoring or something worse. Probability is funny, for example I don't think anyone has explained exactly why numbers that start with '1' are so common. I think it's just geometric symmetry if comp…
https://en.wikipedia.org/wiki/Benford's_law
Re: Facebook, Instagram, and WhatsApp outages
#250Earlier quoted context omitted.
I highly recommend installing fail2ban to automatically firewall IPs with consecutive failed attempts, or if possible, disable password authentication altogether and use key auth.
Solid advice. I had fail2ban installed and enabled. SSHD Root/password login turned off and only ssh key had access. My firewall was also airtight, or so I thought. Clearly I mucked up a config or setting somewhere because the odds of someone getting past all that are extremely low. One thing I had not prepared for was IP spoofing which I learned can be prevented with a few net.ipv4.conf tweaks. I also just purchased…