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?
Hello, I am trying to further filter my indicators using the aggregators "conditions" infilter. From the MISP miner, we get these as tags:
"misp_event_tags": [
"mcgill:restricted",
"canssoc:discovery-method="analyst"",
"canssoc:recommended-action="exclude"",
"canssoc:source-reliability="a"",
"canssoc:event-classification="safelist"",
"tlp:green"
],
And I having no luck using JMESPath expression for eg.
conditions:
true
Am I doing this right or is there something I am missing?
The text was updated successfully, but these errors were encountered: