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

[Feature]: Ressources in tree - downloading and view other hash values #670

Open
adulau opened this issue Apr 21, 2023 · 2 comments
Open

Comments

@adulau
Copy link
Contributor

adulau commented Apr 21, 2023

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

The resource tree is very interesting for further analysis and correlation. But missing other hash values (SHA1, MD5, SHA256) is blocking the ability to search similar element in other platform such as MISP or VT.

Describe the solution you'd like

  • Adding an option to the resource in the tree to download the element
  • Adding other hash values in the resource tree.

Describe alternatives you've considered

No response

Additional context

No response

@Rafiot
Copy link
Member

Rafiot commented Apr 25, 2023

  • Downloading the element is possible from the popup you get when you click on a node of the tree: you need to click on the logo representing the file type in the response box. I'll add that option from the body_hashes page.
  • For the other hashes, I'll see how I can do that efficiently: it is not computed by default so it is also not cached. It will need to be computed on-demand.

Rafiot added a commit that referenced this issue Apr 26, 2023
@Rafiot
Copy link
Member

Rafiot commented Apr 26, 2023

I added a way to submit any resource to Pandora, which will then take care of generating the hashes. It's a bit different than the request, but I think will be more useful (?)

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

2 participants