I have a 7z archive that i downloaded from practicalsecurityanalytics.com that contains malware files and benign files of 117GB. The compressed size of this file is 43.8GB which is large and i do not want to extract the whole archive at once.
Is there a way so that i can specifically extract a few selected files The selected files are not sequential so that i can't really rely on GUI and select individual files.
File details | metric |
---|---|
Samples | 201,549 |
Legitimate | 86,812 |
Malicious | 114,737 |
Compressed Size | 43.8GB |
Uncompressed Size | 117GB |
There is a csv file called samples.csv that shows which file is malware and which is not and the entropy of the file
The file is encrypted so it asks for a password every time I want to extract something.
I am working in linux.