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
This issue tracks the remaining work for the DFIQ Analyzer framework, following the backend implementation in PR #3178. That PR introduced the core framework for executing analyzers based on investigative approaches defined in DFIQ objects.
Next Steps:
Testing:
Add unit tests for the dfiq_plugin/manager.py (e.g., test analyzer loading, execution, error handling).
Add unit tests for the tasks.py additions (e.g., test DFIQ analyzer task creation and execution).
Analyzer Development:
Add one basic DFIQ analyzer to showcase the feature (e.g., an analyzer that checks for specific events related to a common attack technique). This will serve as an example for developers and users.
Documentation:
Update documentation on how to build and use DFIQ analyzers. Include guidelines on analyzer structure, registration, and DFIQ approach mapping.
Frontend Integration:
Add the analyzer status and verdicts to the frontend of the DFIQ card. This will allow users to easily monitor the progress and results of DFIQ-triggered analyses.
The text was updated successfully, but these errors were encountered:
This issue tracks the remaining work for the DFIQ Analyzer framework, following the backend implementation in PR #3178. That PR introduced the core framework for executing analyzers based on investigative approaches defined in DFIQ objects.
Next Steps:
dfiq_plugin/manager.py
(e.g., test analyzer loading, execution, error handling).tasks.py
additions (e.g., test DFIQ analyzer task creation and execution).The text was updated successfully, but these errors were encountered: