lookyloo icon indicating copy to clipboard operation
lookyloo copied to clipboard

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

Open adulau opened this issue 1 year ago • 2 comments

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

adulau avatar Apr 21 '23 08:04 adulau

  • 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 avatar Apr 25 '23 11:04 Rafiot

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 (?)

Rafiot avatar Apr 26 '23 13:04 Rafiot