anubis left
Anubis: Analyzing Unknown Binaries
register / login
anubis right

Frequently asked questions

Is it possible to automate the submission of samples to Anubis?
Yes. There are two ways.

  1. You can use this python script. It accepts a filename as argument and an optional email address and should run under all operating systems that have a python interpreter. For its exact usage please have a look at the script's starting comment.
  2. We also offer a norman- and cwsandbox-compatible submission URL. If you already have an automatic submission to one of these services in place then this will probably be the most easiest way for you (e.g. if you are using the norman-submit handler of nepenthes). This URL is http://anubis.iseclab.org/nepenthes_action.php.

What kind of files can I submit to Anubis?

  1. Anubis will analyze all Windows executable files. When you upload a file to the Anubis environment it will be executed by calling CreateProcess. Thus, it does not matter what your file is called (or which file extension it has), i.e. it is not a problem if your file is called, for example, postcard.txt, as long as it is actually an executable.
  2. Anubis will also analyze all Android binaries, that are packaged as valid APK files. Uploaded APKs will be installed in an Android emulator and have to contain at least the AndroidManifest.xml and classes.dex files.

Anubis tries to analyze a program called ntvdm.exe, not the file I uploaded. Why is that?
Anubis expects to analyze an executable (see question above for details), but you probably submitted a file it fails to execute. This is what happens: Windows notices that the file is no valid executable and thinks it is an old DOS executable (which doesn't have any headers). In Windows XP, however, old DOS files are not executed directly, they are thrown into the NT virtual machine (ntvdm.exe). That's why you see Anubis analyzing the process ntvdm.exe.

Is Anubis related to TTAnalyze in any way?
Yes. TTAnalyze is its predecessor.


Last Modified: 2013-05-01 Valid XHTML 1.0 Strict

International Secure Systems Lab
Contact: anubis@iseclab.org