Forum Discussion
IP Reputation and iRule
- Mar 02, 2017
Its your call but I wouldn't bother with a pretty response cause frankly their not worth the effort or the CPU. My version of this is below.
when CLIENT_ACCEPTED { if {[IP::reputation [IP::client_addr]] ne ""} { reject } }
Its your call but I wouldn't bother with a pretty response cause frankly their not worth the effort or the CPU. My version of this is below.
when CLIENT_ACCEPTED {
if {[IP::reputation [IP::client_addr]] ne ""} {
reject
}
}
- Kevin_Davies_40Mar 02, 2017Nacreous
Add a log statement if you want to see whats being rejected and why but otherwise thats what I would use. Just be mindful even a log statement can open you up to denial of service.. what happens of they send you a 100,000 requests in a minute.. how would your BIG-IP cope with a 100,000 log entries?
- Geoff_Gudgeon_3Mar 05, 2017Nimbostratus
Fair enough.
Thanks for your response mate. Much appreciated
Recent Discussions
Related Content
* 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