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

[REQUEST] Allow Strelka Clients to do Global Hash-Based De-duplication #399

Open
ryanohoro opened this issue Sep 26, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@ryanohoro
Copy link
Collaborator

ryanohoro commented Sep 26, 2023

Is your feature request related to a problem? Please describe.

Strelka clients cannot query what files Strelka already has in the Gatekeeper cache. This causes clients to consume excessive bandwidth when clients send duplicate files to the Frontend, where they are hashed and the Gatekeeper cache is utilized.

Describe the solution you'd like

Enhance the Strelka client GRPC protocol to allow the clients to send a hash to the Frontend, and receive a response that includes the Gatekeeper cache status, and optionally the age of the cache entry. Clients receiving a cache hit response SHOULD NOT send the cached file to the Frontend UNLESS the client request is configured to ignore Gatekeeper caching.

Describe alternatives you've considered

It may also be desirable to implement local hash-based de-duplication in the clients, depending on how sensitive an environment is to connection volume, rather than bandwidth. However, global de-duplication is easier to implement and is more useful at large scales.

Additional context

@ryanohoro ryanohoro added the enhancement New feature or request label Sep 26, 2023
@derfel1989
Copy link

@ryanohoro SecurityOnion already produces what you want.

You can do reverse engineering and bring this feature to your environment.

@phutelmyer phutelmyer removed their assignment Oct 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants