Commit Graph

6003 Commits (1e73697da21e81301fd952204e317c1a7894e141)

Author SHA1 Message Date
Sami Mokaddem 75d75cc6e6
chg: [workflowBlueprints] Changed export filename generation 2022-08-24 10:10:04 +02:00
Sami Mokaddem 0d4aa566fc
chg: [appController] Bumped queryversion 2022-08-24 09:55:13 +02:00
Sami Mokaddem f0913e1c52
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-08-24 09:54:46 +02:00
Sami Mokaddem 85c1a75830
chg: [workflowBlueprint] Don't attach module_data in blueprint by default 2022-08-24 09:14:17 +02:00
iglocska b1d5b8baff
chg: [galaxies] slightly saner lookup 2022-08-22 16:24:55 +02:00
iglocska 8742cc0fad
fix: [acl] added generateOccurrences to the ACL list 2022-08-11 09:57:24 +02:00
iglocska c764bb0e8f
Merge branch 'log_last_api' into develop 2022-08-11 09:36:30 +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
iglocska c05ac67a7b
fix: [remove tag] no longer breaks after the first tag removal 2022-08-05 14:18:12 +02:00
iglocska 8d2236646d
fix: [publishing] with alert fixed (no more weird response message 2022-08-05 14:17:41 +02:00
iglocska 35b4803400
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-08-04 19:09:11 +02:00
iglocska b7a0c1d1b5
fix: [ACL] entries updated 2022-08-04 19:05:10 +02:00
Raphaël Vinot 412dcd7b10 chg: [PyMISP] Bump version 2022-08-04 18:06:16 +02:00
iglocska 3c9d784c9a
fix: [revert] previous commit for the attribute index 2022-08-04 14:51:13 +02:00
iglocska 42322ade3f
fix: [attribute index] fix 2022-08-04 14:49:33 +02:00
Sami Mokaddem 49575533ad
Merge remote-tracking branch 'origin/develop' into feature-workflows-2 2022-08-04 10:08:56 +02:00
Sami Mokaddem 30a5db3b9f
chg: [workflows] Allow running workflows via the editor interface 2022-08-04 10:01:32 +02:00
Sami Mokaddem bd33dac909
chg: [workflow] Refactoring and allow running workflow by ID 2022-08-03 16:05:29 +02:00
iglocska a04f3964e7
new: [correlation rework] round 2
- long list of fixes
- update scripts
- correlation engine management interface
- recorrelation/truncation tools
- various performance tunings and bug fixes
2022-08-03 15:44:27 +02:00
Sami Mokaddem 44b2a1c3cd
new: [workflow:debugging] Added debugging capability by POSTing workflow exec to an URL 2022-08-03 11:45:17 +02:00
Sami Mokaddem 3a65f22ada
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-08-02 11:31:12 +02:00
Tom King de351faaac new: [internal] Add option to log last API request 2022-08-01 15:02:49 +01:00
iglocska e9cfa41589
fix: [over correlation] pagination fixed
- was still using stupid_correlations
2022-08-01 14:12:00 +02:00
iglocska e70f6de2e9
fix: [ACL] added overcorrelations 2022-08-01 10:09:22 +02:00
iglocska 5069372123
fix: [attribute search] regression fixed 2022-08-01 10:04:22 +02:00
Sami Mokaddem 151d23a8c2
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-08-01 09:59:44 +02:00
iglocska 3ce754d595
Merge branch 'develop' into new_correlations 2022-07-31 23:58:40 +02:00
iglocska 3a4289d631
new: [correlation] engine rewrite
- allow for multiple concurrent engines
  - default: similar behaviour as before, ACL enforced
  - No ACL: for endpoint misps, disable the enforcement of ACL for correlations altogether

- rework:
  - correlation entries are fully indexed reference tables
  - values are now stored separately
  - built in protection against overcorrelating values (defaults to 20 max)
  - 1 way correlations to cut the size in half
  - unsigned IDs to double the ID space
  - loads of performance improvements
  - fix to the broken event index with correlation counts enabled

- UI improvements
  - search for values from the correlation column directly (in case there are non-correlating versions of the same value)
  - added correlations to the attribute search/index

- TODO:
  - upgrade scripts
2022-07-31 23:48:38 +02:00
Sami Mokaddem f89e48a75a
chg: [workflows] Improved pagination and added trigger scope 2022-07-26 14:45:35 +02:00
Sami Mokaddem c3cd5e5827
chg: [workflow] Started renaming `block` into `module` 2022-07-26 11:32:15 +02:00
Sami Mokaddem 106d6aa299
chg: [workflows:module_index] Added support of mass enable/disable 2022-07-26 11:07:52 +02:00
Sami Mokaddem 95e98c27bb
chg: [workflowBlueprint] Clean-up and new method export formats 2022-07-25 14:09:29 +02:00
Sami Mokaddem e4d764de06
chg: [workflows:editor] Fetch workflow from database after creation 2022-07-25 13:25:49 +02:00
Sami Mokaddem ab26b27268
chg: [workflow] added `addWorkflow` function in model 2022-07-25 13:24:15 +02:00
Sami Mokaddem 5829f18db8
fix: [acl] Added missing entry 2022-07-25 11:40:09 +02:00
Sami Mokaddem b7312650a4
fix: [workflows] Changed stupid_pagination to light_paginator 2022-07-25 11:37:31 +02:00
Sami Mokaddem 804ab7e4b6
chg: [workflows:editor] Include trigger-id as a suggestion in the blueprint description 2022-07-22 15:04:48 +02:00
Sami Mokaddem fb62a38d7a
chg: [workflow:editor] Show warning for path leading to blocking nodes from non-blocking context 2022-07-22 13:28:56 +02:00
Sami Mokaddem ed59e09161
Merge branch 'develop' of github.com:MISP/MISP into feature-workflows-2 2022-07-21 13:21:14 +02:00
Sami Mokaddem 79e6d2bf54
chg: [workflow] Usage of format converter tool to convert passed data into MISP core format 2022-07-21 11:18:59 +02:00
Luciano Righetti e53b10d18b
chg: refactor so can be re-used 2022-07-20 16:11:49 +02:00
Luciano Righetti dc4236ef9b
new: add LightPaginator when total page count is not needed/to expensive 2022-07-20 15:56:30 +02:00
Luciano Righetti dcd232bd85
fix: missing ACL 2022-07-19 14:05:52 +02:00
Luciano Righetti b4fb6251ce
new: mysql db tuning recommendations in server diagnostics 2022-07-19 13:36:53 +02:00
Sami Mokaddem 7877145960
chg: [workflowBlueprint] Added support of misp-workflow-blueprints repository 2022-07-19 11:50:42 +02:00
Sami Mokaddem 2be9d07502
chg: [workflowBlueprint] Added new column `default` to recognize default BP 2022-07-19 11:48:12 +02:00
Sami Mokaddem 27cbdf9a5c
chg: [workflow] Removed duplicated module parameter related to blocking and added notice in editor 2022-07-19 09:52:58 +02:00
Sami Mokaddem 0067c8f448
chg: [workflow:module_index] Added notice for modules that failed to load 2022-07-19 09:01:32 +02:00
Jakub Onderka 44f7418b0d
Merge pull request #8488 from JakubOnderka/response-signing
fix: [internal] Response signing
2022-07-18 18:21:13 +02:00
Sami Mokaddem df3bc9a063
new: [workflow:distribution_if] module 2022-07-18 09:53:28 +02:00