Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Accessing specific value for misp_event_tags #20

Open
kmussa opened this issue Apr 3, 2020 · 0 comments
Open

Accessing specific value for misp_event_tags #20

kmussa opened this issue Apr 3, 2020 · 0 comments

Comments

@kmussa
Copy link

kmussa commented Apr 3, 2020

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.

  • actions:
    • drop
      conditions:
    • misp_event_tags[?analyst] == true

Am I doing this right or is there something I am missing?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant