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

[Bug] Inconsistencies with indexer #932

Open
Rafiot opened this issue Aug 26, 2024 · 2 comments
Open

[Bug] Inconsistencies with indexer #932

Rafiot opened this issue Aug 26, 2024 · 2 comments
Assignees
Labels

Comments

@Rafiot
Copy link
Member

Rafiot commented Aug 26, 2024

What happened?

  1. As long as the indexer hasn't been triggered for a capture, the analytical tools will provide incomplete/confusing results: depending on the value, it will either show no correlations at all (the CERT PL fuzzy hash), or only show other captures that have been indexed, but not the new ones
  2. When looking at the list of correlating captures for a specific indicator, the number will often be lower than the number of captures. That's because the current code doesn't show the captures archived (for speed)

Solution for 1:
Inform the user that the current capture hasn't been indexed yet

Solution for 2:
Paginate the results and let the user show them all, but don't load the complete list at once.

If the issue is related to the web interface, what browsers are you seeing the problem on?

No response

Relevant log output

No response

@Rafiot Rafiot added the Bug label Aug 26, 2024
@Rafiot Rafiot self-assigned this Aug 26, 2024
@Rafiot
Copy link
Member Author

Rafiot commented Aug 29, 2024

Solution for 1 is implemented: 1085932

Solution for 2 will take more time.

@Rafiot
Copy link
Member Author

Rafiot commented Oct 15, 2024

Update: Solution for 2 is partially implemented as we display the first page. But no way to see the other pages (on the UI) yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants
@Rafiot and others