48 questions
0
votes
0
answers
8
views
Problems with Cuckoo rooter
When I try to enter this command:
cuckoo rooter -g just --sudo
I get this error:
Traceback (most recent call last):
File "/home/just/.local/bin/cuckoo", line 5, in <module>
from ...
0
votes
0
answers
28
views
unable to stub the class when writing test case for a generic function with Cuckoo
I am writing test cases for a generic method. Following is the function:
public protocol NetworkManager {
func execute<R: NetworkRequest, T: Decodable>(
with request: R,
...
1
vote
0
answers
317
views
Generated empty mock file - (Cuckoo mocking framework)
I have created a project for unit testing I have used Cuckoo mocking framework for generating mocks.
With Cuckoo Version: 2.0.8, Mocks.swift is being generated but is empty.
No Error generated, unable ...
0
votes
0
answers
51
views
Cuckoo Sandbox: Analysis results folder does not contain any behavior log files warning
I am currently working with Cuckoo Sandbox to analyze PE files. When I submit certain files, I successfully get the behavioral analysis. However, for some files, I encounter the following warning and ...
0
votes
0
answers
43
views
add a customized module inside cuckoo sandbox
I'm trying to add a custom processing module to Cuckoo Sandbox for my analysis tasks, but I'm encountering some difficulties in getting it to work properly. I've followed the documentation and made ...
0
votes
0
answers
219
views
CuckooCritical Error + Error in HTTPSConnection after checking for Update
I have followed the installation guide in cuckoo , and reach to the configuration part, without any altering and after altering the server and Ip address to my private IP address, Am still having the ...
0
votes
0
answers
37
views
No handlers could be found for logger "cuckoo"
Error
I am running the Cocosandbox project.
But I get this error when running Coco command
Oops! Cuckoo failed in an unhandled exception!
Sometimes bugs are already fixed in the development release, ...
-3
votes
1
answer
322
views
Unable to run the command cuckoo -d after installing the cuckoo [closed]
ERROR I got is:
[cuckoo] CRITICAL: CuckooCriticalError: Unable to bind ResultServer
on 192.168.56.1:2042 [Errno 99] Cannot assign requested address. This
usually happens when you start Cuckoo without ...
0
votes
2
answers
518
views
vmcloak taking forever to start Windows when setting up Cuckoo
I am trying to set up Cuckoo on an Ubuntu 18.04.6 machine as per instructions on https://cuckoo.sh/docs/installation/host/configuration.html and https://hatching.io/blog/cuckoo-sandbox-setup/ but one ...
1
vote
0
answers
441
views
cuckoo service web Unable to connect to MongoDB
I am following to install cuckoo sandbox with docker: https://github.com/blacktop/docker-cuckoo
I did docker-compose up -d.
Mongo start but web service does not start it tryes to connect mongo.
I got:
...
1
vote
1
answer
1k
views
MongoDB: command SON([('listCollections', 1), ('cursor', {})]) on namespace cuckoo.$cmd failed: Unsupported OP_QUERY command
I am trying to connect cuckoo and mongodb. I download mongodb and cuckoo. When I write cuckoo command to start cuckoo it gives error:
2023-01-09 04:21:22,515 [cuckoo] CRITICAL: CuckooCriticalError: ...
-1
votes
1
answer
204
views
Bash Script: Unable to locate package all packages
https://github.com/archanchoudhury/Cuckoo-Script/blob/main/Cuckoo-Pre1.sh - bash script
the commands in the above file is running when it is copied and pasted separately but when we run it as bash ...
0
votes
1
answer
532
views
Unable to send a file with a correct POST request to the website using Python
I'm trying to submit a file (test.exe) to a website using a POST request, but instead of a normal 302 response, it keeps responding with 500. I don't know what I could change in my request: maybe in ...
-1
votes
1
answer
109
views
issue in setting up cucukoo in ubuntu. error is: 'python' has no installation candidate. error ss attached
error shows 'python' has no installation candidate. I have installed the previous version but the error is not resolving
0
votes
1
answer
705
views
Pass Dynamic Value in Html anchor tag using Python Django in Jinja Template
I am working on Cuckoo Sandbox and I hope that everyone will understand my question as It is going difficult for me to explain the question. I am working on different files and I am facing some issues....
0
votes
1
answer
1k
views
understanding cuckoo sandbox json report
I have setup cuckoo sandbox and already analyzing some malware
the problem is im having a difficult time trying to understand the json report . could anyone please help me understand the following : ...
0
votes
0
answers
196
views
How can I access an API without running into Allow Access Control Origin issues?
I've noticed that this seems to be a commonly asked question, but none of the responses I've seen have helped so far.
I'm trying to access an API (Cuckoo Sandbox, set up on a VM) from my JavaScript+...
0
votes
1
answer
373
views
Bloom, Cuckoo filters are too big for numbers
I'm trying to use bloom/cuckoo filter to check if i already stored a tuple of 2 numbers f.e. (7,25), (47,1576), ... etc
In [12]: from cuckoo.filter import ScalableCuckooFilter ...
3
votes
1
answer
718
views
Cannot call value of non-function type, swift + cuckoo mocking framework
I'm trying to mock a service with cuckoo in swift. Here's the original function in the service:
typealias GetAppConfigCompletionHandler = (_ response: AppConfig) -> Void
func getAppConfig(delegate:...
0
votes
1
answer
833
views
cuckoo start error ,cannot shut down 'cuckoo1'
I run cuckoo as a normal user,which is windows xp,and the host machine is ubuntu,but it show this:
'''
log file:
CuckooCriticalError: Please update your configuration. Unable to shut 'cuckoo1' down or ...
1
vote
0
answers
940
views
cuckoo-ERROR: AttributeError: 'NoneType' object has no attribute 'shutdown'
I run cuckoo,but it stopped,display like this:
'''
2021-12-09 18:50:38,135 [cuckoo.core.scheduler] INFO: Using "virtualbox" as machine manager
Oops! Cuckoo failed in an unhandled exception!
...
0
votes
0
answers
260
views
Elasticsearch not starting on Cuckoo
Running elasticsearch on Cuckoo Sandbox.
After the installation elastic search not able to start.
curl -X GET 'http://localhost:9200' returns with connection refused.
Firewall is already off.
This are ...
0
votes
1
answer
798
views
vmcloak failed after installation, invalid syntax
I've been having some issues with vmcloak after installation. I successfully installed vmcloak v.0.4.1 and when I try and run it I get this error:
Successfully installed vmcloak-0.4.1
(cuckoo) cuckoo@...
0
votes
1
answer
397
views
Cuckoo report is generated in JSON file. Interpretation of json value
After the analysis is done of Malware the following sample part is generated in the JSON file.
{
"calls": [
{
"category": "system",
"status": ...
-1
votes
1
answer
215
views
How do I use Windump using Cuckoo in Windows10
When I analyze a file using Cuckoo
These error I have.
File "c:\python27\lib\site-packages\cuckoo\auxiliary\sniffer.py", line 157, in stop
(out, err, faq("permission-denied-for-...
13
votes
3
answers
21k
views
AttributeError: 'Request' object has no attribute 'is_xhr'
I am trying to run cuckoo api. Cuckoo web is working fine on my system. But when I tried cuckoo api, I got the following error:
File "/usr/local/lib/python2.7/dist-packages/flask/app.py", line 1982, ...
0
votes
1
answer
481
views
Cuckoo Sandbox on DigitalOcean droplet
I found a few threads talking about similar problem, running cuckoo sandbox on AWS ec2 for ex. but I'll try to ask anyway.
I currently have a custom PHP solution that just runs file through clamscan ...
0
votes
1
answer
59
views
Hiding command prompt in a cuckoo report screenshots
I am analyzing malware using cuckoo. But in the reports generated, the content on screen is hidden due to the command prompt running on the host machine. Is there a way to hide this command prompt? I ...
0
votes
1
answer
476
views
Carthage Build failing with Cuckoo library with Xcode 11.3
I am using Version 11.3 (11C29). I am facing this issue while running the carthage bootstrap command. Let me know if any one else facing same issue.
Cartfile:
github "SwiftKit/Cuckoo"
Cartfile....
0
votes
1
answer
197
views
How do I extract specific files from Cuckoo Sandbox VM?
I study about ransomware behavior with cuckoo sandbox. I need to get encrypted files and threatening letter which those made by ransomware, but they exist on my Cuckoo Sandbox VM. How do I extract ...
0
votes
1
answer
848
views
how to access cuckoo sandbox from other computer on same network?
I installed Cuckoo sandbox on ubuntu 18 with windows 7 VM and cuckoo sandbox web interface is running on localhost:8000 . But I want to access it by ip:8000 from other computer. But its not working....
-1
votes
1
answer
70
views
Error when trying to install virtualbox-5.1
I'm trying to install Cuckoo (Ubuntu 64 bit) the commands that worked are:
$ sudo apt-get update
$ sudo apt-get install git -y
$ sudo apt-get install python python-pip python-dev libffi-dev libssl-...
0
votes
2
answers
305
views
How to download it without pip2
I tried to download the cuckoo on windows, While I got the error 'pip2 install -U cuckoo'.
The default version of pip on my windows system is for python3.
I tried to download python27, and went to ...
0
votes
1
answer
128
views
Where is django TEMPLATES
I need to find Django TEMPLATES location to add in a line under 'context_processors' om 'OPTIONS'
I researched and found this which looks to be my problem solver, however I am unable to find the ...
1
vote
1
answer
775
views
Problems with initialize Cuckoo
I tryed to install last Cuckoo version on my physical machine Windows 10. And I use python 2.7.16. I have Cuckoo installed and its dependencies too, but I cann't initialize it:
File "c:\python27\...
0
votes
0
answers
53
views
How to get the best feature or gens from "random_search(n,dim)" using python code?
I have get the feature or gens from random_search(n,dim), but if i re-run the program, the result always change or different from the result befor.
I want the feature selection (gens) have the same ...
0
votes
1
answer
988
views
Cuckoo Sandbox doesn't generate memory.dmp
I have a problem with Cuckoo Sandbox and its memory dump it should generate in order to be able to analyse it with Volatility.
My issue is:
Cuckoo's log files telling me that a memory dump has ...
1
vote
0
answers
294
views
cuckoo sandbox integration in java
Please can anyone help for cuckoo sandbox integration for file and URL scan and than how to get the analysis report after the scan, i haven't got any idea for cuckoo sandbox integration in java even ...
0
votes
1
answer
192
views
installing cuckoo on a separated network?
I am wanting to analyze malware using cuckoo https://cuckoo.sh/docs/introduction/index.html. I understand the installation but I want to make sure my host and guest cannot infect my network. I have a ...
1
vote
1
answer
1k
views
Cuckoo sandbox, api error after installation
I'm investigating the possibility of using cuckoo sandbox as a malware detonator in series with Cortex.
I've (seemingly) installed all of the dependencies, enabled reporting, and elasticsearch in ...
2
votes
2
answers
1k
views
Cuckoo version 2.0.3 installation: agent.py not installing on virtualbox guest windows7
I'm completely new in malware research analysis field. I am trying to install cuckoo sandbox 2.0.3. It looks like it has been installed, because when I run the command $cuckoo it shows:
I have ...
1
vote
1
answer
3k
views
How to clear pending analysis in Cuckoo sandbox platform
I am testing malware detection on guest VM using Cuckoo sandbox platform. To speed up the analysis, I want to remove pending analysis but keep completed analysis.
Cuckoo have --clean option but it ...
3
votes
1
answer
705
views
Using Cuckoo sandbox platform for dynamically analyzing multiple file samples
I'm trying to run more than one sample at the same time in a single guest VM, for efficiency reasons, something that will be even more efficient than the distributed cuckoo solution, or using a few ...
1
vote
1
answer
1k
views
Cuckoo file analysis issue
When submitting a binary for analysis in cuckoo, it doesn't appear to do anything. I am able to ping between the VM and host OS (Ubuntu 14.04 LTS), python 2.7 and PIL is installed on the VM (Windows 7 ...
2
votes
1
answer
2k
views
Cuckoo sandbox: shows "Configuration details about machine windows_7 are missing" error
I have installed cuckoo sandbox in ubuntu environment with windows7 32 bit as guest os. I have followed the instructions given in their website.The vm is named windows_7. I have edited the "machine" ...
0
votes
1
answer
260
views
Injection fails in Cuckoo Sandbox
I have a problem when analysing .doc file. with cuckoo sandbox. Here is a link of the cuckoo log: https://img3.picload.org/image/pwarlpp/index.jpeg
As you can see the QueueUserAPC injection fails, ...
7
votes
2
answers
4k
views
Add module inside cuckoo sandbox
For malware dynamic malware analysis, I am using Automated Malware Analysis - Cuckoo Sandbox. Now I wan to add new modules for analysis on malware. I have studied cuckoo sandbox's development ...
2
votes
2
answers
7k
views
Cuckoo sandbox: showing CuckooCriticalError:Please update your configuration
I have installed cuckoo sandbox with windows7 32 bit as guest os. I have edited the "machine" and "label" field properly in "virtualbox.conf". The vm is named yo-7. But I am getting this error "[root] ...