Raphaël Vinot
6eb807381d
Properly initialize a new malware sample
2017-09-18 15:37:55 +01:00
Raphaël Vinot
b1989f16f2
Merge branch 'objects'
2017-09-18 11:43:48 +01:00
Raphaël Vinot
6dfaa78722
Allow to get the list of known types out of MISPEvent again
2017-09-14 14:34:53 +02:00
Raphaël Vinot
b3c15da967
Merge branch 'objects' of github.com:MISP/PyMISP into objects
2017-09-12 16:55:29 +02:00
Raphaël Vinot
da2b28a927
Use MISPAbstract as a master class everywhere.
...
This is probably breaking everything.... ¯\_(ツ)_/¯
2017-09-12 16:46:06 +02:00
iglocska
b337e77070
changed source => object / destination => referenced
2017-09-07 16:09:45 +02:00
iglocska
c15b82c45a
Changed two fields in object references
...
- source_uuid => object_uuid
- destination_uuid => referenced_uuid
2017-09-07 14:01:13 +02:00
Raphaël Vinot
b74e558f75
Some more refactoring
2017-08-31 10:40:18 +02:00
Raphaël Vinot
74037cb6fa
Some more refactoring and cleanup
2017-08-30 12:47:32 +02:00
Raphaël Vinot
2bc0745fbf
Refactoring in order to load objects
2017-08-28 19:16:20 +02:00
edhoedt
bd6deba55e
Fixing undefined ressources_path
2017-08-24 17:09:19 +02:00
Raphaël Vinot
e567ddc877
Update function names in mispevent
2017-08-24 17:09:16 +02:00
Raphaël Vinot
314f7eaed1
Re-enable python < 3.5 support.
2017-08-23 16:55:32 +02:00
Raphaël Vinot
77845bd813
Update file/pe/pe-sections objects creator.
2017-08-23 15:37:04 +02:00
Raphaël Vinot
3c443095e8
Exact match on the value when adding tag.
2017-08-22 10:07:34 +02:00
Raphaël Vinot
622a5701ee
Fix typo in variable name.
2017-07-27 17:14:49 +02:00
Raphaël Vinot
0c86d489b6
Merge pull request #99 from edhoedt/patch-1
...
Fixing undefined ressources_path
2017-07-27 16:02:27 +02:00
Raphaël Vinot
0db710a586
Allow to load the event_id in MISPAttrbute
2017-07-27 15:42:56 +02:00
edhoedt
b4dea5173f
Fixing undefined ressources_path
2017-07-27 14:54:02 +02:00
Raphaël Vinot
41b5672360
Doesn't require describe_types in MISPAttribute's constructor.
2017-07-26 11:28:50 +02:00
Raphaël Vinot
1d6c63c54c
Doesn't require describe_types in MISPAttribute's constructor.
2017-07-26 10:10:12 +02:00
Sebastian Wagner
5a85788c5d
Fix shebangs and executable permissions
...
Files containing a shebang should be executable (examples/*.py)
Non-executable files should not contain a shebang (pymisp/...)
spotted with rpmlint
2017-07-24 13:27:28 +02:00
Raphaël Vinot
9fc631cc85
Simplfy MISPEvent.add_attribute
2017-07-12 11:25:41 +02:00
Raphaël Vinot
481c8e4790
Revert "Simplfy MISPEvent.add_attribute"
...
This reverts commit f64f42ac71
.
2017-07-12 11:24:21 +02:00
Raphaël Vinot
f64f42ac71
Simplfy MISPEvent.add_attribute
2017-07-12 11:08:58 +02:00
Hannah Ward
64f1edd5b4
fix: If array passed to add_attrib, add each individually
2017-06-16 12:25:27 +01:00
Alexandre Dulaunoy
b73435949f
Typo fixed
...
Paris is not the center of the world as the idiot of the World village
would said.
2017-06-02 09:12:00 +02:00
Raphaël Vinot
bcb3b8cdfb
Update validation
...
* Allow strict validation
* Add workaround to avoid all JSON dumps from MISP <=2.4.70 to fail
2017-04-09 00:02:02 +02:00
Nick Driver
d9bef7d65e
extended the Windows fix to lines 168 and 471
2017-03-15 09:03:02 -04:00
Nick Driver
4aa0df9d1f
publish_timestamp Windows 7 Fix
...
On Windows 7 datetime.datetime.fromtimestamp(int(0)) returns a date before 1970, which causes the script to crash. This fixes the bug.
2017-03-14 11:07:31 -04:00
Raphaël Vinot
a7e66ca5db
Allow to pass None to to_ids, default to sane default
2017-03-14 15:58:54 +01:00
Raphaël Vinot
c875fde6ea
Merge branch 'master' of github.com:MISP/PyMISP
2017-03-12 23:05:25 +01:00
Raphaël Vinot
638ad3d4b7
Update types, allow 0 as attribute value
2017-03-12 23:05:13 +01:00
Hannah Ward
b3376183c0
fix: Entrypt isn't a word!
...
fixes #59
2017-03-09 16:36:30 +00:00
Raphaël Vinot
8175a0ecf0
Security fix: do not try to load any valid path as a MISP Event.
...
The MISP Event loader was trying to open any string passed as parameter
if is an existing filepath. Anything that isn't a valid MISP event would
raise an exception, but I can see it used for malicous purposes.
load_file is will do the same, but the user can decide if it is safe to
use.
2017-02-27 11:28:12 +01:00
Richard van den Berg
ef69016e4a
Allow 'Your organisation only' distribution for attributes
2017-02-21 11:07:57 +01:00
Raphaël Vinot
6b5f347423
Merge branch 'master' of github.com:MISP/PyMISP
2017-02-07 14:03:22 +01:00
Raphaël Vinot
b66e1258a7
Fix error message
2017-02-07 14:03:10 +01:00
Hannah Ward
98a008e67a
fix: Don't auto-publish events
2017-02-06 11:06:37 +00:00
Raphaël Vinot
2b9663cdf4
Bug fixes
...
* Improve version checking
* Fix attribute update
2017-01-27 11:58:00 +01:00
Raphaël Vinot
48e1211ed8
Allow to add a tag to a MISPEvent and MISPAttribute
2017-01-26 14:36:01 +01:00
Raphaël Vinot
b26c021b0e
Fix typo
2017-01-19 19:07:24 -05:00
Raphaël Vinot
2bcc4163ad
Add support for attribute level tagging
2017-01-17 18:20:24 -05:00
Raphaël Vinot
351ad53c97
Merge branch 'master' of git://github.com/cgi1/PyMISP into cgi1-master
2017-01-16 14:43:07 -05:00
Raphaël Vinot
748136f3f1
Allow to update an event by UUID, syntax fixes.
2017-01-16 14:41:32 -05:00
Hannah Ward
78cef06963
new: Added ability to disable correlation on attributes
2017-01-16 09:52:35 +00:00
cgi
60c02cb5e9
+ separate function change_sharing_group using update_event
2017-01-09 16:19:20 +01:00
Raphaël Vinot
b2752bd8d5
Load RelatedEvent as MISPEvent.
...
Fix #76
2017-01-06 16:24:39 -05:00
Raphaël Vinot
585ca9cd08
Allow to mark an attribute as deleted in a MISPEvent
...
Related to #33
2017-01-02 16:53:23 +01:00
Raphaël Vinot
d4489d9c34
Fix sharing group distribution level.
...
Fix https://github.com/MISP/MISP/issues/1761
2016-12-14 15:17:33 +01:00