Denial-of-service (or DoS) is the intentional attack, aiming to make a machine or resource unavailable to its intended users, often by overloading it with artificially crafted requests.
0
votes
0answers
14 views
Is this a possibly malformed xhtml cid in URI?
Over the last 24 hours my network received around 1 million requests for the following URI.
smp/deals/deals.xhtml;jsessionid=EDADC8DC7B4693C23A83DB42A06F4CF7.##app server ...
1
vote
0answers
25 views
How to safely provide free query access on an open database
Background: My state government has a website that provides financial data in the name of "government transparency", but I'm quite unhappy with the way it is presented. It's an awkward old-fashioned ...
0
votes
0answers
41 views
How to simulate DOS attacks using DARPA dataset or pcap files?
I am working on my master's thesis which is about XML-HTTP DOS attacks.
I have some pcap files and DARPA dataset but I don't know how to use them to simulate DOS attacks ?
I used Wireshark to open ...
0
votes
1answer
64 views
Denial of service (DoS) Application in Visual Studio 2010
Its a lengthy question and Its might be amature, sorry I'm new at programming;
I want to design a console based application for testing with a Denial of service (DOS) attack. Suppose ping example.com ...
1
vote
2answers
29 views
SYN Denial Of Service attack
This may be a trivial question. This is regarding Syn Cookie.
Why only half open connections are only considered as DOS attack.
It may be possible that a client completes the handshake (SYN, ...
-3
votes
1answer
53 views
Could the internet have been designed to prevent DDOS attacks completely? [closed]
DDOS attacks seem to be one of the worst types of security attacks with no obvious long-term solution.
I was just wondering if this is a flaw with the design of the internet or whether it's just an ...
2
votes
2answers
144 views
PHP: Opening URLs concurrently to simulate a DOS attack?
I have configured my server with various anti-DOS modules (mod_qos, mod_evasive etc). What I want to do now is run a simple PHP scrip that calls URLs on my site multiple times, in order to reach the ...
-4
votes
1answer
40 views
preg_match denial of service in PHP [closed]
I am using a form for a input of regular expression itself and then use this regexp in preg_match, so there we dont need validation(maybe only length) but i hear on google "regular expression denial ...
0
votes
0answers
17 views
How to disable Jetty's DoSFilter for testing?
I'm using maven 3 and I want to run tests against Jetty as fast as possible. Of course, I don't want to "contaminate" production configs, so the best solution is not necessarily a webapp-specific ...
0
votes
0answers
34 views
How to reuse the same connection using MoonAPNS
I am using the MoonAPNS to implement Push Notification on iOS devices.
Everything works fine.
However, I came across this in Apple's Documentation -
"You should also retain connections with APNs ...
0
votes
1answer
146 views
Grails / Tomcat: Avoiding denial of service attacks
I have a Grails application running on Tomcat, with MySQL as the database server.
I've found through testing that it's very easy to create a Denial of Service attack on the site simply by refreshing ...
0
votes
0answers
33 views
Gtk2 Perl calling functions using buttons
Recently when i was working on my Bt5 application, I got into some serious trouble. I've got a button in my window which when pressed calls another function called Attack() [I'd like to point out that ...
1
vote
1answer
135 views
Regarding TCP SYN flood: Why is half-open connections worse than established connections?
I asked this at /r/hacking at reddit and got no repsonse.
To clarify: THIS IS NOT ASKED FOR HACKING PURPOSES. I am studying computer science and I am just curious.
So..
When the host A sends a TCP ...
8
votes
1answer
334 views
nodejs server against DOS attacks [closed]
I'm in the process of writting a highly scaleable browser based web chat server using nodejs. The concept involved is simple - first it checks browser for websocket support. If not suported or ...
-3
votes
1answer
66 views
Any ways to tweak MediaWiki sources for rejecting anonymous requests faster? [closed]
One of our MediaWiki - based projects seems under DoS attack - unusual number of anonymous users try to edit pages and view or edit history requests. While anonymous editing is disabled on that ...
14
votes
6answers
2k views
How to enable DDOS protection?
DDOS (Distributed Denial of Service Attacks) are generally blocked on a server level right? is there a way to block it on a PHP level, or at least reduce it? If not, what is the fastest and most ...
0
votes
0answers
65 views
Can pinging a server for 404 errors cause issues similier to a denial of service attack?
There is a third party website that deals with restaurant reservations that I would like to provide a link in my app to. So if people are viewing the restaurant in my app, a link would be available to ...
0
votes
4answers
125 views
Is there an easy and efficient way to delay a response from a Java Servlet
What can I do when I get an obvious hacking attempt? I wish there was an easy way to cause them to waste their time, that doesn't involve server resources. Even a delay of a few seconds could render ...
0
votes
1answer
61 views
Make an HTTP request non-replayable
I have an application that runs on for example Google TV or Apple TV, which sends HTTP requests to a service of mine.
Now if someone listens in on this request, they can replay it and in that way ...
0
votes
1answer
69 views
Allow real user to login while a brute-force attack is active (and is being slowed by throttling)
Hypothetical scenario:
Let's say you have an attacker continuously attempt to log in to your website. After n attempts login throttling kicks in and the attacker is forced to wait an amount of time ...
1
vote
0answers
35 views
self-hosting a non-blocking web application?
Am sorry for this beginner question, but i was asking about non-blocking application and hosting this application on my servers and not from a specialised service:
If this is a non-blocking ...
0
votes
1answer
72 views
MySQL repeated denials on multiple hosts
I have tried everything I can think of...going from my localhost to another servers host (which also uses localhost since I am using ftp on their servers apparently), and I still keep getting the ...
1
vote
0answers
47 views
Communication between computation server and web server
I have:
a machine (C) which is responsible for some computation (not publicly available),
a machine (W) which is a publicly available web server,
a machine (G) which is also publicly available and ...
0
votes
1answer
114 views
How to detect a reasonable number of concurrent requests I can safely perform on someone's server?
I crawl some data from the web, because there is no API. Unfortunately, it's quite a lot of data from several different sites and I quickly learned I can't just make thousands of requests to the same ...
3
votes
3answers
303 views
Can't Access Plesk Admin Because Of DOS Attack, Block IP Address Through SSH?
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!
0
votes
1answer
127 views
Need to get IP address to add to GAE blacklist
I'm getting a lot of requests to my appengine app from a malicious user and I suspect it might be an attempt at a DOS attack. I need to add thier IP address to blacklists on GAE. However when I look ...
1
vote
2answers
63 views
Can you programmatically connect to a sequence of web-pages and parse the source HTML without imposing stress on the system or raising red flags?
I am working on a project in NLP requiring me to download quite a few video game reviews --- about 10,000 per website. So, I am going to write a program that goes to each URL and pulls out the review ...
2
votes
1answer
264 views
Limit number of simultaneous file uploads in PHP to prevent DOS?
I would like to know a number of simultaneous file uploads in the very moment. E.g. If the number exceeds my limit, I would display a message to the user with apology to try later.
Is there a way ...
4
votes
2answers
437 views
How can I use PHP's various XML libraries to get DOM-like functionality and avoid DoS vulnerabilities, like Billion Laughs or Quadratic Blowup?
I'm writing a web application that has an XML API in PHP, and I'm worried about three specific vulnerabilities, all related to inline DOCTYPE definitions: local file inclusion, quadratic entity ...
3
votes
1answer
310 views
how to protect Webservice against Denial of Service attack?
What can I do to protect Web service/ WebBroker application against Denial of Service attack? the attack causes IIS to create huge amount of webbroker instances at the same moment of time. the ...
0
votes
2answers
44 views
how to test a web site to see how much punishment it can take before crashing?
My boss wants me to test our web application to demonstrate how much traffic the web site can handle.
The app is a JSF/JPA/Oracle application, everything is running on one rack mounted server at a ...
1
vote
0answers
640 views
ASP.Net module to block DOS attacks
I would like to programmatically protect my ASP.Net 4.0 website from harmful repeated requests. If I notice high request number from an IP then I would like to block that IP for a certain time (ex. in ...
0
votes
1answer
50 views
Roundtripping DataContracts andDenial Of Service attacks
I am working on a datacontract as follows that uses IExtensiblesDataObject to make it forward compatible with version 02 of this contract, but am worried about possible 'accidental' denial of service ...
2
votes
2answers
586 views
HashDoS: how can worst case complexity of Hashtable be O(n^2)?
By now many of you must have heard about HashDoS. The researchers who found this, claim in their video that the worst case complexity of Hastable is O(n^2). How can this be?
10
votes
1answer
724 views
How was the hash collision issue in ASP.NET fixed (MS11-100)? [closed]
As reported by Slashdot, MS issued an update to ASP.NET to fix the hash collision attack today. (Listed as "Collisions in HashTable May Cause DoS Vulnerability - CVE-2011-3414" on the linked Technet ...
2
votes
3answers
317 views
Decorating a HashMap adding randomness to prevent (D)DoS
EDIT by the way the point of the workaround here is to reuse all the existing HashMap (like the ConcurrentHashMap etc.) instead of re-inventing entirely the wheel. Languages using randomized hash ...
2
votes
1answer
310 views
Prevent XML DoS attack in ASP.NET webmethod
I have a following web method (ASP.NET, c# 4.0):
[WebMethod]
public XmlDocument NewQuote(string username, string password, XmlDocument xml)
{
// process request
}
I was wondering how to prevent ...
0
votes
1answer
237 views
WCF REST Service Denial of Service Defence
I have created a WCF REST Search Service, and now want to know how to implement Denial of Service Defence to limit the number of request.
8
votes
3answers
310 views
How to protect an OpenID consumer against abuse?
I am considering OpenID as a login method for my PHP application, but there is one thing that prevents me from continuing: how can I protect an OpenID consumer against abuse?
An example of abusing ...
7
votes
3answers
1k views
Does Windows Azure have anything readily available against denial of service attacks?
We're developing a web service hosted in Windows Azure. We expect that at some moments bad guys try to DDOS it. I Googled and didn't find anything new and definitive (this one is rather vague) about ...
6
votes
2answers
800 views
Best practices for preventing Denial of Service Attack in Django
What are the best practices in Django to detect and prevent DoS attacks... Are there any ready to use apps or middleware available which prevents website access and scan through bots?
2
votes
2answers
384 views
Undetectable DoS attack with an invalid IP [closed]
in Security+ book, it has been told that DoS attack can be undetectable and an attacker can use an invalid IP address.
what did it mean by Invalid IP address? is it a zombie IP? how can we face with ...
1
vote
1answer
84 views
How do current IM clients protect against flooding attacks?
Let's use Jabber as an example: If I setup my own jabber server and let it flood a jabber user on another server by sending messages with varying sender addresses, how would that user usually be ...
5
votes
2answers
470 views
TripleDESCryptoServiceProvider - vulnerable to Denial of Service?
We have a legacy ASP.NET site which uses the encryption methods here:
http://www.codekeep.net/snippets/af1cd375-059a-4175-93d7-25eea2c5c660.aspx
When we call the following method, the page loads ...
3
votes
2answers
672 views
ASP.NET Web application prevent denial of service attacks
What tools or techniques can I use to protect my ASP.NET web application from Denial Of Service attacks
1
vote
1answer
58 views
Acceptable rate of http requests
I want to add a feature to my applications which parses an HTML page and jumps out to each <a href="http:\\foo" > in turn.
Im gathering title,description and keywords off each page load and ...
5
votes
3answers
153 views
Server friendly slowban. Possible?
How is it possible to implement a slowban that will not be a tool for DoS to our site?
The problem is that a deliberate delay in serving an http response will keep server resources busy (web server ...
4
votes
5answers
373 views
'Forgot Password' throttling
I have a 'forgot password' system set up that sends an email with a reset link to the user. M question is: How can I prevent abuse of this system? How can I make sure that people don't use this to ...
3
votes
2answers
2k views
smurf attack using C#
I am currently developing an application for my Networks Security project, which involves launching of smurf attack using C#. Smurf attack includes that u send a packet to any server (let's say ...
8
votes
5answers
698 views
Which kind of webapps can realistically be affected by the floating bug?
There's an easy way to totally lock a lot of JVM:
class runhang {
public static void main(String[] args) {
System.out.println("Test:");
double d = Double.parseDouble("2.2250738585072012e-308");
...



