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

Implement SSDeep based document retrieval #2109

Open
drewfarris opened this issue Sep 29, 2023 · 0 comments
Open

Implement SSDeep based document retrieval #2109

drewfarris opened this issue Sep 29, 2023 · 0 comments
Assignees

Comments

@drewfarris
Copy link
Collaborator

drewfarris commented Sep 29, 2023

In #2085 we implemented the ability to retrieve similar SSDeep hashes for a query hash using an ngram index.

For this issue, extend that capability so that we can retrieve similar documents for an SSDeep hash query. This will involve two retrieval passes - the first to find similar SSDeep hashes for a query SSDeep hash, the second to find the documents / metadata that contain those SSDeep hashes. The response should look like a regular document query, returning a list of the fields for each retrieved document.

Conceptually, this could be similar to the /lookupContentUUID API call.

@drewfarris drewfarris self-assigned this Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant