elgg-plugin http_blacklist
Block malicious IP addresses (and the people behind them) from accessing your site or redirect them to your honeypot site.
iionly/http_blacklist
Block malicious IP addresses (and the people behind them) from accessing your site or redirect them to your honeypot site.
- Sunday, September 20, 2015
- by iionly
- Repository
- 1 Watchers
- 1 Stars
- 6 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
Latest Version: 3.3.1
Released: 2021-02-14
Contact: iionly@gmx.de
License: GNU General Public License version 2
Copyright: (c) iionly, (*1)
Description
This plugin checks the IP addresses of site visitors against listings in the Project Honey Pot blacklist (http:bl). Currently, this is done only for logged-out visitors (+ bots/crawlers etc.) who visit the Login, Register or Lost Password pages. If a possible threatening IP is identified, it gets either blocked from accessing these pages or you can also redirect the access to a honeypot site that you have created., (*2)
For the plugin to work you need to register a (free) personal account at http://www.projecthoneypot.org and create your API key., (*3)
Installation
- If you have a previous version of the http:blacklist plugin installed, first remove the old http_blacklist plugin folder from your mod directory before copying/extracting the new version to your server,
- Copy the http_blacklist plugin folder into you mod folder,
- Enable the http:blacklist plugin in the admin section of your site,
- Enter at least your http:bl API key on the plugin's settings page.