Skip to content

static malware config extraction - standalone - missing functionality #2779

@NeikiDev

Description

@NeikiDev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions