İçeriğe atla
0
  • Ders Ara
  • Ana Sayfa
  • Kategoriler
    • All Categories
      • Individual Categories
    • Gruplar
    • Okunmamış 0
    • Güncel
    • Kullanıcılar
    • Hakkımızda
    • Öğrenci Fırsatları
    • Akademik Takvim
    • CV oluşturucu
    • IEU Timetable
    • Devamsızlık App
    • IEU GPA Hesaplayıcı
    • Niki Cüzdan
    • Ders Ara
    • Ana Sayfa
    • Kategoriler
      • All Categories
        • Individual Categories
      • Gruplar
      • 0 Okunmamış 0
      • Güncel
      • Kullanıcılar
      • Hakkımızda
      • Öğrenci Fırsatları
      • Akademik Takvim
      • CV oluşturucu
      • IEU Timetable
      • Devamsızlık App
      • IEU GPA Hesaplayıcı
      • Niki Cüzdan
      Daralt
      IEU Forum – İzmir Ekonomi Üniversitesi Öğrenci Topluluğu Platformu

      IEU Forum

      -- çevrimiçi
      1. Ana Sayfa
      2. Selfhosted
      3. Is Authelia enough without fail2ban or crowdsec?

      Final Unicourse'tan Çalış, Yüksek Notu Garantile!

      %25 İndirim Kodu: FRM25
      Yükleniyor...
      Dersi İzle
      GÖRÜNTÜLEYENLER
      +36
      Premium Özellik
      Bu konuyu kimlerin görüntülediğini görmek için Premium üyelik gerekir.
      Premium'a Geç

      Vizesine Unicourse'tan Çalış, Yüksek Notu Garantile!

      A B C D Çıkmış Sorular Formül Kağıtları Konu Anlatımı Sınav İpuçları Örnek Sınav
      Dersi İzle
      YENİ ÖZELLİK

      Bi'Öğrenci Fırsatları
      Forum'da!

      Bi'Öğrenci ile artık forum üzerinden en güncel indirimlere, anlık fırsatlara ve avantajlı tekliflere ulaşabilirsin.

      FIRSATLARI KEŞFET
      Red Bull Basement
      SPONSORLU ETKİNLİK

      Fikrini Gerçeğe Dönüştür

      Projeni dünyaya göstermek için sahne hazır. Red Bull Basement başvuruları açık.

      Başvurunu Yap

      🎉 Foruma Yeni Özellik Geldi!

      Sizin için PDF toollarını getirdik!

      İncele ve Kullan

      Is Authelia enough without fail2ban or crowdsec?

      Konu Zamanlandı Sabitlendi Kilitli Taşındı Selfhosted
      5 İleti 5 Yayımlayıcılar 0 Bakış
      • En eskiden en yeniye
      • En yeniden en eskiye
      • En çok oylanan
        Cevap
        • Yeni başlık oluşturarak cevapla
        Cevaplamak için giriş yapın
        Bu başlık silindi. Sadece başlık düzenleme yetkisi olan kullanıcılar görebilir.
        • arda@piefed.socialA This user is from outside of this forum
          arda@piefed.socialA This user is from outside of this forum
          arda@piefed.social
          yazdı Son düzenleyen:
          #1

          I have everything I host and expose behind authelia (which requires 2fa) as middleware or as the only login method with oicd, thus far it seems to work well, of course I get a bunch of malicious traffic and spam but this gets to authelia and stops there, I don't even see multiple tried login tries ever so I felt pretty safe. However it does seem that everyone uses either fail2ban or crowdsec in addition so I have been wondering if it would really add any security in my setup or if I'm missing something. I'm sure it wouldn't hurt but crowdsec always seemed a little too complex for me and I don't want something I don't fully understand in my security layer and I never saw a nice way to setup fail2ban so never bothered. Afaik there's no webui or such things and you have to manually make working regex for everything. I'd like to know if I'm missing something or if anyone has tipps to give

          jrgd@lemmy.zipJ H F shininghero@pawb.socialS 4 Cevap Son cevap
          1
          • arda@piefed.socialA arda@piefed.social

            I have everything I host and expose behind authelia (which requires 2fa) as middleware or as the only login method with oicd, thus far it seems to work well, of course I get a bunch of malicious traffic and spam but this gets to authelia and stops there, I don't even see multiple tried login tries ever so I felt pretty safe. However it does seem that everyone uses either fail2ban or crowdsec in addition so I have been wondering if it would really add any security in my setup or if I'm missing something. I'm sure it wouldn't hurt but crowdsec always seemed a little too complex for me and I don't want something I don't fully understand in my security layer and I never saw a nice way to setup fail2ban so never bothered. Afaik there's no webui or such things and you have to manually make working regex for everything. I'd like to know if I'm missing something or if anyone has tipps to give

            jrgd@lemmy.zipJ This user is from outside of this forum
            jrgd@lemmy.zipJ This user is from outside of this forum
            jrgd@lemmy.zip
            yazdı Son düzenleyen:
            #2

            Generally, your auth provider (assuming setup correctly) should be one of the most secure components of your internet-exposed setup. That being said, vulnerabilities can and do occur. Adding a combination of Crowdsec, OWASP CRS, other ModSecurity rulesets, and/or fail2ban will add a degree of migitation of potential exploits by blacklisting known bad actors/active bad behavior.

            Above all, you should have a plan to keep aware of updates to your publicly-exposed software and be able to deploy those updates in a timely fashion.

            1 Cevap Son cevap
            0
            • arda@piefed.socialA arda@piefed.social

              I have everything I host and expose behind authelia (which requires 2fa) as middleware or as the only login method with oicd, thus far it seems to work well, of course I get a bunch of malicious traffic and spam but this gets to authelia and stops there, I don't even see multiple tried login tries ever so I felt pretty safe. However it does seem that everyone uses either fail2ban or crowdsec in addition so I have been wondering if it would really add any security in my setup or if I'm missing something. I'm sure it wouldn't hurt but crowdsec always seemed a little too complex for me and I don't want something I don't fully understand in my security layer and I never saw a nice way to setup fail2ban so never bothered. Afaik there's no webui or such things and you have to manually make working regex for everything. I'd like to know if I'm missing something or if anyone has tipps to give

              H This user is from outside of this forum
              H This user is from outside of this forum
              hendrik@palaver.p3x.de
              yazdı Son düzenleyen:
              #3

              Authelia should come with rate limiting to protect against brute-force attacks. That could be enough.

              I'd generally advise to make sure such protection actually works. Like look up the limits and try to login with a wrong password 30 times... Especially if you added stuff on top (fail2ban, crowdsec...). Has happened to me I misconfigured stuff and it didn't limit anything... Now I check to make sure for important bits like an authentication service.

              1 Cevap Son cevap
              0
              • arda@piefed.socialA arda@piefed.social

                I have everything I host and expose behind authelia (which requires 2fa) as middleware or as the only login method with oicd, thus far it seems to work well, of course I get a bunch of malicious traffic and spam but this gets to authelia and stops there, I don't even see multiple tried login tries ever so I felt pretty safe. However it does seem that everyone uses either fail2ban or crowdsec in addition so I have been wondering if it would really add any security in my setup or if I'm missing something. I'm sure it wouldn't hurt but crowdsec always seemed a little too complex for me and I don't want something I don't fully understand in my security layer and I never saw a nice way to setup fail2ban so never bothered. Afaik there's no webui or such things and you have to manually make working regex for everything. I'd like to know if I'm missing something or if anyone has tipps to give

                F This user is from outside of this forum
                F This user is from outside of this forum
                frongt@lemmy.zip
                yazdı Son düzenleyen:
                #4

                Security works in layers. You don't know if there's a vulnerability in Authelia.

                1 Cevap Son cevap
                0
                • arda@piefed.socialA arda@piefed.social

                  I have everything I host and expose behind authelia (which requires 2fa) as middleware or as the only login method with oicd, thus far it seems to work well, of course I get a bunch of malicious traffic and spam but this gets to authelia and stops there, I don't even see multiple tried login tries ever so I felt pretty safe. However it does seem that everyone uses either fail2ban or crowdsec in addition so I have been wondering if it would really add any security in my setup or if I'm missing something. I'm sure it wouldn't hurt but crowdsec always seemed a little too complex for me and I don't want something I don't fully understand in my security layer and I never saw a nice way to setup fail2ban so never bothered. Afaik there's no webui or such things and you have to manually make working regex for everything. I'd like to know if I'm missing something or if anyone has tipps to give

                  shininghero@pawb.socialS This user is from outside of this forum
                  shininghero@pawb.socialS This user is from outside of this forum
                  shininghero@pawb.social
                  yazdı Son düzenleyen:
                  #5

                  My network has all the web ui stuff kept local and only accessible via OpenVPN on port 443, with fail2ban as well.

                  By the time a would-be attacker realizes it's not actually a webserver, they'll have exhausted most, if not all, of their public IP addresses on fuzzing for webserver vulnerabilities.

                  EDIT: and as a bonus, I can also just punch out through the firewall my work has on the visitor network with ease. All I needed was a second fail2ban rule for their static IP to deal with followup scans.

                  1 Cevap Son cevap
                  0

                  Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                  Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                  With your input, this post could be even better 💗

                  Kayıt Ol Giriş
                  Cevap
                  • Yeni başlık oluşturarak cevapla
                  Cevaplamak için giriş yapın
                  • En eskiden en yeniye
                  • En yeniden en eskiye
                  • En çok oylanan


                    Önerilen Başlıklar

                    • nickelalloy@lemmy.worldN

                      Software for Syncing files between storages (Linux)

                      Takip ediliyor Susturulmuş Konu Zamanlandı Sabitlendi Kilitli Taşındı Selfhosted selfhosted
                      1
                      1 Oy
                      1 İleti
                      0 Bakış
                      Kimse yanıtlamadı
                    • C

                      OpnSense + Crowdsec = comfort

                      Takip ediliyor Susturulmuş Konu Zamanlandı Sabitlendi Kilitli Taşındı Selfhosted selfhosted
                      1
                      2
                      1 Oy
                      1 İleti
                      0 Bakış
                      Kimse yanıtlamadı
                    • A

                      TaskHandoff – a self-hosted workbench for running Codex / OpenCode agents on your own machines

                      Takip ediliyor Susturulmuş Konu Zamanlandı Sabitlendi Kilitli Taşındı Selfhosted selfhosted
                      1
                      1
                      -1 Oy
                      1 İleti
                      0 Bakış
                      Kimse yanıtlamadı
                    • T

                      Finally have the stream from my HikVision, now the challenge of Frigate

                      Takip ediliyor Susturulmuş Konu Zamanlandı Sabitlendi Kilitli Taşındı Selfhosted selfhosted
                      1
                      1 Oy
                      1 İleti
                      1 Bakış
                      Kimse yanıtlamadı
                    • wastech@lemmy.worldW

                      Hosting external services

                      Takip ediliyor Susturulmuş Konu Zamanlandı Sabitlendi Kilitli Taşındı Selfhosted selfhosted
                      1
                      1 Oy
                      1 İleti
                      1 Bakış
                      Kimse yanıtlamadı

                    Developed by Enes Uysal & Kadir Ay

                    10

                    Çevrimiçi

                    9.0k

                    Kullanıcı

                    1.9k

                    Konu

                    3.7k

                    İleti
                    • Giriş

                    • Hesabınız yok mu? Kayıt Ol

                    • Aramak için giriş yapın veya kaydolun
                    • İlk ileti
                      Son ileti