ddos Questions

5

Solved

We usually blacklist IPs address with iptables. But in Amazon EC2, if a connection goes through the Elastic Load Balancer, the remote address will be replaced by the load balancer's address, render...
Loginov asked 7/3, 2010 at 0:4

1

I have asp.Net MVC web application deployed on azure. And have some problems with Slow HTTP POST vulnerability. So I want to configure <\limits> to turn on connectionTimeout. I can`t do this i...
Jotun asked 15/7, 2015 at 8:14

1

I am configuring nginx for basic DDoS protection. I want to use the limit_conn module as described in http://nginx.org/en/docs/http/ngx_http_limit_conn_module.html. In particular I do not understan...
Raffish asked 29/9, 2015 at 19:3

1

I need to make a client queue with ThreadPoolExecutor and an ability to drop clients if it exceeds some number (5 for example). It is kinda DDOS protection. When client #6 is requesting my server -...
Lardaceous asked 18/5, 2015 at 9:41

1

Solved

I am writing a Django app which uses an nginx reverse proxy + gunicorn as a webserver in production. I want to include the capability to stop DDOS attacks from a certain IP (or pool of IPs). This...
Forewent asked 2/2, 2016 at 12:2

7

I'm having an issue with a web service with users trying to guess application IDs by looping over random IDs. The bad requests are coming from random IPs, so I cannot just ban their IP (unless I d...
Foxglove asked 30/9, 2015 at 19:40

1

I'm implementing a device that ought to respond to SSDP M-SEARCH queries. I'm a device vendor and I don't have control where these devices will be deployed. There's a known DDoS attack that uses ...
Paragrapher asked 15/9, 2015 at 9:6

1

Solved

I have an issue on a HTML5 web app where I have repetitive data updates via an ajax query every two seconds. The first two or three go through at 175ms, but after this, they slow down to 500ms, fro...
Heer asked 20/6, 2015 at 8:33

3

Solved

A have a http flood on my server, not so much queries, but anyway. Queries in log 95.55.237.3 - - [06/Sep/2012:14:38:23 +0400] "GET / HTTP/1.0" 200 35551 "-" "Mozilla/5.0 (Windows; U; Windows NT...
Nirvana asked 6/9, 2012 at 10:56

5

I am trying to write a script to prevent brute-force login attempts in a website I'm building. The logic goes something like this: User sends login information. Check if username and passwo...
Krystynakshatriya asked 13/11, 2009 at 5:37

3

Solved

using node.js, the net module for building a tcp server which can hande http requests. I would like to prevent dos attacks so what I have done is somthing like this: if (status.numOfCurrentReques...
Element asked 22/12, 2011 at 22:3

3

Solved

I have a server that is running on aws - it's load balanced to some ec2 instances that run node.js servers. The security groups are set up so that only the LB can hit them on the HTTP port. I was ...
Spinode asked 15/12, 2013 at 2:0

2

I need to write java code test that will simulate Slowloris HTTP DoS attack on my web server. I've found a perl code that does that: http://ha.ckers.org/slowloris/ My environment is not constant, ...
Marniemaro asked 25/4, 2013 at 13:8

1

I'm trying to limit requests to an API on an internal site I've managed to implement mod_evasive to successfully block requests after a specific amount in a specific time. But this is causing pro...
Layby asked 25/8, 2011 at 12:36

3

Solved

I'm developing an asp.net MVC web application and the client has request that we try our best to make it as resilient as possible to Denial of Service attacks. They are worried that the site may re...
Diegodiehard asked 5/2, 2013 at 11:13

6

Solved

I have an idea for a website that I would like to develop and release. It is a web application that I would like to implement on some form of cloud-based web hosting service (i.e. the Google ...
Incontestable asked 15/5, 2012 at 15:22

1

Solved

I am just thinking of moving a website from a VPS to Windows Azure Web Sites. After doing a load test, I accidentally took down my test website, using around 30MB over the daily bandwidth. T...
Gynophore asked 7/12, 2012 at 21:22

3

I can't access Plesk Amdin because of DOS attack; can I block a hostname or IP address through SSH? If so, how would I be able to do this? Thank you!
Lessen asked 6/9, 2012 at 13:39

1

Solved

I don't want someone keep F5 my site or using some tool to request the page frequently. That is to say, prevent an Action or the Controller to be invoked frequently by one client. How can I impl...
Arther asked 4/8, 2012 at 3:33

2

Solved

My understanding is that the only way to really mitigate a DDoS attack is to automate the process of blacklisting IP addresses/ranges. Google App Engine (GAE) allows you to configure and upload a ...
Salta asked 28/7, 2012 at 15:13

5

If I introduce a Thread.Sleep(x) delay while rendering my HTTP response, where x would change depending on the rate of requests from a given IP: from being zero while request rate is low, and gradu...
Gezira asked 19/6, 2011 at 6:21

5

Below excerpt is from an article that explains possibility of Denial Of Service(DoS) attack because of non random hash functions used in Hash Data Structures. […] the condition can be leveraged...
Lupulin asked 29/12, 2011 at 15:47

3

I have made a program using urllib2 that makes a lot of connections across the web. I noticed that eventually that this can be DDoS worthy; I would like to know how to close down each connect...
Chesney asked 5/7, 2011 at 23:23

2

Solved

Related: C++ Winsock API how to get connecting client IP before accepting the connection? Hi, when you are running a TCP server (written in C, using the Berkeley Socket API) is it possible to r...
Gracchus asked 20/6, 2011 at 23:11

4

Solved

I am writing a web server application in C# and using StreamReader class to read from an underlying NetworkStream: NetworkStream ns = new NetworkStream(clientSocket); StreamReader sr = new Strea...
Arrestment asked 30/12, 2008 at 14:34

© 2022 - 2024 — McMap. All rights reserved.