The price of the BitNinja subscription depends on the number of hosted users on the server.
Our pro plan involves all of our modules such as WAF 2.0 Web honeypot, Port honeypot Senselog, Malware scanner and remover, Anti-Phishing. The pro plan’s cost depends on the number of hosted users:
- 0-1 hosted users $12
- 2-40 hosted users $24
- 41-250 hosted users $36
- 250+ hosted users $48
If you need more information about our modules you can check out this link:
https://docs.bitninja.io/serverprotection/doc/#modules
Count users
You can use the BItNinja CLI command for that: bitninjacli –countusers
You can also check the users in the different folders with the following commands:
ls -lah /var/www/vhosts
ls -lah /var/www/
ls -lah /home/usr/bin/awk ‘-F’ ‘[/:]’ ‘{if ($3 >= 1000 && $3 < 60000 && $3 != 65534) print $0}’ ‘/etc/passwd’
You can use the BItNinja CLI command for that: bitninjacli –countusers
You can also check the users in the different folders with the following commands:
ls -lah /var/www/vhosts
ls -lah /var/www/
ls -lah /home/usr/bin/awk ‘-F’ ‘[/:]’ ‘{if ($3 >= 1000 && $3 < 60000 && $3 != 65534) print $0}’ ‘/etc/passwd’
You can check the different folders with the following commands:
ls -n /home|awk '$3 >= UID_MIN'|awk '{print $3}'|sort|uniq|wc -l
ls -n /var/www/|awk '$3 >= UID_MIN'|awk '{print $3}'|sort|uniq|wc -l
ls -n /var/www/vhosts|awk '$3 >= UID_MIN'|awk '{print $3}'|sort|uniq|wc -l
/usr/bin/awk '-F' '[/:]' '{if ($3 >= 1000 && $3 < 60000 && $3 != 65534) print $1}' '/etc/passwd' 2>&1 |/usr/bin/wc '-l'