Bankrupting DoS Attackers
Trisha Chakraborty, Abir Islam, Valerie King, Daniel Rayborn, Jared Saia, Maxwell Young
TL;DR
The paper tackles whether a server can economically deter denial-of-service attackers by pricing service based on an estimator of past good-job arrivals. It introduces two online algorithms, LINEAR and LINEAR-POWER, that adjust prices using an estimator to ensure the defender’s total cost grows more slowly than the attacker’s cost, achieving asymptotic advantages under accurate estimators. A lower bound via Yao’s principle shows the results are tight for constant estimation gap $\\gamma$, and the authors develop several estimators (e.g., Poisson, Weibull/Gamma, adversarial queuing) to demonstrate broad applicability. The work connects DoS defense with resource-burning and online algorithms, showing how predictions (estimators) can yield robust cost guarantees even in adversarial settings and asynchronous communications. Overall, the framework provides a principled way to deter large-scale DoS by making attackers incur higher costs while preserving service for honest clients.
Abstract
Can we make a denial-of-service attacker pay more than the server and honest clients? Consider a model where a server sees a stream of jobs sent by either honest clients or an adversary. The server sets a price for servicing each job with the aid of an estimator, which provides approximate statistical information about the distribution of previously occurring good jobs. We describe and analyze pricing algorithms for the server under different models of synchrony, with total cost parameterized by the accuracy of the estimator. Given a reasonably accurate estimator, the algorithm's cost provably grows more slowly than the attacker's cost, as the attacker's cost grows large. Additionally, we prove a lower bound, showing that our pricing algorithm yields asymptotically tight results when the estimator is accurate within constant factors.
