Commit Graph

19188 Commits (ea3071e78d96917d1e735bea1797289e5c47c642)

Author SHA1 Message Date
Andras Iklody ea3071e78d
Merge pull request #7377 from 86x/pi-support
fix: Support various Raspberry Pi OS's in SUPPORT_MAP
2021-05-14 12:14:16 +02:00
chrisr3d 94ebb627c3
fix: [jobs view] Typo with $baseurl variable name 2021-05-11 17:43:29 +02:00
chrisr3d 258e68df9b
fix: [module results] References between objects returned with module results and the original object attribute are now pointing to the original object itself
- A reference between an object and an object
  attribute is supported in the API, but does not
  appear on the event graph
- Instead of pointing to the initial object
  attribute then, we look for the uuid of the
  object containing the attribute and use this
  uuid for the reference
- The references between objects returned as
  module results and the object containing the
  attribute initially used for the enrichment
  with a module are then handled properly
2021-05-11 17:26:07 +02:00
chrisr3d 63181d2219 Merge branch '2.4' of https://github.com/MISP/MISP into 2.4 2021-05-11 15:11:58 +02:00
Alexandre Dulaunoy d278a533a0
chg: [misp-objects] updated 2021-05-11 15:02:19 +02:00
Alexandre Dulaunoy 45bba350bb
fix: [taxonomies] updated 2021-05-11 14:11:29 +02:00
Alexandre Dulaunoy 99d8096d31
chg: [misp-taxonomies] updated to the latest version 2021-05-11 13:59:44 +02:00
chrisr3d 3cf7c5848c
fix: [module results] Included the object references handling loop in the objects handling loop
- If we did not get any object in a result from
  a misp module, the `$references` variable would
  not have been defined and would have raised an
  issue. The references are related to objects,
  it is then obvious to handle them both together
2021-05-11 11:58:10 +02:00
chrisr3d 7573c5abb9
fix: [modules results] Fixed the query to find the uuid of the attribute used as input of a misp-module
- With `Attribute.object_id => 0`, the query did
  only return attributes outside of a MISP object
- This was causing issues with references between
  the MISP objects returned by the modules and the
  attribute used as input to the module. Those
  references were visible in the module results
  preview, but skipped then after the submit
  button is pressed.
- The references are now correctly handled
2021-05-11 11:37:23 +02:00
mokaddem 78d6c5ed1c
fix: [attribute:first_seen/last_seen] First seen value can be equal to the last_seen value.
Fix #7404
2021-05-11 11:22:19 +02:00
Alexandre Dulaunoy bd84a45b02
chg: [taxonomies] updated to the latest version 2021-05-10 18:19:17 +02:00
Alexandre Dulaunoy 49cca7256d
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-05-08 09:17:13 +02:00
Alexandre Dulaunoy 8f489a43ea
chg: [misp-galaxy] updated to the latest version 2021-05-08 09:16:45 +02:00
mokaddem 269253aa78
fix: [attributes] Enforce FS to be before LS (also for ShadowAttributes & Objects) 2021-05-06 15:01:58 +02:00
iglocska 40af102e2b
fix: [feed preview] fixed exception thrown to invalid threat level listing call 2021-05-05 16:37:57 +02:00
Andras Iklody 7424cbf73b
Merge pull request #7389 from aaronkaplan/patch-1
Update apache.24.misp.ssl
2021-05-04 20:40:24 +02:00
mokaddem d19c7538d3
chg: bumped queryversion 2021-05-04 11:04:10 +02:00
mokaddem a10c2e5215
chg: [event-report] Improved hints autocomplete while typing
- Hints available scopes
- Allow searching for object's priority value
2021-05-04 11:01:04 +02:00
AaronK 40e28176f1
Update apache.24.misp.ssl
StrongCiphers4All! \o/
2021-05-03 17:17:51 +02:00
mokaddem 7528580fb1
chg: [warninglists:checkValue] Exposed feature in the UI 2021-05-03 16:53:04 +02:00
mokaddem 4dd1339f3d chg: [server:setting] Added missing config `warning_for_all` 2021-05-03 16:00:51 +02:00
Alexandre Dulaunoy 6df1a8d2ce
chg: [misp-objects] updated to the latest version 2021-05-03 12:23:53 +02:00
iglocska f18fc7cb51
fix: [worker] restart not working correctly with SELinux
- endless process spawn due to not being able to fetch the user's name
2021-05-04 09:46:42 +02:00
Alexandre Dulaunoy 24185cdba3
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-05-01 11:08:27 +02:00
Alexandre Dulaunoy 8aaeaf2f4f
chg: [warning-lists] updated to the latest version 2021-05-01 11:07:58 +02:00
mokaddem 95ceeebebb
chg: [event:alert] Added option to refresh to ban 2021-04-30 15:00:08 +02:00
mokaddem b71c73a304
chg: [event:getEventRepublishBanStatus] Improved wording 2021-04-30 13:59:15 +02:00
mokaddem 4c5daa55c5
fix: [server:settings] Typo 2021-04-30 13:59:02 +02:00
mokaddem eac4918ab6
new: [event:alert] Re-publishing ban feature based on configurable threshold 2021-04-30 13:58:53 +02:00
Jakub Onderka 4bc9c80efd fix: [db_schema] Update to version 68 2021-04-30 12:34:21 +02:00
Alexandre Dulaunoy 361e5bee25
chg: [misp-galaxy] updated to the latest version 2021-04-29 23:30:47 +02:00
chrisr3d 32849b1087
fix: [stix2 export] Making sure timestamps are always converted into the format STIX likes 2021-04-29 20:05:38 +02:00
chrisr3d 3653e62fd8
fix: [stix2 export] Making sure attributes have their Galaxy field before trying to parse it 2021-04-29 18:19:05 +02:00
chrisr3d 6fd40b10ae Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-04-29 14:37:26 +02:00
chrisr3d 0ced4cb4aa
fix: [stix1 import] Avoiding AttributeError exceptions when the STIX packages have no header 2021-04-29 14:09:08 +02:00
Raphaël Vinot 98d4316176
Update supportFunctions.md
pull from oirigin main and not origin master in PyMISP
2021-04-29 12:22:30 +02:00
chrisr3d a57784fb05
fix: [stix2 export] Copy paste issue 2021-04-28 18:36:39 +02:00
chrisr3d f098dba5d7
fix: [stix2 export] Trying to make first_seen & last_seen fields are exported in an iso-formatted datetime format 2021-04-28 18:32:30 +02:00
chrisr3d 32d107468e
fix: [stix2 export] Avoiding issues with MISP events 'Event' field 2021-04-28 18:31:49 +02:00
chrisr3d 7d4abe0042 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-04-28 15:55:15 +02:00
chrisr3d 8e7a55d0b2
fix: [stix2 import] Added the missing ip address observable parsing function
- Should fix #6855
2021-04-28 15:54:07 +02:00
chrisr3d 82243d5eab
fix: [stix2 import] Avoid missing the to_ids flag when set to False
- attribute.get('to_ids') with 'to_ids' set to
  False will simply skip the field, and let then
  MISP set the flag to the default 'to_ids' value
  depending on the attribute type
- With the test being `attribute.get('to_ids') is not None`
  we make sure even if 'to_ids' is False, we get
  the field as it is
2021-04-28 15:51:00 +02:00
iglocska ecd09dfec2
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-04-28 15:34:17 +02:00
iglocska ef9370514f
fix: [emailing] password resets and OTP didn't handle line breaks correctly 2021-04-28 15:33:50 +02:00
Alexandre Dulaunoy 1814195f79
chg: [objects] updated to the latest version 2021-04-28 14:08:09 +02:00
mokaddem 33ba8dd113
fix: [decayings:add] Correct usage of the translation function 2021-04-28 09:52:49 +02:00
iglocska 0e10b2780f
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-04-28 00:40:26 +02:00
iglocska c0a1514814
new: [Correlation exclusions] clean function reworked
- does everything on DB side
- no more issues with large lists being passed around
- should also be a fair bit faster
2021-04-28 00:39:30 +02:00
User 283b899244 Added support for raspberry pi 2021-04-27 19:41:06 +02:00
mokaddem 5a7a108fe9 fix: [galaxyCluster:export] Only unset fields if they exists
In some cases, galaxy clusters might not have targeting clusters
2021-04-27 16:49:52 +02:00