Earlier quoted context omitted.
If the transaction cost can become insignificantly low, then money could flow in the direction of the victim. Each attack source could end up making a small contribution to the victim's bandwidth bill. I'm not sure economic incentives will lead to this happening. There's also the difficulty in attributing traffic to the person who requested it ("is this a request, so we should bill the packet source, or is this a rep…
Are you suggesting that people should get paid for receiving traffic?
Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
41–50 of 94 posts
Re: Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
#42Earlier quoted context omitted.
I think it's being downvoted because it's not a great strategy to address a distributed denial of service. In a DDOS, you have a high number of attack sources, none of them using a great amount of bandwidth on their own. The bandwidth use isn't notable until you get pretty close to the destination. Thus, the costs are (mostly) borne by the victim. Basically it doesn't put the pain where it needs to go.
If the transaction cost can become insignificantly low, then money could flow in the direction of the victim. Each attack source could end up making a small contribution to the victim's bandwidth bill. I'm not sure economic incentives will lead to this happening. There's also the difficulty in attributing traffic to the person who requested it ("is this a request, so we should bill the packet source, or is this a rep…
Besides all the complications associating with billing, wouldn't this create more incentives for those controlling the botnets to use them in a creative way to actually make money from traffic ?
Re: Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
#43So I'm wondering, what are the implications of this ? Someone is controlling a powerful enough botnet to do this. How powerfull is it really ? What else can it do ? Was this just a message or a test ? Or both ? What would happen if they would point it to google's nameservers ? What should we expect next ?
According to research from security firm Level3 Communications, the Bashlight botnet currently currently is responsible for enslaving nearly a million IoT devices and is in direct competition with botnets based on Mirai. “Both [are] going after the same IoT device exposure and, in a lot of cases, the same devices,”
So, roughly 1 million IoT devices. And the source code for Mirai is freely available, so there's a DIY kit for anyone to use.
Re: Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
#44This attack looks like another probing into critical internet infrastructure Bruce Schneier had talked about. Who's next?
http://downdetector.com/status/hulu http://downdetector.com/status/youtube
Re: Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
#45It was an unprecedented attack, sure, but I'm not sure how their sales guys are going to spin this.
Re: Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
#46I'm so looking forward at IPv6, the death of NAT, and billions of IoT devices with all ports exposed to the world :-)
Arent most IOT devices behind a router and thus unexposed directly to the internet (excepting routers)? This part of these attacks confuses me.
Many IOT devices use UPnP to open their interface to the world.
Re: Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
#47Pardon my ignorance, but why don't companies run their own nameservers? I get why you don't want to run email - it's highly reputation driven. But as far as I can tell, running nameservers is no harder than running webservers or DB servers. HA is potentially even easier, because the system was designed that way from day zero. I'm not suggesting I'd run one for my personal website, but twitter and github are already m…
Amazon and providers like Dyn have Anycast so routing will normally be faster than what most companies would want to spend on their own dns systems. And they can absorb most large attacks. Not to mention that uptime for route 53 is near 100% usually and is pretty cheap. I don't think you could build something cheaper for yourself that offered similar features to route 53.
Re: Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
#48So I'm wondering, what are the implications of this ? Someone is controlling a powerful enough botnet to do this. How powerfull is it really ? What else can it do ? Was this just a message or a test ? Or both ? What would happen if they would point it to google's nameservers ? What should we expect next ?
[1] http://www.enterprisenetworkingplanet.com/netsp/article.php/... [2] https://www.youtube.com/watch?v=LFJzu0AFDpU (Dyn Engineer gave the talk) [3 ]http://www.rcrwireless.com/20160408/telecom-software/using-s...
Re: Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
#49So I'm wondering, what are the implications of this ? Someone is controlling a powerful enough botnet to do this. How powerfull is it really ? What else can it do ? Was this just a message or a test ? Or both ? What would happen if they would point it to google's nameservers ? What should we expect next ?
It's complicated because the internet is a complicated(and I'm no expert)- but, it's not good, but it's not insurmountable. The big issues today are: lots of network attached compute, lots of types of traffic, highly highly distributed network. There are numerous ways of mitigating DDoS, today a lot of it is via BGP route announcement[1] - although we've seen folks using BGP in questionable ways to mitigate DDoS rece…
I was thinking at this as well. It's probably under active development right now, if not already live for some.
Re: Update Regarding DDoS Event Against Dyn Managed DNS on Oct 21
#50Pardon my ignorance, but why don't companies run their own nameservers? I get why you don't want to run email - it's highly reputation driven. But as far as I can tell, running nameservers is no harder than running webservers or DB servers. HA is potentially even easier, because the system was designed that way from day zero. I'm not suggesting I'd run one for my personal website, but twitter and github are already m…