Commit Graph

7467 Commits (3ee3c6a34da04960f42eced3d20fc7dacae31bf8)

Author SHA1 Message Date
iglocska 07376b1a9e new: [variable tags] Added the ability to load and display variable tags
- as requested by Siemens
2018-09-10 21:57:57 +02:00
chrisr3d 83920c085b
fix: [stix2 import] Removed no longer used function 2018-09-10 17:38:24 +02:00
chrisr3d 789d0a97e6
chg: [stix2 import] 2 main parsing cases split in 2 classes
--> 2 cases:
        - STIX generated via MISP
        - external STIX
2018-09-10 17:22:20 +02:00
iglocska 242b4fd4bc chg: [Cortex] Don't set the content type header for cortex 2018-09-10 14:38:19 +02:00
iglocska a3f83fac63 fix: [API] fixed an invalid dissection of the tag parameter if the parameter is not set 2018-09-10 14:31:55 +02:00
chrisr3d 4e0d1a2476 Merge branch '2.4' of github.com:MISP/MISP into chrisr3d_patch 2018-09-10 13:48:40 +02:00
iglocska c680f0aff5 fix: [cleanup] Cleanup of removed upgrade scripts 2018-09-10 07:53:22 +02:00
iglocska 6a333f7756 fix: [upgrade] replay potentially missed updates 2018-09-10 07:52:27 +02:00
iglocska 51b3ef61dd new: [API] Added the includeEventTags parameter to the /attributes/restSearch API
- appends all event level tags to each attribute
2018-09-09 16:49:59 +02:00
iglocska 0123f23739 fix: [sync] Fixed some issues throwing notices when pulling 2018-09-09 15:55:42 +02:00
iglocska 55fe130385 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-09 15:39:32 +02:00
Andras Iklody 335ca704a9
Merge pull request #3626 from 0xiso/fix-pull-progress
fix: [sync] Fix pull not working
2018-09-09 15:39:03 +02:00
chrisr3d 5c2f09f1ea
fix: [cleanup] Loading mapping dictionary only when needed 2018-09-09 13:07:53 +02:00
Alexandre Dulaunoy e947db4134
chg: [misp-objects] updated to the latest version 2018-09-09 12:42:34 +02:00
iglocska f995b561fb Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-09 00:25:28 +02:00
iglocska 55fd24d491 fix: [RPZ] flatten attributes for the RPZ export 2018-09-08 23:46:37 +02:00
iglocska 1b4e566937 new: [API] Tied the RPZ export into the restsearch APIs
- also, made the export modules aware of the exhaustive parameter list
2018-09-08 23:45:08 +02:00
iglocska 926e973179 new: [API] Updated the RPZ export to follow the new API patterns 2018-09-08 23:44:38 +02:00
chrisr3d 6de2a34ff1 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-08 12:44:37 +02:00
chrisr3d 936e02a2fd
fix: Making python 3.5 happy with exception type ImportError 2018-09-08 02:55:29 +02:00
Steve Clement b0ece7fe36 Merge remote-tracking branch 'upstream/2.4' into i18n 2018-09-07 21:56:47 +02:00
iglocska b12c8549c8 fix: [API] downloading events in XML format via the UI returns JSON 2018-09-07 18:44:35 +02:00
chrisr3d 06e94bfdc4
fix: [stix import] Fixed object_relation field key for the format of the original imported file
- Following the latest changes on the object
2018-09-07 16:05:19 +02:00
chrisr3d 01d3c796d8 Merge branch '2.4' of github.com:MISP/MISP into chrisr3d_patch 2018-09-07 15:56:53 +02:00
chrisr3d 8628757f65
fix: [Sighting] Fixed sighting creation 2018-09-07 15:45:57 +02:00
chrisr3d 77d4bc385e Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-07 14:03:54 +02:00
chrisr3d d4323eab5e
[stix1 import] Changed one of the generic STIX objects parser into a return function
- So we extend the list of results instead of
  having it as a parameter
2018-09-07 14:01:51 +02:00
iglocska fac5ffa7f3 fix: [Feeds] Don't try to find caches for feeds that don't have caching enabled 2018-09-07 13:49:56 +02:00
chrisr3d 5fe9323ca3
fix: [stix1 import] Updated file parsing
- Including import of single attribute for the
  latest supported STIX file object
- Including parsing of the STIX file object field
  'full_path' which can be found in any of the
  different STIX object describing files
2018-09-07 13:47:45 +02:00
iglocska 1ab8a4e710 fix: [REST client] baseurl can now be set optionally in the url 2018-09-07 13:46:37 +02:00
iglocska 6f0c00df34 fix: [Feeds] I CAN'T MATH 2018-09-07 13:35:30 +02:00
iglocska bc9524c712 fix: [feeds] Feed caching generates a lot of notices 2018-09-07 13:29:26 +02:00
Sami Mokaddem d934fadd28 Fixed bug where popoverChoice was returning undefined values for some browser 2018-09-07 09:16:16 +00:00
Alexandre Dulaunoy 3e27519725
chg: [misp-objects] updated to the latest version 2018-09-07 08:10:36 +02:00
Alexandre Dulaunoy 11b8a9ff35
chg: [misp-warninglists] updated to the latest version 2018-09-07 08:09:48 +02:00
0xiso 7166b227eb fix: [sync] Fix pull not working caused by the refactor 2018-09-07 05:10:38 +09:00
Raphaël Vinot ed64988ffd
chg: Bump recommended pyMispVersion 2018-09-06 11:27:02 -07:00
Steve Clement ff344da510 Merge branch '2.4' into i18n 2018-09-06 18:46:24 +02:00
chrisr3d ca2effad36 Merge branch '2.4' of github.com:MISP/MISP into chrisr3d_patch 2018-09-06 17:36:25 +02:00
chrisr3d 93c1927296 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-06 17:32:37 +02:00
chrisr3d 3e82e1666e
add: [stix1 import] Added STIX 1 object type to the mapping types 2018-09-06 17:31:34 +02:00
Sami Mokaddem 950c743241 Temporary revert to avoid PGP bug 2018-09-06 17:12:52 +02:00
0xiso 413728919f fix: [sync] Fix pull not working 2018-09-06 23:01:51 +09:00
chrisr3d 3846aaa9ad
fix: [stix import] Avoiding encoding errors on reading file 2018-09-06 15:37:22 +02:00
chrisr3d df3981436d
fix: [stix import] Quick fix on the new MISP object (for original files imported) attributes
- Following the changes on the object itself
2018-09-06 15:17:32 +02:00
Steve Clement b3f24cb7b2 chg: [i18n] Update to languages: Danish (54%) German (17%) Japanese (100%) French (67%) Spanish (3%) 2018-09-06 14:54:50 +02:00
chrisr3d 2042226503 Merge branch '2.4' of github.com:MISP/MISP into chrisr3d_patch 2018-09-06 14:38:21 +02:00
chrisr3d 685c5c6b8c
fix: [API] Quick fix on a dict key to fetch the name of the stix file imported 2018-09-06 14:35:38 +02:00
chrisr3d f1294ce2b4
fix: [stix import] Importing the original file binary using the data field in attribute instead of value field 2018-09-06 14:18:54 +02:00
chrisr3d bc0b671cf2
fix: [stix import] using the decoded binary of the original file imported as attachment 2018-09-06 14:17:07 +02:00
Steve Clement 24bbfad29e Merge remote-tracking branch 'upstream/2.4' into guides 2018-09-06 13:59:55 +02:00
Steve Clement 1ef2a1f91e Merge branch '2.4' into guides 2018-09-06 13:58:43 +02:00
chrisr3d e7c43cd372 Merge branch '2.4' of github.com:MISP/MISP into chrisr3d_patch 2018-09-06 13:55:03 +02:00
chrisr3d eb9aa7ce71
new: [stix import] Adding object describing the original STIX 1.X / 2.X used for import
- Depending if the variable passed to those scripts
  are not None, then it is the name of the original
  file used to import data
2018-09-06 13:51:00 +02:00
Steve Clement 7a77c34e4c chg: [doc] Point to official misp-book, MISP "User Guide" in main codebase is obsolete. 2018-09-06 13:47:20 +02:00
chrisr3d 71d1b9075a
new: [API] Added possibility to include the original file while importing STIX data 2018-09-06 13:37:29 +02:00
iglocska c13b21c80e fix: [documentation] added missing legacy automation page view 2018-09-06 08:28:33 +02:00
iglocska 4c8d267baa Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-06 00:20:50 +02:00
iglocska 289b13be88 new: [API] set default behaviour to require to_ids and published set to 1 to be included in exports
- doesn't affect MISP json and xml formats
2018-09-06 00:20:03 +02:00
Andras Iklody ab1a6f6ecb
Merge pull request #3530 from chkp-aliaksandrt/fix-object-add-if-uuid-is-passed-as-eventid
chg: [bug] Fixed wrong event lookup in case the uuid is passed as an eventId.
2018-09-06 00:10:54 +02:00
Andras Iklody 67e8950e6b
Merge pull request #3518 from zeroq/sync_sightings_on_publish
Sync sightings on publish
2018-09-06 00:07:35 +02:00
Andras Iklody be097b545f
Merge pull request #3546 from WaryWolf/gpg-clearsign-fix
Split GPG signing and encrypting of outgoing emails into separate operations
2018-09-06 00:07:09 +02:00
Alexandre Dulaunoy a65c59fc30
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-05 18:48:51 +02:00
Alexandre Dulaunoy 31ffaa8e8b
chg: [misp-galaxy] updated to the latest version 2018-09-05 18:48:28 +02:00
iglocska 2fdeebd209 chg: [automation description] Updated the automation page to reflect the changes made to the restSearch APIs 2018-09-05 17:57:45 +02:00
iglocska 9299be80e2 chg: [UI] made the enrichment sticky popup's trigger button behave like a button 2018-09-05 17:57:07 +02:00
iglocska daaa5a1f1f new: [automation description] Added legacy mode toggle 2018-09-05 17:56:27 +02:00
iglocska fbb9e21fe5 fix: [description] Typo in serverSetting fixed, fixes #3612 2018-09-05 16:09:59 +02:00
iglocska 7e5be5f37b fix: [API] using "download" as a returnformat via the URL breaks the restSearch API
- we have to keep it as a legacy option and map it to json
2018-09-05 14:27:34 +02:00
iglocska bcfc1f3a1a fix: [API] Fixed the broken CSV export 2018-09-05 11:36:31 +02:00
iglocska 7570b9a588 new: [UI] Added an enrichment on-demand pop-up for hover modules 2018-09-05 11:28:18 +02:00
iglocska 6e2f18a891 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-05 09:21:35 +02:00
iglocska 2937b8586f fix: [REST client] Fixed the order of execution for the various JS functions when changing template 2018-09-05 09:17:37 +02:00
iglocska e4d9766505 fix: [REST client] Correctly detect camelised parameters as single values instead of lists 2018-09-05 09:17:02 +02:00
iglocska 5e87558fbb new: [REST client] Templating system added to the rest client 2018-09-05 07:44:23 +02:00
iglocska 780cc86ca8 new: [REST client] added the api enumeration to the rest client view 2018-09-05 07:43:49 +02:00
iglocska d437040b00 new: [API] Restresponse component function added to enumerate available APIs for the REST client
- also, added API descriptions for the restsearch functionalities
2018-09-05 07:43:00 +02:00
iglocska 17e16e34f1 new: [ACL] Added soft validation for available API enumeration 2018-09-05 07:42:20 +02:00
Alexandre Dulaunoy 9188d94bc4
chg: [misp feed] schema fixed to include caching_enabled field 2018-09-04 21:27:33 +02:00
Alexandre Dulaunoy eb54af9548
chg: [misp default feeds] ipspamlist added as a feed provider 2018-09-04 21:05:59 +02:00
Richie B2B 800df97956
Prevent STIX export crash
attribute can be None which causes the STIX conversion to crash
2018-09-04 17:47:51 +02:00
chrisr3d f5f2fab292
fix: [stix2 export] Fixed timestamp to datetime conversion for 'date_sighting', using utc format 2018-09-04 14:54:31 +02:00
chrisr3d 0013620d32
fix: [stix2 import] Fixed Sighting import format 2018-09-04 14:53:24 +02:00
chrisr3d 4ad6a930f1 Merge branch '2.4' of github.com:MISP/MISP into 2.4 2018-09-04 11:33:51 +02:00
chrisr3d 2eeeeeabf5
fix: [stix2 import] Fixed some time-based attribute fields previously wrongly imported from STIX object fields 2018-09-04 11:20:14 +02:00
chrisr3d b290713634
add: [stix2 import] Parsing 'valid_until' in indicators as expiration date in Sightings 2018-09-04 11:18:41 +02:00
chrisr3d f378e521f1
fix: [stix2 import] Keeping uuids from STIX objects imported as attributes 2018-09-04 11:16:25 +02:00
chrisr3d 9c320179e9
add: [stix2 export] Parsing expiration date from sightings as 'valid_until' in indicators 2018-09-04 09:55:47 +02:00
Xavier Mehrenberger 65f0b2bb6f fix: create temp folder if it doesn't exist in EventsController::export() 2018-09-03 18:06:23 +02:00
iglocska a27a5efd26 fix: [REST client] resolved issues with the URL builder for the REST queries causing double "/"s after the baseurl 2018-09-03 17:57:05 +02:00
iglocska a8fae82020 new: [API] evnet level restsearch switched to new modular conversion system 2018-09-03 17:56:13 +02:00
iglocska 00155a8775 new: [API] fixed two cases where the new filter parameter builder was being naughty
- copy-pasta fail induced skipping of parameters with only NOT parameters fixed
- OR/AND/NOT formatted parameters with singular values (such as '{"OR": "foo"}' now handled correctly
2018-09-03 17:54:37 +02:00
iglocska 57a6460d81 chg: [internal] JSONConverterTool's support for the deprecated showorg flag removed 2018-09-03 17:53:51 +02:00
iglocska 924dfcbec9 new: [API] XML export now exports both event and attribute level data
- relying on the old XMLConverterTool for event level conversions
2018-09-03 17:53:03 +02:00
iglocska 9c725ebff1 new: [API] OpenIOC export library correctly handles both events and attributes as their payload
- fixed annoying line breaks in the output
2018-09-03 17:50:59 +02:00
iglocska 7c3ddacd1e new: [API] NIDS exports now correctly support event and attribute level exports
- also, suricata/snort rules now include both the event and the attribute tags in the metadata
2018-09-03 17:50:08 +02:00
iglocska ba5bafd13f new: [API] JSON export library updated to support both attribute and event level conversions.
- relies on the old JSON library for event level conversions
2018-09-03 17:49:03 +02:00
iglocska d335196a34 fix: [internal] Invalid export format detection now throws an exception instead of dying ungracefully 2018-09-03 17:47:56 +02:00
iglocska 6850d7dff3 fix: [internal] AppController minor fix
- fix bug of invalid forcing of JSON export type in certain conditions
2018-09-03 17:46:35 +02:00
iglocska 141c7d451f fix: [API] invalid pass by reference parameter not passed as a variable
- fixes "Cannot pass parameter 1 by reference" bug
2018-09-03 10:11:08 +02:00