Commit Graph

23975 Commits (39093e97dd028e4adbe5dda9fe95481d9c036b4d)

Author SHA1 Message Date
Raphaël Vinot 39093e97dd fix: [CI] once again, this one should be good... 2023-05-12 16:22:40 +02:00
Raphaël Vinot 693ed03de2 fix: [PyMISP] Bump, fix CI 2023-05-12 16:09:06 +02:00
Raphaël Vinot 1a5171f438 fix: [CI] keep trying to debug. 2023-05-12 15:55:54 +02:00
Raphaël Vinot 4eab02e682 fix: [CI] Fix path 2023-05-12 15:41:55 +02:00
Raphaël Vinot 7f877ce74b fix: [CI] PyMISP install and test 2023-05-12 15:36:05 +02:00
Raphaël Vinot bda0f3536c fix: [PyMISP] Update release, fix lief issue. 2023-05-12 12:00:32 +02:00
Raphaël Vinot 1d53868c99 chg: [PyMISP] Bump version 2023-05-12 00:10:36 +02:00
Sami Mokaddem 23ab080605
fix: [workflow:ms-teams-webhook] Patched to pass more data to ms-teams 2023-05-04 15:16:59 +02:00
Sami Mokaddem 0f93fbaf8c
chg: [workflow:getClassFromModule] Removed error suppression while importing modules 2023-05-04 14:49:46 +02:00
Sami Mokaddem a130fb6710
fix: [workflow:attribute_ids_flag_operation] Correctly import parent module 2023-05-04 14:48:20 +02:00
Sami Mokaddem a2719e3c82
chg: [appController] Bumped queryVersion 2023-05-04 09:13:01 +02:00
Sami Mokaddem 8507fc5d6b
Merge branch 'feature-workflow-filtering-modules' into develop 2023-05-04 09:12:19 +02:00
Sami Mokaddem 5afadfa19b
fix: [workflow:formatConverterTool] Correctly propagate event tags to attribute when in attribute context
Fix #9051
2023-05-04 09:11:50 +02:00
Sami Mokaddem 2978754be6
fix: [workflow:formatConverterTool] Make sure properties exist 2023-05-04 09:09:00 +02:00
Sami Mokaddem 98f997ec0e
fix: [workflow:infoModal] Updated format to latest version 2023-05-04 08:08:20 +02:00
Jakub Onderka dc828a223a
Merge pull request #9056 from JakubOnderka/searchvalue-fix
fix: [internal] Warning when searchvalue is not defined
2023-05-03 18:34:29 +02:00
Jakub Onderka 9e4c67b900 fix: [internal] Warning when searchvalue is not defined 2023-05-03 18:15:40 +02:00
Sami Mokaddem dc9a1489e1
Merge branch 'develop' of github.com:MISP/MISP into feature-workflow-filtering-modules 2023-05-03 14:57:04 +02:00
Sami Mokaddem a548fbc8a9
chg: [workflow] Updated filter add/reset and added support + fixed bunch of bugs
Also added raw (patched) drawflow library source code
2023-05-03 14:56:38 +02:00
Luciano Righetti ce3a8ec9b7
Merge pull request #9050 from righel/add-searchvalue-param
new: add param to get exact matches on attribute values
2023-05-02 15:12:14 +02:00
Luciano Righetti 6028214358 add: doc 2023-05-02 10:30:09 +02:00
Luciano Righetti a8076f6344 fix: fix query 2023-05-02 09:58:10 +02:00
Luciano Righetti bb9e406f85 new: add param to get exact matches on attribute values 2023-05-02 09:49:48 +02:00
Alexandre Dulaunoy 86bdbc29f9
fix: [TAXII] TAXII name as defined by OASIS 2023-04-29 18:25:34 +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
Alexandre Dulaunoy 294d21c20e
chg: [misp-galaxy] updated 2023-04-24 09:03:40 +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