Trashbin¶
Defender can mitigate the impact of trashbin attacks by limiting the
amount of FORMERR and NOTIMP responses sent. The actual thresholds,
global to all clients, can be configured via the trashbin.maximum_formerr_responses_per_second
and trashbin.maximum_notimp_responses_per_second
settings.
---
- type: trashbin
maximum_formerr_responses_per_second: 50
maximum_notimp_responses_per_second: 50
Please refer to the trashbin settings reference for the complete description of the settings.