-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Description
Hey,
So i am playing around with the static malware config extraction sourced in "cape_utils.py".
I want to only use the malware config extraction utility and not the fully capesandbox.
The core and all python dependencies are installed.
But sadly i noticed that only a few work, alot of the config extraction modules wont work.
F.ex i tested some samples detected on capesandbox.com with extraction of the family config
But if i test them locally with a simple test script it wont extract the config.
from lib.cuckoo.common.cape_utils import static_extraction
FILE_PATH = "tmp/file.exe"
print(static_extraction(FILE_PATH)) # empty dict I noticed it warns about missing package "malwareconfig" but i run the installed command twice and it works as expected, malduck is commented out (idk why)
i apprecate any help
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels