iionly / http_blacklist
Block malicious IP addresses (and the people behind them) from accessing your site or redirect them to your honeypot site.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Type:elgg-plugin
Requires
- composer/installers: >=1.0.8
This package is auto-updated.
Last update: 2024-10-15 00:10:49 UTC
README
Latest Version: 3.3.1
Released: 2021-02-14
Contact: iionly@gmx.de
License: GNU General Public License version 2
Copyright: (c) iionly
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.
For the plugin to work you need to register a (free) personal account at http://www.projecthoneypot.org and create your API key.
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.