Commit Graph

622 Commits (a41a438290e3126ee4bcfbcfaec49c89036e4853)

Author SHA1 Message Date
iglocska 69f5d696a8
Merge branch '2.4' into develop 2023-06-06 11:15:34 +02:00
iglocska c2ca52e83b
fix: [taxii push] 2023-06-06 11:12:38 +02:00
Jakub Onderka d6a850f98c chg: [internal] Check if Redis is loading 2023-05-24 10:31:36 +02:00
Sami Mokaddem 1cf11dc96a
fix: [console:ls22shell] Improved collaboration with extended event check logic and slightly increased score budget 2023-04-20 15:21:28 +02:00
Sami Mokaddem 8d244bc981
fix: [console:ls22shell] Added includeWarninglistHits parameter in restSearch query 2023-04-20 15:19:57 +02:00
Sami Mokaddem 66a99a76e9
fix: [console:ls22shell] Gracefully catch case where extended event have not been sync 2023-04-19 10:24:19 +02:00
Sami Mokaddem d7a13da8c2
fix: [console:ls22shell] Fixed `from` and `to` param when generating scores 2023-04-18 15:24:49 +02:00
Sami Mokaddem 6075718b5d
chg: [console:ls22shell] Skip org named `ORGNAME` when generating scores 2023-04-18 15:24:16 +02:00
Sami Mokaddem 77c2d2aa3c
chg: [console:ls22shell] Only generate scores for local orgs 2023-04-18 15:23:32 +02:00
dnso86 4b0160d78b fix: [adminShell:optimiseTables] MySQL command 2023-03-29 23:50:54 +02:00
Sami Mokaddem a78b2d7b77
Merge branch 'pr-8946' into develop 2023-03-10 11:19:42 +01:00
Sami Mokaddem 55bc56d8d7
chg: [command:ls22] Improved scoring for LS shell 2023-03-10 08:33:27 +01:00
iglocska 5720f25888
fix: [LS22 shell] parameter name fixed 2023-03-08 10:08:00 +01:00
iglocska 4ece8c74c9
new: [LS22 shell] added setSetting command 2023-03-08 10:04:29 +01:00
Jakub Onderka ad18cbe3a7 new: [log] Access log retention command 2022-12-02 09:39:07 +01:00
Jakub Onderka 4a76fae0ea chg: [test] Show application logs 2022-12-01 15:03:02 +01:00
iglocska db24a9bbf4
Merge branch 'develop' into taxii 2022-11-21 13:51:37 +01:00
Jakub Onderka f247571542 chg: [logs] Add SQL queries count to access log 2022-11-13 17:42:40 +01:00
Jakub Onderka 483104bf80 new: [CLI] Command for recompressing data stored in audit logs table 2022-11-13 11:24:26 +01:00
Jakub Onderka 50428e5c0b chg: [cli] Show stats for access logs 2022-11-12 20:15:43 +01:00
iglocska 56c5b9c409
Merge branch '2.4' into develop 2022-11-09 15:08:02 +01:00
CriimBow 0f6ffb8270 does not exists => does not exist 2022-11-08 16:13:14 +01:00
Sami Mokaddem c3c59d497a
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-11-06 18:27:06 +01:00
Sami Mokaddem d03dc9c73b
fix: [backgroundJobs] Added default fallback for settings & Use proper filepath when Redis not enabled 2022-11-06 18:25:48 +01:00
iglocska 0f0fd60d56
new: [CLI] added pretty and json output modes to list and view feeds 2022-11-04 15:28:57 +01:00
iglocska 10f9f2c954
chg: [CLI] new functions documented on the automation page 2022-11-04 15:15:35 +01:00
iglocska efcbc5a6e4
new: [feed management] added to CLI
- still needs to add docs
2022-11-04 14:02:43 +01:00
Jakub Onderka 459759374c
Merge pull request #8345 from JakubOnderka/oidc-org-uuid
new: [oidc] Allow to create new org with defined UUID
2022-11-02 10:16:52 +01:00
Jakub Onderka ad9bb42441 fix: [test] Show debug output for warninglist 2022-10-24 11:51:45 +02:00
Jakub Onderka 9770ee17a9 new: [correlation] Do not correlate over correlating value again for full correlation
Should help with #8685
2022-10-20 09:55:39 +02:00
Jakub Onderka cf625a9318
Merge pull request #8646 from JakubOnderka/periodic-summary-empty
fix: [notification] Do not send email when no new event for period
2022-10-18 21:19:22 +02:00
Jakub Onderka a024a6f61e chg: [jobs] Store job data in Redis when SimpleBackgroundJobs are enabled
Will help to solve #8616
2022-10-10 19:31:24 +02:00
Jakub Onderka 79e2ffa6a7 fix: [redis] Delete all keys by pattern 2022-10-09 09:38:21 +02:00
Jakub Onderka 5465bd8bd0 chg: [internal] Cleanup Redis code 2022-10-08 18:18:25 +02:00
Jakub Onderka 4e7af6e87a fix: [notification] Do not send email when no new event for period 2022-10-07 14:34:18 +02:00
Luciano Righetti 5d7015854f
Merge pull request #8583 from Benni0/fix_userId
fix: [fetchFeed] Set CurrentUserId in fetchFeed
2022-09-27 10:54:19 +02:00
Jakub Onderka 75a1e6e9da fix: [periodic summary] Fetch just users from database that are enabled 2022-09-21 12:47:50 +02:00
Jakub Onderka 450031b145
Merge pull request #8489 from JakubOnderka/event-index-cache
new: [sync] Event index cache
2022-09-20 12:15:35 +02:00
Benni0 eba90d9bd6
fix: [fetchFeed] Set CurrentUserId in fetchFeed
Currently the CurrentUserId is not set, when fetchFeed is called, which results in an exception in the Event->publish() function.
2022-09-13 16:26:29 +02:00
Sami Mokaddem 6f4ce98095
fix: [serverShell:sendPeriodicSummaryToUsers] Typo in periods 2022-09-12 15:12:01 +02:00
Sami Mokaddem 6f4564e900
fix: [serverShell:sendPeriodicSummaryToUsers] Typo in periods 2022-09-12 15:04:29 +02:00
Jakub Onderka a974808238 new: [CLI] Option to fetch remote server index 2022-09-11 10:59:14 +02:00
Jakub Onderka f8b5b22aea
Merge pull request #8572 from JakubOnderka/correlation-value-transaction
chg: [correlation] Faster saving correlations
2022-09-10 20:44:29 +02:00
Jakub Onderka db78a98bd4 chg: [CLI] Do not call ConfigLoad twice 2022-09-10 20:07:08 +02:00
Jakub Onderka 3e3aaf299d fix: [CLI] Initialize config before loading models 2022-09-10 20:01:44 +02:00
iglocska 8480b8ec8d
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-09-09 14:45:37 +02:00
Stefano Ortolani 4c2d39532b Allow new authentication keys to be replaced 2022-09-07 17:09:48 +01:00
Sami Mokaddem 7cd3b35d61
chg: [user:periodic_notification] General improvements and added CLI support 2022-08-31 11:51:36 +02:00
iglocska d923fe23aa
new: [taxii integration] wip
- all MISP side code implemented for being able to have filtered pushes
- still missing proper result handling as we need a working test implementation of the python scripts first
- some assumptions made that need to be revisited
2022-08-12 15:10:06 +02:00
iglocska d3d042cf2a
new: [overcorrelations] quality of life improvements
- Added new tool to generate occurrence counts (real numbers this time)
- Added hook to truncate over correlating value table on recorrelation
- No longer store the partial counts as occurrences when generating correlations
2022-08-10 14:17:20 +02:00