The blocked IP(s) are shown when trying to connect to these services and simultaneously running the following command on the server (from the command line):

  1. Use the netstat -ntpu | grep SYN_SENT command to check if the connection is blocked
  2. Check what blocks the IP address with this command:
    for set in $(ipset -L -n); do echo $set; ipset test $set 199.199.199.199; done

How to delist the IP address if it is blocked by BitNinja:

  1. Enter the IP address into the search bar at the top
  2. Click on the “-Challenge list “ or “-Blocklist” button at the top
    You can also use the BitNinja CLI to delist the IP address:
    bitninjacli --greylist --del=199.199.199.199 or bitninjacli --blacklist --del=199.199.199.199