Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Implement Crowdsec, a docker and sever level crowd sourced security guard

    Feature Requests
    9
    28
    1877
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      privsec last edited by privsec

      I would like to suggest implemententing Crowdsec as a built-in feature to a cloudron install. Assuming most of our installs (speaking on the community behalf) are internet facing, something like this, could become very powerful and beneficial as a security feature.

      necrevistonnezr jdaviescoates M K 5 Replies Last reply Reply Quote 8
      • necrevistonnezr
        necrevistonnezr @privsec last edited by

        @privsec Looks quite interesting. French company. Built in Go.

        https://danielmiessler.com/study/crowdsec/

        So the system doesn’t just detect attacks using its view into your logs, it can also trigger various actions once something is detected, such as:

        • Blocking people in Cloudflare
        • Running your own arbitrary scripts
        • Executing a block in netfilter/iptables
        • Denying an IP in Nginx
        • Blocking in WordPress
        • Etc.
          This tells me they’re thinking big and long-term with this thing, and not just as a replacement for a local banning tool.
        1 Reply Last reply Reply Quote 3
        • Moved from Support by  girish girish 
        • jdaviescoates
          jdaviescoates @privsec last edited by

          @privsec nice find. I think Akismet kinda works like this for WordPress (and there was another Drupal one too) but I've always wondered why there wasn't something more generic.

          I use Cloudron with Gandi & Hetzner

          P 1 Reply Last reply Reply Quote 3
          • P
            privsec @jdaviescoates last edited by

            @jdaviescoates
            Thanks! It looks very interesting.

            And from what I have read, it will also anonymize your logs.

            1 Reply Last reply Reply Quote 0
            • M
              Mastadamus @privsec last edited by

              @privsec huge fan of this idea.

              1 Reply Last reply Reply Quote 1
              • P
                privsec last edited by

                To add to how awesome this software is

                https://crowdsec.net/faq/

                Server-side treatments involve the following:
                
                    Collecting information (IP / Timestamp / Scenario) sent by the network members accepting to share them
                    Distributing curated IP block list (tailor-made for each, according to their choices in the back office (coming soon))
                
                The reputation system (feeding your local daemon with IPs to block), can be deactivated and/or replaced by another source of reputation in the configuration, making the software 100% able to function in a standalone manner if you want absolutely no dependency on any online service. With the local API (LAPI, as of v1.0) agents can be deployed & configured 100% offline if you want to. 
                
                1 Reply Last reply Reply Quote 2
                • P
                  privsec last edited by

                  To unban yourself, if you do
                  https://crowdsec.net/unban-my-ip/

                  1 Reply Last reply Reply Quote 2
                  • JOduMonT
                    JOduMonT last edited by JOduMonT

                    For me, the nicer part of that project is they have "crowdsec client" which it is able to listen inside the docker habitat and with the bouncer apply rules at the host level.

                    @privsec you should change the title since in that case it would replace more than just Fail2Ban and protect more than just SSH.

                    1 Reply Last reply Reply Quote 2
                    • Referenced by  JOduMonT JOduMonT 
                    • M
                      Mastadamus @privsec last edited by

                      @privsec Have you installed this with your cloudron?

                      1 Reply Last reply Reply Quote 1
                      • T
                        teamcrw last edited by

                        Did anyone install it on a cloudron instance? We are using it on various Ubuntu rootservers and it works.

                        T 1 Reply Last reply Reply Quote 1
                        • T
                          teamcrw @teamcrw last edited by

                          @teamcrw i just installed it now and will get back if i encounter any problems

                          M 1 Reply Last reply Reply Quote 3
                          • M
                            Mastadamus @teamcrw last edited by

                            @teamcrw are you installing an nginx bouncer with it?

                            M T 2 Replies Last reply Reply Quote 1
                            • M
                              Mastadamus @Mastadamus last edited by

                              @mastadamus I'd like to give an update. I installed the NGINX bouncer and it took down cloudron's NGINX service. During the install it prompted me if i wanted to change several config files or leave the current file in place and I left my current config file in place yet it still crashed and refused to come back up. More investigation is necessary to make this work.

                              M 1 Reply Last reply Reply Quote 1
                              • M
                                Mastadamus @Mastadamus last edited by

                                @mastadamus The IP TABLE bouncer seems to be working fine. Also I installed the metabase Docker container running on 8181 with success.

                                1 Reply Last reply Reply Quote 2
                                • T
                                  teamcrw @Mastadamus last edited by

                                  @mastadamus no didn't install nginx bouncer with it. i didn't encounter any problems since i installed it with default settings.

                                  M 1 Reply Last reply Reply Quote 1
                                  • Referenced by  JOduMonT JOduMonT 
                                  • Referenced by  JOduMonT JOduMonT 
                                  • M
                                    Mastadamus @teamcrw last edited by

                                    @teamcrw I realized crowdsec isn't succesfully parsing the NGINX logs generated by cloudron because Cloudron uses a non standard /non default log format for NGINX. Working on that now.

                                    M 1 Reply Last reply Reply Quote 2
                                    • K
                                      klausagnoletti @privsec last edited by

                                      Hi!

                                      Just to let you good people know: I am head of community at CrowdSec and I think it's a great idea if Cloudron has build-in support for CrowdSec.

                                      I would be happy to help anyone here out in installing it - and of course to facilitate Cloudron the help they would need to implement it.

                                      Just DM me or write me at klaus (at) crowdsec (dot) net.

                                      1 Reply Last reply Reply Quote 8
                                      • M
                                        Mastadamus @Mastadamus last edited by

                                        @mastadamus I've since got the logs to be parsed by taking out the custom "combined2" log format for nginx.conf. If this is to be shipped with cloudron it would either require to have custom parsers written OR the nginx.conf for cloudron would need to use default combined log format. ddba26c0-91de-425e-a9f3-12852c5122df-image.png

                                        I am using an iptable bouncer and i'm not sure if it will perform block actions on the iptables based of something triggerd by nginx. I will dig further into that. That being said, it is fullfulling the role fail2ban would normally play and is working appropriately.

                                        P 1 Reply Last reply Reply Quote 2
                                        • P
                                          privsec @Mastadamus last edited by

                                          @mastadamus said in Implement Crowdsec, a docker and sever level crowd sourced security guard:

                                          @mastadamus I've since got the logs to be parsed by taking out the custom "combined2" log format for nginx.conf. If this is to be shipped with cloudron it would either require to have custom parsers written OR the nginx.conf for cloudron would need to use default combined log format. ddba26c0-91de-425e-a9f3-12852c5122df-image.png

                                          I am using an iptable bouncer and i'm not sure if it will perform block actions on the iptables based of something triggerd by nginx. I will dig further into that. That being said, it is fullfulling the role fail2ban would normally play and is working appropriately.

                                          @klausagnoletti is this something that could be done by your team?

                                          M K 2 Replies Last reply Reply Quote 0
                                          • M
                                            Mastadamus @privsec last edited by

                                            @privsec The other thing to consider is, when i installed the nginx bouncer, even though i left configs default, it crashed the nginx service and i couldn't restart it. Even after I uninstalled the bouncer, I couldn't get nginx back so i had reverted to a snapshot. The iptable bouncer works decent though. Will have to do further testing to figure out why installing the nginx bouncer crashes nginx for cloudron.

                                            M 1 Reply Last reply Reply Quote 4
                                            • K
                                              klausagnoletti @privsec last edited by

                                              @klausagnoletti is this something that could be done by your team?

                                              Sorry but which part? Parsers?

                                              P 1 Reply Last reply Reply Quote 0
                                              • P
                                                privsec @klausagnoletti last edited by

                                                @klausagnoletti yup

                                                K 1 Reply Last reply Reply Quote 0
                                                • K
                                                  klausagnoletti @privsec last edited by

                                                  @privsec Yes of course. If you post a question about it in our Discourse https://discourse.crowdsec.net I am sure someone on the team is able to help.

                                                  1 Reply Last reply Reply Quote 2
                                                  • M
                                                    makemrproper @Mastadamus last edited by makemrproper

                                                    @mastadamus Confirmed. This happened to me today, when I tried to install Crowdsec with Nginx bouncer onto my Cloudron VM.

                                                    Thank heavens for a good backup strategy. Digital Ocean snapshots to the rescue.

                                                    To have Crowdsec working with my Cloudron install would be a massive value add.

                                                    I am not even sure why Nginx failed to start afterwards. I did however note that the install modified or wiped a lot of the Nginx configs which were already in place and perhaps modified by Cloudron. But I haven't tried to dive any deeper.

                                                    M 2 Replies Last reply Reply Quote 1
                                                    • M
                                                      Mastadamus @makemrproper last edited by

                                                      @makemrproper yeah I tried it twice and first time told it to keep original config and second time allowed modifications.. both times nginx refused to start and I couldn't figure out why.

                                                      1 Reply Last reply Reply Quote 0
                                                      • M
                                                        Mastadamus @makemrproper last edited by

                                                        @makemrproper my strategy now is to use iptables bouncer with nginx parser.

                                                        See my feature request for nginx log method though.. you have to revert cloudron nginx logs back to nginx default and not combined2 as they are normally or crowdsec parser won't work..

                                                        1 Reply Last reply Reply Quote 1
                                                        • K
                                                          klausagnoletti last edited by

                                                          Hey, since I was here last time we have created a Discord server and that would be a good place to influence CrowdSec devs to implement CrowdSec into Cloudron 🙂

                                                          rmdes 1 Reply Last reply Reply Quote 5
                                                          • rmdes
                                                            rmdes @klausagnoletti last edited by

                                                            In my experience, DO not install the nginx bouncer, it's useless if you install the firewall-bouncer anyway. (the firewall bouncer catch attacks, probs etc..even before they reach the nginx server)

                                                            There is another post on this forum another user and me share their steps by steps to get it running.

                                                            1 Reply Last reply Reply Quote 2
                                                            • First post
                                                              Last post
                                                            Powered by NodeBB