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
Trying to create a reporting responder using the following reporter as a base. I want the responder to fetch all analyzer job results for each observable in case. The purpose is to have all information included in the report(for a case) so the analyst can edit/remove what is required or not in the final report.
I've checked the Cortex4py documentation and you can get (ex: per name or id)the analyzer and jobs details but there is no way to narrow it down to a specific case(using the case ID for example).
Basically, I would like to be able to programatically get all analyzer job results for each observable in a case.Is it something that is feasible? If not, is it a capability that could be implemented?
Thanks
The text was updated successfully, but these errors were encountered:
Trying to create a reporting responder using the following reporter as a base. I want the responder to fetch all analyzer job results for each observable in case. The purpose is to have all information included in the report(for a case) so the analyst can edit/remove what is required or not in the final report.
I've checked the Cortex4py documentation and you can get (ex: per name or id)the analyzer and jobs details but there is no way to narrow it down to a specific case(using the case ID for example).
Basically, I would like to be able to programatically get all analyzer job results for each observable in a case.Is it something that is feasible? If not, is it a capability that could be implemented?
Thanks
The text was updated successfully, but these errors were encountered: