12-Apr-2023 04:36
Hi All,
we noticed recently that some attackers use the ZAP tool to scan our web apps and most of those requests generate some issues, we tried to block these requests using attack signature based on string contains ZAP but it didn't match, so could you please suggest me another way to block these requests.
thank you
12-Apr-2023 05:50
@kaoutar If you can figure out an HTTP header that is always added for this tool you can block it by searching the HTTP header value and if located the connection is dropped.
12-Apr-2023 06:04
Thank you @Paulius, Unfortunately the matching key exists only on the payload of the Post request, nothing unusual in the URI or the header
12-Apr-2023 06:29
Is the key static? Intercepting payload content is possible with irules
12-Apr-2023 07:08
Yes, it's a static key
12-Apr-2023 07:19
@kaoutar You might be able to use the following link to gather this information and then block it.