-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Cuckoo Malware Analysis

For submitting malware samples, Cuckoo Sandbox has a command utility in its utils
folder. To submit a malware sample run the following command in the terminal:
$ ./utils/submit.py [optional arguments] [positional argument]
As described in the previous section, we know that the arguments can be filled by:
[optional arguments]
:
-h, --help
: This argument shows this help message and exits
--url
: This argument specifies whether the target is an URL or not
--package PACKAGE
: This argument specifies an analysis package
--custom CUSTOM
: This argument specifies any custom value
--timeout TIMEOUT
: This argument specifies an analysis timeout
--options OPTIONS
: This argument specifies options for the analysis package (for example, name=value,name2=value2
)
--priority PRIORITY
: This argument specifies a priority for the analysis represented by an integer
--machine MACHINE
: This argument specifies the identifier of a machine you want to use
--platform PLATFORM...
Change the font size
Change margin width
Change background colour