Commit Graph

24007 Commits (78dcc16ca67360059e35e59ad6083e948fdee5b7)

Author SHA1 Message Date
Alexandre Dulaunoy 86bdbc29f9
fix: [TAXII] TAXII name as defined by OASIS 2023-04-29 18:25:34 +02:00
Christian Studer f848732ed9
chg: [taxii_push] Importing `misp_stix_converter` from the `misp-stix` submodule 2023-04-27 21:40:43 +02:00
Christian Studer fa88f4c532 Merge branch 'develop' of github.com:MISP/MISP into develop 2023-04-27 21:38:01 +02:00
Jakub Onderka e2578190ea
Merge pull request #9044 from JakubOnderka/build-test-fix
fix: [test] Build test
2023-04-27 15:06:11 +02:00
Jakub Onderka 96b0867c53 fix: [test] Build test 2023-04-27 14:52:54 +02:00
Christian Studer 371884815c
chg: [stix2 import] Removed the no longer STIX2 -> MISP mapping script as it is handled by `misp-stix` 2023-04-26 14:01:45 +02:00
Christian Studer ed1ac9c8c8 Merge branch 'misp-stix' of github.com:MISP/MISP into develop 2023-04-26 14:01:03 +02:00
Christian Studer eb9442f34f
chg: [misp-stix] Bumped latest version 2023-04-26 14:00:11 +02:00
Christian Studer 0d25b99190
chg: [stix2 export] Setting `2.1` as the default STIX 2 export version 2023-04-26 13:58:34 +02:00
Christian Studer b000b4ef62
fix: [stix2 export] Handling - as expected by MISP - warning messages when the `debug` option is set 2023-04-26 13:57:08 +02:00
Christian Studer 3e2349b14d
fix: [stix1 import] Quick variable name fix 2023-04-26 13:56:41 +02:00
Christian Studer b19e5e5d7a Merge branch 'develop' of github.com:MISP/MISP into develop 2023-04-26 13:54:19 +02:00
Christian Studer 51b3c09550
chg: [cti-python-stix2] Bumped latest version 2023-04-26 13:49:31 +02:00
Sascha Rommelfangen c3f7077abe
removed cogsec, domain not renewed 2023-04-24 14:07:19 +02:00
Alexandre Dulaunoy 294d21c20e
chg: [misp-galaxy] updated 2023-04-24 09:03:40 +02:00
Alexandre Dulaunoy 7327539a68
chg: [misp-galaxy] updated 2023-04-24 09:02:37 +02:00
Alexandre Dulaunoy 570dc7e91e
chg: [misp-galaxy] updated to the latest version 2023-04-23 17:47:43 +02:00
Alexandre Dulaunoy 56988a9cb7
chg: [misp-galaxy] updated to the latest version 2023-04-23 17:47:02 +02:00
Christian Studer 2ea3bde1a2
fix: [upload_stix] PHP is not python
- `array_key_exists` is the friend we were looking for here
- `in_array` only tests the values of an array and not the keys
2023-04-21 16:36:54 +02:00
Christian Studer 50c7b930f6
fix: [upload_stix] Fixed the `distribution` & `sharing_group_id` values checking
- we have to convert them to int to check with the
  list of distributions and sharing groups that
  have int keys
2023-04-21 16:26:09 +02:00
Christian Studer a1b36cfb9c
fix: [stix2 import] Made the stix parser arguments `kwargs` as it is supported, to avoid issues with positional arguments 2023-04-21 15:44:25 +02:00
Christian Studer 9fc2a954b2
add: [stix2 import] Handling sharing group id parameters to pass to the resulting MISP Event 2023-04-21 15:21:29 +02:00
Christian Studer 54eca25ce5
chg: [misp-stix] Bumped latest version supporting `sharing_group_id` argument for the MISP Event that is generated as result of the STIX 2 conversion 2023-04-21 15:14:21 +02:00
Christian Studer efeafeae5b
add: [stix2 import] Added parameters used by `misp-stix` to handle the distribution value 2023-04-21 10:15:02 +02:00
Christian Studer 9a50d3324f
fix: [upload_stix] Properly showing and hiding the sharing groups selector 2023-04-21 09:52:17 +02:00
Christian Studer 334ddbc533
add: [stix2 import] Added `distribution` to the `upload_stix` form so we can pass its value to `misp-stix` 2023-04-20 20:37:02 +02:00
Christian Studer 6bb0168860
chg: [misp-stix] Bumped latest version 2023-04-20 20:14:02 +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
Christian Studer 7cd2415555
chg: [misp-stix] Bumped the latest version that supports the recent changes used to generate new galaxies and clusters 2023-04-19 16:43:18 +02:00
Christian Studer 0b5dfd0bd5 Merge branch '2.4' of github.com:MISP/MISP into misp-stix 2023-04-19 16:42:35 +02:00
Christian Studer 532284fdb1
add: [stix import] Supporting the STIX 2 objects import as Galaxies 2.0
- Extracting the Galaxies & Clusters
- Using the `importGalaxyAndClusters` endpoint to
  handle the creation of new Galaxies & Clusters
- Passing the related tag names to have the
  clusters attached to the right data structures
2023-04-19 16:38:37 +02:00
Christian Studer 0de2eea029
add: [upload_stix] Added the `galaxy_editor` permission condition on the `upload_stix` form to view the Galaxies 2.0 related checkbox 2023-04-19 16:36:04 +02:00
Christian Studer 148bc21b5c
fix: [stix2 import] Adding all the submodules dependencies to avoid issues with uninstalled python libraries and use the submodules directly instead 2023-04-19 16:34:28 +02:00
Christian Studer 1e1980a2ae
chg: [stix import] Updated the `upload_stix` form params to be inline with the support of multiple STIX 1 & 2 versions 2023-04-19 16:32:39 +02:00
Sami Mokaddem 6710d1179c
fix: [workflow:formatConvert] Make sure to include the __allTags when in converting from event scope 2023-04-19 16:25:45 +02:00
Sami Mokaddem ebb967ca77
fix: [workflow:tag_if] Correctly parse empty tag fields 2023-04-19 16:25:40 +02:00
Sami Mokaddem 5b086e9dea
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-04-19 16:22:32 +02:00
Sami Mokaddem 077b2e1c06
fix: [workflow:formatConvert] Make sure to include the __allTags when in converting from event scope 2023-04-19 16:19:41 +02:00
Sami Mokaddem d8f5000871
fix: [workflow:tag_if] Correctly parse empty tag fields 2023-04-19 16:15:39 +02:00
Alexandre Dulaunoy 778c252e4f
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-04-19 11:34:13 +02:00
Alexandre Dulaunoy 97610f02b8
chg: [external] updated 2023-04-19 11:33:52 +02:00
Alexandre Dulaunoy cc32b321f2
chg: [misp-galaxy] updated 2023-04-19 11:33:21 +02:00
Sami Mokaddem cd1d68992f
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-04-19 10:24:54 +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
Luciano Righetti 1f4e2af37a fix: admin logs pagination 2023-04-18 16:58:35 +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
Sami Mokaddem 7fba9317fd
new: [orgBlocklist:index] Added total blocked count and last block time for each blocked orgs 2023-04-18 15:06:22 +02:00