Blocked IPs still turns up in access logs
Posted: 12 Oct 2021, 14:14
I'm using a file with IP addresses and ranges as a permanent block list. When I search for an abusive IP address (5.188.62.76) in CSF I see that it's blocked by 5.188.62.0/24 resulting in the following output:
However, this IP is still showing up in access logs attempting to do malicious things. This IP is just an example and it's happening with many more. And not just in the access logs, but also in Exim or other logs. Can someone explain this to me and help figure out how this can happen?
I'm using a dedicated server with Almalinux 8.4, DirectAdmin 1.62.9, OpenLiteSpeed 1.7.14, CSF 14.11
Code: Select all
Table Chain num pkts bytes target prot opt in out source destination
filter DENYIN 37291 0 0 DROP all -- !lo * 5.188.62.0/24 0.0.0.0/0
filter DENYOUT 37291 0 0 LOGDROPOUT all -- * !lo 0.0.0.0/0 5.188.62.0/24
ip6tables:
Table Chain num pkts bytes target prot opt in out source destination
No matches found for 5.188.62.76 in ip6tables
Permanent Blocks (csf.deny): 5.188.62.0/24
I'm using a dedicated server with Almalinux 8.4, DirectAdmin 1.62.9, OpenLiteSpeed 1.7.14, CSF 14.11