cuckoosandbox / cuckoo

Cuckoo Sandbox is an automated dynamic malware analysis system
http://www.cuckoosandbox.org
Other
5.55k stars 1.71k forks source link

Problem with Cuckoo (current Build V1.2) and Web submit #518

Closed tysonmax20042003 closed 9 years ago

tysonmax20042003 commented 9 years ago

Hello,

I have all dependency's required for Cuckoo. After a sample web submit is sent I get the following error. Full log with debug on. I am using UbuntuServer14.04.2LTSx64. Not sure what is wrong with OSError: [Errno 2] No such file or directory\ or ending error? Can someone please help. Thank you.

cuckoo@Cuckoo-Host:~/bin/cuckoo$ sudo python ./cuckoo.py -d

| | | | |_/ | | | | | |_| | | || ||

Cuckoo Sandbox 1.2 www.cuckoosandbox.org Copyright (c) 2010-2015

Checking for updates... Good! You have the latest version available.

2015-04-06 13:59:58,581 [root] DEBUG: Importing modules... 2015-04-06 13:59:58,652 [root] DEBUG: Imported "signatures" modules: 2015-04-06 13:59:58,652 [root] DEBUG: |-- CreatesExe 2015-04-06 13:59:58,653 [root] DEBUG: -- SystemMetrics 2015-04-06 13:59:58,653 [root] DEBUG: Imported "processing" modules: 2015-04-06 13:59:58,653 [root] DEBUG: |-- AnalysisInfo 2015-04-06 13:59:58,653 [root] DEBUG: |-- BehaviorAnalysis 2015-04-06 13:59:58,653 [root] DEBUG: |-- Debug 2015-04-06 13:59:58,654 [root] DEBUG: |-- Dropped 2015-04-06 13:59:58,654 [root] DEBUG: |-- Memory 2015-04-06 13:59:58,654 [root] DEBUG: |-- NetworkAnalysis 2015-04-06 13:59:58,654 [root] DEBUG: |-- ProcessMemory 2015-04-06 13:59:58,654 [root] DEBUG: |-- Static 2015-04-06 13:59:58,655 [root] DEBUG: |-- Strings 2015-04-06 13:59:58,655 [root] DEBUG: |-- TargetInfo 2015-04-06 13:59:58,655 [root] DEBUG:-- VirusTotal 2015-04-06 13:59:58,655 [root] DEBUG: Imported "auxiliary" modules: 2015-04-06 13:59:58,655 [root] DEBUG: -- Sniffer 2015-04-06 13:59:58,656 [root] DEBUG: Imported "reporting" modules: 2015-04-06 13:59:58,656 [root] DEBUG: |-- JsonDump 2015-04-06 13:59:58,656 [root] DEBUG: |-- MAEC40Report 2015-04-06 13:59:58,656 [root] DEBUG: |-- MMDef 2015-04-06 13:59:58,656 [root] DEBUG: |-- MongoDB 2015-04-06 13:59:58,657 [root] DEBUG:-- ReportHTML 2015-04-06 13:59:58,657 [root] DEBUG: Imported "machinery" modules: 2015-04-06 13:59:58,657 [root] DEBUG: -- Physical 2015-04-06 13:59:58,693 [root] DEBUG: Checking for locked tasks... 2015-04-06 13:59:58,931 [root] INFO: Updated running task ID 2 status to failed_analysis 2015-04-06 13:59:58,931 [root] DEBUG: Initializing Yara... 2015-04-06 13:59:58,932 [root] DEBUG: |-- index_binaries.yar 2015-04-06 13:59:58,932 [root] DEBUG:-- index_memory.yar 2015-04-06 13:59:58,933 [lib.cuckoo.core.resultserver] DEBUG: ResultServer running on 10.1.0.1:2042. 2015-04-06 13:59:58,935 [lib.cuckoo.core.scheduler] INFO: Using "physical" machine manager 2015-04-06 13:59:59,469 [modules.machinery.physical] DEBUG: Getting status for machine: Windows7x64. 2015-04-06 13:59:59,488 [lib.cuckoo.core.scheduler] INFO: Loaded 1 machine/s 2015-04-06 13:59:59,494 [lib.cuckoo.core.scheduler] INFO: Waiting for analysis tasks. 2015-04-06 14:00:20,956 [lib.cuckoo.core.scheduler] DEBUG: Processing task #3 2015-04-06 14:00:20,958 [lib.cuckoo.core.scheduler] INFO: Starting analysis of URL "http://google.com" (task=3) 2015-04-06 14:00:21,144 [lib.cuckoo.core.scheduler] INFO: Task #3: acquired machine physical1 (label=Windows7x64) 2015-04-06 14:00:21,148 [modules.auxiliary.sniffer] INFO: Started sniffer with PID 3246 (interface=eth1, host=10.1.0.2, dump path=/home/cuckoo/bin/cuckoo/storage/analyses/3/dump.pcap) 2015-04-06 14:00:21,148 [lib.cuckoo.core.plugins] DEBUG: Started auxiliary module: Sniffer 2015-04-06 14:00:21,389 [modules.machinery.physical] DEBUG: Checking if machine u'Windows7x64' is running. 2015-04-06 14:00:21,389 [modules.machinery.physical] DEBUG: Getting status for machine: Windows7x64. 2015-04-06 14:00:21,396 [modules.machinery.physical] DEBUG: Machine already running: Windows7x64. 2015-04-06 14:00:21,397 [lib.cuckoo.core.guest] INFO: Starting analysis on guest (id=physical1, ip=10.1.0.2) 2015-04-06 14:00:21,397 [lib.cuckoo.core.guest] DEBUG: physical1: waiting for status 0x0001 2015-04-06 14:00:21,399 [lib.cuckoo.core.guest] DEBUG: physical1: status ready 2015-04-06 14:00:21,456 [lib.cuckoo.core.guest] DEBUG: Uploading analyzer to guest (id=physical1, ip=10.1.0.2) 2015-04-06 14:00:21,582 [lib.cuckoo.core.guest] DEBUG: physical1: analyzer started with PID 2216 2015-04-06 14:00:21,583 [lib.cuckoo.core.guest] DEBUG: physical1: waiting for completion 2015-04-06 14:00:21,691 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49579 2015-04-06 14:00:21,691 [lib.cuckoo.core.resultserver] DEBUG: LogHandler for live analysis.log initialized. 2015-04-06 14:00:22,586 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:22,987 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49580 2015-04-06 14:00:22,987 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0001.jpg 2015-04-06 14:00:22,991 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 116078 2015-04-06 14:00:22,991 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49580 2015-04-06 14:00:23,590 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:24,048 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49581 2015-04-06 14:00:24,048 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0002.jpg 2015-04-06 14:00:24,052 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 118726 2015-04-06 14:00:24,052 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49581 2015-04-06 14:00:24,179 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49582 2015-04-06 14:00:24,179 [lib.cuckoo.core.resultserver] DEBUG: New process (pid=2960, ppid=2216, name=iexplore.exe, path=C:\Program Files (x86)\Internet Explorer\iexplore.exe) 2015-04-06 14:00:24,180 [lib.cuckoo.core.resultserver] DEBUG: New thread (tid=2296, pid=2960) 2015-04-06 14:00:24,439 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49583 2015-04-06 14:00:24,439 [lib.cuckoo.core.resultserver] DEBUG: New process (pid=1596, ppid=2960, name=iexplore.exe, path=C:\Program Files (x86)\Internet Explorer\iexplore.exe) 2015-04-06 14:00:24,439 [lib.cuckoo.core.resultserver] DEBUG: New thread (tid=2464, pid=1596) 2015-04-06 14:00:24,603 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:25,126 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49586 2015-04-06 14:00:25,136 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0003.jpg 2015-04-06 14:00:25,144 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 136512 2015-04-06 14:00:25,145 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49586 2015-04-06 14:00:25,323 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49588 2015-04-06 14:00:25,324 [lib.cuckoo.core.resultserver] DEBUG: File upload request for files/4819687406/Cab546C.tmp 2015-04-06 14:00:25,326 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 49859 2015-04-06 14:00:25,327 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49589 2015-04-06 14:00:25,327 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49588 2015-04-06 14:00:25,328 [lib.cuckoo.core.resultserver] DEBUG: File upload request for files/9966856064/Tar546D.tmp 2015-04-06 14:00:25,329 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 117283 2015-04-06 14:00:25,335 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49589 2015-04-06 14:00:25,611 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:25,738 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49591 2015-04-06 14:00:25,741 [lib.cuckoo.core.resultserver] DEBUG: File upload request for files/3006918675/b_8d5afc09[1].png 2015-04-06 14:00:25,743 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 9760 2015-04-06 14:00:25,743 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49591 2015-04-06 14:00:25,923 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49593 2015-04-06 14:00:25,930 [lib.cuckoo.core.resultserver] DEBUG: File upload request for files/1540172072/test@google[3].txt 2015-04-06 14:00:25,931 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 416 2015-04-06 14:00:25,932 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49593 2015-04-06 14:00:26,205 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49594 2015-04-06 14:00:26,206 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0004.jpg 2015-04-06 14:00:26,228 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 148036 2015-04-06 14:00:26,228 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49594 2015-04-06 14:00:26,620 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:27,280 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49595 2015-04-06 14:00:27,281 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0005.jpg 2015-04-06 14:00:27,291 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 147620 2015-04-06 14:00:27,291 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49595 2015-04-06 14:00:27,628 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:28,341 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49596 2015-04-06 14:00:28,341 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0006.jpg 2015-04-06 14:00:28,351 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 147558 2015-04-06 14:00:28,351 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49596 2015-04-06 14:00:28,636 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:29,407 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49597 2015-04-06 14:00:29,409 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0007.jpg 2015-04-06 14:00:29,414 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 147353 2015-04-06 14:00:29,414 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49597 2015-04-06 14:00:29,644 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:30,471 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49598 2015-04-06 14:00:30,472 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0008.jpg 2015-04-06 14:00:30,478 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 148083 2015-04-06 14:00:30,478 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49598 2015-04-06 14:00:30,652 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:31,532 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49599 2015-04-06 14:00:31,533 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0009.jpg 2015-04-06 14:00:31,538 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 147944 2015-04-06 14:00:31,538 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49599 2015-04-06 14:00:31,660 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:32,595 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49600 2015-04-06 14:00:32,596 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0010.jpg 2015-04-06 14:00:32,605 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 147826 2015-04-06 14:00:32,605 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49600 2015-04-06 14:00:32,668 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:33,672 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49601 2015-04-06 14:00:33,673 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0011.jpg 2015-04-06 14:00:33,677 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 148097 2015-04-06 14:00:33,677 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49601 2015-04-06 14:00:33,679 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:34,687 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:34,738 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49602 2015-04-06 14:00:34,738 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0012.jpg 2015-04-06 14:00:34,744 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 148104 2015-04-06 14:00:34,745 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49602 2015-04-06 14:00:35,695 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:35,801 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49603 2015-04-06 14:00:35,802 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0013.jpg 2015-04-06 14:00:35,807 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 148372 2015-04-06 14:00:35,807 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49603 2015-04-06 14:00:36,702 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:36,870 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49604 2015-04-06 14:00:36,870 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0014.jpg 2015-04-06 14:00:36,877 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 148754 2015-04-06 14:00:36,877 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49604 2015-04-06 14:00:37,710 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:37,939 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49605 2015-04-06 14:00:37,939 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0015.jpg 2015-04-06 14:00:37,945 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 148408 2015-04-06 14:00:37,945 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49605 2015-04-06 14:00:38,718 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:38,998 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49606 2015-04-06 14:00:39,000 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0016.jpg 2015-04-06 14:00:39,008 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 149994 2015-04-06 14:00:39,009 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49606 2015-04-06 14:00:39,726 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:40,060 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49607 2015-04-06 14:00:40,068 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0017.jpg 2015-04-06 14:00:40,075 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 149535 2015-04-06 14:00:40,075 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49607 2015-04-06 14:00:40,734 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:41,142 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49608 2015-04-06 14:00:41,143 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0018.jpg 2015-04-06 14:00:41,166 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 149770 2015-04-06 14:00:41,166 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49608 2015-04-06 14:00:41,742 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:42,220 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49609 2015-04-06 14:00:42,221 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0019.jpg 2015-04-06 14:00:42,226 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 149621 2015-04-06 14:00:42,226 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49609 2015-04-06 14:00:42,751 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:43,283 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49610 2015-04-06 14:00:43,286 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0020.jpg 2015-04-06 14:00:43,290 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 150706 2015-04-06 14:00:43,290 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49610 2015-04-06 14:00:43,759 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:44,357 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49611 2015-04-06 14:00:44,365 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0021.jpg 2015-04-06 14:00:44,369 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 150686 2015-04-06 14:00:44,369 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49611 2015-04-06 14:00:44,768 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:45,425 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49612 2015-04-06 14:00:45,425 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0022.jpg 2015-04-06 14:00:45,431 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 151314 2015-04-06 14:00:45,431 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49612 2015-04-06 14:00:45,776 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:46,483 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49613 2015-04-06 14:00:46,487 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0023.jpg 2015-04-06 14:00:46,491 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 151715 2015-04-06 14:00:46,491 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49613 2015-04-06 14:00:46,829 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:47,549 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49614 2015-04-06 14:00:47,550 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0024.jpg 2015-04-06 14:00:47,555 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 150890 2015-04-06 14:00:47,556 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49614 2015-04-06 14:00:47,837 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:48,612 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49615 2015-04-06 14:00:48,634 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0025.jpg 2015-04-06 14:00:48,640 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 151228 2015-04-06 14:00:48,640 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49615 2015-04-06 14:00:48,845 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:49,701 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49616 2015-04-06 14:00:49,701 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0026.jpg 2015-04-06 14:00:49,730 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 151098 2015-04-06 14:00:49,730 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49616 2015-04-06 14:00:49,853 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:50,798 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49617 2015-04-06 14:00:50,798 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0027.jpg 2015-04-06 14:00:50,805 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152658 2015-04-06 14:00:50,806 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49617 2015-04-06 14:00:50,861 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:51,870 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:52,878 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:53,887 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:53,926 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49618 2015-04-06 14:00:53,926 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0028.jpg 2015-04-06 14:00:53,951 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152811 2015-04-06 14:00:53,952 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49618 2015-04-06 14:00:54,895 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:55,017 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49619 2015-04-06 14:00:55,018 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0029.jpg 2015-04-06 14:00:55,042 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152720 2015-04-06 14:00:55,042 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49619 2015-04-06 14:00:55,903 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:56,097 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49620 2015-04-06 14:00:56,098 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0030.jpg 2015-04-06 14:00:56,104 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152678 2015-04-06 14:00:56,104 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49620 2015-04-06 14:00:56,912 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:57,158 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49621 2015-04-06 14:00:57,159 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0031.jpg 2015-04-06 14:00:57,169 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152625 2015-04-06 14:00:57,170 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49621 2015-04-06 14:00:57,920 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:58,928 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:00:59,937 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:00,299 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49622 2015-04-06 14:01:00,301 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0032.jpg 2015-04-06 14:01:00,304 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152657 2015-04-06 14:01:00,304 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49622 2015-04-06 14:01:00,946 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:01,954 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:02,962 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:03,408 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49623 2015-04-06 14:01:03,410 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0033.jpg 2015-04-06 14:01:03,414 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152618 2015-04-06 14:01:03,415 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49623 2015-04-06 14:01:03,970 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:04,469 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49624 2015-04-06 14:01:04,470 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0034.jpg 2015-04-06 14:01:04,476 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152410 2015-04-06 14:01:04,476 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49624 2015-04-06 14:01:04,979 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:06,030 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:06,564 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49625 2015-04-06 14:01:06,565 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0035.jpg 2015-04-06 14:01:06,570 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152291 2015-04-06 14:01:06,571 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49625 2015-04-06 14:01:07,038 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:08,046 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:08,660 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49626 2015-04-06 14:01:08,660 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0036.jpg 2015-04-06 14:01:08,666 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152287 2015-04-06 14:01:08,666 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49626 2015-04-06 14:01:09,054 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:10,062 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:10,733 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49627 2015-04-06 14:01:10,733 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0037.jpg 2015-04-06 14:01:10,767 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152424 2015-04-06 14:01:10,767 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49627 2015-04-06 14:01:11,070 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:12,078 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:12,862 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49628 2015-04-06 14:01:12,863 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0038.jpg 2015-04-06 14:01:12,871 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152313 2015-04-06 14:01:12,871 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49628 2015-04-06 14:01:13,086 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:13,935 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49629 2015-04-06 14:01:13,935 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0039.jpg 2015-04-06 14:01:13,948 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152179 2015-04-06 14:01:13,948 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49629 2015-04-06 14:01:14,094 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:14,998 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49630 2015-04-06 14:01:14,998 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0040.jpg 2015-04-06 14:01:15,007 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152220 2015-04-06 14:01:15,007 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49630 2015-04-06 14:01:15,101 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:16,064 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49631 2015-04-06 14:01:16,064 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0041.jpg 2015-04-06 14:01:16,071 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152236 2015-04-06 14:01:16,071 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49631 2015-04-06 14:01:16,109 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:17,117 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:18,125 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:18,144 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49632 2015-04-06 14:01:18,144 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0042.jpg 2015-04-06 14:01:18,148 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152220 2015-04-06 14:01:18,149 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49632 2015-04-06 14:01:19,133 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:19,204 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49633 2015-04-06 14:01:19,204 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0043.jpg 2015-04-06 14:01:19,210 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152189 2015-04-06 14:01:19,210 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49633 2015-04-06 14:01:20,141 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:20,267 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49634 2015-04-06 14:01:20,268 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0044.jpg 2015-04-06 14:01:20,291 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152275 2015-04-06 14:01:20,291 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49634 2015-04-06 14:01:21,149 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:22,158 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:22,357 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49635 2015-04-06 14:01:22,358 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0045.jpg 2015-04-06 14:01:22,367 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152092 2015-04-06 14:01:22,368 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49635 2015-04-06 14:01:23,166 [lib.cuckoo.core.guest] DEBUG: physical1: analysis not completed yet (status=2) 2015-04-06 14:01:23,292 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49636 2015-04-06 14:01:23,293 [lib.cuckoo.core.resultserver] DEBUG: File upload request for files/7619651773/94308059B57B3142E455B38A6EB92015 2015-04-06 14:01:23,293 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 344 2015-04-06 14:01:23,293 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49636 2015-04-06 14:01:23,339 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49637 2015-04-06 14:01:23,340 [lib.cuckoo.core.resultserver] DEBUG: File upload request for files/165774265/ieapfltr.dat 2015-04-06 14:01:23,387 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 3698584 2015-04-06 14:01:23,388 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49637 2015-04-06 14:01:23,390 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49638 2015-04-06 14:01:23,391 [lib.cuckoo.core.resultserver] DEBUG: File upload request for files/1056751463/test@google[2].txt 2015-04-06 14:01:23,391 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 416 2015-04-06 14:01:23,391 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49638 2015-04-06 14:01:23,430 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49639 2015-04-06 14:01:23,431 [lib.cuckoo.core.resultserver] DEBUG: File upload request for files/6289770204/www.google[1].xml 2015-04-06 14:01:23,432 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 98 2015-04-06 14:01:23,432 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49639 2015-04-06 14:01:23,435 [lib.cuckoo.core.resultserver] DEBUG: New connection from: 10.1.0.2:49640 2015-04-06 14:01:23,436 [lib.cuckoo.core.resultserver] DEBUG: File upload request for shots/0046.jpg 2015-04-06 14:01:23,455 [lib.cuckoo.core.resultserver] DEBUG: Uploaded file length: 152946 2015-04-06 14:01:23,455 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49640 2015-04-06 14:01:23,720 [lib.cuckoo.core.resultserver] DEBUG: Connection closed: 10.1.0.2:49579 2015-04-06 14:01:24,174 [lib.cuckoo.core.guest] INFO: physical1: analysis completed successfully 2015-04-06 14:01:24,174 [lib.cuckoo.core.plugins] DEBUG: Stopped auxiliary module: Sniffer 2015-04-06 14:01:24,174 [modules.machinery.physical] DEBUG: Getting status for machine: Windows7x64.

2015-04-06 14:01:24,185 [modules.machinery.physical] DEBUG: Rebooting machine: Windows7x64. 2015-04-06 14:01:24,195 [lib.cuckoo.core.scheduler] ERROR: Failure in AnalysisManager.run Traceback (most recent call last): File "/home/cuckoo/bin/cuckoo/lib/cuckoo/core/scheduler.py", line 363, in run success = self.launch_analysis() File "/home/cuckoo/bin/cuckoo/lib/cuckoo/core/scheduler.py", line 281, in launch_analysis machinery.stop(self.machine.label) File "/home/cuckoo/bin/cuckoo/modules/machinery/physical.py", line 88, in stop shutdown = subprocess.Popen(args, stdout=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 710, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory ^C2015-04-06 14:02:40,463 [lib.cuckoo.common.abstracts] INFO: Still 1 guests alive. Shutting down... 2015-04-06 14:02:40,466 [modules.machinery.physical] DEBUG: Getting status for machine: Windows7x64. 2015-04-06 14:02:40,479 [modules.machinery.physical] DEBUG: Rebooting machine: Windows7x64. Traceback (most recent call last): File "./cuckoo.py", line 104, in cuckoo_main(max_analysis_count=args.max_analysis_count) File "./cuckoo.py", line 80, in cuckoo_main sched.stop() File "/home/cuckoo/bin/cuckoo/lib/cuckoo/core/scheduler.py", line 478, in stop machinery.shutdown() File "/home/cuckoo/bin/cuckoo/lib/cuckoo/common/abstracts.py", line 230, in shutdown self.stop(machine.label) File "/home/cuckoo/bin/cuckoo/modules/machinery/physical.py", line 88, in stop shutdown = subprocess.Popen(args, stdout=subprocess.PIPE) File "/usr/lib/python2.7/subprocess.py", line 710, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory

botherder commented 9 years ago

You don't have the "net" command from Samba. Next time please use a nopaste service or paste the relevant information only with appropriate formatting.

tysonmax20042003 commented 9 years ago

Weird, I installed the full Samba package and now that issue is gone. Thanks:)

Also If I goto the report and select Compare this analysis to... it will fail. Is this the same location of where the analyses and binaries are located in storage in the cuckoo program folder? I am assuming the web app can't get access to the folder to compare? If its a permission problem. I added www-data and my user account cuckoo. Also all files with full 777. Please let me know. FYI: Great product!

Error below: URL: http://192.168.1.12:8080/compare/9/ Traceback: File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response

  1. response = wrapped_callback(request, _callback_args, *_callback_kwargs) File "/usr/lib/python2.7/dist-packages/django/views/decorators/http.py" in inner
  2. return func(request, _args, *_kwargs) File "/home/cuckoo/bin/cuckoo/web/compare/views.py" in left
  3. {"target.file.md5": left["target"]["file"]["md5"]},

Exception Type: KeyError at /compare/9/ Exception Value: 'file'

botherder commented 9 years ago

The requirement is mentioned here: http://docs.cuckoosandbox.org/en/latest/installation/guest_physical/requirements/#additional-host-requirements

You probably analyzed a URL. The comparative analysis isn't working with URLs yet as reported in #504. Closing the ticket.