idanr1986 / cuckoo-droid

CuckooDroid - Automated Android Malware Analysis with Cuckoo Sandbox.
580 stars 134 forks source link

No Dynamic Analysis & No Logs & No Internet #67

Open seantree opened 6 years ago

seantree commented 6 years ago

Hello Guys,

I am using androidx86, Everything is working fine except there is no network in the guest machine I have configured in the similar manner as per the document but no internet. .

  1. No Dynamic Analysis I have also transfer the hooks.json in the /data/local/tmp folder as per the document and I also cross checked in the guest machine it's there with the content.

  2. No Analysis Logs are generating in the logs folder . Logs folder is empty. . Let me know how to solve this problems. . Waiting for positive reply . Thanks & Regards Seantree

muhzii commented 6 years ago

were you having this issue with an arm image? I guess it might be that the compiled python files in /data/local/ may only work for arm not x86. And what is the output when you run ./cuckoo.py?

seantree commented 6 years ago

Hi Following is the attached cuckoo log & I have read some articles that X86 was working properly in their case. cuckoo.log

krishnadev6 commented 6 years ago

@seantree I think that there is some network configuration problem.

seantree commented 6 years ago

But I configured as per the documentation

anthonyjr2 commented 6 years ago

The documentation on the website is pretty outdated. I haven't set it up using Android x86 but try to mess around with the settings a bit.

muhzii commented 6 years ago

Oh, I thought you were trying to run the analysis using avd machinery. In that case then, this pretty much seems to be that some network configurations are missing as to giving your virtual device internet access. no logs might be caused by some permission issue, perhaps agent needs administrative privileges.