Questions tagged [cuckoo]

Cuckoo Sandbox is an open source automated malware analysis system

Cuckoo Sandbox

Cuckoo is an open source automated malware analysis system. You can throw any suspicious file at it and in a matter of minutes Cuckoo will provide a detailed report outlining the behavior of the file when executed inside a realistic but isolated environment.

Cuckoo Sandbox is free software that automated the task of analyzing any malicious file under Windows, OS X, Linux, and Android.

What can it do?

Cuckoo is an advanced, extremely modular, and 100% open source automated malware analysis system with infinite application opportunities. By default it is able to:

  • Analyze many different malicious files (executables, office documents, pdf files, emails, etc) as well as malicious websites under Windows, Linux, Mac OS X, and Android virtualized environments.

  • Trace API calls and general behavior of the file and distill this into high level information and signatures comprehensible by anyone.

  • Dump and analyze network traffic, even when encrypted with SSL/TLS. With native network routing support to drop all traffic or route it through InetSIM, a network interface, or a VPN.

  • Perform advanced memory analysis of the infected virtualized system through Volatility as well as on a process memory granularity using YARA. Due to Cuckoo's open source nature and extensive modular design one may customize any aspect of the analysis environment, analysis results processing, and reporting stage. Cuckoo provides you all the requirements to easily integrate the sandbox into your existing framework and backend in the way you want, with the format you want, and all of that without licensing requirements.

References

40 questions
0
votes
2 answers

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 the folder, try to pip install. I still failed
Newt
  • 787
  • 8
  • 15
0
votes
1 answer

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 location of the document where I am supposed to input…
Frederik1111
  • 49
  • 1
  • 4
0
votes
0 answers

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 result, although i want to re-run the…
dodo
  • 13
  • 1
  • 1
  • 7
0
votes
1 answer

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 successfully been generated but it can not access them…
0
votes
1 answer

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 virtual machine inside the network that I plan to…
Murphy
  • 17
  • 4
0
votes
1 answer

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, but I can't figure out why. Any ideas? Greetings
Helyx
  • 329
  • 1
  • 5
  • 17
-1
votes
1 answer

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 script it showing error unable to find the…
NavinKumarmMNK
  • 883
  • 3
  • 7
-1
votes
1 answer

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
-1
votes
1 answer

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-tcpdump")) CuckooOperationalError: Error running tcpdump to sniff…
-1
votes
1 answer

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-dev -y $ sudo apt-get install python-virtualenv…
Daniel_Kamel
  • 610
  • 8
  • 29
1 2
3