Hacker News new | ask | show | jobs
by gcb 5256 days ago
how can you tell requests to a site with the intention to DoS it and the regular ones if they were promoting in-browser tools for regular people?
1 comments

The simplest way is to use netstat and check amount of connections from each host. If you see plenty hosts with many connections established, that's DDoS. If there is plenty hosts, but each one has few connections, thats DoS (aka slash dot effect), mentioned by Tomek_.

PS: DDoS - distributed denial-of-service attack. Deliberate attack which involves dedicated software; DoS - denial-of-service. Server can't handle all requests, because suddenly there is more of them (because of link on frontpage etc)