Forum Discussion
ukhan20
Cirrus
Jan 20, 2025malformed tcp and udp with 0 port
hi , how to stop malformed tcp and udp with 0 port attack in AFM. does this Irule work when CLIENT_DATA { if {[UDP::local_port] == 0 || [UDP::remote_port] == 0} { log local0. "Dropped UDP p...
ukhan20
Cirrus
Feb 02, 2025This IRule working fine on Virtual server
when CLIENT_ACCEPTED {
# Drop packets with port 0 for both TCP and UDP
if {[TCP::remote_port] == 0 || [TCP::local_port] == 0 || [UDP::remote_port] == 0 || [UDP::local_port] == 0} {
drop
return
}
}
IRule are resource hungry, how can i apply this rule or policy at Global level or device at applies to all Virtual servers
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
