Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

caching system when running as local transform #27

Open
cvandeplas opened this issue Apr 5, 2020 · 0 comments
Open

caching system when running as local transform #27

cvandeplas opened this issue Apr 5, 2020 · 0 comments

Comments

@cvandeplas
Copy link
Member

cvandeplas commented Apr 5, 2020

When running as local transform it would be good to have a caching system to allow MISP_maltego to not query everything from the MISP instance.

The challenge in implementing this lies in the question "how long should a cache be valid?"

Usually data in MISP will likely not change within minutes, on the other hand feature request #18 From Maltego to MISP will require immediate interaction.

Ideas:

  • only work if it's running as local transform. (as remote transform it would breach data confidentiality)
  • implement caching by default for X minutes
  • if upload to MISP is done, purge cache (completely or for the edited event)
@cvandeplas cvandeplas changed the title build caching system when running as local transform caching system when running as local transform Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant