Commit Graph

9454 Commits (3ee3c6a34da04960f42eced3d20fc7dacae31bf8)

Author SHA1 Message Date
iglocska 3ee3c6a34d chg: [debugkit] Added the commented out loading of debugkit for convenience 2018-09-27 23:02:15 +02:00
iglocska f3e6761440 fix: [API] added catcher for include_event_uuid via /attributes/restSearch
- affects #3695
2018-09-19 12:32:11 +02:00
iglocska d6fd845df9 new: [API] Added API description for the warninglist toggleEnable API 2018-09-19 12:21:44 +02:00
iglocska 1fb239abad new: [API] Toggle the warninglists on/off in a convenient API
- via /warninglists/toggleEnable
2018-09-19 12:20:59 +02:00
iglocska 32a171deb3 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-19 07:26:14 +02:00
iglocska d43570932a fix: [API] malware samples not encoded with withAttachments=1 on the event level restSearch 2018-09-19 07:25:37 +02:00
Alexandre Dulaunoy b5463c167e
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-19 07:15:23 +02:00
Alexandre Dulaunoy aaf48dcc2f
chg: [misp-galaxy] updated to the latest version 2018-09-19 07:14:49 +02:00
chrisr3d c4a96013e2 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-18 11:43:28 +02:00
chrisr3d 214e5a0b8f
fix: [stix2 export] Variable typo 2018-09-18 11:43:09 +02:00
Alexandre Dulaunoy 14037b4637
chg: [default-feeds] CoinBlockerLists updated - fix #3682 2018-09-17 20:28:01 +02:00
iglocska 84f1006ed6 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-17 19:14:45 +02:00
iglocska 417f2452ae fix: [API] CSV export snafu fixed
- perhaps not ignoring the filter parameters and getting the full dataset visible to the current user is a helpful idea
2018-09-17 19:13:50 +02:00
chrisr3d 4aa861b227
fix: [stix2 export] Cleaned up MISP objects parsing
- Replaced multiple if statements in a for loop by
  a dictionary mapping
2018-09-17 16:39:13 +02:00
chrisr3d 28dac6a7c2
fix: [stix2 export] Removed list of MISP types no longer used 2018-09-17 15:39:42 +02:00
chrisr3d f4c6d98426
fix: [stix2 export] Cleaned up MISP attributes parsing
- Replaced multiple if statements in a for loop by
  a dictionary mapping
2018-09-17 15:30:30 +02:00
iglocska bf59f3bca0 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-16 22:07:38 +02:00
iglocska e61b7911b4 new: [blacklisting] pass parameters via named parameters to filter the index
- /eventBlacklists/index/event_uuid:[my_event_uuid]
2018-09-16 22:06:40 +02:00
Alexandre Dulaunoy e2f150714e
chg: [misp-object] updates to the latest version 2018-09-16 17:14:43 +02:00
iglocska 57c1712e44 fix: [API] Added rpz to restsearch API description
- also added text to events/restSearch
2018-09-15 22:02:47 +02:00
iglocska 2e7dfc9273 new: [API] Correctly handle objects in flat exports and exposed text export to event level search 2018-09-14 14:34:01 +02:00
iglocska a03b1c9d44 fix: [internal] Fixed an issue that prevented all to ids attributes from being fetched on the event view 2018-09-14 10:58:19 +02:00
iglocska 4b571a4cad fix: [UI] Glaaxy quick view collapse toggle didn't correctly replace the + with a - when expanded, fixes #3678 2018-09-14 10:45:27 +02:00
iglocska 0df898f42d fix: [API] Fixed the handling of the to_ids flag 2018-09-14 10:41:39 +02:00
iglocska 29b7b7c445 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-14 08:30:39 +02:00
iglocska 8280994a03 fix: [ACL] Appease Travis (admin only function explicitly named) 2018-09-14 08:30:05 +02:00
Andras Iklody 4fcb306c37
Merge pull request #3664 from SteveClement/guides
chg: [doc] Moved INSTALL files around to reflect a more accurate support landscape.
2018-09-13 18:55:17 +02:00
Alexandre Dulaunoy 7efb536b04
chg: [misp-objects] updated to the latest version 2018-09-13 15:35:28 +02:00
Alexandre Dulaunoy 5f842b5984
fix: [misp-galaxy] updated to the latest version 2018-09-13 15:34:58 +02:00
iglocska 3b65fce2a8 fix: [db] Fixed an invalid DB field 2018-09-12 19:17:32 +02:00
iglocska bae469257a new: [Galaxy] Delete individual clusters
- added an API and UI option to delete individual clusters
2018-09-12 19:16:34 +02:00
iglocska e4e38825b1 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-12 15:49:14 +02:00
iglocska d8efe959e9 fix: [sync] Invalid model call in the server pull using the update technique 2018-09-12 15:48:43 +02:00
Sascha Rommelfangen e35ef26400
proposed fix for admin add org with logo
proxied via @iglocska
2018-09-12 14:40:05 +02:00
chrisr3d 05bbda5ee5 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-12 11:57:25 +02:00
chrisr3d 65066727e8
fix: [stix2 import] Using stix2 library attributes to load and parse STIX data 2018-09-12 11:54:12 +02:00
chrisr3d 33411192ac
fix: [stix2 import] Fixed issue with self attribute used before declaration 2018-09-12 10:13:16 +02:00
chrisr3d 54aabbb58a
fix: [stix2 import] Changed 1 function name to a more relevant one 2018-09-12 10:11:42 +02:00
Alexandre Dulaunoy a850d39c5c
chg: [misp-taxonomy] updated to the latest version 2018-09-12 09:40:13 +02:00
Alexandre Dulaunoy c8e38c38a5
chg: [misp-galaxy] updated to the latest version 2018-09-12 09:39:17 +02:00
iglocska 2a64c09035 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-11 23:21:47 +02:00
iglocska 45c882b420 fix: [API] various fixes to the timestamp handling 2018-09-11 23:20:00 +02:00
chrisr3d c29b5ac885
fix: [diagnostic] Updated cybox reauired default version
- Since the very latest version is now installed
  on every new machine generated, we can consider
  it as default version
2018-09-11 16:47:52 +02:00
Steve Clement e9a83911e3 chg: [doc] Moved INSTALL files around to reflect a more acurate support landscape.
chg: [doc] Update README.md to explain some of the folders/files.
2018-09-11 16:38:52 +02:00
Steve Clement 93cb31493c Merge branch '2.4' into guides 2018-09-11 15:43:06 +02:00
chrisr3d d7d1002279 Merge branch '2.4' of github.com:MISP/MISP into chrisr3d_patch 2018-09-11 15:24:23 +02:00
chrisr3d 02fe24b8fd
fix: [stix2 import] Cleaned up duplicate function & Fixed external STIX files parsing
- External STIX files parsing improvement to come
2018-09-11 15:06:32 +02:00
iglocska 60110a597c fix: [Cortex] Unset cortex content-type header when doing a GET request 2018-09-11 12:48:54 +02:00
chrisr3d 81f93d61e1
fix: [stix2 import] Fixed mapping between STIX objects and galaxies fields 2018-09-11 11:43:31 +02:00
chrisr3d b66ff52a16 Merge branch '2.4' of github.com:MISP/MISP into chrisr3d_patch 2018-09-11 11:31:45 +02:00