-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENH: Caching, advanced mapping and separating events for MISP Feed output bot #2509
Open
kamil-certat
wants to merge
17
commits into
certtools:develop
Choose a base branch
from
kamil-certat:misp_feed_mapping
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jul 16, 2024
-
ENH: Add possibility to delay generating MISP Feed
Generating MISP feed on every incoming message slows down processing. The new config option let us decide to save them in batches. Cached events are stored in a cache list in Redis. In addition, a code related to Python 3.6 was removed as we do not support this version any more.
Configuration menu - View commit details
-
Copy full SHA for 5caa3e0 - Browse repository at this point
Copy the full SHA 5caa3e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for efb761d - Browse repository at this point
Copy the full SHA efb761dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b38bbf7 - Browse repository at this point
Copy the full SHA b38bbf7View commit details -
The bot can now construct an event much more alligned to custom needs, allowing setting comments and selecting just a subset of fields to export
Configuration menu - View commit details
-
Copy full SHA for 659b941 - Browse repository at this point
Copy the full SHA 659b941View commit details -
ENG: Add support for creating separated MISP Events
With `event_separator` parameter, user can decide to create more than one MISP event in the output bot and group incomming messages based on given field. In additon, the message library was fixed not to modify the parameter directly.
Configuration menu - View commit details
-
Copy full SHA for 62a87e3 - Browse repository at this point
Copy the full SHA 62a87e3View commit details -
A lot of tests depend on that, so it looks currently risky to change.
Configuration menu - View commit details
-
Copy full SHA for 2b8b617 - Browse repository at this point
Copy the full SHA 2b8b617View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3006220 - Browse repository at this point
Copy the full SHA 3006220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2f8b7 - Browse repository at this point
Copy the full SHA 6b2f8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c86980 - Browse repository at this point
Copy the full SHA 3c86980View commit details -
Configuration menu - View commit details
-
Copy full SHA for d014e93 - Browse repository at this point
Copy the full SHA d014e93View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ac8e2 - Browse repository at this point
Copy the full SHA b1ac8e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ddfb3 - Browse repository at this point
Copy the full SHA 85ddfb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c33962 - Browse repository at this point
Copy the full SHA 7c33962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05f4aef - Browse repository at this point
Copy the full SHA 05f4aefView commit details -
Configuration menu - View commit details
-
Copy full SHA for c57121a - Browse repository at this point
Copy the full SHA c57121aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b8fac7 - Browse repository at this point
Copy the full SHA 2b8fac7View commit details
Commits on Aug 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c4f6b7e - Browse repository at this point
Copy the full SHA c4f6b7eView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.