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
0 answers

Cuckoo Sandbox Error "You're not running the Cuckoo Agent as Administrator"

I'm doing dynamic analysis using cuckoo sandbox but I have a problem there. I'm putting our malware files on Cuckoo. However, some files do not give any reports. I put the some example of the cuckoo's logs under the writing. Please help me!!! …
0
votes
1 answer

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 the headers or in the files format, or maybe I…
0
votes
1 answer

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. The issue is that I want to call dynamic…
0
votes
1 answer

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 : UDP, procmemory, dns_servers , http , icmp,…
ray
  • 63
  • 8
0
votes
0 answers

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+TypeScript application using an Axios call. This is…
0
votes
1 answer

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 …
sten
  • 7,028
  • 9
  • 41
  • 63
0
votes
1 answer

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 find the machine in its proper state: The…
0
votes
0 answers

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 the errors appearing from Elastic search…
brendon
  • 1
  • 2
0
votes
1 answer

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@nick-VirtualBox:~/cuckoo$ vmcloak Traceback (most…
nicholas
  • 127
  • 1
  • 15
0
votes
1 answer

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": 0, "stacktrace": [], "last_error": 0, "nt_status": -1073741515, …
0
votes
1 answer

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 but I wanted to use something better. I have been…
Rokas Lakštauskas
  • 1,078
  • 1
  • 8
  • 17
0
votes
1 answer

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 tired: cuckoo submit -o arguments="- windows…
Parth
  • 2,682
  • 1
  • 20
  • 39
0
votes
1 answer

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.resolved github "SwiftKit/Cuckoo" "1.3.0" ** BUILD…
Sanoj Kashyap
  • 5,020
  • 4
  • 49
  • 75
0
votes
1 answer

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 specific files from its VM? my environment: cuckoo…
ryo
  • 1
  • 1
0
votes
1 answer

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.How to enable it?
pranz
  • 11
  • 1