Commit Graph

23975 Commits (39093e97dd028e4adbe5dda9fe95481d9c036b4d)

Author SHA1 Message Date
Sami Mokaddem f96abece4f
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-03-10 08:34:01 +01:00
Sami Mokaddem 55bc56d8d7
chg: [command:ls22] Improved scoring for LS shell 2023-03-10 08:33:27 +01:00
Alexandre Dulaunoy 84d620fd9a
chg: [misp-objects] updated to the latest version 2023-03-09 18:10:04 +01:00
Alexandre Dulaunoy b17ea1c38f
chg: [misp-warning] updated to the latest version 2023-03-09 15:13:13 +01:00
Alexandre Dulaunoy b1562d70e0
chg: [PyMISP] updated 2023-03-08 14:17:14 +01:00
iglocska 5720f25888
fix: [LS22 shell] parameter name fixed 2023-03-08 10:08:00 +01:00
iglocska 2872bc1374
Merge branch '2.4' into develop 2023-03-08 10:05:06 +01:00
iglocska 4ece8c74c9
new: [LS22 shell] added setSetting command 2023-03-08 10:04:29 +01:00
Alexandre Dulaunoy 8c8034543d
chg: [misp-galaxy] updated to the latest version 2023-03-07 12:24:27 +01:00
Benni0 82b01aae15
fix: [workflow:module_splunk_hec_export] typo colon removed 2023-03-02 22:15:44 +01:00
iglocska 9619c0e866
fix: [Sighting] rework of the loading via restsearch
- the chunking and limiting by attribute IDs in the sighting restsearch caused long delays due to a select with two AND-ed in value lists causing the query optimiser to constantly run statistics on the table
- moved the filtering by attribute to PHP side via a loop, it should boost the performance of the function - and with it the sync considerably
2023-03-02 10:30:43 +01:00
Benni0 f99828ba8a
Merge pull request #1 from Benni0/develop
Merge fix for workflow:module_splunk_hec_export
2023-03-02 10:04:36 +01:00
iglocska cdf270606c
fix: [Sighting] rework of the loading via restsearch
- the chunking and limiting by attribute IDs in the sighting restsearch caused long delays due to a select with two AND-ed in value lists causing the query optimiser to constantly run statistics on the table
- moved the filtering by attribute to PHP side via a loop, it should boost the performance of the function - and with it the sync considerably
2023-03-02 09:49:44 +01:00
iglocska 68c6563dc8
fix: [attribute correlations] account for both entry points, event view and attribute index
- to select the correct field for the remote ID (rather than point at an attribute ID in the related events)
2023-02-28 13:56:07 +01:00
iglocska 91d87b4e44
fix: [correlations] attribute index / search shows incorrect correlations, fixes #8930
- showed the attribute ID rather than the event ID, also leading to invalid URLs for pivoting
2023-02-27 14:56:30 +01:00
iglocska d123b27960
fix: [object correlations] fixed - ACL was incorrectly hiding valid correlations for a user, fixes #8929
- inherit as the object distribution was blocked when showing correlations
2023-02-27 14:21:47 +01:00
benni0 8eb26b7a9d chg: [workflow:module_splunk_hec_export] added parameter for source type specification 2023-02-26 12:25:24 +00:00
benni0 6ae140e5a9 fix: [workflow:module_splunk_hec_export] top level event required by splunk hec 2023-02-26 12:23:54 +00:00
Christophe Vandeplas 5b71767f18 fix: [tools] corrected path to misp-website 2023-02-25 20:28:58 +08:00
iglocska 391a16fa88
Merge branch '2.4' into develop 2023-02-24 02:01:03 +01:00
iglocska 738fd95db2
fix: [taxii servers] invalid baseurl field type
- copy pasta strikes again
2023-02-24 02:00:16 +01:00
Sami Mokaddem f179b2db7a
chg: [workflow:module_splunk_hec_export] Small refactoring 2023-02-23 10:47:56 +01:00
Sami Mokaddem 1994f35e95
chg: [workflow:module_webhook] Added support of more parameter to perform a request 2023-02-23 10:46:52 +01:00
Sami Mokaddem d418f33835
fix: [workflow:standalone_module_execute] Clear error output on sucess 2023-02-23 10:45:28 +01:00
Sami Mokaddem 39408794ef
fix: [workflow:baseModule] Removed unused line 2023-02-23 10:45:00 +01:00
Sami Mokaddem 4adcf06b1c
Merge branch 'pr-8835' into develop 2023-02-23 09:14:33 +01:00
Alexandre Dulaunoy 7204fe7720
Merge branch '2.4' into develop 2023-02-21 11:49:04 +01:00
Alexandre Dulaunoy df80a5c369
chg: [misp-galaxy] updated 2023-02-21 11:48:42 +01:00
Sami Mokaddem 34ebd89c43
Merge branch '2.4' into develop 2023-02-20 15:05:10 +01:00
Sami Mokaddem 3bb6f9f43f
fix: [objects:group_attributes_into_object] Typo in find options 2023-02-20 15:04:31 +01:00
Sami Mokaddem 6df6924ca3
fix: [attribute:bro] Restored bro export
The broExport should probably be rewritten to sue the standard restSearch export later on
2023-02-17 16:16:49 +01:00
Sami Mokaddem 2c30e9af7e
fix: [attribute:bro] Restored bro export
The broExport should probably be rewritten to sue the standard restSearch export later on
2023-02-17 16:14:00 +01:00
Sami Mokaddem edfdc5bfa2
chg: [events:add_misp_export] Handle case of missing Event key 2023-02-17 15:59:34 +01:00
Alexandre Dulaunoy 6343037456
chg: [misp-stix] updated to the latest version 2023-02-16 15:05:19 +01:00
Sami Mokaddem d51bebcbf4
chg: [events:populate] Added support of regeneration of UUIDs 2023-02-14 08:59:06 +01:00
Sami Mokaddem dab1abb2af
chg: [events:populate] Improved support of MISP core format 2023-02-14 08:34:47 +01:00
Sami Mokaddem c92667ce1f
chg: [view:ajaxTags] Added placeholder for highlighted taxonomies without a tag 2023-02-13 10:53:57 +01:00
Sami Mokaddem 92d88f6f9d
fix: [dashboard:widget_render] Use the correct render when using cache 2023-02-09 11:42:21 +01:00
Sami Mokaddem 44dac20bf0
chg: [dashboard-widget:TrendingTags] Added filtering and over time functionalities 2023-02-09 10:06:11 +01:00
iglocska 8a4ec0dc5e
Merge branch '2.4' into develop 2023-02-01 14:37:20 +01:00
iglocska a7905b40ce
Merge branch 'develop' into 2.4 2023-02-01 14:37:06 +01:00
iglocska cd6bff6e20
fix: [VERSION] bump 2023-02-01 14:34:53 +01:00
Andras Iklody 32711df312
chg: [README.md] phrasing 2023-01-30 11:31:30 +01:00
Andras Iklody 918f18ee91
fix: [README.md] typo fixed
testing mail filters further
2023-01-30 11:21:41 +01:00
Andras Iklody 52e3abd73e
chg: [README.md] added a missing comma
Just testing mail filters.... :)
2023-01-30 11:16:43 +01:00
Andras Iklody 7a9c0acbeb
Merge pull request #8870 from goodlandsecurity/fix-event-creator-email
chg: [internal] allow site admins ability to view event_creator_email for all events in export
2023-01-27 08:52:45 +01:00
Christophe Vandeplas 827bf50f3c chg: [auth] group authentication code 2023-01-27 02:42:40 +01:00
goodlandsecurity 2211d5e00b
chg: [internal] allow site admins ability to view event_creator_email for all events in export 2023-01-26 10:23:20 -06:00
Sami Mokaddem b074a4c1d9
Merge branch 'develop' of github.com:MISP/MISP into develop 2023-01-25 11:51:49 +01:00
Sami Mokaddem 6aa5f32215
fix: [shadowAttribute:accept] Restored accepting functionality
Replace cake's magic finder by the standard way to fetch data
2023-01-25 11:51:41 +01:00