I wonder if this is a diversion to keep Linode's security team busy so they won't notice someone compromising the Xen nodes with XSA-185/6/7/8?
Fascinating, seems believable. XSAs are released alarmingly frequently. I've always wondered if KVM is really more secure or if it just gets less scrutiny (certainly there's a class of qemu vulnerabilities that impact both hypervisors).
“We have been experiencing a catastrophic DDoS attack”
81–90 of 151 posts
Re: “We have been experiencing a catastrophic DDoS attack”
#82Re: “We have been experiencing a catastrophic DDoS attack”
#83Re: “We have been experiencing a catastrophic DDoS attack”
#84I've always wondered, while in similar cases GCE/AWS can handle the traffic, is it not chargeable? So, while you will probably not get affected by the DDoS, aren't the costs going to cut your head off?
Re: “We have been experiencing a catastrophic DDoS attack”
#85Earlier quoted context omitted.
Yes, the FBI. They're fantastic at it and part of their job is helping businesses recover from compromise and going after the attackers. However, they're overworked government employees with not enough resources.
I think they very much want to, but what can you do if all of your IPs lead to tor exit nodes? From what I've heard, the FBI will collect a whole bunch of information and then sit on their hands because of the above reason.
FBI can probably monitor both sides of those nodes (tap the data centre?) if they're in USA? So can't they monitor all the nodes clients, then do something like block returning traffic and look for timing or other meta data of the re-request from the command server?
Anyone tell me how reasonable that is?
Re: “We have been experiencing a catastrophic DDoS attack”
#86Earlier quoted context omitted.
I've been wondering about this lately. Is it really feasible for a small (one man?) team to keep master-master MySQL replication over WAN running smoothly?
If it's as easy and reliable as it is with Postgres (and I'd suspect it is), the answer is in my experience yes.
Re: “We have been experiencing a catastrophic DDoS attack”
#87I've done some googling before asking here: Can anybody explain why Linode is so often targeted like this? We moved Cronitor off Linode in spring 2015. During the christmas holiday when they suffered a 2 week DDOS I thought of the family time I'd be missing that year as we did a crash migration to AWS had we not migrated when we did. I have to imagine this has been horrible for their business. I would use Linode if I…
We stuck with Linode after that, but the important parts now failover to Vultr.
How have you found Vultr?
Re: “We have been experiencing a catastrophic DDoS attack”
#88Well, I had Linode shortlisted for an upcoming project. I hate to take them off the list because it is not their fault, but I don't want this kind of unreliability.
> it is not their fault I don't understand this line of reasoning. It's not like DDoS attacks are some kind of 0-day failure mode that nobody has seen before. Would you also say "it is not their fault" if their uplink provider had a fiber cut and they didn't have redundant uplinks? I'm guessing not: it's well understood that has a service provider you need to plan for this kind of unavailability and pay more money fo…
Re: “We have been experiencing a catastrophic DDoS attack”
#89Re: “We have been experiencing a catastrophic DDoS attack”
#90Earlier quoted context omitted.
It's pretty much the same. You almost never want writes on both sides (now in a failover plan anyway), so as long as you have a switch for which side receives the writes, it's simple.
Site A, insure any writes use odd numbers in unique field. Site B, insure any writes use even numbers for unique field. This avoids conflict.