[discussion] Mispwarninglist analyzer speed issue and proposed improvement #731
Labels
category:enhancement
Issue is related to an existing feature to improve
scope:analyzer
Issue is analyzer related
Milestone
It happens that we run this analyzer on multiple osservable and then the server situation is something like:
All the scripts runs for dozens of hours and nothing else can be run until they finish so we decided to change approach.
Our solution is to put everything on a postgres database and search it if enable.
You still need to pull lists as usual and then with a script provided you can insert them on the database. The script provides also a simple validation in order to avoid entering invalid tld or wrong ip.
The results and template are very similar, the main difference is timing.
The text was updated successfully, but these errors were encountered: