Alexandre Dulaunoy
Alexandre Dulaunoy
@Hammelton Thanks for the feedback. We will update the documentation with this specific issue.
Hi, Have you tried to directly used the MISP report module in Cuckoo? https://github.com/cuckoosandbox/cuckoo/blob/master/cuckoo/reporting/misp.py I suppose the JSON file is maybe more recent, we didn't try the module recently. Let...
Cuckoo did many updates in the report module in the past weeks. Did you try with a recent version of Cuckoo?
And we recently merged an updated version of the Cuckoo import module https://github.com/MISP/misp-modules/pull/322
Having something generic on top of pypcapkit would be really nice as the reassembly is supported by pypcapkit: - https://pypi.org/project/pypcapkit/ - https://github.com/JarryShaw/pypcapkit
From your log: ~~~~ ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/home/cyber/.cache/pip/wheels/9e/fc/df/442b636248b5960ee06d9b6f2aaf944d217ffad39d129c8436' Consider using the `--user` option or check the permissions. ~~~~ It seems...
Indeed we need a complete section about caching and feeds.
Yep, your guess is right. hashes.csv contains the hashes of all attributes and used for the feed caching. Indeed; it was introduced later in the manifest feed format: https://github.com/MISP/misp-rfc/blob/master/misp-core-format/raw.md#manifest and...
Sure. Let us know what is missing.
You can do the following as a workaround `pip install pyparsing==2.4.7`. Let us know if it solves your issue.