Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
siftuser opened this issue Oct 24, 2020 · 0 comments
Open

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

siftuser opened this issue Oct 24, 2020 · 0 comments

Comments

@siftuser
Copy link

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 = ************
  • I tried both api_token & apikey as auth param in above viper.conf, but no go

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant