intelowlproject / IntelOwl

IntelOwl: manage your Threat Intelligence at scale
https://intelowlproject.github.io
GNU Affero General Public License v3.0
3.19k stars 400 forks source link

Malprob analyzer, closes #1521 #2357

Closed g4ze closed 3 weeks ago

g4ze commented 4 weeks ago

closes #1521

Description

Please include a summary of the change and link to the related issue.

Type of change

Please delete options that are not relevant.

Checklist

Important Rules

g4ze commented 4 weeks ago

kindly check the flow, if that is what we exactly want.

mlodic commented 4 weeks ago

ah, another thing: you could use the method disable_for_rate_limit that we use for instance for Greynoise in case of 204. https://github.com/intelowlproject/IntelOwl/blob/master/api_app%2Fanalyzers_manager%2Fobservable_analyzers%2Fgreynoiseintel.py#L58

In that way IntelOwl would disable momentarily the analyzer to avoid to do additional useless requests

mlodic commented 3 weeks ago

DIE has been merged