amuck-landowner

Which software is banning my server hostname in iptables?

ICPH

Member
Hello,


my Linux bash script is running curl commands in rapid succession (like maybe one or two per second)


curl mysite.tld


around 1400 times and after approx 1000 my server hostname is getting blocked in iptables:

Chain INPUT (policy DROP)
num  target     prot opt source               destination
1    DROP       all  --  my.hostname.here  anywhere

fail2ban is stopped


CSF is running and 127.0.0.0/8 is in allow and ignore list (public facing IP is not) and it says domains(hostnames?) are not accepted


DDoS deflate having my my server ip, localhost ip and hostname in ignore list


Please can You suggest how to find what is banning my server hostname? Thank you
 
Top
amuck-landowner