-
Notifications
You must be signed in to change notification settings - Fork 178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cuckoomon injection causes IE 11 to crash at start of URL analysis #235
Comments
Run with debug=2 and give me the logs that result. Also try with disable_hook_content=1 -Brad |
No improvement with |
The logs would be sent to the server console, not to analysis.log -Brad |
|
Anything else I can do to help with this? |
Have you disabled all the security settings in IE? Protected mode, etc? -Brad |
FWIW, I am running IE11 in a Win7 x64 VM, and am not experiencing these crashes. I have all IE security settings turned down to the lowest available level. However, I am consistently getting signature hits of the type: iexplore.exe (1552) called API GetSystemTimeAsFileTime 2534523 times Perhaps there is some sort of recursive loop in the hook for this API? |
Actually, the GetSystemTimeAsFileTime API spamming may be normal behavior for IE. It is whitelisted in the api_spamming.py signature. It just needs its whitelist adjusted to work with the Program Files (x86) path on 64-bit systems. |
Protected mode is off. And security settings are as low as I can make them. @jgajek Did you apply any other Windows patches to your VMs? I only installed the [minimum prerequisites(https://support.microsoft.com/en-us/kb/2847882) for IE11. |
Here's what I did:
I also have latest version of Chrome installed on the VM as a non-default browser. |
@jgajek I'm using the same settings. Are you using the latest version of cuckoomon? Maybe there's a regression? |
I'm running cuckoo-modified inside a Docker container, so I haven't done a git pull in a few weeks. I'll do a rebuild later today and report back. |
Thanks. If you can make note of the git revision you are currently using, that would be great |
I'm not seeing any IE11 crashes even on the latest revision. |
I just got a VM up with IE11 on W7x64 SP1, installed some lame patch to get windows update to work, and then installed IE11. I did install ie8 updates in-line though. No crashes here. |
@seanthegeek did you ever resolve this issue, I'm having the same problem. |
I'm having the same issue but for Win7-32 bits SP1. Did anybody resolved this? |
Highly doubt so . i am experiencing the same problem here and dying to find the solution |
I just upgraded my Cuckoo VMs to IE 11, to better reflect real-world systems. IE is now crashing upon Cuckoo's injects. Disabling injects works fine. How can I collect debug info for this?
The text was updated successfully, but these errors were encountered: