user
2963303404
Merge branch 'master' of https://github.com/MISP/PyMISP
2018-03-26 17:04:10 +02:00
Raphaël Vinot
9e44ec6616
fix: Properly create fail2ban object
2018-03-26 17:03:16 +02:00
Raphaël Vinot
22c874e479
fix: Add Info field to the event
2018-03-26 13:58:33 +02:00
Raphaël Vinot
ecf9bd549f
fix: disable email object for python <3.6
2018-03-26 13:42:55 +02:00
Raphaël Vinot
8ebb963adf
new: add preliminary fail2ban object
2018-03-26 12:07:40 +02:00
Raphaël Vinot
f805171c51
chg: Bump Changelog
2018-03-23 10:06:05 +01:00
Raphaël Vinot
6fd7db2ec0
chg: Bump version
2018-03-23 10:05:27 +01:00
Raphaël Vinot
330cc86d06
chg: Bump Changelog
2018-03-23 10:03:14 +01:00
Raphaël Vinot
f8c18c027e
fix: test files
2018-03-22 16:19:02 +01:00
Raphaël Vinot
98a6e070ab
chg: Bump misp-objects
2018-03-22 15:19:21 +01:00
Raphaël Vinot
5c6314c45c
new: Add email object generator
2018-03-18 23:21:29 +01:00
Sami Mokaddem
fdd9833cd0
Update README.md
...
Replaced WHAT by Description
2018-03-13 17:26:55 +01:00
Sami Mokaddem
cd85238b29
Update README.md
...
Added example of flush operation
2018-03-13 17:24:19 +01:00
Alexandre Dulaunoy
ba98c71abc
Merge pull request #204 from mokaddem/redis-feed-generator
...
Realtime feed generator
2018-03-12 17:07:57 +01:00
Sami Mokaddem
6553519e3b
Added more examples
2018-03-12 16:55:21 +01:00
Sami Mokaddem
364d685e0c
Added usage in README
2018-03-12 16:40:06 +01:00
Sami Mokaddem
91262662c4
Added MISPItemToRedis and updated readme accordingly
2018-03-12 16:13:34 +01:00
Sami Mokaddem
39fc05aad9
Updated readme 2
2018-03-12 15:41:02 +01:00
Sami Mokaddem
80517aaf41
Updated readme
2018-03-12 15:34:12 +01:00
Sami Mokaddem
38c22ba954
Moved object constructor into their own folder
2018-03-12 15:22:58 +01:00
Sami Mokaddem
d898bb3857
feature: Added support of MISP object constructor instead of the generic_generator
2018-03-12 15:17:25 +01:00
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