×
This is the webapp for playing with the analysis results of Pareto-Optimal Defensive Strategies for Securing the Web.
Workflow:
- Select an attacker from the respective dropdown menu.
- Activate the mitigations you want to be considered in the analysis.
- The default costs are displayed next to the mitigations. You are able to edit these cost and by that potentially change the resulting optimal defensive strategy and total cost. For computing the total cost, the cost of a mitigation is multiplied with the number of domains for which it is implemented.
- You can find 1) the number of affected visitors in % without additional mitigations, 2) the number of secured visitors in % after applying the mitigations, and 3) the total cost of the mitigations below.
Additional features:
- You can also have a look at the frontier with all Pareto-optimal defense strategies only considering subsets of your selected mitigations and your given costs. The Pareto frontier shows the total cost, percentage of still affected visitors and mitigations for every Pareto-optimal strategy.
- You can download the resulting Pareto frontier as a JSON file.
- You can save your own mitigation cost assignment in a config JSON file and import an existing config file.