Forum Discussion
Techgeeeg_28888
Nimbostratus
Aug 06, 2015Blocking Traffic from Single IP with block page on ASM
Hi Everyone,
I would like to have the experts input on a point, I have ASM running where I want to block the requests from a particular source IP address and the violation page with id should be...
- Aug 06, 2015
The following extensions I hope will make the rule more efficient:
when ASM_REQUEST_DONE { if { [ASM::violation count] > 0 } { if { not([class match[IP::client_addr] == "black-list-data-group"]) } { ASM::unblock } } }- You can check sources against the data group.
- Apply ASM::unblock action only if there were violations.
Hope this helps.
And do not forget to enable "Trigger ASM iRule Events" option in your policy.
Vsevolod_Petrov
Cirrostratus
Aug 06, 2015The following extensions I hope will make the rule more efficient:
when ASM_REQUEST_DONE {
if { [ASM::violation count] > 0 } {
if { not([class match[IP::client_addr] == "black-list-data-group"]) } {
ASM::unblock
}
}
}
- You can check sources against the data group.
- Apply ASM::unblock action only if there were violations.
Hope this helps.
And do not forget to enable "Trigger ASM iRule Events" option in your policy.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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