Closed SaxHornet closed 7 years ago
memory.conf
guest_profile = Win7SPXx86 # replace x with your SP
vitualbox.conf
machines = Win7
[Win7]
# Specify the label name of the current machine as specified in your
# VirtualBox configuration.
label = IE10Win7
# Specify the operating system platform used by current machine
# [windows/darwin/linux].
platform = windows
Thanks . I've correct according to you, but still the same pb. Cuckoo runs 1 min, and says :
2017-03-08 16:47:01,025 [lib.cuckoo.core.scheduler] INFO: Using "virtualbox" as machine manager 2017-03-08 16:48:15,784 [root] CRITICAL: CuckooCriticalError: Please update your configuration. Unable to shut 'IE10Win7' down or find the machine in its proper state: Timeout hit while for machine IE10Win7 to change status
I don't understand what's wrong. I haven't go the standard message : loaded 1 machine and waiting for analysis start
Thanks for your help.
in that vm IE10Win7 the snapshot was taken in running state?
yes. I've taken my VM in a snapshot.
Should I pause the machine and take a snapshot of it ?
I've done it, in pause mode, and after I restart my VM. And still the same message ..;(
It should be in running state, did you read thr documentation?
Yes I've read it. I've followed it.
And, this : http://digitalizedwarfare.com/2016/03/24/sandbox-stories-flight-of-the-great-cuckoo-bird/
And, i'm stuck. How Can I help you more understand my lab ? to resolve it
Follow official documentation as in that there reference for stuff which is not even exist in official cuckoo
Ok, it's what I going to do. So, I'm not the current version. Could it been the raison of my pb ?
@Drx51 have your issue(s) been resolved by now?
Closing for lack of further information. Feel free to reopen if you have new information.
help please
2017-08-16 16:01:01,986 [root] CRITICAL: CuckooCriticalError: Please update your configuration. Unable to shut 'windows' down or find the machine in its proper state: Timeout hit while for machine windows to change status i got same error pls help me to remedy this mail id karikalan4692@gmail.com
post configs, in which state is snapshot taken, etc etc, you have luck of information of you want get a help
cuckoo.conf: [cuckoo]
version_check = off
delete_original = off
delete_bin_copy = off
machinery = virtualbox
memory_dump = off
terminate_processes = off
reschedule = off
process_results = on
max_analysis_count = 0
max_machines_count = 0
max_vmstartup_count = 10
freespace = 64
tmppath = /tmp
rooter = /tmp/cuckoo-rooter
[routing]
route = none
internet = none
rt_table = main
auto_rt = yes
[resultserver]
resultserver_ip
for all your virtual machines in machinery configuration.ip = 192.168.56.1
port = 2042
force_port = no
upload_max_size = 10485760
[processing]
analysis_size_limit = 104857600
resolve_dns = on
sort_pcap = on
[database]
connection =
timeout =60
[timeouts]
default = 120
critical = 600
vm_state = 300 [virtualbox]
mode = headless
path = /usr/bin/VBoxManage
interface = vboxnet0
machines = cuckoo1
virtualbox.com [cuckoo1]
label = windows
platform = windows
ip = 192.168.56.101
[honeyd]
label = honeyd platform = linux ip = 192.168.56.102
tags = service, honeyd
options = nictrace noagent Memory.conf
[basic]
guest_profile = WinXPSP2x86
delete_memdump = no
[malfind] enabled = yes filter = on
[apihooks] enabled = no filter = on
[pslist] enabled = yes filter = off
[psxview] enabled = yes filter = off
[callbacks] enabled = yes filter = off
[idt] enabled = yes filter = off
[timers] enabled = yes filter = off
[messagehooks] enabled = no filter = off
[getsids] enabled = yes filter = off
[privs] enabled = yes filter = off
[dlllist] enabled = yes filter = on
[handles] enabled = yes filter = on
[ldrmodules] enabled = yes filter = on
[mutantscan] enabled = yes filter = on
[devicetree] enabled = yes filter = on
[svcscan] enabled = yes filter = on
[modscan] enabled = yes filter = on
[yarascan] enabled = yes filter = on
[ssdt] enabled = yes filter = on
[gdt] enabled = yes filter = on
[sockscan] enabled = yes filter = off
[netscan] enabled = yes filter = off
[mask] enabled = no pid_generic =
uff use code escape, that is difficult to read
and i can't find answer to my question about the vm snapshot state
2017-08-16 16:01:01,986 [root] CRITICAL: CuckooCriticalError: Please update your configuration. Unable to shut 'windows' down or find the machine in its proper state: Timeout hit while for machine windows to change status i got same error pls help me to remedy this mail id karikalan4692@gmail.com
[cuckoo]
version_check = off
delete_original = off
delete_bin_copy = off
machinery = virtualbox
memory_dump = off
terminate_processes = off
reschedule = off
process_results = on
max_analysis_count = 0
max_machines_count = 0
max_vmstartup_count = 10
freespace = 64
tmppath = /tmp
rooter = /tmp/cuckoo-rooter
[routing]
route = none
internet = none
rt_table = main
auto_rt = yes
[resultserver]
resultserver_ip
for all your virtual machines in machinery configuration.ip = 192.168.56.1
port = 2042
force_port = no
upload_max_size = 10485760
[processing]
analysis_size_limit = 104857600
resolve_dns = on
sort_pcap = on
[database]
connection =
timeout =60
[timeouts]
default = 120
critical = 600
vm_state = 300
i confgured already but i don't know where problems come
i won't contact you by email, you don't using code escape for posting configs, and you don't answer my question about snapshot, snapshot is not configured in configs, is taken in virtual machines manager, without correct information nobody will help you
Hello,
I've installed cuckoo on my serveur ( a debian). My web install is Ok ( I can browse cuckoo GUI on my VM browser) but cuckoo is not analyse my submission. My Ip host and Ip on my VM ping. I just don't understand this in config files :
memory.conf guest_profile = WinXPSP3x86 ( mine is Win7, what I have to mention ? )
vitualbox.conf machines = [Win7] label =
Other stuff My computer name ( Windows Vm is : IE10Win7). My Vm is a Windows 7. Virtualisation : virtualbox
My error when I run cuckoo is : 2017-03-08 16:13:38,498 [lib.cuckoo.core.scheduler] INFO: Using "virtualbox" as machine manager 2017-03-08 16:14:53,372 [root] CRITICAL: CuckooCriticalError: Please update your configuration. Unable to shut 'IE10Win7' down or find the machine in its proper state: Timeout hit while for machine IE10Win7 to change status
Thanks for the help Bye