Skip to content

cuckoo.py problem when mitre is activated #565

@DptoInnovacionIngenia

Description

@DptoInnovacionIngenia

I have updated this morning Cape and when I activate Mitre in the configuration file

[mitre]
enabled = yes

cuckoo.py it does not work and throws the following error:

Traceback (most recent call last):
File "cuckoo.py", line 20, in
from lib.cuckoo.core.startup import check_working_directory, check_configs
File "/opt/CAPEv2/lib/cuckoo/core/startup.py", line 36, in
from lib.cuckoo.core.plugins import import_plugin, import_package, list_plugins
File "/opt/CAPEv2/lib/cuckoo/core/plugins.py", line 16, in
from lib.cuckoo.common.abstracts import Auxiliary, Machinery, LibVirtMachinery, Processing
File "/opt/CAPEv2/lib/cuckoo/common/abstracts.py", line 64, in
mitre = Attck(
TypeError: init() got an unexpected keyword argument 'data_path'

I want to work with Mitre activated because I have automated the parsing of the JSON to extract this data, since it is important information in an attack.

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