CrowdSec

CrowdSecurity · CrowdSecurity.CrowdSec

CrowdSec Agent for Windows

winget install --id CrowdSecurity.CrowdSec --exact --source winget

Latest 1.7.7

Release Notes

CrowdSec 1.7.7 brings 2 major changes:

  • On linux, RE2 is now used by default for evaluating regexp in parsers
  • WAF rules can now contain a mix of AND/OR conditions without any limits, giving much greater flexibility when writing new rules RE2 by default on linux CrowdsSec has supported for a long time using RE2 as the regexp engine, and with this release we make it the default. CrowdSec has always used the builtin Go regexp package, which is a Go reimplementation of the RE2 library, but with known performance limitations. The switch to RE2 will bring significantly increased regexp performance (one of the most critical part of CrowdSec) at the cost of slightly longer regexp compilation and higher baseline memory usage. Important If you encounter any issues with the new regexp engine, you can fallback to the previous Go implementation by setting the feature flag re2_disable_grok_support (see the documentation). Other changes Other notable changes include:
  • a new kind attribute for alerts used to identify its source (a scenario, a WAF rule, a manual decision creation, ...)
  • a new cscli allowlist import command
  • support for the HTTP_PROXY environment variable in the notification-http plugin
  • A resource leak under high load was fixed Full changelog New Features
  • add LookupFile and FileMap expr helpers (#4372) @buixor
  • waf rules: allow arbitrary mix of AND and OR conditions (#4358) @blotus Improvements
  • enable RE2 support by default on linux (#4386) @blotus
  • cscli allowlists: add import command (#4378) @blotus
  • WAF: expose more transformations from coraza (#4140) @blotus
  • Add new kind alert attribute (#4351) @blotus
  • Use environment proxy settings for notification-http (#4364) @op3 Bug Fixes
  • allowlists: apply items to existing decisions in batch (#4095) @blotus
  • waf: fix tests for modsec rules generation (#4385) @blotus
  • windows: add file notification plugin in MSI package (#4367) @blotus
  • leakroutine: call cancel after leakroutine returns (#4369) @blotus
  • notification-sentinel: lower-case x-ms-date header for correct HMAC (#4288) @ebirn
  • tests: remove temporary sqlite/plugin files from /tmp/ (#4332) @mmetc
  • pkg/apiserver: fix scenario count in debug log (#4333) @mmetc
  • pkg/csplugin: prevent race condition, deadlock (#4294) @mmetc
  • pkg/acquisitioncontext: minimal fix for data race in tests (#4327) @mmetc
  • acquisition/file: minimal fix for data race in tests (#4326) @mmetc
  • fix lint fsutil/freebsd: unnecessary conversion (#4324) @mmetc
  • cscli: consistent status and usage message for unknown subcommands (#4320) @mmetc
  • cscli detect: set log type for caddy unit to "syslog" (#4321) @mmetc
  • CI: add published_at to version.crowdsec.net/latest (#4291) @blotus
  • cmd/crowdsec: assign overflow after parsing (#4226) @mmetc
  • waf: format as CRS match only if anomaly score is not 0 (#4230) @blotus Changes
  • build(deps): bump cryptography from 46.0.3 to 46.0.5 in /build/docker/test (#4298) @dependabot[bot]
  • support for waf- alias in cscli (#4347) @buixor
  • refact pkg/dumps: reduce complexity (#4209) @mmetc
  • lint: refact pkg/dumps for nilaway (#4208) @mmetc
  • refact pkg/parser: redundant indirection (#4344) @mmetc
  • refact pkg/parser: extract+embed NodeConfig in Node struct (#4343) @mmetc
  • move calls to trace.ReportPanic() on top of goroutines (#4338) @mmetc
  • pkg/csplugin: simplify notification loop; noop with empty queue (#4328) @mmetc
  • pkg/parsers: light refact, remove redundant code (#4213) @mmetc
  • refact cmd/crowdsec: encapsulate cache into alertBuffer (#4300) @mmetc
  • cmd/notification-*: don't provide the same context twice for request (#4316) @mmetc
  • don't flush 127.0.0.1 (#4315) @sabban
  • clipapi: replace tomb with errgroup (#4207) @mmetc
  • refact cmd/crowdsec: remove redundant global variable (#4299) @mmetc
  • refact: remove unused code in crowdsec-cli, apiserver, acquisition, database (#4304) @mmetc
  • refact pkg/leakybucket: trim down redundant Leaky struct fields (#4290) @mmetc
  • pkg/leakybucket: remove global bucketStore, unused parameters + tags (#4286) @mmetc
  • pkg/leakybucket: remove Simulated field from Leaky, keep it in config (#4285) @mmetc
  • pkg/leakybucket: extract BucketSpec from BucketFactory (#4284) @mmetc
  • refact pkg/leakybucket: extract methods from LoadBucket() part 2 (#4282) @mmetc
  • pkg/leakybucket: refact test loop, more explicit failures in testFile() (#4281) @mmetc
  • refact pkg/leakybucket: extract methods from LoadBucket() (#4279) @mmetc
  • pkg/leakybucket: replace Signal chan with explicit read/done chans (#4277) @mmetc
  • pkg/leakybucket: replace waitgroups with single rwlock (#4276) @mmetc
  • pkg/leakybucket: garbage collect: compare float with epsilon (#4275) @mmetc
  • pkg/leakybucket: refactor tests (#4272) @mmetc
  • pkg/leakybucket: replace sycn.Map with map + mutex (#4271) @mmetc
  • pkg/leakybucket: replace global counter with call to bucket store (#4273) @mmetc
  • pkg/leakybucket: review README.md (#4274) @mmetc
  • pkg/leakybucket: encapsulate store map + add methods (#4253) @mmetc
  • pkg/leakybucket: remove redundant bool var (#4252) @mmetc
  • fix hub console side (#4266) @sabban
  • version workflow fix (#4262) @sabban
  • rename the prod branch to main (#4261) @sabban
  • add version workflow (#4210) @sabban
  • pkg/leakybucket: remove unused global (#4251) @mmetc
  • pkg/leakybucket: pass bucket factories by pointer (#4250) @mmetc
  • pkt/leakybucket: compileScopeFilter() -> ScopeType.CompileFilter() (#4247) @mmetc
  • pkg/leakybucket: rename OverflowFilter -> OverflowProcessor (#4248) @mmetc
  • pkg/leakybucket: rename Buckets -> BucketStore (#4246) @mmetc
  • refact leaky bayesian: method to function, unlock w/defer (#4242) @mmetc
  • pkg/leakybucket: early return (#4244) @mmetc
  • pkg/leakybucket: variable shorthand (#4245) @mmetc
  • pkg/leakybucket: move LeakRoutine to method, rename parameters (#4243) @mmetc
  • pkg/leakybucket: review bucket validation and tests (#4241) @mmetc
  • refact: remove unnecessary pointers to map, string, mutex (#4212) @mmetc
  • pkg/leakybucket: function to method BucketFactory.LoadBucket() (#4229) @mmetc
  • pkg/leakybucket: BucketType interface, method BucketFactory.Validate() (#4228) @mmetc Chore / Deps
  • build(deps): bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 (#4382) @dependabot[bot]
  • CI: use windows-2025 image (#4379) @blotus
  • build(deps): bump github/codeql-action from 4.32.6 to 4.33.0 (#4371) @dependabot[bot]
  • build(deps): bump astral-sh/setup-uv from 7.5.0 to 7.6.0 (#4373) @dependabot[bot]
  • build(deps): bump google.golang.org/grpc from 1.74.2 to 1.79.3 (#4376) @dependabot[bot]
  • build(deps): bump astral-sh/setup-uv from 7.3.1 to 7.5.0 (#4366) @dependabot[bot]
  • build(deps): bump filippo.io/edwards25519 from 1.1.0 to 1.1.1 (#4319) @dependabot[bot]
  • build(deps): bump github/codeql-action from 4.32.5 to 4.32.6 (#4360) @dependabot[bot]
  • build(deps): bump docker/build-push-action from 6.19.2 to 7.0.0 (#4361) @dependabot[bot]
  • build(deps): bump release-drafter/release-drafter from 6.2.0 to 6.4.0 (#4362) @dependabot[bot]
  • build(deps): bump docker/setup-buildx-action from 3.12.0 to 4.0.0 (#4356) @dependabot[bot]
  • build(deps): bump docker/setup-qemu-action from 3.7.0 to 4.0.0 (#4353) @dependabot[bot]
  • build(deps): bump actions/setup-node from 6.2.0 to 6.3.0 (#4352) @dependabot[bot]
  • build(deps): bump docker/login-action from 3.7.0 to 4.0.0 (#4354) @dependabot[bot]
  • deps: update actions and golangci-lint (#4348) @mmetc
  • build(deps): bump github/codeql-action from 4.32.4 to 4.32.5 (#4345) @dependabot[bot]
  • build(deps): bump astral-sh/setup-uv from 7.3.0 to 7.3.1 (#4346) @dependabot[bot]
  • build(deps): bump actions/setup-go from 6.2.0 to 6.3.0 (#4339) @dependabot[bot]
  • build(deps): bump actions/upload-artifact from 6.0.0 to 7.0.0 (#4342) @dependabot[bot]
  • replace trace.CatchPanic(...) with trace.ReportPanic() (#4336) @mmetc
  • build(deps): bump github/codeql-action from 4.32.3 to 4.32.4 (#4322) @dependabot[bot]
  • deps: update gocron v1 -> v2 (#4317) @mmetc
  • build(deps): bump docker/build-push-action from 6.19.0 to 6.19.2 (#4306) @dependabot[bot]
  • build(deps): bump github/codeql-action from 4.32.2 to 4.32.3 (#4312) @dependabot[bot]
  • build(deps): bump github/codeql-action from 4.32.1 to 4.32.2 (#4292) @dependabot[bot]
  • update golangci-lint 2.9 (#4302) @mmetc
  • build(deps): bump astral-sh/setup-uv from 7.2.1 to 7.3.0 (#4296) @dependabot[bot]
  • build(deps): bump docker/build-push-action from 6.18.0 to 6.19.0 (#4303) @dependabot[bot]
  • build(deps): bump github/codeql-action from 4.32.0 to 4.32.1 (#4278) @dependabot[bot]
  • build(deps): bump actions/setup-node from 4.4.0 to 6.2.0 (#4264) @dependabot[bot]
  • CI: update python and dependencies (#4249) @mmetc
  • build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#4263) @dependabot[bot]
  • build(deps): bump astral-sh/setup-uv from 7.2.0 to 7.2.1 (#4265) @dependabot[bot]
  • build(deps): bump docker/login-action from 3.6.0 to 3.7.0 (#4257) @dependabot[bot]
  • build(deps): bump github/codeql-action from 4.31.11 to 4.32.0 (#4254) @dependabot[bot]
  • build(deps): bump github/codeql-action from 4.31.10 to 4.31.11 (#4233) @dependabot[bot]
  • build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#4234) @dependabot[bot]
  • build(deps): bump release-drafter/release-drafter from 6.1.0 to 6.2.0 (#4222) @dependabot[bot]
  • build(deps): bump actions/setup-python from 6.1.0 to 6.2.0 (#4223) @dependabot[bot] Geolite2 notice This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com. Installation Take a look at the installation instructions.

Installer type: wix

Architecture Scope Download SHA256
x64 Download 87C1F59BC46E757445498EBD6AF2651B6FC49F242ED0DD774FDA9051E984B260

Details

Homepage
https://github.com/crowdsecurity/crowdsec
License
MIT
Publisher
CrowdSecurity
Support
https://github.com/crowdsecurity/crowdsec/issues

Tags

attacks-preventiondetectionlinuxprotectionsecurity

Older versions (22)

1.7.6
Architecture Scope Download SHA256
x64 Download F9943F54AF94AC83800F01FA32CC4B5D622D5D79209D5E9BD0ED77B85660C030
1.7.5
Architecture Scope Download SHA256
x64 Download 4DF6B012AC2285F2AC8FADCCEE2890A340A811F0985583606C96D19F342FBED8
1.7.4
Architecture Scope Download SHA256
x64 Download 290B37FBDC498B8C87757C14FEF0699ACA3F801E98892A0C50E8576962565ED4
1.7.3
Architecture Scope Download SHA256
x64 Download 56A89506F4D5BC4392E368B21F5AB966BCA283755859E52DC2EF7DDDBD4E6A5B
1.7.2
Architecture Scope Download SHA256
x64 Download F9F54835D3319A5B7459F95BBEAE53671EB73143DC8AD99C3ADD06B2EEE204D9
1.7.1
Architecture Scope Download SHA256
x64 Download 502BA38E8CF186BB44AEA534DD94A7B534B9085C8FADD95818316C544018F27F
1.7.0
Architecture Scope Download SHA256
x64 Download 5C8BDCF499A43293C661B478AEE036A498532ED3048CB29B91A4A9C363EC7814
1.6.11
Architecture Scope Download SHA256
x64 Download 0FE1C40454DBB49F4453679AB31AF4885A92D5B40C2957EF014A7D0BFD3749DC
1.6.10
Architecture Scope Download SHA256
x64 Download D3F7802F159BB9F5946FF9DE1A76862913C971EE1C1D80B116DCA42A0C13F36F
1.6.9
Architecture Scope Download SHA256
x64 Download 1DB631CA5273B6B2053CD9E678A8E488846C73DB867FE04FC43D0B311BB50A32
1.6.8
Architecture Scope Download SHA256
x64 Download 8E58A769B6AB451B7D0A1A4CD019B591C8B0949C2FC23D496D63F93E9CF9C6FC
1.6.5
Architecture Scope Download SHA256
x64 Download B09D5867CF0381F86AFBCBA2422FA68982C7D39C7F85D51C2C67C22A14F10983
1.6.4
Architecture Scope Download SHA256
x64 Download 03ED5A8276E9ECD77AA636544559FB6921F15E9ABFF36ECF43EBE23C30FF4B37
1.6.2
Architecture Scope Download SHA256
x64 Download 79DF7E2B87FCC60B3B7286AD0CA859E389CD753144460D2FFDA0050F471DE2D2
1.6.1
Architecture Scope Download SHA256
x64 Download 3A0C4F9F9B9E8F27A92E7E39351A652D6BD73FADC59BD5CCD3D78976F9066CAA
1.6.0
Architecture Scope Download SHA256
x64 Download B9A7557E2691246B59AEBFACA1D1CCBB85AE69325B55AE67997D0C7261F31A09
1.5.5
Architecture Scope Download SHA256
x64 Download 5D61C20ACFF3FC1682C05E0E9F824720F3127372A5137E4B40BDB4806F1AC5DA
1.5.4
Architecture Scope Download SHA256
x64 Download 7CF66C900FBA9E636E9BE2DEB277928FACA57F617015E08F31EE4EFE14D9C302
1.5.3
Architecture Scope Download SHA256
x64 Download 024302AA099711BFD5E8804EA19031815DEB42E0D5F24A1A5EA7C6675AF7EB65
1.5.2
Architecture Scope Download SHA256
x64 Download D68D4D9526036AABA6FF9F0DA7A375637E89AAC1E2117C491E6D9301086B061D
1.5.1
Architecture Scope Download SHA256
x64 Download 4FEE7DCDDF2E175612617193EC3C408A0DD63F9880C7512E0D9B2F24DF397647
1.4.1
Architecture Scope Download SHA256
x64 Download FE91AF8DC512A497E1DF7C6091FFF7EE34DB8E9956BB2EC65C4E85A1024C78BB