Generating Feed with feed-generator-from-redis #953
Replies: 1 comment
-
I found another solution and used the example for feed generation from https://github.com/MISP/PyMISP/blob/main/docs/tutorial/FullOverview.ipynb Together with server.py (from feed-generator-redis) I was able to generate and import the files as wished. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
I am trying to create a feed (with the example (feed-generator-from-redis), as there is no MISP server available on the feed side) This also works. However, when I add two objects they are always bound to a single event.
I would like to have a separate event in MISP for each entry.
Here is the code of my test file.
I probably need to change this in the
generator.py
instead of this file?Thank you and best regards
Beta Was this translation helpful? Give feedback.
All reactions