Commit Graph

407 Commits (40ce38efec260b95705ddae52b60418298d8635d)

Author SHA1 Message Date
Sami Mokaddem 4f107bfb88
fix: [user:periodic_notification] Fixed typo 2022-09-23 14:06:53 +02:00
Sami Mokaddem 2e815627db
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-09-23 14:04:00 +02:00
Sami Mokaddem da2a881cfd
new: [user:periodic_notification] Added option to set the number of period for trending 2022-09-23 14:01:14 +02:00
Sami Mokaddem dd1c3fb625
chg: [periodic_notification.trending_tags] Improved view to support variables number of periods 2022-09-23 11:10:44 +02:00
Jakub Onderka 2873a8da4c fix: [UI] Round percentage change in periodic summary 2022-09-22 15:29:58 +02:00
Jakub Onderka a545966ce3 fix: [internal] Fix typo 2022-09-22 15:29:31 +02:00
Jakub Onderka 23245157cd fix: [UI] Trending tags missing key 2022-09-22 15:28:38 +02:00
Jakub Onderka f169d23be1 fix: [internal] Code style 2022-09-22 15:28:38 +02:00
Sami Mokaddem a0424697e6
Merge branch 'develop' of github.com:MISP/MISP into develop 2022-09-22 14:59:18 +02:00
Sami Mokaddem e18b91ca35
fix: [periodic_notification] Includes correlations for ObjectAttribute 2022-09-22 14:59:04 +02:00
Jakub Onderka 20e17dcc56 chg: [UI] Change Published to icon in event index 2022-09-21 14:23:38 +02:00
Jakub Onderka 1519afb488 fix: [UI] Correlation for attributes 2022-09-13 16:13:51 +02:00
Sami Mokaddem 111dc2727b
chg: [peridioc_notification] Small UI improvement for email rendering 2022-09-12 15:02:52 +02:00
Sami Mokaddem 4e1bf164e9
chg: [period_notification] Improved layout and limit number of events displayed 2022-09-12 12:07:27 +02:00
Sami Mokaddem 26faa54731
chg: [periodic_notification] Improved layout and added heatbar 2022-09-12 11:32:47 +02:00
Sami Mokaddem 60cc3286ae
chg: [periodic_summary] Only show data in chart for tags having changes over time 2022-09-12 09:51:47 +02:00
Sami Mokaddem aed5a3b3ea
chg: [periodic_notification] Improved layout 2022-09-09 10:50:57 +02:00
Sami Mokaddem 848d39ea22
chg: [periodic_notification] Improved trending chart layout 2022-09-09 09:27:59 +02:00
Sami Mokaddem 2e4a94262c
fix: [periodic_notification] Syntax error 2022-09-08 16:23:56 +02:00
Sami Mokaddem 8d64a57095
chg: [periodic_notification] Added css rule 2022-09-08 16:11:17 +02:00
Sami Mokaddem bf39655c26
chg: [periodic_notification] Improved report and parametrized tags for trending 2022-09-08 14:54:04 +02:00
Sami Mokaddem 61f88a49b4
chg: [periodic_notification:trending_summary] Improved layout and added linechart 2022-09-08 13:33:50 +02:00
Sami Mokaddem 35a91893f0
new: [event:trendsForTags] Added feature to generate trends based on tags for the provided event filters 2022-09-08 10:59:01 +02:00
iglocska 71b3cc8f80
chg: [correlation] refined explanation why attribute isn't correlating
- over-correlations and correlation exclusions now provide a distinct message on the attribute index / event view
2022-08-04 08:01:23 +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
Jakub Onderka 6f238403ae fix: [UI] Preview event with malware sample 2022-05-29 16:21:25 +02:00
Jakub Onderka a58e58ea9c chg: [UI] Render thumbnails in HiDPI and Webp 2022-05-23 19:02:12 +02:00
Jakub Onderka b246b4560f fix: [UI] Do not make screenshot images too big 2022-05-23 16:41:22 +02:00
Jakub Onderka 66a8ff24bf chg: [UI] Use colors for published events 2022-05-22 22:18:05 +02:00
Jakub Onderka 1a83d103d3 chg: [UI] Cleanup code for event index view 2022-05-22 12:48:52 +02:00
Jakub Onderka 3b181d6fd5 fix: [UI] Event index template 2022-05-21 14:20:16 +02:00
Jakub Onderka 9c5bc7ead9 chg: [UI] Disable correlation checkbox for non correlating types 2022-05-08 13:08:36 +02:00
Jakub Onderka 250e3d0399 new: [UI] Show size-in-bytes also in human readable format 2022-05-02 13:52:10 +02:00
Jakub Onderka 0547cba8e0 chg: [UI] Event query builder cleaner code 2022-05-01 14:13:10 +02:00
Jakub Onderka b19e1e94e2 fix: [UI] Remove unused variables 2022-04-30 19:28:01 +02:00
Jakub Onderka ad314a03af chg: [UI] Move some styles to main.css 2022-04-30 19:22:59 +02:00
Jakub Onderka d5d805f80c chg: [UI] Move some methods to misp.js 2022-04-30 18:27:14 +02:00
Jakub Onderka 300bb9b2ba fix: [UI] Attributes filtering for extended event 2022-04-30 18:12:05 +02:00
Jakub Onderka 02ec87ca94 chg: [UI] Related attributes count is clickable 2022-04-30 18:12:04 +02:00
Jakub Onderka aaad2fad1d fix: [UI] Proper attribute filtering for extended view 2022-04-30 18:12:04 +02:00
Jakub Onderka e5b67d24c0 new: [UI] Allow to filter attributes from Related Events box 2022-04-30 18:12:04 +02:00
Jakub Onderka 206b1409e0 fix: [UI] Cleanup querybuilderTool variable 2022-04-30 18:12:04 +02:00
Jakub Onderka c59f9befca fix: [UI] Related event expanding/collapsing 2022-04-30 18:12:04 +02:00
Jakub Onderka d7bdc32c1f new: [UI] Filtering attributes by correlated event ID 2022-04-30 18:12:04 +02:00
Jakub Onderka 28a58dbb61 fix: [UI] Show in filtering tool just warnings that are in current event 2022-04-30 18:12:04 +02:00
Jakub Onderka 73af6dc126 fix: [UI] Related event cleanup 2022-04-29 14:09:21 +02:00
Jakub Onderka 4dedce44bf new: [UI] Related events sorting 2022-04-29 13:16:35 +02:00
marjatech 3574da4d2a
support extended event view for galaxy matrix 2022-04-28 09:55:12 +02:00
Jakub Onderka 5725973493 fix: [UI] Do not allow to edit attachment attribute type 2022-04-22 13:47:24 +02:00
Jakub Onderka 1289eaf6aa chg: [HTML] Remove unnecessary classes and ID 2022-04-18 19:54:13 +02:00