You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.
Is your feature request related to a problem?
Yes. Currently the plugin doens't get the attributes included in an object, even if them are others IoC (Indicator of compromise).
Describe the solution you'd like
It's enough to change the following line in node.py
attributes = event.get('Attribute', [])
with this:
And then, mineme-misp will get event the IoC included in the objects list.
The text was updated successfully, but these errors were encountered: