Forum Discussion
gh0st_325958
Nimbostratus
Jan 07, 2018Block one type request
Dear All,
I would like to block one attack signature if it contains uniq request type on F5-ASM, without any traffic learning.
For example: I have a request from multi type IPs. I would lik...
kolom
Altostratus
Jan 07, 2018Try the below iRule , you can also change drop to return other response code if you want.
when HTTP_REQUEST {
if { ([string tolower [HTTP::uri]] contains "/example" )
&& ( [IP::addr [IP::client_addr] equals x.x.x.0/24] ) } {
drop
}
}Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
