Raphaël Vinot
57778d2b0b
Merge branch 'patch-8' of https://github.com/Deventual/PyMISP into Deventual-patch-8
2017-08-04 19:17:26 +02:00
Hannah Ward
394c312d0d
new: Add ZMQ publishing method
2017-08-03 16:17:37 +01:00
Deventual
a9d4ab829b
Update api.py
2017-08-03 14:22:48 +03:00
Deventual
c8d962a594
Implemented much faster publish method to replace the old one
...
new publish method that is less resourceful and also having the ability to send emails (same as the web interface).
The method depends on the publish misp api method instead of update.
2017-08-03 14:19:48 +03:00
Raphaël Vinot
533b69d944
Update path to roles API
2017-07-31 17:28:47 +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
Raphaël Vinot
2fd3b05202
Update accordingly to the current server implementation
2017-07-24 17:16:40 +02:00
Raphaël Vinot
c97b4de70d
Merge pull request #98 from wagner-certat/fix-shebang-exec
...
Fix shebangs and executable permissions
2017-07-24 16:39:02 +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
0c66d80dd1
Re-enable python2 support...
2017-07-22 22:22:39 +02:00
Raphaël Vinot
78488db7aa
Initial commit supporting MISP Objects
2017-07-21 20:34:56 +02:00
Raphaël Vinot
14fcc5f586
Fix typo in the method name
2017-07-21 15:16:00 +02:00
Raphaël Vinot
f679e8aa7d
Update describe types
2017-07-21 10:12:32 +02:00
Raphaël Vinot
e304535b72
Improve document generation
2017-07-20 16:46:19 +02:00
Raphaël Vinot
5f94ad3104
Add test of the authkey, update warnings.
2017-07-20 15:33:15 +02:00
Raphaël Vinot
49de3a8951
Remove useless import
2017-07-20 10:22:20 +02:00
Raphaël Vinot
fe829b8f4d
Search paramaters validation.
...
Fix #96
2017-07-18 12:07:47 +02:00
Raphaël Vinot
59f9b37b5e
Allow to pass a bytestream to upload_sample.
...
Fix #101
2017-07-18 11:26:09 +02:00
Raphaël Vinot
9f595251d5
Add sample for get_attachment
2017-07-18 11:15:28 +02:00
Raphaël Vinot
af636812fd
Fix get_attachment.
...
Fix #105
2017-07-18 10:55:49 +02:00
Raphaël Vinot
e39d014ddc
Update describeTypes.json
2017-07-17 16:49:40 +02:00
Raphaël Vinot
ae40bf5d1b
Allow to list roles and tags on a MISP instance
2017-07-15 20:35:58 +02:00
Raphaël Vinot
c91849b468
Improve errors flattening
2017-07-15 20:35:00 +02:00
Raphaël Vinot
cd7f928382
Version bump
2017-07-12 16:16:45 +02:00
Raphaël Vinot
d0eb1252ae
Avoid a comment set to NoneNone
...
Fix https://github.com/MISP/misp-modules/issues/127
2017-07-12 12:13:34 +02:00
Raphaël Vinot
e96f540041
Merge pull request #110 from spacepatcher/master
...
Add handling a string response
2017-07-12 12:00:37 +02:00
Alex Bolshakov
e17502999c
Merge pull request #1 from spacepatcher/spacepatcher-patch-api
...
Add handling a string response
2017-07-12 12:52:31 +03:00
Alex Bolshakov
8b0c379b7f
Add handling a string response
...
To avoid AttributeError when variable to_return is a string with a value "Pull queued for background execution."
2017-07-12 12:51:26 +03: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
Raphaël Vinot
bb9642445a
Revert "Fix OpenIOC import"
...
This reverts commit acd6d8b052
.
2017-07-12 11:07:54 +02:00
Raphaël Vinot
acd6d8b052
Fix OpenIOC import
2017-07-12 10:49:45 +02:00
Raphaël Vinot
a0273b8a43
Merge branch 'master' of github.com:CIRCL/PyMISP
2017-07-11 16:15:59 +02:00
Raphaël Vinot
1b87403c0f
Merge pull request #95 from obsidianpentesting/master
...
Create cache feeds function in PyMISP
2017-07-07 09:45:01 +02:00
obsidianpentesting
17e44c1c74
Example script to invoke the cache_all_feeds() from PyMISP.
2017-07-06 16:07:34 -05:00
obsidianpentesting
c18d5cac6d
Simple function to cache all feeds at once. This is almost identical to fetch_feed. In the future, I would like to specify the scope to include other values.
2017-07-06 16:06:59 -05:00
Raphaël Vinot
cf4a7f10c3
Merge pull request #109 from raw-data/master
...
Fix suricata_search and new PyMISP methods
2017-07-04 00:42:50 +02:00
raw-data
6139caae2f
exposing more feeds functions (for which _isRest() is available) to the API
2017-07-03 21:56:44 +01:00
raw-data
8b90a85254
fix args.quiet and status msgs
2017-07-03 21:16:38 +01:00
Alexandre Dulaunoy
10d5d629f4
doc version updated to 2.4.71
2017-06-30 08:51:25 +02:00
Alexandre Dulaunoy
b846460189
Merge pull request #107 from raw-data/master
...
multi-threaded suricata search
2017-06-28 21:53:41 +02:00
raw-data
73b66af0d3
add multithreaded suricata search code, fetching ids rules based on parameters and terms
2017-06-28 14:21:43 +01:00
Alexandre Dulaunoy
4a21727b2f
Merge branch 'master' of github.com:CIRCL/PyMISP
2017-06-20 12:23:19 +02:00
Alexandre Dulaunoy
4f66996366
Merge pull request #92 from deralexxx/patch-4
...
use misp_verifycert
2017-06-20 12:00:32 +02:00