Problems that may arise during the use of Cuckoo Sandbox and their solutions
Collect recent problems Question 1: You do not have the m2crypto library installed preventing certificate extraction. Please read the Cuckoo documentation on installing m2crypto (you need SWIG installed and then pip install m2crypto==0.24.0)! Solution: Install m2crypto using pip command pip install m2crypto == 0.24 .0 # This command installation is likely to report an error pip install m2crypto # Install the latest version directly copy # Question 2: It appears that you haven't loaded any Cuckoo Signatures. Signatures are highly recommended and improve & enrich the information extracted during an analysis. They also make up for the analysis score that you see in the Web Interface - so, pretty important! Solution: cuckoo community ## If the network speed is slow, it is recommended to use a proxy to download master.tar.gz first, and then execute the following command ## url:https://github.com/cuckoosandbox/community/archive/master.tar.gz # cuckoo community --file...