ModSecurity
coreruleset
ModSecurity | coreruleset | |
---|---|---|
25 | 14 | |
8,982 | 2,656 | |
1.4% | 2.4% | |
9.0 | 9.3 | |
8 days ago | 4 days ago | |
C++ | Python | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ModSecurity
-
Comparison on Six Self-Hosted WAF
Coraza and ModSecurity have a high detection rate, but they are not adapted to reality scenarios, resulting in too many false positives.
-
Top Open-Source WAF Projects: Secure Your Website with the Best Tools
Official GitHub: ModSecurity Stars: 8K
-
Why SafeLine Might Be the Best Free WAF
SafeLine vs ModSecurity
- Recommended free and open-source WAF
- Recommended free and open-source WAF for 2024.
-
Install Modsecurity + OWASP CRS for Nginx Webserver on Centos 7
cd /opt && sudo git clone https://github.com/owasp-modsecurity/ModSecurity.git cd ModSecurity sudo git submodule init sudo git submodule update sudo ./build.sh sudo ./configure sudo make sudo make install
-
Anybody using Crowdsec?
First of all, if you have any experience with Traefik, I'd suggest you to do the reverse proxy stuff with it and install the Crowdsec instance along it. As I didn't have experience using Traefik I went with NPM but now I guess it would have been easier considering the research I had to do... Another reason is, I wanted to implement a geo block and/or another security layer by using ModSecurity (https://github.com/SpiderLabs/ModSecurity ) besides Crowdsec too. Afaik Traefik has a plugin that integrates ModSecurity easily - unless NPM.
-
Has anyone tried this on Blackboard online exams??
I don't know about Blackboard, but Moodle will allow quizzes to be run in popups that block most extensions from working; lockdown browsers will block such extensions; and, if you have access to the server, a modified firewall (e.g., ModSecurity) may\* allow blocking this and similar extensions.
-
Ask HN: What's a good open-source alternative to Cloudflare?
> ModSecurity for WAF: https://github.com/SpiderLabs/ModSecurity
This might be of interest to some: https://www.modsecurity.org/
> Trustwave is announcing the End-of-Life (EOL) of our support for ModSecurity effective July 1, 2024. We will then hand over the maintenance of ModSecurity code back to the open-source community.
Probably not too big of a deal, though.
Also, this might be useful: https://owasp.org/www-project-modsecurity-core-rule-set/
Though there has been some critique of ModSecurity and that ruleset in the past, as something dated and with false positives.
Anyone have any good alternatives?
-
WAF with reverse proxy
Is there a reason no one hasn't made a Docker template for OWASP Coraza (https://github.com/corazawaf/coraza) or ModSecurity (https://github.com/SpiderLabs/ModSecurity) for the use of a reverse proxy?
coreruleset
-
Install Modsecurity + OWASP CRS for Nginx Webserver on Centos 7
sudo git clone https://github.com/coreruleset/coreruleset.git /etc/nginx/owasp-crs
-
Hardening Apache APISIX with the OWASP's Coraza and Core Ruleset
--OWASP® ModSecurity Core Rule Set website
-
Looking for feedback on a security-related project idea
The other thing that came to my mind is the OWASP ModSecurity Core Rule Set (https://coreruleset.org/), which seems somewhat analogous to your proposal. If so, it might be worth chatting with some of the CRS maintainers about what their journey was.
- Access Denied
-
Modsecurity Wordpress exceptions
I would say it depends on your version. The core rule set git repo shows REQUEST-903.9002-WORDPRESS-EXCLUSION-RULES.conf being in versions 3.0.2 through 3.3.4.
-
Web Security Resources Request
If your focus is on generic detection rules than a good resource to start with is the OWASP ModSecurity Core Rule Set (CRS) - However, this rule set is built for the mod_security WAF but depending on what data you get in from your customers, you might be able to forward it against your own mod_security instance and process the mod_security audit logs in Splunk without having to re-write/convert the rules.
-
ModSecurity headers.X-Forwarded-For is enormous
I'm always getting great and helpful support from the CRS issue tracker: https://github.com/coreruleset/coreruleset/issues
-
Firewall made easy - Protect your web server traffic with UFW 🔥
Host-based firewalls and network firewalls won't always quite "cut it", OWASP ModSecurity is an open-source rule set for critical web applications that require an additional level of security.
-
[SL] MangaDex 3.0+1.0 Staff AMA
Other than that we rely on quite a lot of things these days, notably ModSecurity and the OWASP Core Rule Set alongside some other heavy restricting of our apps. (the idea being that the app is safe on its own, but those act as extra layers of defense in case we fuck up something really badly in the app one day)
-
Harden Apache2 Server
sudo git clone https://github.com/coreruleset/coreruleset /usr/share/modsecurity-crs
What are some alternatives?
ModSecurity-nginx - ModSecurity v3 Nginx Connector
crowdsec - CrowdSec - the open-source and participative security solution offering crowdsourced protection against malicious IPs and access to the most advanced real-world CTI.
snuffleupagus - Security module for php7 and php8 - Killing bugclasses and virtual-patching the rest!
coraza - OWASP Coraza WAF is a golang modsecurity compatible web application firewall library
mangadex_at_home