hatching / vmcloak

Automated Virtual Machine Generation and Cloaking for Cuckoo Sandbox.
479 stars 118 forks source link

submitting the file from viper-web to cuckoo for analysis #180

Open siftuser opened 3 years ago

siftuser commented 3 years ago

I'm trying to submit a sample from viper-web framework box for analysis to cuckoo sandbox. The cuckoo VMs were setup using vmcloak.

I collected the api_token from ~/.cuckoo/conf/cuckoo.conf and updated the [cuckoo] section of ~/.viper/viper.conf on the viper box as follows

[cuckoo]
cuckoo_modified = False
cuckoo_host = http://192.168.57.4:8090
api_token = ************

On the viper box, I'm seeing this error

viper_web - ERROR - views.py:715 - Cuckoo Response Code: 401

On the cuckoo box, I see following error

2020-10-25 00:58:51,157 [werkzeug] INFO: 192.168.57.3 - - [25/Oct/2020 00:58:51] "GET /tasks/list HTTP/1.1" 401 -
2020-10-25 00:58:51,163 [werkzeug] INFO: 192.168.57.3 - - [25/Oct/2020 00:58:51] "POST /tasks/create/file HTTP/1.1" 401 -

Greatly appreciate any help.