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

Upload encrypted ZIP (file observable) #210

Open
bullerdude opened this issue May 17, 2017 · 2 comments
Open

Upload encrypted ZIP (file observable) #210

bullerdude opened this issue May 17, 2017 · 2 comments
Assignees

Comments

@bullerdude
Copy link

bullerdude commented May 17, 2017

Request Type

Feature Request

Work Environment

The Hive v2.11

Problem Description

It is currently not possible to upload malware samples stored within ZIP files encrypted with the password 'infected' and for it to be auto-extracted for storage.

Possible Solutions

Ideally, The Hive should support uploading malware samples contained in ZIP files (as per normal malware safe handling procedures) and have it auto-extracted and stored as a file observable.

This would complement the equivalent download function, which is already possible on The Hive,

@SHSauler
Copy link

SHSauler commented May 18, 2017

Extracting the sample on TheHive would be highly unwise in my opinion. And it's not something other commercial tools do either. A dedicated malware area with increased protection might be required for storage of samples.

Many sandboxes support the detonation of zipped malware, like WildFire or Cuckoo. Custom Cortex Analyzers could be employed to integrate those.

One problem arising from storing zipped samples is getting the hashes without sandbox detonation. For this a dedicated highly isolated hashing machine could be used. You push the sample via Cortex to the hashing machine and receive the hashes back. For example the Cortex FileInfo analyzer could be employed on that dedicated machine with slight modifications. A complication arises from the common practise of having several files pertaining to one malware in one zip file.

@juanpablobr
Copy link

My two cents, we use Viper to unzip password protected files.

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

5 participants