Commit Graph

2639 Commits (19c2e90e3b0dda81af3078b0ba9e796abd5469b5)

Author SHA1 Message Date
Iglocska b7480586ed Merge branch 'hotfix-2.3.114' 2015-08-24 13:31:09 +02:00
Iglocska 8d24f9a7ff version bump 2015-08-24 13:30:45 +02:00
Iglocska 64485ad4a6 Fixed a bug with downloadSample that returns all accessible samples instead of the requested one, fixes #610
- fixed incorrect branch order causing this issue
2015-08-24 13:29:25 +02:00
Iglocska 2b13ea8078 Merge branch 'hotfix-2.3.113' into develop 2015-08-19 13:23:32 +02:00
Iglocska 6ba92be513 Merge branch 'hotfix-2.3.113' 2015-08-19 13:23:01 +02:00
Iglocska bd7555b185 Various fixes to the OpenIOC import and the password reset, fixes #600, fixes #599, fixes #565
- OpenIOC import now correctly sets IDS flags based on type
- OpenIOC import specifies the source file in the comments

- Fixed a blackhole issue with the password reset popups
2015-08-19 13:20:14 +02:00
Iglocska cd158ea87b Merge branch 'hotfix-2.3.112' into develop 2015-08-18 19:54:49 +02:00
Iglocska 8a89b33d69 Merge branch 'hotfix-2.3.112' 2015-08-18 19:54:05 +02:00
Iglocska ebbc7390d1 Added event ID field to restSearch APIs, to assist #456
- eventid a new parameter for both event and attribute restsearch
- these APIs now accept arrays in both json and xml format (you can send "eventid": ["15", "16"] instead of "eventid": "15&&16" in addition to the old functionality
2015-08-18 19:51:41 +02:00
Iglocska 9967656195 Merge branch 'hotfix-2.3.111' into develop 2015-08-18 17:22:24 +02:00
Iglocska 3aebe484a1 Merge branch 'hotfix-2.3.111' 2015-08-18 17:19:02 +02:00
Iglocska ce2e6a769d Some fixes to the OpenIOC import tool
- added support for SHA types
- fixed an issue that caused the import to fail with duplicate attributes (the list gets pruned now)
- fixed an issue where no supplied contextual fields would lead to empty attributes being created
- removed the requirement for the files to have the .ioc extension
2015-08-18 17:16:58 +02:00
Iglocska 3fc4757bd5 Merge branch 'hotfix-2.3.110' into develop 2015-08-18 16:27:07 +02:00
Iglocska beb5009b06 Merge branch 'hotfix-2.3.110' 2015-08-18 16:25:20 +02:00
Iglocska 266e656bab Fix to a new bug introduced with the blacklisting that can prevent new events from being added via the UI 2015-08-18 16:24:50 +02:00
Iglocska ce55698f86 Merge branch 'hotfix-2.3.109' into develop 2015-08-18 15:40:12 +02:00
Iglocska d91ee38f80 Merge branch 'hotfix-2.3.109' 2015-08-18 15:39:32 +02:00
Iglocska 88a3d11d3d Version bump 2015-08-18 15:39:20 +02:00
Iglocska 76b8aacc4c Added event ID/UUID to the event filters and attribute search
- enter a UUID in the event ID field of the attribute search to find attributes belonging to a certain event
- use event IDs / UUIDs to filter events on the event index
2015-08-18 15:37:49 +02:00
Iglocska 9b38ab0a6c Merge branch 'hotfix-2.3.108' into develop 2015-08-18 09:46:22 +02:00
Iglocska dd7c226183 Merge branch 'hotfix-2.3.108' 2015-08-18 09:45:41 +02:00
Iglocska 80dcdcf9d8 Database update admin-actions are now logged and if they fail the errors are logged 2015-08-18 09:44:59 +02:00
iglocska 01e857da3b Merge branch 'hotfix-2.3.107' into develop 2015-08-17 16:23:40 +02:00
iglocska 1090cc0ec9 Merge branch 'hotfix-2.3.107' 2015-08-17 16:17:23 +02:00
iglocska a93807439d Several bigger changes
- new functionality: Event blacklisting by UUID
  - site admins cna enable this feature in the server settings
  - enabling the feature will make the required db changes
  - any deleted event will automatically get blacklisted
  - this prevents deleted events from flowing back from a synced instance
  - site admins can manually add UUIDs to the list and remove entries

- fix to UUID duplication issues for attributes
  - simply run the admin script and it will regenerate the UUID of attributes that are duplicates, if any such exist
  - timestamps/event published status will not be affected

- config.core.php now includes a change that prevents from 404 exceptions being logged
  - the sync uses 404s to signal that an event with a given uuid does not exist when negotiating proposal synchronisation
  - this causes a dangerously high amount of noise in the logs
2015-08-17 16:10:10 +02:00
Iglocska 8fa2496f31 Merge branch 'hotfix-2.3.106' into develop 2015-08-07 16:12:49 +02:00
Iglocska 767fffbdd2 Merge branch 'hotfix-2.3.106' 2015-08-07 16:12:03 +02:00
Iglocska 94398b8192 Download all samples for an event ID via the API
- as explained on the automation page
- also, better error handling

- all API calls that fail during authentication will now return a JSON/XML error message instead of redirecting to the login page
2015-08-07 16:10:40 +02:00
Iglocska 00b7fb215b Merge branch 'hotfix-2.3.105' into develop 2015-08-07 12:07:08 +02:00
Iglocska 4940eeee34 Merge branch 'hotfix-2.3.105' 2015-08-07 12:06:35 +02:00
Iglocska 5273c2c5aa New functionality: API to download sample by hash
- simply pass an MD5 hash along and receive a sample if available zipped and base64 encoded in a response object
- pass any hash along with a flag set and receive any samples from events that have the passed hash

- Also, fix for an issue with the freetext import not using semi-colons as separators
2015-08-07 12:04:44 +02:00
Iglocska bf6d7dc552 Merge branch 'hotfix-2.3.104' into develop 2015-08-05 00:13:42 +02:00
Iglocska d21b52a445 Merge branch 'hotfix-2.3.104' 2015-08-05 00:13:01 +02:00
Iglocska 7e10eb7b46 Some fixes to the upload malware API
- Threat level ID options correctly set
- Threat level ID validation tightened to reject anything but the existing threat levels
- The upload malware API now logs validation issues during the failed creation of attributes / events
2015-08-05 00:11:16 +02:00
Iglocska 181160af2d Merge branch 'hotfix-2.3.103' into develop 2015-08-04 02:36:33 +02:00
Iglocska 5f1e9e9ec7 Merge branch 'master' of https://github.com/MISP/MISP 2015-08-04 02:36:10 +02:00
Iglocska 3abbae90cf Merge branch 'hotfix-2.3.103' 2015-08-04 02:35:24 +02:00
Iglocska 0a26879d45 Additional parameters for the upload sample API 2015-08-04 02:30:22 +02:00
Iglocska 7db6e9ac47 A list of changes to the way attachments are uploaded, fixes #559, fixes #482
- new API for uploading malware samples
  - allows the upload of several files
  - can be used to populate a pre-existing event, or create a new event
  - expects a JSON or an XML object with the samples base64 encoded
- new way of storing malware samples
  - original filename not used any longer
  - samples are renamed to their md5 hashes
  - original filename preserved in a secondary txt file
- removed filename validation as it is no longer used for the command line execution
  - this allows unicode name files to be uploaded!
  - changed the UI attachment upload to reflect these changes
  - code more centralised and extendible
2015-08-04 02:00:21 +02:00
Raphaël Vinot 43a01722c8 Update dependencies
* the real name of libxslt-dev is libxslt1-dev
* curl is required later in the installation and may not be present on the system
2015-07-28 17:29:39 +02:00
Bâkır Emre d3574adb4b Update INSTALL.ubuntu1404.txt
it must be core.php instead of Core.php
2015-07-28 10:49:02 +03:00
Iglocska c67d3ceb29 Merge branch 'hotfix-2.3.102' into develop 2015-07-27 08:27:15 +02:00
Iglocska a21abb6b13 Merge branch 'hotfix-2.3.102' 2015-07-27 08:26:33 +02:00
Iglocska ff01eebf70 Added the same functionality to the regex edit 2015-07-27 08:26:01 +02:00
Iglocska 0874faa991 Added error message if regex is added without choosing a type, fixes #575
- user will be taken back to the form if no type selected
2015-07-27 08:13:20 +02:00
Iglocska 480398c046 Merge branch 'hotfix-2.3.101' into develop 2015-07-23 08:35:12 +02:00
Iglocska a07dd56211 Merge branch 'hotfix-2.3.101' 2015-07-23 08:35:00 +02:00
Iglocska d8cfbac67f Mass IDS toggle for freetext import, fixes #576
- added a toggle for the IDS fields in the freetext import to quickly set all found attributes to being IDS worthy
2015-07-23 08:33:04 +02:00
Iglocska 41885c7b18 Merge branch 'hotfix-2.3.100' into develop 2015-07-22 19:29:05 +02:00
Iglocska a7e30bfd55 Merge branch 'hotfix-2.3.100' 2015-07-22 19:28:27 +02:00