Commit cd115d6
Release/v11.2.10 (#2239)
* update actions workflow
* fix(workflows): unblock PR checks on large diffs + private go modules
* fix(approver): use english in sticky PR comments
* Feature/cleanup rules and filters (#2091)
* refactor(filters): update macOS filter configuration
* chore(rules): remove Office365 brute force detection rule
* chore(rules): remove PowerShell Empire detection rule
* chore(rules): remove RDP brute force attacks rule
* fix[frontend](soar/create-rule): added fixed create/edit rule undefin… (#2087)
* fix[frontend](soar/create-rule): added fixed create/edit rule undefined id error
* chore[](): updated go packages
* fix[frontend](environment):environments on gitignore and removed the actual local dev environment
* chore[](): updated go packages
* feat[backed](elasticSearchService): added batch processing of request… (#2090)
* feat[backed](elasticSearchService): added batch processing of requests and auto rebuild on IO errors
* chore[backend](): updated go dependencies
* fix[backend](elastic-service): sanitized csv before exportation and changed error messages
* fix[frontend](socai): added default template for empty previous socai… (#2095)
* fix[frontend](build): added environment.ts (#2099)
* fix[backend](visualizations): removed utm-geoip legacy index references on region map visualizations (#2098)
Co-authored-by: Osmany Montero <osmontero@icloud.com>
* Hotfix/socai custom header (#2101)
* fix[frontend](socai): added default template for empty previous socai config (#2092)
* fix[frontend](socai): added default template for empty previous socai configuration
* fix[frontend](socai): setted customHeaders as password key type
* fix[frontend](socai): dont let empty description on modules
* fix[backend](socai): generate the modulegroup with new keys if no other exists on db
* fix[backend](changeset): added customHeader entries as password type
* fix(frontend): update nginx from 1.19.5 to 1.30.1
Remediate 22 known CVEs including CVE-2026-42945 (actively
exploited in the wild for RCE). nginx:1.19.5 (Oct 2020) was
affected by buffer overflows, memory disclosure, HTTP/2 injection,
SSL session reuse, and multiple other vulnerabilities patched in
the 1.30.1 stable release.
* Backlog/fix/socai module disabled (#2102)
* fix[backend](socai): changed socai default module keys
* fix[backend](modules): added default keys on module creation response
* fix[frontend](socai): handled empty (disabled) module configuration
* Backlog/fix/tag rules (#2106)
* fix[frontend](rules): improved post event count validation
* fix[frontend](tag_rules): added events related fields on tag rule creation
---------
Co-authored-by: Osmany Montero <osmontero@icloud.com>
* fix[frontend](alerts-view): added a loading indicator and improved fast filtering reinforcement (#2107)
* fix[frontend](alerts-view): added a loading indicator and improved fast filtering reinforcement
* chore[](): updated go packages
* fix(deps): patch 5 Dependabot vulnerabilities (2 critical, 1 high, 2 medium) (#2103)
- google.golang.org/grpc: 1.78.0 -> 1.79.3 (GHSA-p77j-4mvh-x3m3, critical)
- github.com/jackc/pgx/v5: 5.8.0 -> 5.9.2 (GHSA-9jj7-4m8r-rfcm critical, GHSA-j88v-2chj-qfwx low)
- go.opentelemetry.io/otel: 1.39.0 -> 1.41.0 (GHSA-mh2q-q3fh-2475, high)
- com.itextpdf:itext7-core: 7.1.7 -> 7.2.0 (GHSA-hhh6-cm2m-3fhc, GHSA-8c9h-4q7g-fp7h, GHSA-c32g-2mgr-cfq7, medium x3)
- org.postgresql:postgresql: 42.7.2 -> 42.7.11 (GHSA-98qh-xjc8-98pq, high)
Signed-off-by: Osmany Montero <osmontero@icloud.com>
* fix(deps): upgrade golang.org/x/sys from v0.44.0 to v0.45.0
* fix[frontend](alerts-view): add a duplication avoid on alert filter fields count (#2127)
* refactor(rules): drop "now-" prefix from within field (#2176)
* fix[backend](tags): removed false positive alerts from releaseToOpen schedule (#2178)
* fix[installer](setup): added lock on installer final phase (#2180)
* fix[frontend](alerts): properly handle update alerts errors (#2193)
* feat(rules/o365): add Inbox Forward Rule with Email Exfiltration detection rule (#2221)
* feat(rules/o365): add Audit Log Purge detection rule (#2220)
* feat(rules/o365): add Admin Role/Permission Granted detection rule (#2219)
* feat(rules/o365): add Admin Role Assignment detection rule (#2218)
* refactor(rules/google): update GCP correlation rules (#2194)
* feature(rules/google): add rule GCS Sensitive Data Access (#2187)
* feature(rules/google): add rule GCS Bucket Deleted (#2186)
* Tune bruteforce correlation and drop unreliable PTH rule (#2192)
* fix(rules/windows): tighten bruteforce_attack correlation scope
* fix(rules/windows): scope multi-failure-then-success rule by source
* chore(rules/windows): remove pass_the_hash_detection rule
* fix(rules/windows): fix of the redundant field 'origin.host' that appears twice in the deduplicateBy array.
* feature(rules/google): add rule Privileged Role Granted - Owner or Editor (#2190)
* feature(rules/google): add rule Cloud Logging Sink Modified (#2189)
* feature(rules/google): add rule Firewall Open Ingress (#2182)
* Update filters: GCP, Sophos XG, Windows (#2175)
* feat(filters/gcp): add Cloud Audit Logs (protoPayload) support
* fix(filters/sophos-xg): guard renames and actionResult against missing fields
* chore(filters/windows): rename log.data.SubStatus field
* fix(filters/sophos-xg): correct operator precedence in actionResult guard
* feature(rules/google): add rule Audit Logging Configuration Changed (#2181)
* Add GCP rule: IAM Policy Changed - Privilege Escalation (#2188)
* feature(rules/google): add rule IAM Policy Changed - Privilege Escalation
* fix(rule/google): changing 'exists(log.protoPayload.request.policy.auditConfigs)' to 'exists(log.protoPayload.request.policy.bindings) to improve detection logic
* feature(rules/google): add rule Firewall Rule Deleted (#2183)
* feature(rules/google): add rule GCS Bucket Created (#2185)
* fix(rules/google): rebalance CIA impact scores for GCP rules (#2227)
* feat[ci](pr-review): severity-based merge gate; exclude rules/filters/definitions from AI review
* fix[ci](pr-review): don't gate routine go.mod/go.sum bumps as Tier 3
* fix[backend](alert_responses): reduces schedule time to executeResponse se from 5mins to 15 seconds (#2230)
* fix[backend](alert_responses): reduces schedule time to executeResponse from 5mins to 15 seconds
* fix[backend](go_deps): updated go dependencies
* fix[backend](alert_responses): fixed powershell commands syntax errors (#2228)
* fix[backend](alert_responses): fixed powershell commands syntax errors
* fix[backend](go_deps): updated go dependencies
* fix[backend](incident_response_audit): enabled filters on agents-with command query (#2226)
* fix[backend](incident_response_audit): enabled filters on agents-with-command query
* fix[backend](go_deps): updated go dependencies
---------
Signed-off-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
* fix[backend](compilance_reports): migrated compilance reports from ol… (#2232)
* fix[backend](compilance_reports): migrated compilance reports from old table to new one
* fix[backend](compilance_reports): added rollback marker robustness and unconditional sentinel deletion
* chore: update golang dependencies
* fix[ci]: fix changelog script failing when tag doesn't exist yet and unblock installer on changelog failure
* ci: simplify v11 pipeline to trigger on release events instead of push to v11
---------
Signed-off-by: Osmany Montero <osmontero@icloud.com>
Signed-off-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Jose L Quiñones Rojas <73146718+JocLRojas@users.noreply.github.com>
Co-authored-by: Alex Sánchez <alex.sanchez@utmstack.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: developutm <development@utmstack.com>1 parent c8cd778 commit cd115d6
2 files changed
Lines changed: 32 additions & 162 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
192 | | - | |
193 | | - | |
| 191 | + | |
194 | 192 | | |
195 | 193 | | |
196 | 194 | | |
197 | 195 | | |
198 | | - | |
| 196 | + | |
199 | 197 | | |
200 | 198 | | |
201 | 199 | | |
| |||
228 | 226 | | |
229 | 227 | | |
230 | 228 | | |
231 | | - | |
| 229 | + | |
232 | 230 | | |
233 | 231 | | |
234 | 232 | | |
| |||
243 | 241 | | |
244 | 242 | | |
245 | 243 | | |
246 | | - | |
247 | 244 | | |
248 | 245 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | | - | |
| 8 | + | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | | - | |
| 63 | + | |
65 | 64 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
| 65 | + | |
| 66 | + | |
142 | 67 | | |
143 | | - | |
144 | | - | |
| 68 | + | |
145 | 69 | | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | 70 | | |
150 | | - | |
| 71 | + | |
151 | 72 | | |
152 | 73 | | |
153 | 74 | | |
154 | 75 | | |
155 | 76 | | |
156 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
157 | 81 | | |
158 | | - | |
| 82 | + | |
159 | 83 | | |
160 | 84 | | |
161 | 85 | | |
162 | 86 | | |
163 | 87 | | |
164 | 88 | | |
165 | 89 | | |
166 | | - | |
| 90 | + | |
167 | 91 | | |
168 | 92 | | |
169 | 93 | | |
| |||
263 | 187 | | |
264 | 188 | | |
265 | 189 | | |
266 | | - | |
| 190 | + | |
267 | 191 | | |
268 | 192 | | |
269 | 193 | | |
| |||
283 | 207 | | |
284 | 208 | | |
285 | 209 | | |
286 | | - | |
| 210 | + | |
287 | 211 | | |
288 | 212 | | |
289 | 213 | | |
| |||
297 | 221 | | |
298 | 222 | | |
299 | 223 | | |
300 | | - | |
| 224 | + | |
301 | 225 | | |
302 | 226 | | |
303 | 227 | | |
| |||
331 | 255 | | |
332 | 256 | | |
333 | 257 | | |
334 | | - | |
| 258 | + | |
335 | 259 | | |
336 | 260 | | |
337 | 261 | | |
| |||
425 | 349 | | |
426 | 350 | | |
427 | 351 | | |
428 | | - | |
| 352 | + | |
429 | 353 | | |
430 | 354 | | |
431 | 355 | | |
| |||
483 | 407 | | |
484 | 408 | | |
485 | 409 | | |
486 | | - | |
| 410 | + | |
487 | 411 | | |
488 | 412 | | |
489 | 413 | | |
| |||
496 | 420 | | |
497 | 421 | | |
498 | 422 | | |
499 | | - | |
| 423 | + | |
500 | 424 | | |
501 | 425 | | |
502 | 426 | | |
| |||
505 | 429 | | |
506 | 430 | | |
507 | 431 | | |
508 | | - | |
| 432 | + | |
509 | 433 | | |
510 | 434 | | |
511 | 435 | | |
| |||
517 | 441 | | |
518 | 442 | | |
519 | 443 | | |
520 | | - | |
| 444 | + | |
521 | 445 | | |
522 | 446 | | |
523 | 447 | | |
| |||
541 | 465 | | |
542 | 466 | | |
543 | 467 | | |
544 | | - | |
545 | | - | |
546 | 468 | | |
547 | 469 | | |
548 | 470 | | |
549 | | - | |
| 471 | + | |
550 | 472 | | |
551 | 473 | | |
552 | 474 | | |
553 | 475 | | |
554 | 476 | | |
555 | 477 | | |
556 | 478 | | |
557 | | - | |
558 | | - | |
559 | | - | |
560 | | - | |
| 479 | + | |
| 480 | + | |
561 | 481 | | |
562 | 482 | | |
563 | 483 | | |
564 | | - | |
| 484 | + | |
565 | 485 | | |
566 | 486 | | |
567 | 487 | | |
568 | 488 | | |
569 | | - | |
570 | | - | |
| 489 | + | |
571 | 490 | | |
572 | 491 | | |
573 | 492 | | |
| |||
588 | 507 | | |
589 | 508 | | |
590 | 509 | | |
591 | | - | |
592 | | - | |
593 | 510 | | |
594 | 511 | | |
595 | 512 | | |
596 | | - | |
| 513 | + | |
597 | 514 | | |
598 | 515 | | |
599 | 516 | | |
| |||
606 | 523 | | |
607 | 524 | | |
608 | 525 | | |
609 | | - | |
| 526 | + | |
610 | 527 | | |
611 | 528 | | |
612 | 529 | | |
| |||
641 | 558 | | |
642 | 559 | | |
643 | 560 | | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | 561 | | |
648 | 562 | | |
649 | 563 | | |
650 | | - | |
| 564 | + | |
651 | 565 | | |
652 | 566 | | |
653 | 567 | | |
| |||
665 | 579 | | |
666 | 580 | | |
667 | 581 | | |
668 | | - | |
669 | 582 | | |
670 | 583 | | |
671 | 584 | | |
| |||
703 | 616 | | |
704 | 617 | | |
705 | 618 | | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | | - | |
716 | | - | |
717 | | - | |
718 | | - | |
719 | | - | |
720 | | - | |
721 | | - | |
722 | | - | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | | - | |
746 | 619 | | |
747 | 620 | | |
0 commit comments