Question
Identifying @ID of indicator attached to Alert record.
Whats the correct method for pulling the "@ID" value of the indicators that are attached to the record? Im trying to assign it to a variable using the syntax:
{{ (((vars.input.records[0]['@id'] + "?$relationships=true") | fromIRI).indicators)|json_query("[].'@id'") }}
The use case is so I can then do an in if statement against the type and the reputation of the indicator, to return the value (which will be the URL) of only URL indicators that have malicious reputations.
