Injection fails in Cuckoo Sandbox - sandbox

I have a problem when analysing .doc file. with cuckoo sandbox. Here is a link of the cuckoo log: https://img3.picload.org/image/pwarlpp/index.jpeg
As you can see the QueueUserAPC injection fails, but I can't figure out why. Any ideas?
Greetings

I would suggest first you should submit your sample to malwr.com (which is basically online cuckoo), to rule out the possibility that something wrong with your own VM.

Related

Using Gmail Sender to send mail from my own server using simple-java-mail-7.8.2.jar

I am a relative newbie and have developed an app that - as part of its function - will use Gmail Sender to send an email to the user of the app when necessary.
I have downloaded and included activation.jar; additional.jar; and mail.jar into the project, and the app has worked as expected in debug mode. However, when I try to test a release build, there is a problem in sending emails.
I will not at this stage present details of all that I've done to try to resolve the issue. I will just say that I have come to the tentative conclusion that one or more of the jars is/are corrupted or out of date. I have therefore downloaded simple-java-mail-7.8.2.jar but can find no clear documentation regarding how to properly include it into my project. Any help on this will be greatly appreciated.
If using this latest jar doesn't resolve the problem, I will then update this post with details of all that I had previously done and the results. For now, I would like to avoid complicating the issue with information that might be irrelevant, and would first like to try this new jar to see if it works.
Thank in advance.

DocuSign quickstart example nothing happens

I have followed the instructions to implement Docusign quickstart... I have added quickstart to my server, and then with the composer I have installed the example scripts too.
However, after all settings correctly made (at least that is what I think), when I try to load it, nothing happens. Literally nothing: no error, but nothing loaded either.
http://dealstream.innovativesites.eu/dealstream-php/src/EG001EmbeddedSigning.php
Please have a look and try to give me some advise.
Thanks,
Attila.
The Quickstart is designed to load a home page that let you log in and lists all the code examples.
I know PHP developers typically would just try to run a specific PHP file, but that's not how we designed the quickstart.
You need to run http://localhost:8080/public assuming that you set 8080 as the port.
You can find instructions for XAMPP web server here -
https://github.com/docusign/code-examples-php

Can I update Test Jira using Prod Jira

our test system has not been updated in some time, and its becoming a bit redundant, since the tickets are outdated. We use mostly Microsoft serves, but our Jira is on Linux so I need some help with the commands. I managed to log in via SSH, but I am stuck. Could not find a guide online including commands. Can anyone help me out? Thanks in advance.
Jira stores it's data in the JIRA_HOME directory and the database
If both systems are on the same version, all you need to do is to export the data from your production DB into your test system DB, and copy the contents of the JIRA_HOME to the JIRA_HOME on your test system.
If you're using the same type of DB on prod and dev, this should be trivial.
If you're not using the same type of DB, you should really should.

Building an IPA archive for TestFlight distribution

I am having the following issue, with Xcode 4.2, trying to create an IPA archive to distribute with TestFlight.
Everything seems fine until I build the archive.
When I want to upload this archive I get the following message:
"Invalid IPA: The keychain-access-group in the embedded.mobileprovision and your binary don't match."
What does this exactly mean?
I have looked on the net various things about this issue, but nothing drove me to a solution at this point. I also tried what I could think of, but with no success.
Can anyone point me to a solution?
Thank you in advance, for any tip.
I had this same problem. It was caused by having the wrong release code signing identity in the target's build settings.
This is usually caused by not changing the build identifier and access group in the entitlements file. Make sure you change these in the entitlements file. More information on how to do this can be found here

How to simulate or trigger a Machine Check Exception?

I've setup the mcelog tool on my Linux server, and I'd like to verify that it's working properly but I'm not sure how to test it.
Does anyone know of any ways to generate or trigger an exception event so I confirm that the hardware errors are logged correctly.
mcelog includes a test suite with a tool called mce-inject, designed to do exactly this. The developer has a copy of the source on github. It seems to require Linux 2.6.31 or better.

Resources