CIDRAM / CIDRAM

CIDRAM: Classless Inter-Domain Routing Access Manager.
https://cidram.github.io/
GNU General Public License v2.0
109 stars 32 forks source link
anti-spam asn blacklist blocker blocklist cidr cidram cloud firewall hacktoberfest ip-address open-source opensource php protection routing security signatures waf

v1: PHP >= 5.4 v2~v3: PHP >= 7.2 License: GPL v2 PRs Welcome

What is CIDRAM?

CIDRAM (Classless Inter-Domain Routing Access Manager) is a PHP script designed to protect websites by blocking requests originating from IP addresses regarded as being sources of undesirable traffic, including (but not limited to) traffic from non-human access endpoints, cloud services, spambots, scrapers, etc. It does this by calculating the possible CIDRs of the IP addresses supplied from inbound requests and then attempting to match these possible CIDRs against its signature files (these signature files contain lists of CIDRs of IP addresses regarded as being sources of undesirable traffic); If matches are found, the requests are blocked.


Features:


Documentation:

[CONTRIBUTING.md] Want to help?


Last Updated: 1 July 2024 (2024.07.01).