Commit Graph

1279 Commits (10ccd637d9b3ece6703bdcfa735177fb5cb71ed3)

Author SHA1 Message Date
Sami Mokaddem 81d3532877 Added brief object description 2018-03-12 10:25:25 +01:00
Sami Mokaddem aa3f3b85f0 removed unused function 2018-03-12 10:19:05 +01:00
Alexandre Dulaunoy 658b149db1
Merge pull request #203 from weslambert/master
fix typo(s)
2018-03-10 14:06:35 +01:00
weslambert 58dd9878de
fix typo(s) 2018-03-10 08:04:18 -05:00
Sami Mokaddem e1a9fe1d85 Generator handles file flushing itself 2018-03-09 17:06:00 +01:00
Sami Mokaddem f6828c4394 Added description of generator object 2018-03-09 15:51:26 +01:00
Sami Mokaddem 828aa8e6e3 Updated README 2018-03-09 15:39:19 +01:00
Sami Mokaddem fdaa4c790c Creation of the generator object which permit to easily add attributes
and objects to daily events, stored as a MISP feed.
Plus, script fromredis which pops queue element in redis to put them in
the feed
2018-03-09 15:31:13 +01:00
Sami Mokaddem 61ce67cd1c Added install script 2018-03-08 17:39:14 +01:00
Sami Mokaddem c04a3709f9 Added support of MISP Object 2018-03-08 17:33:39 +01:00
Sami Mokaddem 22efb64f14 Overhall seems to work, need testing 2018-03-08 14:19:28 +01:00
Sami Mokaddem 188c452a39 Init draft of redis to feed 2018-03-08 12:01:35 +01:00
Raphaël Vinot 4b50fc49c9
Merge pull request #198 from RichieB2B/client-cert
Point to right anchor for client side certificates
2018-02-26 17:27:20 +01:00
Raphaël Vinot 7195c6580a
Merge pull request #197 from RichieB2B/misp2cef
Add misp2cef example
2018-02-26 17:26:54 +01:00
Raphaël Vinot d7d5fb37ec
Merge pull request #196 from RichieB2B/ncsc-nl/from_dict
Fix misp2clamav
2018-02-26 17:26:23 +01:00
Richard van den Berg 079048545c Point to right anchor for client side certificates 2018-02-26 17:04:38 +01:00
Richard van den Berg 7dd2f54196 Add misp2cef example 2018-02-26 16:51:14 +01:00
Richard van den Berg a04388f99a Use from_dict 2018-02-26 11:25:14 +01:00
Raphaël Vinot 6a3b05fd25 fix: do not try to upload objects in case make_binary_objects fails
Fix #192
2018-02-23 11:17:54 +01:00
Raphaël Vinot 239f9c533a
Merge pull request #195 from ANSSI-BSOD/patch-1
add search on sighting
2018-02-22 16:18:08 +01:00
ANSSI-BSO-D 9087768b1d
add search on sighting
added the possibility to search sightings : 
Here some example : 
```python
print(misp.sighting_list(424242))
```
The answer will give a sighting list corresponding to the attribute 424242.
```python
print(misp.sighting_list(element_id=42, org_id=2, scope=event))
```
The return will be a sighting list of event 42 with a filter for organisation 2.
2018-02-21 15:12:26 +01:00
Raphaël Vinot 62fb26fafd
Merge pull request #189 from neok0/master
add attributes within objects as well, for tagging via value/id/uuid
2018-02-19 11:49:50 +01:00
Raphaël Vinot 00788848ef
Merge pull request #190 from chrisr3d/master
Method to return an object by uuid
2018-02-19 09:45:03 +01:00
chrisr3d cc9395db99
fix: typo 2018-02-19 09:16:27 +01:00
Tobias Mainka 443acd9a47 add attributes within objects as well, for tagging via value/id/uuid 2018-02-16 18:35:45 +01:00
chrisr3d e359f22575
new: Method to return an object by uuid 2018-02-16 09:47:07 +01:00
Raphaël Vinot 9f453e98fa Merge branch 'master' of github.com:MISP/PyMISP 2018-02-13 11:37:34 +01:00
Raphaël Vinot 0b945556ec fix: Update reference test cases 2018-02-13 11:37:26 +01:00
Raphaël Vinot 7b32bfd1da chg: Bump Changelog. 2018-02-13 11:30:28 +01:00
Raphaël Vinot 0a42660311 chg: version bump 2018-02-13 11:29:08 +01:00
Raphaël Vinot b330a3106f chg: Bump misp-objects 2018-02-13 11:26:17 +01:00
Raphaël Vinot cd6b596574 new: APIs to manage sharing groups
Fix #185
2018-02-13 11:25:05 +01:00
Raphaël Vinot 3e8e588846 new: returnMetaAttributes flag for freeTextImport API
Fix #188
2018-02-13 10:50:51 +01:00
Raphaël Vinot 45d5f44e24 Merge branch 'master' of github.com:MISP/PyMISP 2018-02-08 11:19:20 +01:00
Raphaël Vinot 14c2f2780b chg: Bump describeTypes (add mime) 2018-02-08 11:19:10 +01:00
Alexandre Dulaunoy fa1a780929
Merge pull request #186 from cudeso/master
Prevent unpublished events to be included in feed
2018-02-06 22:17:37 +01:00
Koen Van Impe b6eb65c77f Prevent unpublished events to be included in feed
Change default proposed config
2018-02-06 21:41:03 +01:00
Raphaël Vinot d9fb66690e chg: Bump misp-objects 2018-02-06 12:06:17 +01:00
Raphaël Vinot 9349e04e19 chg: Bump describeType 2018-02-05 16:51:15 +01:00
Raphaël Vinot a1d4b338fc chg: Bump describeType 2018-02-02 15:29:10 +01:00
Raphaël Vinot 05bbfac658 fix: Encode string in _encode_file_to_upload 2018-01-29 10:30:37 +01:00
Raphaël Vinot f9063ad588 chg: Version bump 2018-01-28 20:55:43 +01:00
Raphaël Vinot 659ba8291d chg: Bump Changelog 2018-01-28 20:53:34 +01:00
Raphaël Vinot bdf1dfe63c fix: Only skip test for 3.0->3.5 2018-01-28 20:40:09 +01:00
Raphaël Vinot ab9e6aabf5 fix: sys.api_version -> sys.version_info 2018-01-26 21:41:53 +01:00
Raphaël Vinot 1cb1672998 chg: Skip sample upload test on python 3.4 2018-01-26 21:36:09 +01:00
Raphaël Vinot e589acd495 Revert "chg: Re-enable python3.4 on travis..."
Lief doesn't support python 3.4

This reverts commit 35a8d92ace.
2018-01-26 21:11:25 +01:00
Raphaël Vinot 35a8d92ace chg: Re-enable python3.4 on travis... 2018-01-26 21:06:38 +01:00
Raphaël Vinot 825fa5361b chg: Bump misp-object & describeTypes 2018-01-26 20:27:56 +01:00
Raphaël Vinot e937c3ae81 new: Add bindings for Galaxies and Taxonimies 2018-01-26 17:02:47 +01:00