Commit Graph

264 Commits (f19520d5acde1783004b3edf03db935c26e2ec9a)

Author SHA1 Message Date
Raphaël Vinot f19520d5ac Proper support of functions returning plain text instead of json 2016-08-11 17:50:47 +02:00
Raphaël Vinot 9ec4dec9f4 Merge branch 'master' of github.com:CIRCL/PyMISP 2016-08-11 17:46:15 +02:00
Raphaël Vinot ab09c0a1dc Fix calls to __prepare_session
Fix #58
2016-08-11 17:45:32 +02:00
Raphaël Vinot 8569c94aa1 Merge pull request #57 from sebix/fix-test
Fix prints in tests
2016-08-10 22:07:00 +02:00
Sebastian Wagner 45379a1158
Fix prints in tests
Signed-off-by: Sebastian Wagner <sebix@sebix.at>
2016-08-10 15:15:55 +02:00
Raphaël Vinot 2a0d6566ee change: remove XML output, all functions return a Python dictionary. 2016-08-09 13:58:54 +02:00
Raphaël Vinot 710f6a8a0c Merge pull request #55 from RichieB2B/ncsc-nl/fix-distribution
Set default distribution for attributes to inherit
2016-08-09 13:49:42 +02:00
Richard van den Berg af44760967 Set default distribution for attributes to inherit 2016-08-09 13:31:44 +02:00
Raphaël Vinot 86758cce19 Properly handle errors while fetching the types.
Fix #53
2016-08-05 11:13:26 +02:00
Raphaël Vinot cb25177a46 Add option to search function to only return attributes instead of events 2016-08-04 13:21:28 +02:00
Raphaël Vinot 5937ef9e9b Version bump 2016-08-02 15:17:42 +02:00
Raphaël Vinot e8c266570e Merge pull request #24 from Delta-Sierra/master
Fix fetching method for tag_search and tags_count
2016-07-29 14:19:24 +02:00
Raphaël Vinot 93ef3595e5 Fix fetching method for tag_search and tags_count 2016-07-29 13:25:36 +02:00
Raphaël Vinot fd5c22d8d9 Merge branch 'master' of github.com:CIRCL/PyMISP 2016-07-28 09:50:57 +02:00
Raphaël Vinot b8205f11a8 Fix PEP8 2016-07-28 09:50:46 +02:00
Raphaël Vinot f45490b02e Add support for proxies in the library.
Fix #48
2016-07-28 09:49:40 +02:00
Raphaël Vinot fe20c4f5ac Merge pull request #52 from KennethAdamMiller/master
Caught exception on python3.4 where base64encode returns bytes
2016-07-27 17:37:53 +02:00
Raphaël Vinot ce00a01521 Merge branch 'master' of github.com:CIRCL/PyMISP 2016-07-27 14:48:24 +02:00
Raphaël Vinot 90bb9f3ba4 Major refactoring of the SVG generator 2016-07-27 14:48:13 +02:00
Kenneth Adam Miller 90b772d938 Caught exception on python3.4 where base64encode returns bytes and not str, and bytes are not json encodable. This caused a failure in upload_sample 2016-07-27 07:30:46 -04:00
Alexandre Dulaunoy 7c6b095a05 Merge pull request #51 from ek0/add_detection_name
Add a method to add a textual detection name under the 'Antivirus detection' category
2016-07-26 20:02:43 +02:00
Jessy Campos d31ec7a73c Add a method to add a textual detection name under the 'Antivirus detection' category 2016-07-26 13:13:29 -04:00
Raphaël Vinot 24d131aa32 Initial refactoring, PEP8 and cleanup 2016-07-26 16:35:46 +02:00
Raphaël Vinot 68f270dd4b Merge pull request #23 from Delta-Sierra/master
Add tags_count and tag_search script in examples/situational-awareness/
2016-07-26 14:28:52 +02:00
Deborah Servili f8dbcde607 Update README.md 2016-07-26 11:09:00 +02:00
Déborah Servili cd046d2f7a Make printed date more consistent + update README.md 2016-07-26 11:05:20 +02:00
Déborah Servili d68f92c51a Merge https://github.com/MISP/PyMISP 2016-07-22 11:56:19 +02:00
Raphaël Vinot 328e3b7a92 Merge pull request #22 from 3c7/patch-1
Fixes: expected bytes, got <class 'str'> in download_samples()
2016-07-21 15:20:31 +02:00
Nils ca5a4d0960 Fixes: expected bytes, got <class 'str'> in download_samples() 2016-07-21 13:43:04 +02:00
Deborah Servili 781799872b Merge pull request #3 from Delta-Sierra/newbranch 2016-07-21 10:41:54 +02:00
Déborah Servili 3b857d2469 Merge branch 'master' of https://github.com/Delta-Sierra/PyMISP into newbranch 2016-07-21 10:11:37 +02:00
Déborah Servili 0f68ffc617 modify fetching method to use last 2016-07-21 10:09:10 +02:00
Déborah Servili b0a66da4de handling some NaN exceptions 2016-07-21 10:06:47 +02:00
Raphaël Vinot 7e06196ff3 Merge pull request #49 from FloatingGhost/master
Added STIX retrieval
2016-07-14 14:24:55 +02:00
Hannah Ward 414ddaec01
Added STIX retrieval
- misp.get_stix(event_id=ID, with_attachment=True/False,
			from_date=YYYY-MM-DD, to_date=YYYY-MM-DD,
			tags=["tag1", "tag2"]
	                )
2016-07-14 12:55:37 +01:00
Deborah Servili 63fbf6ef54 Update tools.py
Correct function isTagIn(dataframe, tag)
2016-07-13 16:36:54 +02:00
Deborah Servili 817b38a918 Merge pull request #2 from Delta-Sierra/newbranch 2016-07-13 16:02:04 +02:00
Déborah Servili eebca6ecc6 delete some files 2016-07-13 15:46:50 +02:00
Déborah Servili caa8b963ec move files from examples/treemap to examples/situational-awareness/ 2016-07-13 15:24:36 +02:00
Déborah Servili e53f59bcbf Merge https://github.com/MISP/PyMISP into newbranch 2016-07-13 15:06:27 +02:00
Raphaël Vinot c97651e6ac Version bump 2016-07-11 18:54:17 +02:00
Raphaël Vinot 51a9725583 Add remove tag method 2016-07-11 17:57:16 +02:00
Deborah Servili 9e881174c3 Merge pull request #1 2016-07-06 09:07:34 +02:00
Deborah Servili 12849622ef Rename examples/statistics/attribute_treemap.py to examples/treemap/treemap.py 2016-07-06 09:05:35 +02:00
Deborah Servili 8c0b5b943f Rename examples/treemap/treemap.py to examples/statistics/attribute_treemap.py 2016-07-05 16:26:57 +02:00
Raphaël Vinot 836845abde Use same variable names as testing environment 2016-07-01 14:30:13 +02:00
Raphaël Vinot 13e0cd0901 Make scripts executable 2016-07-01 13:52:31 +02:00
Alexandre Dulaunoy 38b82b088f Merge pull request #21 from Delta-Sierra/master
Add examples "create_dummy_event" and "create_massive_dummy_events"
2016-07-01 13:41:25 +02:00
Déborah Servili 0bf368b281 Random names for dummy files 2016-07-01 12:06:49 +02:00
Déborah Servili 29476b6eba Add examples "create_dummy_event" and "create_massive_dummy_events" 2016-07-01 10:33:44 +02:00