FIR
FIR copied to clipboard
Rework module `fir_threatintel` : move Yeti API calls to the backend, use v2 API endpoints
This PR fixes multiple issues in module fir_threatintel:
- API calls to Yeti are moved to the backend
- Yeti
/v2/endpoints are now called - The yeti API key can now be globally defined. User specific keys are also possible
- One UI glitch arising when having multiple tags on an incident has been fixed (tags were not correctly placed on observables)