Commit Graph

762 Commits (5afdcb57099c9ed60ba1b62d83f30fd9d2d76965)

Author SHA1 Message Date
Raphaël Vinot 5afdcb5709 fix: Wrong documentation on PyMISP.search_sightings
Fix #336
2019-02-07 16:25:49 +01:00
Raphaël Vinot ec60442491 fix: Fix dependencies for py2 2019-02-06 11:53:37 +01:00
Raphaël Vinot 3eeae9f7e4 Merge branch 'master' of github.com:MISP/PyMISP 2019-02-06 11:31:15 +01:00
Raphaël Vinot fe91d06b91 chg: Remove dependency on six 2019-02-06 11:31:05 +01:00
Armīns Palms feb13bb5f8 Search function fix to comply new version of MISP 2019-02-04 14:27:20 +02:00
Raphaël Vinot 582e37e24a chg: Bump Version & changelog 2019-02-03 12:41:41 +01:00
Raphaël Vinot 211a7e95dd chg: Bump misp-objects 2019-02-03 12:38:32 +01:00
Armīns Palms 13ffef2c6f Check if IOC values are in warninglist 2019-02-01 15:43:01 +02:00
Raphaël Vinot ac4f28681d Merge branch 'master' of github.com:MISP/PyMISP 2019-02-01 11:07:51 +01:00
Raphaël Vinot 0a01a16c6b new: Add test cases for stix export 2019-02-01 11:07:42 +01:00
Alexandre Dulaunoy dc5d40a327
chg: [datamodel] new anonymised type added 2019-01-31 23:23:15 +01:00
Alexandre Dulaunoy 6002bf3203
chg: [data] types updated to include the new zeek type 2019-01-30 23:12:30 +01:00
Raphaël Vinot 19679bb80f chg: Bump version, misp-objects 2019-01-28 17:08:40 +01:00
Raphaël Vinot 1a381a0e3b fix: Wrong variable name in MISPEvent 2019-01-22 14:59:55 +01:00
Raphaël Vinot 91f3414cfe fix: Documentation error fix #278 2019-01-22 14:06:03 +01:00
Raphaël Vinot 4fef159a82 new: Add support for unix timestamp in set_date
fix #302
2019-01-22 13:42:18 +01:00
Raphaël Vinot a8dea20570 fix: Attempt to fix memory footprint in MISPAttribute
Related: #304
2019-01-22 13:25:29 +01:00
Raphaël Vinot 57bb8cea1a chg: force to_ids to be a boolean, as MISP is expecting.
fix #320
2019-01-22 11:49:04 +01:00
Raphaël Vinot 362e324389 fix: Still support simple event dict content 2019-01-22 11:10:27 +01:00
Raphaël Vinot 4c60ed7e95 fix: Don't modify event passed to the add_attribute methods
fix #321
2019-01-22 11:07:06 +01:00
Tom King db7320ff03 chg: Add support for sharing group filter for search_index 2019-01-16 15:53:38 +00:00
Tom King 545d5cc1b7 Merge remote-tracking branch 'upstream/master' 2019-01-16 15:51:57 +00:00
Raphaël Vinot d4daa2f827 Merge branch 'master' of github.com:MISP/PyMISP 2019-01-14 10:12:53 +01:00
Raphaël Vinot 4687cb8034 chg: Bump misp-objects 2019-01-14 10:12:43 +01:00
Raphaël Vinot ee86f6fa44 fix: The wrong class name was used when there is an error at Event creation. 2019-01-14 10:11:58 +01:00
Alexandre Dulaunoy f5e621b2a5
chg: [data] fix describeTypes 2019-01-13 12:07:24 +01:00
Alexandre Dulaunoy 13ec75df29
chg: [data] new types added (hassh-md5 and hasshserver-md5) 2019-01-13 11:55:00 +01:00
Alexandre Dulaunoy 2c882c1887
chg: [misp-objects] templates updated to the latest version 2018-12-30 16:18:27 +01:00
Alexandre Dulaunoy e3bc4f2be6
chg: [data] describeTypes updated (grabbed from MISP HEAD) 2018-12-30 13:02:14 +01:00
Alexandre Dulaunoy 444f9a6fd9
chg: [data] ja3-fingerprint-md5 type added 2018-12-30 12:49:44 +01:00
Raphaël Vinot a3108f7689 fix: error vs errors key 2018-12-26 17:38:19 +01:00
Alexandre Dulaunoy 2f84b7ecdb
chg: [data] describeTypes.json updated to the latest version 2018-12-24 20:27:19 +01:00
Christophe Vandeplas bfbaa70ee3 sort describeTypes.json output
This is needed for the compatibility with the gen_misp_types_categories.py script. Data was sorted using the order_dict function of the gen_misp_types_categories script.
2018-12-20 13:27:26 +01:00
Raphaël Vinot 268241cb4f new: Bump describe types
fix #317
2018-12-20 12:05:46 +01:00
Raphaël Vinot 2284e8a9c9 Merge branch 'master' of github.com:MISP/PyMISP 2018-12-19 11:45:15 +01:00
Raphaël Vinot b72aa536aa chg: More flexibility when loading an object from python dict 2018-12-19 11:44:42 +01:00
Raphaël Vinot 9365f801d4
fix: Typo 2018-12-19 10:50:50 +01:00
Raphaël Vinot 5de57816dd chg: Pass all parameters to the search API. 2018-12-18 15:29:40 +01:00
Raphaël Vinot 8ead1bea5e Merge branch 'master' of github.com:MISP/PyMISP 2018-12-18 11:04:39 +01:00
Raphaël Vinot a09915d850 chg: Remove compat for MISP 2.4.52, cleanup. 2018-12-18 11:04:36 +01:00
Raphaël Vinot 14921ea30b
Merge pull request #257 from mokaddem/usersStatistics
new: [usersStats] Possibility to fetch users/statistics
2018-12-17 19:37:54 +01:00
Christophe Vandeplas 486017d345 fix: get_object_template_id 2018-12-09 13:26:43 +01:00
Raphaël Vinot a07552bb04 Merge branch 'master' of github.com:MISP/PyMISP 2018-12-06 15:19:12 +01:00
Raphaël Vinot 93e985d2b6 chg: Bump version 2018-12-06 15:17:03 +01:00
Raphaël Vinot 8fd4da1b80 chg: Bump misp-objects & describeTypes 2018-12-06 15:16:22 +01:00
DragonDev1906 5c72dc9c33 dded get_object & get_attribute 2018-12-06 14:26:23 +01:00
Raphaël Vinot 7e523fbff2 chg: Version bump 2018-12-03 17:08:49 +01:00
Raphaël Vinot cf622cd807 chg: Bump misp-objects 2018-11-29 18:14:55 +01:00
Raphaël Vinot 573e4a426c chg: Add test cases for default distribution levels 2018-11-29 17:27:58 +01:00
Raphaël Vinot de118795ce fix: properly handle errors on event creation/update 2018-11-28 17:34:38 +01:00