![]() |
|
[Theory] Anti-DDOS by ip recognition - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Network Hacking (https://sinister.ly/Forum-Network-Hacking) +--- Thread: [Theory] Anti-DDOS by ip recognition (/Thread-Theory-Anti-DDOS-by-ip-recognition) |
RE: [Theory] Anti-DDOS by ip recognition - 3SidedSquare - 05-27-2014 (05-27-2014, 05:07 AM)ICE_ Wrote: this is a horrible way of doing it. When a user connects to a web page he connects to the server first through an IP and a port (thats all a url is, a masked IP address on port 80, 443 or 8080). A trust system would work if you're trying to stop forum post bombs but not DoS or DDoS attacks and even then it would be inefficient. Oh god this is old... But I think you misunderstand the DoS method I'm trying to protect against. While it's certainly possible to DoS by having an upload bandwidth larger than your target's download, that's not the purpose of this method. This would protect against attacks that attempted to hit limits on server resources. (think slowloris, or some chernobyl packet) RE: [Theory] Anti-DDOS by ip recognition - Eclipse - 05-27-2014 What about regular users that use Tor, proxies, or a VPN? It's a pretty good idea, just needs some work. I bet some kid makes a million of this idea tommorow. RE: [Theory] Anti-DDOS by ip recognition - cr33pyguy - 05-27-2014 (05-27-2014, 10:03 AM)Aurora Wrote: I bet some kid makes a million of this idea tommorow. Someone who had to hire people to code it for him. RE: [Theory] Anti-DDOS by ip recognition - superMAUS - 05-27-2014 (09-06-2013, 02:36 AM)w00t Wrote: What? I was simply saying that "SELECT x from y WHERE z LIKE a" is a really, really, slow search, and therefore uses lots of computation time. By sending enough requests that force you to do that with my IP, your SQL server wouldn't respond very fast, if at all. Especially with large databases, it becomes simply impractical. RE: [Theory] Anti-DDOS by ip recognition - 3SidedSquare - 05-27-2014 (05-27-2014, 02:03 PM)antlers Wrote: Especially with large databases, it becomes simply impractical. (09-08-2013, 11:47 PM)3SidedSquare Wrote: Consider the following: I'm not going to ask everyone to read the entire thread through before posting, but please see post #29(page 3) of this thread. RE: [Theory] Anti-DDOS by ip recognition - ICE_ - 05-27-2014 This sounds like my first version of ALBATROSS (www.ironheartsecurity.net/products.html) but its a little different. I guess if you're looking strictly at limits it would be useful but its not easy to make, i promise edit: also, sorry for grave digging... I saw it and was interested RE: [Theory] Anti-DDOS by ip recognition - 3SidedSquare - 05-27-2014 (05-27-2014, 11:33 PM)ICE_ Wrote: This sounds like my first version of ALBATROSS (www.ironheartsecurity.net/products.html) but its a little different. I guess if you're looking strictly at limits it would be useful but its not easy to make, i promise Hey, I remember you now, you were in Dark Net Assassins way back when... Yeah, this is meant to save server resources, especially if a DoS is constructed to request pages that take a lot of work to serve. RE: [Theory] Anti-DDOS by ip recognition - ICE_ - 05-28-2014 (05-27-2014, 11:45 PM)3SidedSquare Wrote: Hey, I remember you now, you were in Dark Net Assassins way back when... Oh lord, darknet assassins. those were the days. Yea, in that case it's somewhat useful. Hard to write (trust me, i've done it) but useful |