https://github.com/cidram/cidram-extras
Extras for CIDRAM.
https://github.com/cidram/cidram-extras
cidr cidram cidram-extras cidrs extras firewall module modules open-source opensource php waf
Last synced: 10 months ago
JSON representation
Extras for CIDRAM.
- Host: GitHub
- URL: https://github.com/cidram/cidram-extras
- Owner: CIDRAM
- License: gpl-2.0
- Created: 2016-07-29T10:50:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-11T06:18:14.000Z (10 months ago)
- Last Synced: 2025-04-11T08:17:54.625Z (10 months ago)
- Topics: cidr, cidram, cidram-extras, cidrs, extras, firewall, module, modules, open-source, opensource, php, waf
- Language: PHP
- Size: 145 MB
- Stars: 6
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
## **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.
## **What's this repository for?**
This repository, "__[CIDRAM-Extras](https://github.com/CIDRAM/CIDRAM-Extras)__", is a repository for any extras for CIDRAM that don't belong in the __[core CIDRAM repository](https://github.com/CIDRAM/CIDRAM)__.
*This file, "README.md", last edited: 29th June 2017 (2017.06.12).*