28-Feb-2021 06:06
Hi;
How can I add a header to be illegal in the AWAF product, previously ASM.
The ASM for instance allows you to manually add "Allowed URLs" and "Disallowed URLs". However, I could only manually add "Allowed Headers" but could not find a way to manually add "Disallowed Headers". I know I can do that in an I-rule, but my aim was to do it in the GUI and return the default block page.
Kindly
Wasfi
Solved! Go to Solution.
28-Feb-2021 08:05
Hi Wasfi,
you can achieve this by adding the Header name as a custom attacking signature.
Here is the to the documentation for v14.1:
Writing Custom Attack Signatures
And here a (not very sophisticated) example:
KR
Daniel
28-Feb-2021 08:05
Hi Wasfi,
you can achieve this by adding the Header name as a custom attacking signature.
Here is the to the documentation for v14.1:
Writing Custom Attack Signatures
And here a (not very sophisticated) example:
KR
Daniel
01-Mar-2021 11:27
Hi Daniel;
In the above example, I have tried to use a regular expression instead of the contain string criteria, which is ^badheader. This means that the header value string must start with badheader. The issue though is that did not work. I will put this on the forum too.
Kindly
Wasfi
28-Feb-2021 13:05
Hi Daniel;
Thank you for your help.
Kindly
Wasfi