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
Describe the bug
ThreatResponse analyzer fails with a stack trace
To Reproduce
Steps to reproduce the behavior:
Enable analyzer
Run analyzer
Expected behavior
The analyzer to not fail and return results
Complementary information
Threat Response v1.47 pushed a breaking change to the /observe/observables API the module_type property has been removed from the response
Describe the bug
ThreatResponse analyzer fails with a stack trace
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The analyzer to not fail and return results
Complementary information
Threat Response v1.47 pushed a breaking change to the
/observe/observables
API themodule_type
property has been removed from the responseWork environment
Possible solutions
Remove lines using
module_type
:https://github.com/TheHive-Project/Cortex-Analyzers/blob/master/analyzers/ThreatResponse/ThreatResponse.py#L85
https://github.com/TheHive-Project/Cortex-Analyzers/blob/master/analyzers/ThreatResponse/ThreatResponse.py#L100
Remove explicit check for
AMPInvestigateModule
module:https://github.com/TheHive-Project/Cortex-Analyzers/blob/master/analyzers/ThreatResponse/ThreatResponse.py#L211
The text was updated successfully, but these errors were encountered: