For test reasons, I sent two requests which were captured by a scenario with type trigger. So after the first request I got a decision that the IP should be banned. The second request returned a 403, as expected, because the IP is banned.
To try another request with the same IP, I removed the decision for this IP. But now I could send a lot of such requests which caused a decision before.
Is there any explanation for this? Is the IP landed somehow on a whitelist because I removed it from the decisions?