Tuesday 21 November 2017

My Terminal Log - Ubuntu 16.04 LTS

root@ryan-A785GM-AD3:/home/ryan# pip install --upgrade --force-reinstall shutit
Collecting shutit
  Using cached shutit-1.0.34-py2-none-any.whl
Collecting pexpect>=4.0 (from shutit)
  Using cached pexpect-4.3.0-py2.py3-none-any.whl
Collecting six>=1.10 (from shutit)
  Using cached six-1.11.0-py2.py3-none-any.whl
Collecting texttable>=0.1 (from shutit)
Collecting jinja2>=0.1 (from shutit)
  Using cached Jinja2-2.10-py2.py3-none-any.whl
Collecting future>=0.15 (from shutit)
Collecting ptyprocess>=0.5 (from pexpect>=4.0->shutit)
  Using cached ptyprocess-0.5.2-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=0.1->shutit)
Installing collected packages: ptyprocess, pexpect, six, texttable, MarkupSafe, jinja2, future, shutit
  Found existing installation: ptyprocess 0.5.2
    Uninstalling ptyprocess-0.5.2:
      Successfully uninstalled ptyprocess-0.5.2
  Found existing installation: pexpect 4.3.0
    Uninstalling pexpect-4.3.0:
      Successfully uninstalled pexpect-4.3.0
  Found existing installation: six 1.11.0
    Uninstalling six-1.11.0:
      Successfully uninstalled six-1.11.0
  Found existing installation: texttable 1.1.1
    Uninstalling texttable-1.1.1:
      Successfully uninstalled texttable-1.1.1
  Found existing installation: MarkupSafe 1.0
    Uninstalling MarkupSafe-1.0:
      Successfully uninstalled MarkupSafe-1.0
  Found existing installation: Jinja2 2.9.6
    Uninstalling Jinja2-2.9.6:
      Successfully uninstalled Jinja2-2.9.6
  Found existing installation: future 0.16.0
    Uninstalling future-0.16.0:
      Successfully uninstalled future-0.16.0
  Found existing installation: shutit 1.0.34
    Uninstalling shutit-1.0.34:
      Successfully uninstalled shutit-1.0.34
Successfully installed MarkupSafe-1.0 future-0.16.0 jinja2-2.10 pexpect-4.3.0 ptyprocess-0.5.2 shutit-1.0.34 six-1.11.0 texttable-1.1.1



----
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/80/08/2cd79d8d54020d9f37c17fd7591c5847d960bdde9fdfa38fb4cf5510473e/Pillow-3.2.0-py2.7-win-amd64.egg
Collecting https://pypi.python.org/packages/80/08/2cd79d8d54020d9f37c17fd7591c5847d960bdde9fdfa38fb4cf5510473e/Pillow-3.2.0-py2.7-win-amd64.egg
  Downloading Pillow-3.2.0-py2.7-win-amd64.egg (1.6MB)
    100% |████████████████████████████████| 1.6MB 11kB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "", line 1, in
    IOError: [Errno 2] No such file or directory: '/tmp/pip-tCMQlZ-build/setup.py'
   
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-tCMQlZ-build/
 

----

ryan@ryan-A785GM-AD3:~$ sudo su
[sudo] password for ryan:
root@ryan-A785GM-AD3:/home/ryan# cuckoo -d
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 34, in
    version = ".".join(pkg_resources.require("Cuckoo")[0].version.split(".")[:3])
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 981, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 872, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (requests 2.9.1 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('requests[security]==2.13.0; sys_platform == "linux2"'), set(['Cuckoo']))
root@ryan-A785GM-AD3:/home/ryan# sudo pip uninstall pillow
Cannot uninstall requirement pillow, not installed
root@ryan-A785GM-AD3:/home/ryan# sudo pip uninstall pillow
Cannot uninstall requirement pillow, not installed
root@ryan-A785GM-AD3:/home/ryan# pip install --upgrade pip
Requirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages
root@ryan-A785GM-AD3:/home/ryan# pip install --upgrade --force-reinstall shutit
Collecting shutit
  Using cached shutit-1.0.34-py2-none-any.whl
Collecting pexpect>=4.0 (from shutit)
  Using cached pexpect-4.3.0-py2.py3-none-any.whl
Collecting six>=1.10 (from shutit)
  Using cached six-1.11.0-py2.py3-none-any.whl
Collecting texttable>=0.1 (from shutit)
Collecting jinja2>=0.1 (from shutit)
  Using cached Jinja2-2.10-py2.py3-none-any.whl
Collecting future>=0.15 (from shutit)
Collecting ptyprocess>=0.5 (from pexpect>=4.0->shutit)
  Using cached ptyprocess-0.5.2-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=0.1->shutit)
Installing collected packages: ptyprocess, pexpect, six, texttable, MarkupSafe, jinja2, future, shutit
  Found existing installation: ptyprocess 0.5.2
    Uninstalling ptyprocess-0.5.2:
      Successfully uninstalled ptyprocess-0.5.2
  Found existing installation: pexpect 4.3.0
    Uninstalling pexpect-4.3.0:
      Successfully uninstalled pexpect-4.3.0
  Found existing installation: six 1.11.0
    Uninstalling six-1.11.0:
      Successfully uninstalled six-1.11.0
  Found existing installation: texttable 1.1.1
    Uninstalling texttable-1.1.1:
      Successfully uninstalled texttable-1.1.1
  Found existing installation: MarkupSafe 1.0
    Uninstalling MarkupSafe-1.0:
      Successfully uninstalled MarkupSafe-1.0
  Found existing installation: Jinja2 2.9.6
    Uninstalling Jinja2-2.9.6:
      Successfully uninstalled Jinja2-2.9.6
  Found existing installation: future 0.16.0
    Uninstalling future-0.16.0:
      Successfully uninstalled future-0.16.0
  Found existing installation: shutit 1.0.34
    Uninstalling shutit-1.0.34:
      Successfully uninstalled shutit-1.0.34
Successfully installed MarkupSafe-1.0 future-0.16.0 jinja2-2.10 pexpect-4.3.0 ptyprocess-0.5.2 shutit-1.0.34 six-1.11.0 texttable-1.1.1
root@ryan-A785GM-AD3:/home/ryan# cuckoo -d
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 34, in
    version = ".".join(pkg_resources.require("Cuckoo")[0].version.split(".")[:3])
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 981, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 872, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (Jinja2 2.10 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('jinja2==2.9.6'), set(['Cuckoo']))
root@ryan-A785GM-AD3:/home/ryan# pip install --upgrade --force-reinstall shutit
Collecting shutit
  Using cached shutit-1.0.34-py2-none-any.whl
Collecting pexpect>=4.0 (from shutit)
  Using cached pexpect-4.3.0-py2.py3-none-any.whl
Collecting six>=1.10 (from shutit)
  Using cached six-1.11.0-py2.py3-none-any.whl
Collecting texttable>=0.1 (from shutit)
Collecting jinja2>=0.1 (from shutit)
  Using cached Jinja2-2.10-py2.py3-none-any.whl
Collecting future>=0.15 (from shutit)
Collecting ptyprocess>=0.5 (from pexpect>=4.0->shutit)
  Using cached ptyprocess-0.5.2-py2.py3-none-any.whl
Collecting MarkupSafe>=0.23 (from jinja2>=0.1->shutit)
Installing collected packages: ptyprocess, pexpect, six, texttable, MarkupSafe, jinja2, future, shutit
  Found existing installation: ptyprocess 0.5.2
    Uninstalling ptyprocess-0.5.2:
      Successfully uninstalled ptyprocess-0.5.2
  Found existing installation: pexpect 4.3.0
    Uninstalling pexpect-4.3.0:
      Successfully uninstalled pexpect-4.3.0
  Found existing installation: six 1.11.0
    Uninstalling six-1.11.0:
      Successfully uninstalled six-1.11.0
  Found existing installation: texttable 1.1.1
    Uninstalling texttable-1.1.1:
      Successfully uninstalled texttable-1.1.1
  Found existing installation: MarkupSafe 1.0
    Uninstalling MarkupSafe-1.0:
      Successfully uninstalled MarkupSafe-1.0
  Found existing installation: Jinja2 2.10
    Uninstalling Jinja2-2.10:
      Successfully uninstalled Jinja2-2.10
  Found existing installation: future 0.16.0
    Uninstalling future-0.16.0:
      Successfully uninstalled future-0.16.0
  Found existing installation: shutit 1.0.34
    Uninstalling shutit-1.0.34:
      Successfully uninstalled shutit-1.0.34
Successfully installed MarkupSafe-1.0 future-0.16.0 jinja2-2.10 pexpect-4.3.0 ptyprocess-0.5.2 shutit-1.0.34 six-1.11.0 texttable-1.1.1
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/ff/4e/fa4a73ccfefe2b37d7b6898329e7dbcd1ac846ba3a3b26b294a78a3eb997/ptyprocess-0.5.2-py2.py3-none-any.whl
Requirement already satisfied: ptyprocess==0.5.2 from https://pypi.python.org/packages/ff/4e/fa4a73ccfefe2b37d7b6898329e7dbcd1ac846ba3a3b26b294a78a3eb997/ptyprocess-0.5.2-py2.py3-none-any.whl in /usr/local/lib/python2.7/dist-packages
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/7d/51/883102f3f288deda0c29e5177d7bdef5b9f6d60098c0d37a1f5c8f765a93/pexpect-4.3.0-py2.py3-none-any.whl
Requirement already satisfied: pexpect==4.3.0 from https://pypi.python.org/packages/7d/51/883102f3f288deda0c29e5177d7bdef5b9f6d60098c0d37a1f5c8f765a93/pexpect-4.3.0-py2.py3-none-any.whl in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python2.7/dist-packages (from pexpect==4.3.0)
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/7d/51/883102f3f288deda0c29e5177d7bdef5b9f6d60098c0d37a1f5c8f765a93/pexpect-4.3.0-py2.py3-none-any.whl
Requirement already satisfied: pexpect==4.3.0 from https://pypi.python.org/packages/7d/51/883102f3f288deda0c29e5177d7bdef5b9f6d60098c0d37a1f5c8f765a93/pexpect-4.3.0-py2.py3-none-any.whl in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python2.7/dist-packages (from pexpect==4.3.0)
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl#md5=866ab722be6bdfed6830f3179af65468
Requirement already satisfied: six==1.11.0 from https://pypi.python.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl#md5=866ab722be6bdfed6830f3179af65468 in /usr/local/lib/python2.7/dist-packages
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl
Requirement already satisfied: six==1.11.0 from https://pypi.python.org/packages/67/4b/141a581104b1f6397bfa78ac9d43d8ad29a7ca43ea90a2d863fe3056e86a/six-1.11.0-py2.py3-none-any.whl in /usr/local/lib/python2.7/dist-packages
root@ryan-A785GM-AD3:/home/ryan# pip install texttable==1.1.1
Requirement already satisfied: texttable==1.1.1 in /usr/local/lib/python2.7/dist-packages
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
Collecting https://pypi.python.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz
  Using cached MarkupSafe-1.0.tar.gz
  Requirement already satisfied (use --upgrade to upgrade): MarkupSafe==1.0 from https://pypi.python.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz in /usr/local/lib/python2.7/dist-packages
Building wheels for collected packages: MarkupSafe
  Running setup.py bdist_wheel for MarkupSafe ... done
  Stored in directory: /root/.cache/pip/wheels/2e/8c/53/520279dd9d8e4e4833f12a3a865418fa18bd079608e2aea709
Successfully built MarkupSafe
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl
Requirement already satisfied: Jinja2==2.10 from https://pypi.python.org/packages/7f/ff/ae64bacdfc95f27a016a7bed8e8686763ba4d277a78ca76f32659220a731/Jinja2-2.10-py2.py3-none-any.whl in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python2.7/dist-packages (from Jinja2==2.10)
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz
Collecting https://pypi.python.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz
  Using cached future-0.16.0.tar.gz
  Requirement already satisfied (use --upgrade to upgrade): future==0.16.0 from https://pypi.python.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz in /usr/local/lib/python2.7/dist-packages
Building wheels for collected packages: future
  Running setup.py bdist_wheel for future ... done
  Stored in directory: /root/.cache/pip/wheels/4d/cd/98/0b68efca2debc1b68d3e2d485283cac7e68b6bc58a314c3b89
Successfully built future
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/b0/a4/137fdeb56a4d28676f7d3aba4978db693674b9778bbe4a173410c60cadeb/shutit-1.0.34-py2-none-any.whl
Requirement already satisfied: shutit==1.0.34 from https://pypi.python.org/packages/b0/a4/137fdeb56a4d28676f7d3aba4978db693674b9778bbe4a173410c60cadeb/shutit-1.0.34-py2-none-any.whl in /usr/local/lib/python2.7/dist-packages
Requirement already satisfied: pexpect>=4.0 in /usr/local/lib/python2.7/dist-packages (from shutit==1.0.34)
Requirement already satisfied: six>=1.10 in /usr/local/lib/python2.7/dist-packages (from shutit==1.0.34)
Requirement already satisfied: texttable>=0.1 in /usr/local/lib/python2.7/dist-packages (from shutit==1.0.34)
Requirement already satisfied: jinja2>=0.1 in /usr/local/lib/python2.7/dist-packages (from shutit==1.0.34)
Requirement already satisfied: future>=0.15 in /usr/local/lib/python2.7/dist-packages (from shutit==1.0.34)
Requirement already satisfied: ptyprocess>=0.5 in /usr/local/lib/python2.7/dist-packages (from pexpect>=4.0->shutit==1.0.34)
Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python2.7/dist-packages (from jinja2>=0.1->shutit==1.0.34)
root@ryan-A785GM-AD3:/home/ryan# cuckoo -d
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 34, in
    version = ".".join(pkg_resources.require("Cuckoo")[0].version.split(".")[:3])
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 981, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 872, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (Jinja2 2.10 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('jinja2==2.9.6'), set(['Cuckoo']))
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/5e/73/10c45b82a88ed6b7751bd40da31eeefd7b362e07b56a99aa6e56655a0794/Jinja2-2.9.6-py2.py3-none-any.whl
Collecting Jinja2==2.9.6 from https://pypi.python.org/packages/5e/73/10c45b82a88ed6b7751bd40da31eeefd7b362e07b56a99aa6e56655a0794/Jinja2-2.9.6-py2.py3-none-any.whl
  Using cached Jinja2-2.9.6-py2.py3-none-any.whl
Requirement already satisfied: MarkupSafe>=0.23 in /usr/local/lib/python2.7/dist-packages (from Jinja2==2.9.6)
Installing collected packages: Jinja2
  Found existing installation: Jinja2 2.10
    Uninstalling Jinja2-2.10:
      Successfully uninstalled Jinja2-2.10
Successfully installed Jinja2-2.9.6
root@ryan-A785GM-AD3:/home/ryan# cuckoo -d
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 34, in
    version = ".".join(pkg_resources.require("Cuckoo")[0].version.split(".")[:3])
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 981, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 867, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pillow==3.2' distribution was not found and is required by Cuckoo
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/80/08/2cd79d8d54020d9f37c17fd7591c5847d960bdde9fdfa38fb4cf5510473e/Pillow-3.2.0-py2.7-win-amd64.egg
Collecting https://pypi.python.org/packages/80/08/2cd79d8d54020d9f37c17fd7591c5847d960bdde9fdfa38fb4cf5510473e/Pillow-3.2.0-py2.7-win-amd64.egg
  Downloading Pillow-3.2.0-py2.7-win-amd64.egg (1.6MB)
    100% |████████████████████████████████| 1.6MB 11kB/s
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "", line 1, in
    IOError: [Errno 2] No such file or directory: '/tmp/pip-tCMQlZ-build/setup.py'
   
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-tCMQlZ-build/
root@ryan-A785GM-AD3:/home/ryan# pip install pystan
Collecting pystan
  Downloading pystan-2.17.0.0-cp27-cp27mu-manylinux1_x86_64.whl (55.1MB)
    100% |████████████████████████████████| 55.1MB 19kB/s
Collecting numpy>=1.7 (from pystan)
  Downloading numpy-1.13.3-cp27-cp27mu-manylinux1_x86_64.whl (16.6MB)
    100% |████████████████████████████████| 16.7MB 59kB/s
Collecting Cython!=0.25.1,>=0.22 (from pystan)
  Downloading Cython-0.27.3-cp27-cp27mu-manylinux1_x86_64.whl (3.0MB)
    100% |████████████████████████████████| 3.0MB 225kB/s
Installing collected packages: numpy, Cython, pystan
Successfully installed Cython-0.27.3 numpy-1.13.3 pystan-2.17.0.0
root@ryan-A785GM-AD3:/home/ryan# cuckoo -d
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 34, in
    version = ".".join(pkg_resources.require("Cuckoo")[0].version.split(".")[:3])
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 981, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 867, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pillow==3.2' distribution was not found and is required by Cuckoo
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/80/08/2cd79d8d54020d9f37c17fd7591c5847d960bdde9fdfa38fb4cf5510473e/Pillow-3.2.0-py2.7-win-amd64.egg
Collecting https://pypi.python.org/packages/80/08/2cd79d8d54020d9f37c17fd7591c5847d960bdde9fdfa38fb4cf5510473e/Pillow-3.2.0-py2.7-win-amd64.egg
  Using cached Pillow-3.2.0-py2.7-win-amd64.egg
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "", line 1, in
    IOError: [Errno 2] No such file or directory: '/tmp/pip-9JNREF-build/setup.py'
   
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-9JNREF-build/
root@ryan-A785GM-AD3:/home/ryan# python setup.py install
python: can't open file 'setup.py': [Errno 2] No such file or directory
root@ryan-A785GM-AD3:/home/ryan# ls
2017-10-28-16-30-27.074-VirtualBox-2747.log
2017-10-28-16-59-50.028-VirtualBox-3452.log
alembic-0.8.8.tar.gz
androguard-3.0.1.tar.gz
asn1crypto-0.23.0-py2.py3-none-any.whl
backup cuckoo 2.0.4
beautifulsoup4-4.5.3-py2-none-any.whl
capstone-3.0.5rc2-py2-none-manylinux1_x86_64.whl
cffi-1.11.2-cp27-cp27mu-manylinux1_x86_64.whl
chardet-2.3.0-py2.py3-none-any.whl
click-6.6-py2.py3-none-any.whl
colorama-0.3.7-py2.py3-none-any.whl
cryptography-2.1.1-cp27-cp27mu-manylinux1_x86_64.whl
cuckoo
cuckoo-2.0.0
Cuckoo-2.0.4.4.tar.gz
Desktop
django
Django-1.8.4-py2.py3-none-any.whl
django_extensions-1.6.7-py2.py3-none-any.whl
django-git
Documents
Downloads
dpkt-1.8.7-py2-none-any.whl
ecdsa-0.13-py2.py3-none-any.whl
egghatch-0.2.1.tar.gz
elasticsearch-5.3.0-py2.py3-none-any.whl
enum34-1.1.6-py2-none-any.whl
examples.desktop
Flask-0.12.2-py2.py3-none-any.whl
Flask-SQLAlchemy-2.1.tar.gz
functools32-3.2.3-2.zip
get-pip.py
HTTPReplay-0.2.1.tar.gz
idna-2.6-py2.py3-none-any.whl
ipaddress-1.0.18-py2-none-any.whl
itsdangerous-0.24.tar.gz
Jinja2-2.9.6-py2.py3-none-any.whl
jsbeautifier-1.6.2.tar.gz
jsonschema-2.6.0-py2.py3-none-any.whl
kdenlive
Mako-1.0.7.tar.gz
MarkupSafe-1.0.tar.gz
Music
mynewenv
olefile-0.43.zip
oletools-0.42.tar.gz
peepdf-0.3.6.tar.gz
pefile2-1.2.11.tar.gz
Pictures
pillow
Pillow-3.2.0.zip
Public
pycparser-2.18.tar.gz
pycrypto-2.6.1.tar.gz
pyelftools-0.24.tar.gz
pymisp-2.4.54.tar.gz
pymongo-3.0.3.tar.gz
pyOpenSSL-17.3.0-py2.py3-none-any.whl
pythonaes-1.0.tar.gz
python_dateutil-2.4.2-py2.py3-none-any.whl
python-editor-1.0.3.tar.gz
python-magic-0.4.12.tar.gz
rec
requests-2.13.0-py2.py3-none-any.whl
scapy-2.3.2.tar.gz
SFlock-0.2.17.tar.gz
six-1.11.0-py2.py3-none-any.whl
snap
SQLAlchemy-1.0.8.tar.gz
ssdeep-2.13
Templates
TheFatRat
tlslite-ng-0.6.0.tar.gz
udo systemctl stop apache2
unicorn-1.0.1-py2.py3-none-manylinux1_x86_64.whl
Untitled Folder
urllib3-1.22-py2.py3-none-any.whl
venv
Videos
VirtualBox VMs
VMs
wakeonlan-0.2.2.tar.gz
Werkzeug-0.12.2-py2.py3-none-any.whl
yara-3.4.0
yara-python-3.6.3.tar.gz
root@ryan-A785GM-AD3:/home/ryan# pip install --upgrade setuptools
Collecting setuptools
  Downloading setuptools-37.0.0-py2.py3-none-any.whl (481kB)
    100% |████████████████████████████████| 491kB 402kB/s
Installing collected packages: setuptools
  Found existing installation: setuptools 36.6.0
    Uninstalling setuptools-36.6.0:
      Successfully uninstalled setuptools-36.6.0
Successfully installed setuptools-37.0.0
root@ryan-A785GM-AD3:/home/ryan# pip install ez_setup
Collecting ez_setup
  Downloading ez_setup-0.9.tar.gz
Building wheels for collected packages: ez-setup
  Running setup.py bdist_wheel for ez-setup ... done
  Stored in directory: /root/.cache/pip/wheels/53/d6/8b/a2270e66cf5f68c038fffcc8b871de0c4326550fb187906bab
Successfully built ez-setup
Installing collected packages: ez-setup
Successfully installed ez-setup-0.9
root@ryan-A785GM-AD3:/home/ryan# pip install unroll
Collecting unroll
  Downloading unroll-0.1.0.tar.gz
    Complete output from command python setup.py egg_info:
    Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
    Traceback (most recent call last):
      File "", line 1, in
      File "/tmp/pip-build-Zp9cFA/unroll/setup.py", line 2, in
        ez_setup.use_setuptools()
      File "/usr/local/lib/python2.7/dist-packages/ez_setup.py", line 145, in use_setuptools
        return _do_download(version, download_base, to_dir, download_delay)
      File "/usr/local/lib/python2.7/dist-packages/ez_setup.py", line 124, in _do_download
        to_dir, download_delay)
      File "/usr/local/lib/python2.7/dist-packages/ez_setup.py", line 193, in download_setuptools
        src = urlopen(url)
      File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
        return opener.open(url, data, timeout)
      File "/usr/lib/python2.7/urllib2.py", line 435, in open
        response = meth(req, response)
      File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
        'http', request, response, code, msg, hdrs)
      File "/usr/lib/python2.7/urllib2.py", line 473, in error
        return self._call_chain(*args)
      File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
        result = func(*args)
      File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
        raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
    urllib2.HTTPError: HTTP Error 403: SSL is required
   
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-Zp9cFA/unroll/
root@ryan-A785GM-AD3:/home/ryan# easy_install -U setuptools
Searching for setuptools
Reading https://pypi.python.org/simple/setuptools/
Best match: setuptools 37.0.0
Adding setuptools 37.0.0 to easy-install.pth file
Installing easy_install script to /usr/local/bin
Installing easy_install-3.6 script to /usr/local/bin

Using /usr/local/lib/python2.7/dist-packages
Processing dependencies for setuptools
Finished processing dependencies for setuptools
root@ryan-A785GM-AD3:/home/ryan# pip install unroll
Collecting unroll
  Using cached unroll-0.1.0.tar.gz
    Complete output from command python setup.py egg_info:
    Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.14.tar.gz
    Traceback (most recent call last):
      File "", line 1, in
      File "/tmp/pip-build-MorCZf/unroll/setup.py", line 2, in
        ez_setup.use_setuptools()
      File "/usr/local/lib/python2.7/dist-packages/ez_setup.py", line 145, in use_setuptools
        return _do_download(version, download_base, to_dir, download_delay)
      File "/usr/local/lib/python2.7/dist-packages/ez_setup.py", line 124, in _do_download
        to_dir, download_delay)
      File "/usr/local/lib/python2.7/dist-packages/ez_setup.py", line 193, in download_setuptools
        src = urlopen(url)
      File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen
        return opener.open(url, data, timeout)
      File "/usr/lib/python2.7/urllib2.py", line 435, in open
        response = meth(req, response)
      File "/usr/lib/python2.7/urllib2.py", line 548, in http_response
        'http', request, response, code, msg, hdrs)
      File "/usr/lib/python2.7/urllib2.py", line 473, in error
        return self._call_chain(*args)
      File "/usr/lib/python2.7/urllib2.py", line 407, in _call_chain
        result = func(*args)
      File "/usr/lib/python2.7/urllib2.py", line 556, in http_error_default
        raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
    urllib2.HTTPError: HTTP Error 403: SSL is required
   
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-MorCZf/unroll/
root@ryan-A785GM-AD3:/home/ryan# cuckoo
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 34, in
    version = ".".join(pkg_resources.require("Cuckoo")[0].version.split(".")[:3])
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 984, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 870, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'pillow==3.2' distribution was not found and is required by Cuckoo
root@ryan-A785GM-AD3:/home/ryan# pip install pillow==3.2
Collecting pillow==3.2
Installing collected packages: pillow
Successfully installed pillow-3.2.0
root@ryan-A785GM-AD3:/home/ryan# cuckoo
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 34, in
    version = ".".join(pkg_resources.require("Cuckoo")[0].version.split(".")[:3])
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 984, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 875, in resolve
    raise VersionConflict(dist, req).with_context(dependent_req)
pkg_resources.ContextualVersionConflict: (requests 2.9.1 (/usr/local/lib/python2.7/dist-packages), Requirement.parse('requests[security]==2.13.0; sys_platform == "linux2"'), set(['Cuckoo']))
root@ryan-A785GM-AD3:/home/ryan# pip install requests
Requirement already satisfied: requests in /usr/local/lib/python2.7/dist-packages
root@ryan-A785GM-AD3:/home/ryan# pip install https://pypi.python.org/packages/7e/ac/a80ed043485a3764053f59ca92f809cc8a18344692817152b0e8bd3ca891/requests-2.13.0-py2.py3-none-any.whl
Collecting requests==2.13.0 from https://pypi.python.org/packages/7e/ac/a80ed043485a3764053f59ca92f809cc8a18344692817152b0e8bd3ca891/requests-2.13.0-py2.py3-none-any.whl
  Using cached requests-2.13.0-py2.py3-none-any.whl
Installing collected packages: requests
  Found existing installation: requests 2.9.1
    Uninstalling requests-2.9.1:
      Successfully uninstalled requests-2.9.1
Successfully installed requests-2.13.0
root@ryan-A785GM-AD3:/home/ryan# cuckoo

                      __
  .----..--.--..----.|  |--..-----..-----.
  |  __||  |  ||  __||    < |  _  ||  _  |
  |____||_____||____||__|__||_____||_____|

 Cuckoo Sandbox 2.0.4
 www.cuckoosandbox.org
 Copyright (c) 2010-2017

 Checking for updates...
 You're good to go!
2017-11-21 04:10:30,380 [cuckoo] CRITICAL: CuckooCriticalError: Unable to bind ResultServer on 192.168.56.1:2042 [Errno 99] Cannot assign requested address. This usually happens when you start Cuckoo without bringing up the virtual interface associated with the ResultServer IP address. Please refer to http://docs.cuckoosandbox.org/en/latest/faq/#troubles-problem for more information.
root@ryan-A785GM-AD3:/home/ryan# cuckoo -d

  eeee e   e eeee e   e  eeeee eeeee
  8  8 8   8 8  8 8   8  8  88 8  88
  8e   8e  8 8e   8eee8e 8   8 8   8
  88   88  8 88   88   8 8   8 8   8
  88e8 88ee8 88e8 88   8 8eee8 8eee8

 Cuckoo Sandbox 2.0.4
 www.cuckoosandbox.org
 Copyright (c) 2010-2017

 Checking for updates...
 You're good to go!
2017-11-21 04:12:03,453 [cuckoo.core.startup] DEBUG: Imported modules...
2017-11-21 04:12:03,454 [cuckoo.core.startup] DEBUG: Imported "auxiliary" modules:
2017-11-21 04:12:03,455 [cuckoo.core.startup] DEBUG:      |-- MITM
2017-11-21 04:12:03,455 [cuckoo.core.startup] DEBUG:      |-- Reboot
2017-11-21 04:12:03,455 [cuckoo.core.startup] DEBUG:      |-- Services
2017-11-21 04:12:03,455 [cuckoo.core.startup] DEBUG:      `-- Sniffer
2017-11-21 04:12:03,455 [cuckoo.core.startup] DEBUG: Imported "machinery" modules:
2017-11-21 04:12:03,456 [cuckoo.core.startup] DEBUG:      |-- vSphere
2017-11-21 04:12:03,456 [cuckoo.core.startup] DEBUG:      |-- KVM
2017-11-21 04:12:03,456 [cuckoo.core.startup] DEBUG:      |-- ESX
2017-11-21 04:12:03,456 [cuckoo.core.startup] DEBUG:      |-- XenServer
2017-11-21 04:12:03,456 [cuckoo.core.startup] DEBUG:      |-- VirtualBox
2017-11-21 04:12:03,456 [cuckoo.core.startup] DEBUG:      |-- Avd
2017-11-21 04:12:03,456 [cuckoo.core.startup] DEBUG:      |-- QEMU
2017-11-21 04:12:03,456 [cuckoo.core.startup] DEBUG:      |-- VMware
2017-11-21 04:12:03,456 [cuckoo.core.startup] DEBUG:      `-- Physical
2017-11-21 04:12:03,457 [cuckoo.core.startup] DEBUG: Imported "processing" modules:
2017-11-21 04:12:03,457 [cuckoo.core.startup] DEBUG:      |-- AnalysisInfo
2017-11-21 04:12:03,457 [cuckoo.core.startup] DEBUG:      |-- ApkInfo
2017-11-21 04:12:03,457 [cuckoo.core.startup] DEBUG:      |-- Baseline
2017-11-21 04:12:03,457 [cuckoo.core.startup] DEBUG:      |-- BehaviorAnalysis
2017-11-21 04:12:03,457 [cuckoo.core.startup] DEBUG:      |-- Debug
2017-11-21 04:12:03,457 [cuckoo.core.startup] DEBUG:      |-- Droidmon
2017-11-21 04:12:03,457 [cuckoo.core.startup] DEBUG:      |-- Dropped
2017-11-21 04:12:03,457 [cuckoo.core.startup] DEBUG:      |-- DroppedBuffer
2017-11-21 04:12:03,458 [cuckoo.core.startup] DEBUG:      |-- Extracted
2017-11-21 04:12:03,458 [cuckoo.core.startup] DEBUG:      |-- GooglePlay
2017-11-21 04:12:03,458 [cuckoo.core.startup] DEBUG:      |-- Irma
2017-11-21 04:12:03,458 [cuckoo.core.startup] DEBUG:      |-- Memory
2017-11-21 04:12:03,458 [cuckoo.core.startup] DEBUG:      |-- MetaInfo
2017-11-21 04:12:03,458 [cuckoo.core.startup] DEBUG:      |-- MISP
2017-11-21 04:12:03,458 [cuckoo.core.startup] DEBUG:      |-- NetworkAnalysis
2017-11-21 04:12:03,458 [cuckoo.core.startup] DEBUG:      |-- ProcessMemory
2017-11-21 04:12:03,459 [cuckoo.core.startup] DEBUG:      |-- Procmon
2017-11-21 04:12:03,459 [cuckoo.core.startup] DEBUG:      |-- Screenshots
2017-11-21 04:12:03,459 [cuckoo.core.startup] DEBUG:      |-- Snort
2017-11-21 04:12:03,459 [cuckoo.core.startup] DEBUG:      |-- Static
2017-11-21 04:12:03,459 [cuckoo.core.startup] DEBUG:      |-- Strings
2017-11-21 04:12:03,459 [cuckoo.core.startup] DEBUG:      |-- Suricata
2017-11-21 04:12:03,459 [cuckoo.core.startup] DEBUG:      |-- TargetInfo
2017-11-21 04:12:03,460 [cuckoo.core.startup] DEBUG:      |-- TLSMasterSecrets
2017-11-21 04:12:03,460 [cuckoo.core.startup] DEBUG:      `-- VirusTotal
2017-11-21 04:12:03,460 [cuckoo.core.startup] DEBUG: Imported "signatures" modules:
2017-11-21 04:12:03,460 [cuckoo.core.startup] DEBUG:      |-- AndroidAbortBroadcast
2017-11-21 04:12:03,460 [cuckoo.core.startup] DEBUG:      |-- AndroidAccountInfo
2017-11-21 04:12:03,460 [cuckoo.core.startup] DEBUG:      |-- AndroidAppInfo
2017-11-21 04:12:03,460 [cuckoo.core.startup] DEBUG:      |-- AndroidAudio
2017-11-21 04:12:03,460 [cuckoo.core.startup] DEBUG:      |-- AndroidCamera
2017-11-21 04:12:03,460 [cuckoo.core.startup] DEBUG:      |-- AndroidDangerousPermissions
2017-11-21 04:12:03,461 [cuckoo.core.startup] DEBUG:      |-- AndroidDeletedApp
2017-11-21 04:12:03,461 [cuckoo.core.startup] DEBUG:      |-- AndroidDynamicCode
2017-11-21 04:12:03,461 [cuckoo.core.startup] DEBUG:      |-- AndroidEmbeddedApk
2017-11-21 04:12:03,461 [cuckoo.core.startup] DEBUG:      |-- AndroidGooglePlayDiff
2017-11-21 04:12:03,461 [cuckoo.core.startup] DEBUG:      |-- AndroidInstalledApps
2017-11-21 04:12:03,461 [cuckoo.core.startup] DEBUG:      |-- AndroidNativeCode
2017-11-21 04:12:03,461 [cuckoo.core.startup] DEBUG:      |-- AndroidPhoneNumber
2017-11-21 04:12:03,461 [cuckoo.core.startup] DEBUG:      |-- AndroidPrivateInfoQuery
2017-11-21 04:12:03,461 [cuckoo.core.startup] DEBUG:      |-- AndroidReflectionCode
2017-11-21 04:12:03,462 [cuckoo.core.startup] DEBUG:      |-- AndroidRegisteredReceiver
2017-11-21 04:12:03,462 [cuckoo.core.startup] DEBUG:      |-- AndroidShellCommands
2017-11-21 04:12:03,462 [cuckoo.core.startup] DEBUG:      |-- AndroidSMS
2017-11-21 04:12:03,462 [cuckoo.core.startup] DEBUG:      |-- AndroidStopProcess
2017-11-21 04:12:03,462 [cuckoo.core.startup] DEBUG:      |-- ApplicationUsesLocation
2017-11-21 04:12:03,462 [cuckoo.core.startup] DEBUG:      |-- KnownVirustotal
2017-11-21 04:12:03,464 [cuckoo.core.startup] DEBUG:      |-- AntiAnalysisJavascript
2017-11-21 04:12:03,465 [cuckoo.core.startup] DEBUG:      |-- DumpedBuffer
2017-11-21 04:12:03,465 [cuckoo.core.startup] DEBUG:      |-- DumpedBuffer2
2017-11-21 04:12:03,465 [cuckoo.core.startup] DEBUG:      |-- EncryptionKeys
2017-11-21 04:12:03,465 [cuckoo.core.startup] DEBUG:      |-- EvalJS
2017-11-21 04:12:03,465 [cuckoo.core.startup] DEBUG:      |-- Exploit_zteF460F660
2017-11-21 04:12:03,465 [cuckoo.core.startup] DEBUG:      |-- HtmlFlash
2017-11-21 04:12:03,465 [cuckoo.core.startup] DEBUG:      |-- JsIframe
2017-11-21 04:12:03,465 [cuckoo.core.startup] DEBUG:      |-- PDFAttachments
2017-11-21 04:12:03,466 [cuckoo.core.startup] DEBUG:      |-- PDFJavaScript
2017-11-21 04:12:03,466 [cuckoo.core.startup] DEBUG:      |-- PDFOpenAction
2017-11-21 04:12:03,466 [cuckoo.core.startup] DEBUG:      |-- PDFOpenActionJS
2017-11-21 04:12:03,466 [cuckoo.core.startup] DEBUG:      |-- SuspiciousJavascript
2017-11-21 04:12:03,466 [cuckoo.core.startup] DEBUG:      |-- DarwinCodeInjection
2017-11-21 04:12:03,466 [cuckoo.core.startup] DEBUG:      |-- TaskForPid
2017-11-21 04:12:03,467 [cuckoo.core.startup] DEBUG:      |-- DeadHost
2017-11-21 04:12:03,467 [cuckoo.core.startup] DEBUG:      |-- NetworkBIND
2017-11-21 04:12:03,467 [cuckoo.core.startup] DEBUG:      |-- NetworkDynDNS
2017-11-21 04:12:03,467 [cuckoo.core.startup] DEBUG:      |-- NetworkHTTP
2017-11-21 04:12:03,467 [cuckoo.core.startup] DEBUG:      |-- NetworkICMP
2017-11-21 04:12:03,467 [cuckoo.core.startup] DEBUG:      |-- NetworkIRC
2017-11-21 04:12:03,467 [cuckoo.core.startup] DEBUG:      |-- NetworkSMTP
2017-11-21 04:12:03,467 [cuckoo.core.startup] DEBUG:      |-- SnortAlert
2017-11-21 04:12:03,467 [cuckoo.core.startup] DEBUG:      |-- SuricataAlert
2017-11-21 04:12:03,468 [cuckoo.core.startup] DEBUG:      |-- Suspicious_TLD
2017-11-21 04:12:03,468 [cuckoo.core.startup] DEBUG:      |-- TorGateway
2017-11-21 04:12:03,468 [cuckoo.core.startup] DEBUG:      |-- WscriptDownloader
2017-11-21 04:12:03,468 [cuckoo.core.startup] DEBUG:      |-- ADS
2017-11-21 04:12:03,468 [cuckoo.core.startup] DEBUG:      |-- Adzok
2017-11-21 04:12:03,468 [cuckoo.core.startup] DEBUG:      |-- AlinaFile
2017-11-21 04:12:03,468 [cuckoo.core.startup] DEBUG:      |-- AlineURL
2017-11-21 04:12:03,468 [cuckoo.core.startup] DEBUG:      |-- AllocatesRWX
2017-11-21 04:12:03,469 [cuckoo.core.startup] DEBUG:      |-- AmsiBypass
2017-11-21 04:12:03,469 [cuckoo.core.startup] DEBUG:      |-- Andromeda
2017-11-21 04:12:03,469 [cuckoo.core.startup] DEBUG:      |-- AntiAnalysisDetectFile
2017-11-21 04:12:03,469 [cuckoo.core.startup] DEBUG:      |-- AntiAVDetectFile
2017-11-21 04:12:03,469 [cuckoo.core.startup] DEBUG:      |-- AntiAVDetectReg
2017-11-21 04:12:03,469 [cuckoo.core.startup] DEBUG:      |-- AntiAVSRP
2017-11-21 04:12:03,469 [cuckoo.core.startup] DEBUG:      |-- AntiDBGDevices
2017-11-21 04:12:03,469 [cuckoo.core.startup] DEBUG:      |-- AntiDBGWindows
2017-11-21 04:12:03,469 [cuckoo.core.startup] DEBUG:      |-- AntiSandboxFile
2017-11-21 04:12:03,470 [cuckoo.core.startup] DEBUG:      |-- AntiSandboxForegroundWindow
2017-11-21 04:12:03,470 [cuckoo.core.startup] DEBUG:      |-- AntiSandboxIdleTime
2017-11-21 04:12:03,470 [cuckoo.core.startup] DEBUG:      |-- AntiSandboxRestart
2017-11-21 04:12:03,470 [cuckoo.core.startup] DEBUG:      |-- AntiSandboxSleep
2017-11-21 04:12:03,470 [cuckoo.core.startup] DEBUG:      |-- AntiVMBios
2017-11-21 04:12:03,470 [cuckoo.core.startup] DEBUG:      |-- AntiVMComputernameQuery
2017-11-21 04:12:03,470 [cuckoo.core.startup] DEBUG:      |-- AntiVMCPU
2017-11-21 04:12:03,470 [cuckoo.core.startup] DEBUG:      |-- AntiVMDiskSize
2017-11-21 04:12:03,471 [cuckoo.core.startup] DEBUG:      |-- AntiVMIDE
2017-11-21 04:12:03,471 [cuckoo.core.startup] DEBUG:      |-- AntiVMSCSI
2017-11-21 04:12:03,471 [cuckoo.core.startup] DEBUG:      |-- AntiVMServices
2017-11-21 04:12:03,471 [cuckoo.core.startup] DEBUG:      |-- AntiVMSharedDevice
2017-11-21 04:12:03,471 [cuckoo.core.startup] DEBUG:      |-- AppLockerBypass
2017-11-21 04:12:03,471 [cuckoo.core.startup] DEBUG:      |-- APT_Carbunak
2017-11-21 04:12:03,471 [cuckoo.core.startup] DEBUG:      |-- APT_CloudAtlas
2017-11-21 04:12:03,471 [cuckoo.core.startup] DEBUG:      |-- apt_sandworm_ip
2017-11-21 04:12:03,471 [cuckoo.core.startup] DEBUG:      |-- apt_sandworm_url
2017-11-21 04:12:03,472 [cuckoo.core.startup] DEBUG:      |-- ArdamaxMutexes
2017-11-21 04:12:03,472 [cuckoo.core.startup] DEBUG:      |-- AthenaHttp
2017-11-21 04:12:03,472 [cuckoo.core.startup] DEBUG:      |-- AthenaURL
2017-11-21 04:12:03,472 [cuckoo.core.startup] DEBUG:      |-- Autorun
2017-11-21 04:12:03,472 [cuckoo.core.startup] DEBUG:      |-- AvastDetectLibs
2017-11-21 04:12:03,472 [cuckoo.core.startup] DEBUG:      |-- AVDetectionChinaKey
2017-11-21 04:12:03,472 [cuckoo.core.startup] DEBUG:      |-- BadCerts
2017-11-21 04:12:03,472 [cuckoo.core.startup] DEBUG:      |-- Bagle
2017-11-21 04:12:03,473 [cuckoo.core.startup] DEBUG:      |-- Bandook
2017-11-21 04:12:03,473 [cuckoo.core.startup] DEBUG:      |-- banker_bancos
2017-11-21 04:12:03,473 [cuckoo.core.startup] DEBUG:      |-- BankingMutexes
2017-11-21 04:12:03,473 [cuckoo.core.startup] DEBUG:      |-- Banload
2017-11-21 04:12:03,473 [cuckoo.core.startup] DEBUG:      |-- Beastdoor
2017-11-21 04:12:03,473 [cuckoo.core.startup] DEBUG:      |-- BeebusMutexes
2017-11-21 04:12:03,473 [cuckoo.core.startup] DEBUG:      |-- BegseabugTDMutexes
2017-11-21 04:12:03,473 [cuckoo.core.startup] DEBUG:      |-- BetabotURL
2017-11-21 04:12:03,473 [cuckoo.core.startup] DEBUG:      |-- Bifrose
2017-11-21 04:12:03,474 [cuckoo.core.startup] DEBUG:      |-- BitcoinOpenCL
2017-11-21 04:12:03,474 [cuckoo.core.startup] DEBUG:      |-- BitcoinWallet
2017-11-21 04:12:03,474 [cuckoo.core.startup] DEBUG:      |-- BitdefenderDetectLibs
2017-11-21 04:12:03,474 [cuckoo.core.startup] DEBUG:      |-- BlackEnergyMutexes
2017-11-21 04:12:03,474 [cuckoo.core.startup] DEBUG:      |-- Blackhole
2017-11-21 04:12:03,474 [cuckoo.core.startup] DEBUG:      |-- BlackholeURL
2017-11-21 04:12:03,476 [cuckoo.core.startup] DEBUG:      |-- Blackice
2017-11-21 04:12:03,476 [cuckoo.core.startup] DEBUG:      |-- BlackposURL
2017-11-21 04:12:03,476 [cuckoo.core.startup] DEBUG:      |-- BlackRevMutexes
2017-11-21 04:12:03,477 [cuckoo.core.startup] DEBUG:      |-- Blackshades
2017-11-21 04:12:03,477 [cuckoo.core.startup] DEBUG:      |-- BladabindiMutexes
2017-11-21 04:12:03,477 [cuckoo.core.startup] DEBUG:      |-- BochsDetectKeys
2017-11-21 04:12:03,477 [cuckoo.core.startup] DEBUG:      |-- Bootkit
2017-11-21 04:12:03,478 [cuckoo.core.startup] DEBUG:      |-- Bottilda
2017-11-21 04:12:03,478 [cuckoo.core.startup] DEBUG:      |-- BozokKey
2017-11-21 04:12:03,478 [cuckoo.core.startup] DEBUG:      |-- browser_startpage
2017-11-21 04:12:03,479 [cuckoo.core.startup] DEBUG:      |-- BrowserSecurity
2017-11-21 04:12:03,479 [cuckoo.core.startup] DEBUG:      |-- BrowserStealer
2017-11-21 04:12:03,479 [cuckoo.core.startup] DEBUG:      |-- Btcbotnet
2017-11-21 04:12:03,479 [cuckoo.core.startup] DEBUG:      |-- Bublik
2017-11-21 04:12:03,479 [cuckoo.core.startup] DEBUG:      |-- BuildLangID
2017-11-21 04:12:03,483 [cuckoo.core.startup] DEBUG:      |-- BuzusMutexes
2017-11-21 04:12:03,484 [cuckoo.core.startup] DEBUG:      |-- BypassFirewall
2017-11-21 04:12:03,484 [cuckoo.core.startup] DEBUG:      |-- c24URL
2017-11-21 04:12:03,484 [cuckoo.core.startup] DEBUG:      |-- CarberpMutexes
2017-11-21 04:12:03,484 [cuckoo.core.startup] DEBUG:      |-- Ceatrg
2017-11-21 04:12:03,485 [cuckoo.core.startup] DEBUG:      |-- ChanitorMutexes
2017-11-21 04:12:03,485 [cuckoo.core.startup] DEBUG:      |-- CheckIP
2017-11-21 04:12:03,486 [cuckoo.core.startup] DEBUG:      |-- cloud_mediafire
2017-11-21 04:12:03,486 [cuckoo.core.startup] DEBUG:      |-- cloud_wetransfer
2017-11-21 04:12:03,486 [cuckoo.core.startup] DEBUG:      |-- CloudFlare
2017-11-21 04:12:03,486 [cuckoo.core.startup] DEBUG:      |-- CloudGoogle
2017-11-21 04:12:03,486 [cuckoo.core.startup] DEBUG:      |-- CoinminerMutexes
2017-11-21 04:12:03,487 [cuckoo.core.startup] DEBUG:      |-- ComRAT
2017-11-21 04:12:03,487 [cuckoo.core.startup] DEBUG:      |-- Crash
2017-11-21 04:12:03,487 [cuckoo.core.startup] DEBUG:      |-- CreatesAutorunInf
2017-11-21 04:12:03,487 [cuckoo.core.startup] DEBUG:      |-- CreatesDocument
2017-11-21 04:12:03,487 [cuckoo.core.startup] DEBUG:      |-- CreatesExe
2017-11-21 04:12:03,488 [cuckoo.core.startup] DEBUG:      |-- CreatesLargeKey
2017-11-21 04:12:03,490 [cuckoo.core.startup] DEBUG:      |-- CreatesService
2017-11-21 04:12:03,490 [cuckoo.core.startup] DEBUG:      |-- CreatesShortcut
2017-11-21 04:12:03,490 [cuckoo.core.startup] DEBUG:      |-- CreatesSuspiciousProcess
2017-11-21 04:12:03,490 [cuckoo.core.startup] DEBUG:      |-- Cridex
2017-11-21 04:12:03,490 [cuckoo.core.startup] DEBUG:      |-- CryptGenKey
2017-11-21 04:12:03,490 [cuckoo.core.startup] DEBUG:      |-- Cryptolocker
2017-11-21 04:12:03,491 [cuckoo.core.startup] DEBUG:      |-- CuckooDetectFiles
2017-11-21 04:12:03,492 [cuckoo.core.startup] DEBUG:      |-- Cybergate
2017-11-21 04:12:03,492 [cuckoo.core.startup] DEBUG:      |-- Dapato
2017-11-21 04:12:03,492 [cuckoo.core.startup] DEBUG:      |-- Darkcloud
2017-11-21 04:12:03,492 [cuckoo.core.startup] DEBUG:      |-- DarkddosMutexes
2017-11-21 04:12:03,492 [cuckoo.core.startup] DEBUG:      |-- Darkshell
2017-11-21 04:12:03,493 [cuckoo.core.startup] DEBUG:      |-- Ddos556
2017-11-21 04:12:03,493 [cuckoo.core.startup] DEBUG:      |-- Decay
2017-11-21 04:12:03,493 [cuckoo.core.startup] DEBUG:      |-- DecebalMutexes
2017-11-21 04:12:03,493 [cuckoo.core.startup] DEBUG:      |-- DeletesSelf
2017-11-21 04:12:03,493 [cuckoo.core.startup] DEBUG:      |-- DelfTrojan
2017-11-21 04:12:03,493 [cuckoo.core.startup] DEBUG:      |-- DEPHeapBypass
2017-11-21 04:12:03,494 [cuckoo.core.startup] DEBUG:      |-- DEPStackBypass
2017-11-21 04:12:03,494 [cuckoo.core.startup] DEBUG:      |-- DerusbiMutexes
2017-11-21 04:12:03,494 [cuckoo.core.startup] DEBUG:      |-- Dexter
2017-11-21 04:12:03,494 [cuckoo.core.startup] DEBUG:      |-- Dibik
2017-11-21 04:12:03,494 [cuckoo.core.startup] DEBUG:      |-- DirtJumper
2017-11-21 04:12:03,494 [cuckoo.core.startup] DEBUG:      |-- DisableCmd
2017-11-21 04:12:03,495 [cuckoo.core.startup] DEBUG:      |-- DisableRegedit
2017-11-21 04:12:03,495 [cuckoo.core.startup] DEBUG:      |-- DisablesAppLaunch
2017-11-21 04:12:03,495 [cuckoo.core.startup] DEBUG:      |-- DisablesBrowserWarn
2017-11-21 04:12:03,495 [cuckoo.core.startup] DEBUG:      |-- DisablesSecurity
2017-11-21 04:12:03,496 [cuckoo.core.startup] DEBUG:      |-- DisablesSPDY
2017-11-21 04:12:03,496 [cuckoo.core.startup] DEBUG:      |-- DisablesSystemRestore
2017-11-21 04:12:03,496 [cuckoo.core.startup] DEBUG:      |-- DisablesWER
2017-11-21 04:12:03,496 [cuckoo.core.startup] DEBUG:      |-- DisablesWindowsUpdate
2017-11-21 04:12:03,496 [cuckoo.core.startup] DEBUG:      |-- DisableTaskMgr
2017-11-21 04:12:03,496 [cuckoo.core.startup] DEBUG:      |-- DiskInformation
2017-11-21 04:12:03,497 [cuckoo.core.startup] DEBUG:      |-- DisplaysHTA
2017-11-21 04:12:03,497 [cuckoo.core.startup] DEBUG:      |-- Dns_Freehosting_Domain
2017-11-21 04:12:03,497 [cuckoo.core.startup] DEBUG:      |-- dnsserver_dynamic
2017-11-21 04:12:03,497 [cuckoo.core.startup] DEBUG:      |-- DocumentClose
2017-11-21 04:12:03,497 [cuckoo.core.startup] DEBUG:      |-- DocumentOpen
2017-11-21 04:12:03,498 [cuckoo.core.startup] DEBUG:      |-- DoFoil
2017-11-21 04:12:03,498 [cuckoo.core.startup] DEBUG:      |-- DownloaderCabby
2017-11-21 04:12:03,498 [cuckoo.core.startup] DEBUG:      |-- Dridex_APIs
2017-11-21 04:12:03,498 [cuckoo.core.startup] DEBUG:      |-- Drive
2017-11-21 04:12:03,498 [cuckoo.core.startup] DEBUG:      |-- Drive2
2017-11-21 04:12:03,498 [cuckoo.core.startup] DEBUG:      |-- DriverLoad
2017-11-21 04:12:03,499 [cuckoo.core.startup] DEBUG:      |-- DropBox
2017-11-21 04:12:03,499 [cuckoo.core.startup] DEBUG:      |-- Dropper
2017-11-21 04:12:03,499 [cuckoo.core.startup] DEBUG:      |-- Dyreza
2017-11-21 04:12:03,499 [cuckoo.core.startup] DEBUG:      |-- EclipseMutexes
2017-11-21 04:12:03,499 [cuckoo.core.startup] DEBUG:      |-- Emotet
2017-11-21 04:12:03,499 [cuckoo.core.startup] DEBUG:      |-- Emotet_APIs
2017-11-21 04:12:03,500 [cuckoo.core.startup] DEBUG:      |-- Evilbot
2017-11-21 04:12:03,500 [cuckoo.core.startup] DEBUG:      |-- ExecBitsAdmin
2017-11-21 04:12:03,500 [cuckoo.core.startup] DEBUG:      |-- ExecWaitFor
2017-11-21 04:12:03,500 [cuckoo.core.startup] DEBUG:      |-- exp_3322_dom
2017-11-21 04:12:03,500 [cuckoo.core.startup] DEBUG:      |-- Expiro
2017-11-21 04:12:03,500 [cuckoo.core.startup] DEBUG:      |-- ExploitHeapspray
2017-11-21 04:12:03,501 [cuckoo.core.startup] DEBUG:      |-- ExploitKitMutexes
2017-11-21 04:12:03,501 [cuckoo.core.startup] DEBUG:      |-- FakeAVMutexes
2017-11-21 04:12:03,501 [cuckoo.core.startup] DEBUG:      |-- FakeAVMutexes
2017-11-21 04:12:03,501 [cuckoo.core.startup] DEBUG:      |-- FakeRean
2017-11-21 04:12:03,501 [cuckoo.core.startup] DEBUG:      |-- FarFli
2017-11-21 04:12:03,502 [cuckoo.core.startup] DEBUG:      |-- FesberMutexes
2017-11-21 04:12:03,502 [cuckoo.core.startup] DEBUG:      |-- Fingerprint
2017-11-21 04:12:03,502 [cuckoo.core.startup] DEBUG:      |-- Flame
2017-11-21 04:12:03,502 [cuckoo.core.startup] DEBUG:      |-- Flystudio
2017-11-21 04:12:03,502 [cuckoo.core.startup] DEBUG:      |-- FortinetDetectFiles
2017-11-21 04:12:03,502 [cuckoo.core.startup] DEBUG:      |-- FTPStealer
2017-11-21 04:12:03,503 [cuckoo.core.startup] DEBUG:      |-- Fynloski
2017-11-21 04:12:03,503 [cuckoo.core.startup] DEBUG:      |-- Gaelicum
2017-11-21 04:12:03,503 [cuckoo.core.startup] DEBUG:      |-- Ghostbot
2017-11-21 04:12:03,503 [cuckoo.core.startup] DEBUG:      |-- HasAuthenticode
2017-11-21 04:12:03,503 [cuckoo.core.startup] DEBUG:      |-- HasOfficeEps
2017-11-21 04:12:03,503 [cuckoo.core.startup] DEBUG:      |-- HasPdb
2017-11-21 04:12:03,503 [cuckoo.core.startup] DEBUG:      |-- HasWMI
2017-11-21 04:12:03,504 [cuckoo.core.startup] DEBUG:      |-- Hesperbot
2017-11-21 04:12:03,504 [cuckoo.core.startup] DEBUG:      |-- Hidden_Window
2017-11-21 04:12:03,504 [cuckoo.core.startup] DEBUG:      |-- Hikit
2017-11-21 04:12:03,504 [cuckoo.core.startup] DEBUG:      |-- HookMouse
2017-11-21 04:12:03,504 [cuckoo.core.startup] DEBUG:      |-- Hupigon
2017-11-21 04:12:03,505 [cuckoo.core.startup] DEBUG:      |-- HyperVDetectKeys
2017-11-21 04:12:03,505 [cuckoo.core.startup] DEBUG:      |-- IcePoint
2017-11-21 04:12:03,505 [cuckoo.core.startup] DEBUG:      |-- im_btb
2017-11-21 04:12:03,505 [cuckoo.core.startup] DEBUG:      |-- im_qq
2017-11-21 04:12:03,505 [cuckoo.core.startup] DEBUG:      |-- IMStealer
2017-11-21 04:12:03,506 [cuckoo.core.startup] DEBUG:      |-- InceptionAPT
2017-11-21 04:12:03,506 [cuckoo.core.startup] DEBUG:      |-- Infinity
2017-11-21 04:12:03,506 [cuckoo.core.startup] DEBUG:      |-- InjectionRunPE
2017-11-21 04:12:03,506 [cuckoo.core.startup] DEBUG:      |-- InjectionThread
2017-11-21 04:12:03,506 [cuckoo.core.startup] DEBUG:      |-- InstalledApps
2017-11-21 04:12:03,506 [cuckoo.core.startup] DEBUG:      |-- InstallsAppInit
2017-11-21 04:12:03,507 [cuckoo.core.startup] DEBUG:      |-- InstallsBHO
2017-11-21 04:12:03,507 [cuckoo.core.startup] DEBUG:      |-- InstallsWinpcap
2017-11-21 04:12:03,507 [cuckoo.core.startup] DEBUG:      |-- IPKillerMutexes
2017-11-21 04:12:03,507 [cuckoo.core.startup] DEBUG:      |-- Ircbrute
2017-11-21 04:12:03,507 [cuckoo.core.startup] DEBUG:      |-- ISRstealerURL
2017-11-21 04:12:03,508 [cuckoo.core.startup] DEBUG:      |-- iStealerURL
2017-11-21 04:12:03,508 [cuckoo.core.startup] DEBUG:      |-- JackPOSFile
2017-11-21 04:12:03,508 [cuckoo.core.startup] DEBUG:      |-- JackposURL
2017-11-21 04:12:03,508 [cuckoo.core.startup] DEBUG:      |-- JeefoMutexes
2017-11-21 04:12:03,508 [cuckoo.core.startup] DEBUG:      |-- Jewdo
2017-11-21 04:12:03,508 [cuckoo.core.startup] DEBUG:      |-- JintorMutexes
2017-11-21 04:12:03,508 [cuckoo.core.startup] DEBUG:      |-- JorikTrojan
2017-11-21 04:12:03,509 [cuckoo.core.startup] DEBUG:      |-- Karagany
2017-11-21 04:12:03,509 [cuckoo.core.startup] DEBUG:      |-- Karakum
2017-11-21 04:12:03,509 [cuckoo.core.startup] DEBUG:      |-- Katusha
2017-11-21 04:12:03,509 [cuckoo.core.startup] DEBUG:      |-- KelihosBot
2017-11-21 04:12:03,509 [cuckoo.core.startup] DEBUG:      |-- Keylogger
2017-11-21 04:12:03,510 [cuckoo.core.startup] DEBUG:      |-- Kilim
2017-11-21 04:12:03,510 [cuckoo.core.startup] DEBUG:      |-- Killdisk
2017-11-21 04:12:03,510 [cuckoo.core.startup] DEBUG:      |-- KnownVirustotal
2017-11-21 04:12:03,510 [cuckoo.core.startup] DEBUG:      |-- Koobface
2017-11-21 04:12:03,510 [cuckoo.core.startup] DEBUG:      |-- Koutodoor
2017-11-21 04:12:03,510 [cuckoo.core.startup] DEBUG:      |-- KovterBot
2017-11-21 04:12:03,511 [cuckoo.core.startup] DEBUG:      |-- KrepperMutexes
2017-11-21 04:12:03,511 [cuckoo.core.startup] DEBUG:      |-- KuluozMutexes
2017-11-21 04:12:03,511 [cuckoo.core.startup] DEBUG:      |-- Likseput
2017-11-21 04:12:03,511 [cuckoo.core.startup] DEBUG:      |-- LocatesBrowser
2017-11-21 04:12:03,511 [cuckoo.core.startup] DEBUG:      |-- LocatesSniffer
2017-11-21 04:12:03,511 [cuckoo.core.startup] DEBUG:      |-- Lockscreen
2017-11-21 04:12:03,511 [cuckoo.core.startup] DEBUG:      |-- LolBot
2017-11-21 04:12:03,512 [cuckoo.core.startup] DEBUG:      |-- Luder
2017-11-21 04:12:03,512 [cuckoo.core.startup] DEBUG:      |-- Madness
2017-11-21 04:12:03,512 [cuckoo.core.startup] DEBUG:      |-- Madness
2017-11-21 04:12:03,513 [cuckoo.core.startup] DEBUG:      |-- MadnessURL
2017-11-21 04:12:03,513 [cuckoo.core.startup] DEBUG:      |-- MaganiaMutexes
2017-11-21 04:12:03,513 [cuckoo.core.startup] DEBUG:      |-- MailStealer
2017-11-21 04:12:03,513 [cuckoo.core.startup] DEBUG:      |-- MaliciousDocumentURLs
2017-11-21 04:12:03,513 [cuckoo.core.startup] DEBUG:      |-- MegaUpload
2017-11-21 04:12:03,513 [cuckoo.core.startup] DEBUG:      |-- MemoryAvailable
2017-11-21 04:12:03,514 [cuckoo.core.startup] DEBUG:      |-- MetasploitShellcode
2017-11-21 04:12:03,514 [cuckoo.core.startup] DEBUG:      |-- Minerbot
2017-11-21 04:12:03,514 [cuckoo.core.startup] DEBUG:      |-- miningpool
2017-11-21 04:12:03,514 [cuckoo.core.startup] DEBUG:      |-- MircFile
2017-11-21 04:12:03,514 [cuckoo.core.startup] DEBUG:      |-- ModifiesBootConfig
2017-11-21 04:12:03,514 [cuckoo.core.startup] DEBUG:      |-- ModifiesCertificates
2017-11-21 04:12:03,514 [cuckoo.core.startup] DEBUG:      |-- ModifiesDesktopWallpaper
2017-11-21 04:12:03,514 [cuckoo.core.startup] DEBUG:      |-- ModifiesUACNotify
2017-11-21 04:12:03,515 [cuckoo.core.startup] DEBUG:      |-- ModifySecurityCenterWarnings
2017-11-21 04:12:03,515 [cuckoo.core.startup] DEBUG:      |-- Multiple_UA
2017-11-21 04:12:03,515 [cuckoo.core.startup] DEBUG:      |-- MyBot
2017-11-21 04:12:03,515 [cuckoo.core.startup] DEBUG:      |-- Nakbot
2017-11-21 04:12:03,515 [cuckoo.core.startup] DEBUG:      |-- Napolar
2017-11-21 04:12:03,518 [cuckoo.core.startup] DEBUG:      |-- Nebuler
2017-11-21 04:12:03,518 [cuckoo.core.startup] DEBUG:      |-- Netobserve
2017-11-21 04:12:03,519 [cuckoo.core.startup] DEBUG:      |-- Netshadow
2017-11-21 04:12:03,519 [cuckoo.core.startup] DEBUG:      |-- Netwire
2017-11-21 04:12:03,519 [cuckoo.core.startup] DEBUG:      |-- NetworkAdapters
2017-11-21 04:12:03,519 [cuckoo.core.startup] DEBUG:      |-- NetworkC2Details
2017-11-21 04:12:03,520 [cuckoo.core.startup] DEBUG:      |-- NetworkDocumentFile
2017-11-21 04:12:03,520 [cuckoo.core.startup] DEBUG:      |-- NetworkEXE
2017-11-21 04:12:03,520 [cuckoo.core.startup] DEBUG:      |-- Nitol
2017-11-21 04:12:03,520 [cuckoo.core.startup] DEBUG:      |-- NjRat
2017-11-21 04:12:03,520 [cuckoo.core.startup] DEBUG:      |-- ObfusMutexes
2017-11-21 04:12:03,520 [cuckoo.core.startup] DEBUG:      |-- OfficeCheckName
2017-11-21 04:12:03,521 [cuckoo.core.startup] DEBUG:      |-- OfficeCheckProjectName
2017-11-21 04:12:03,521 [cuckoo.core.startup] DEBUG:      |-- OfficeCheckVersion
2017-11-21 04:12:03,521 [cuckoo.core.startup] DEBUG:      |-- OfficeCheckWindow
2017-11-21 04:12:03,521 [cuckoo.core.startup] DEBUG:      |-- OfficeCountDirectories
2017-11-21 04:12:03,521 [cuckoo.core.startup] DEBUG:      |-- OfficeCreateObject
2017-11-21 04:12:03,521 [cuckoo.core.startup] DEBUG:      |-- OfficeEpsStrings
2017-11-21 04:12:03,522 [cuckoo.core.startup] DEBUG:      |-- OfficeHttpRequest
2017-11-21 04:12:03,522 [cuckoo.core.startup] DEBUG:      |-- OfficeIndirectCall
2017-11-21 04:12:03,522 [cuckoo.core.startup] DEBUG:      |-- OfficePackager
2017-11-21 04:12:03,522 [cuckoo.core.startup] DEBUG:      |-- OfficePlatformDetect
2017-11-21 04:12:03,522 [cuckoo.core.startup] DEBUG:      |-- OfficeRecentFiles
2017-11-21 04:12:03,522 [cuckoo.core.startup] DEBUG:      |-- OfficeVulnerableGuid
2017-11-21 04:12:03,523 [cuckoo.core.startup] DEBUG:      |-- OfficeVulnModules
2017-11-21 04:12:03,523 [cuckoo.core.startup] DEBUG:      |-- Oldrea
2017-11-21 04:12:03,523 [cuckoo.core.startup] DEBUG:      |-- OverwritesFiles
2017-11-21 04:12:03,523 [cuckoo.core.startup] DEBUG:      |-- PackerEntropy
2017-11-21 04:12:03,523 [cuckoo.core.startup] DEBUG:      |-- Palevo
2017-11-21 04:12:03,523 [cuckoo.core.startup] DEBUG:      |-- ParallelsDetectKeys
2017-11-21 04:12:03,524 [cuckoo.core.startup] DEBUG:      |-- Pasta
2017-11-21 04:12:03,524 [cuckoo.core.startup] DEBUG:      |-- PcClientMutexes
2017-11-21 04:12:03,524 [cuckoo.core.startup] DEBUG:      |-- PEFeatures
2017-11-21 04:12:03,524 [cuckoo.core.startup] DEBUG:      |-- PEIDPacker
2017-11-21 04:12:03,524 [cuckoo.core.startup] DEBUG:      |-- PerfLogger
2017-11-21 04:12:03,524 [cuckoo.core.startup] DEBUG:      |-- PersistanceRegJavaScript
2017-11-21 04:12:03,525 [cuckoo.core.startup] DEBUG:      |-- PersistenceBootexecute
2017-11-21 04:12:03,525 [cuckoo.core.startup] DEBUG:      |-- Phorpiex
2017-11-21 04:12:03,525 [cuckoo.core.startup] DEBUG:      |-- Pidief
2017-11-21 04:12:03,525 [cuckoo.core.startup] DEBUG:      |-- Plugx
2017-11-21 04:12:03,526 [cuckoo.core.startup] DEBUG:      |-- Poebot
2017-11-21 04:12:03,526 [cuckoo.core.startup] DEBUG:      |-- PoisonIvy
2017-11-21 04:12:03,526 [cuckoo.core.startup] DEBUG:      |-- Polymorphic
2017-11-21 04:12:03,526 [cuckoo.core.startup] DEBUG:      |-- Ponfoy
2017-11-21 04:12:03,526 [cuckoo.core.startup] DEBUG:      |-- PonyURL
2017-11-21 04:12:03,527 [cuckoo.core.startup] DEBUG:      |-- PosCardStealerURL
2017-11-21 04:12:03,527 [cuckoo.core.startup] DEBUG:      |-- Powerfun
2017-11-21 04:12:03,530 [cuckoo.core.startup] DEBUG:      |-- PowershellBitsTransfer
2017-11-21 04:12:03,530 [cuckoo.core.startup] DEBUG:      |-- PowershellCcDns
2017-11-21 04:12:03,530 [cuckoo.core.startup] DEBUG:      |-- PowershellDdiRc4
2017-11-21 04:12:03,530 [cuckoo.core.startup] DEBUG:      |-- PowershellDFSP
2017-11-21 04:12:03,530 [cuckoo.core.startup] DEBUG:      |-- PowershellDI
2017-11-21 04:12:03,531 [cuckoo.core.startup] DEBUG:      |-- PowershellDownload
2017-11-21 04:12:03,531 [cuckoo.core.startup] DEBUG:      |-- PowershellEmpire
2017-11-21 04:12:03,531 [cuckoo.core.startup] DEBUG:      |-- PowershellMeterpreter
2017-11-21 04:12:03,531 [cuckoo.core.startup] DEBUG:      |-- PowershellRegAdd
2017-11-21 04:12:03,531 [cuckoo.core.startup] DEBUG:      |-- PowershellRequest
2017-11-21 04:12:03,531 [cuckoo.core.startup] DEBUG:      |-- PowershellUnicorn
2017-11-21 04:12:03,532 [cuckoo.core.startup] DEBUG:      |-- Powerworm
2017-11-21 04:12:03,532 [cuckoo.core.startup] DEBUG:      |-- Prinimalka
2017-11-21 04:12:03,532 [cuckoo.core.startup] DEBUG:      |-- ProcessInterest
2017-11-21 04:12:03,532 [cuckoo.core.startup] DEBUG:      |-- ProcessMartian
2017-11-21 04:12:03,532 [cuckoo.core.startup] DEBUG:      |-- ProcessNeeded
2017-11-21 04:12:03,532 [cuckoo.core.startup] DEBUG:      |-- ProcMemDumpIPURLs
2017-11-21 04:12:03,533 [cuckoo.core.startup] DEBUG:      |-- ProcMemDumpTORURLs
2017-11-21 04:12:03,533 [cuckoo.core.startup] DEBUG:      |-- ProcMemDumpURLs
2017-11-21 04:12:03,533 [cuckoo.core.startup] DEBUG:      |-- ProcMemDumpYara
2017-11-21 04:12:03,533 [cuckoo.core.startup] DEBUG:      |-- Psyokym
2017-11-21 04:12:03,533 [cuckoo.core.startup] DEBUG:      |-- PuceMutexes
2017-11-21 04:12:03,533 [cuckoo.core.startup] DEBUG:      |-- PutterpandaMutexes
2017-11-21 04:12:03,534 [cuckoo.core.startup] DEBUG:      |-- Putty
2017-11-21 04:12:03,534 [cuckoo.core.startup] DEBUG:      |-- PWDumpFile
2017-11-21 04:12:03,534 [cuckoo.core.startup] DEBUG:      |-- Pykse
2017-11-21 04:12:03,534 [cuckoo.core.startup] DEBUG:      |-- Qakbot
2017-11-21 04:12:03,534 [cuckoo.core.startup] DEBUG:      |-- Ragebot
2017-11-21 04:12:03,534 [cuckoo.core.startup] DEBUG:      |-- RaisesException
2017-11-21 04:12:03,535 [cuckoo.core.startup] DEBUG:      |-- Ramnit
2017-11-21 04:12:03,535 [cuckoo.core.startup] DEBUG:      |-- RamsomwareFileMoves
2017-11-21 04:12:03,535 [cuckoo.core.startup] DEBUG:      |-- ransomware_viruscoder
2017-11-21 04:12:03,535 [cuckoo.core.startup] DEBUG:      |-- RansomwareAppendsExtension
2017-11-21 04:12:03,535 [cuckoo.core.startup] DEBUG:      |-- RansomwareBcdedit
2017-11-21 04:12:03,535 [cuckoo.core.startup] DEBUG:      |-- RansomwareDroppedFiles
2017-11-21 04:12:03,536 [cuckoo.core.startup] DEBUG:      |-- RansomwareExtensions
2017-11-21 04:12:03,536 [cuckoo.core.startup] DEBUG:      |-- RansomwareFiles
2017-11-21 04:12:03,536 [cuckoo.core.startup] DEBUG:      |-- RansomwareMessage
2017-11-21 04:12:03,536 [cuckoo.core.startup] DEBUG:      |-- RansomwareRecyclebin
2017-11-21 04:12:03,536 [cuckoo.core.startup] DEBUG:      |-- RansomwareShadowcopy
2017-11-21 04:12:03,537 [cuckoo.core.startup] DEBUG:      |-- RapidShare
2017-11-21 04:12:03,537 [cuckoo.core.startup] DEBUG:      |-- rat_fexel_ip
2017-11-21 04:12:03,538 [cuckoo.core.startup] DEBUG:      |-- rat_naid_ip
2017-11-21 04:12:03,538 [cuckoo.core.startup] DEBUG:      |-- RatSiggen
2017-11-21 04:12:03,538 [cuckoo.core.startup] DEBUG:      |-- RBot
2017-11-21 04:12:03,538 [cuckoo.core.startup] DEBUG:      |-- RdpMutexes
2017-11-21 04:12:03,538 [cuckoo.core.startup] DEBUG:      |-- Recon_Beacon
2017-11-21 04:12:03,538 [cuckoo.core.startup] DEBUG:      |-- RemovesZoneIdADS
2017-11-21 04:12:03,539 [cuckoo.core.startup] DEBUG:      |-- Renocide
2017-11-21 04:12:03,539 [cuckoo.core.startup] DEBUG:      |-- RenosTrojan
2017-11-21 04:12:03,539 [cuckoo.core.startup] DEBUG:      |-- Rovnix
2017-11-21 04:12:03,539 [cuckoo.core.startup] DEBUG:      |-- Runbu
2017-11-21 04:12:03,539 [cuckoo.core.startup] DEBUG:      |-- RunouceMutexes
2017-11-21 04:12:03,539 [cuckoo.core.startup] DEBUG:      |-- Ruskill
2017-11-21 04:12:03,539 [cuckoo.core.startup] DEBUG:      |-- Sadbot
2017-11-21 04:12:03,540 [cuckoo.core.startup] DEBUG:      |-- SandboxieDetect
2017-11-21 04:12:03,540 [cuckoo.core.startup] DEBUG:      |-- SandboxJoeAnubisDetectFiles
2017-11-21 04:12:03,540 [cuckoo.core.startup] DEBUG:      |-- SDBot
2017-11-21 04:12:03,540 [cuckoo.core.startup] DEBUG:      |-- SelfDeleteBat
2017-11-21 04:12:03,540 [cuckoo.core.startup] DEBUG:      |-- Senna
2017-11-21 04:12:03,540 [cuckoo.core.startup] DEBUG:      |-- Shadowbot
2017-11-21 04:12:03,541 [cuckoo.core.startup] DEBUG:      |-- SharingRGhost
2017-11-21 04:12:03,541 [cuckoo.core.startup] DEBUG:      |-- SharpStealerURL
2017-11-21 04:12:03,541 [cuckoo.core.startup] DEBUG:      |-- ShellcodeWriteProcessMemory
2017-11-21 04:12:03,541 [cuckoo.core.startup] DEBUG:      |-- Shiz
2017-11-21 04:12:03,541 [cuckoo.core.startup] DEBUG:      |-- Shylock
2017-11-21 04:12:03,541 [cuckoo.core.startup] DEBUG:      |-- SipStun
2017-11-21 04:12:03,542 [cuckoo.core.startup] DEBUG:      |-- Smtp_GMail
2017-11-21 04:12:03,542 [cuckoo.core.startup] DEBUG:      |-- Smtp_Live
2017-11-21 04:12:03,542 [cuckoo.core.startup] DEBUG:      |-- Smtp_Mail_Ru
2017-11-21 04:12:03,542 [cuckoo.core.startup] DEBUG:      |-- Smtp_Yahoo
2017-11-21 04:12:03,542 [cuckoo.core.startup] DEBUG:      |-- SolarURL
2017-11-21 04:12:03,542 [cuckoo.core.startup] DEBUG:      |-- SpyEyeMutexes
2017-11-21 04:12:03,542 [cuckoo.core.startup] DEBUG:      |-- SpyeyeURL
2017-11-21 04:12:03,542 [cuckoo.core.startup] DEBUG:      |-- SpynetRat
2017-11-21 04:12:03,542 [cuckoo.core.startup] DEBUG:      |-- Spyrecorder
2017-11-21 04:12:03,543 [cuckoo.core.startup] DEBUG:      |-- StackPivot
2017-11-21 04:12:03,543 [cuckoo.core.startup] DEBUG:      |-- StackPivotDllLoad
2017-11-21 04:12:03,543 [cuckoo.core.startup] DEBUG:      |-- Staser
2017-11-21 04:12:03,543 [cuckoo.core.startup] DEBUG:      |-- StealthChildProc
2017-11-21 04:12:03,543 [cuckoo.core.startup] DEBUG:      |-- StealthHiddenExtension
2017-11-21 04:12:03,543 [cuckoo.core.startup] DEBUG:      |-- StealthHiddenFile
2017-11-21 04:12:03,543 [cuckoo.core.startup] DEBUG:      |-- StealthHiddenIcons
2017-11-21 04:12:03,543 [cuckoo.core.startup] DEBUG:      |-- StopsService
2017-11-21 04:12:03,543 [cuckoo.core.startup] DEBUG:      |-- SunbeltDetectFiles
2017-11-21 04:12:03,544 [cuckoo.core.startup] DEBUG:      |-- SunBeltSandboxDetect
2017-11-21 04:12:03,544 [cuckoo.core.startup] DEBUG:      |-- SuspiciousCommandTools
2017-11-21 04:12:03,544 [cuckoo.core.startup] DEBUG:      |-- SuspiciousPowershell
2017-11-21 04:12:03,544 [cuckoo.core.startup] DEBUG:      |-- SuspiciousWriteEXE
2017-11-21 04:12:03,544 [cuckoo.core.startup] DEBUG:      |-- SweetorangeMutexes
2017-11-21 04:12:03,544 [cuckoo.core.startup] DEBUG:      |-- Swrort
2017-11-21 04:12:03,544 [cuckoo.core.startup] DEBUG:      |-- SystemInfo
2017-11-21 04:12:03,544 [cuckoo.core.startup] DEBUG:      |-- SystemMetrics
2017-11-21 04:12:03,545 [cuckoo.core.startup] DEBUG:      |-- TapiDpMutexes
2017-11-21 04:12:03,545 [cuckoo.core.startup] DEBUG:      |-- TDSSBackdoor
2017-11-21 04:12:03,545 [cuckoo.core.startup] DEBUG:      |-- TeamviewerRat
2017-11-21 04:12:03,545 [cuckoo.core.startup] DEBUG:      |-- ThreatTrackDetectFiles
2017-11-21 04:12:03,545 [cuckoo.core.startup] DEBUG:      |-- TinbaMutexes
2017-11-21 04:12:03,545 [cuckoo.core.startup] DEBUG:      |-- TnegaMutexes
2017-11-21 04:12:03,546 [cuckoo.core.startup] DEBUG:      |-- Tor
2017-11-21 04:12:03,546 [cuckoo.core.startup] DEBUG:      |-- TorHiddenService
2017-11-21 04:12:03,546 [cuckoo.core.startup] DEBUG:      |-- Travnet
2017-11-21 04:12:03,546 [cuckoo.core.startup] DEBUG:      |-- Trogbot
2017-11-21 04:12:03,546 [cuckoo.core.startup] DEBUG:      |-- TrojanJorik
2017-11-21 04:12:03,546 [cuckoo.core.startup] DEBUG:      |-- TrojanLethic
2017-11-21 04:12:03,547 [cuckoo.core.startup] DEBUG:      |-- TrojanLethic
2017-11-21 04:12:03,547 [cuckoo.core.startup] DEBUG:      |-- trojanmrblack
2017-11-21 04:12:03,547 [cuckoo.core.startup] DEBUG:      |-- TrojanRedosru
2017-11-21 04:12:03,547 [cuckoo.core.startup] DEBUG:      |-- TrojanSysn
2017-11-21 04:12:03,547 [cuckoo.core.startup] DEBUG:      |-- trojanyoddos
2017-11-21 04:12:03,548 [cuckoo.core.startup] DEBUG:      |-- TufikMutexes
2017-11-21 04:12:03,554 [cuckoo.core.startup] DEBUG:      |-- Turkojan
2017-11-21 04:12:03,554 [cuckoo.core.startup] DEBUG:      |-- TurlaCarbon
2017-11-21 04:12:03,554 [cuckoo.core.startup] DEBUG:      |-- UFRStealer
2017-11-21 04:12:03,554 [cuckoo.core.startup] DEBUG:      |-- Unhook
2017-11-21 04:12:03,554 [cuckoo.core.startup] DEBUG:      |-- Upatre
2017-11-21 04:12:03,555 [cuckoo.core.startup] DEBUG:      |-- UpatreTDMutexes
2017-11-21 04:12:03,555 [cuckoo.core.startup] DEBUG:      |-- UPXCompressed
2017-11-21 04:12:03,555 [cuckoo.core.startup] DEBUG:      |-- UrkShortCN
2017-11-21 04:12:03,555 [cuckoo.core.startup] DEBUG:      |-- URLSpy
2017-11-21 04:12:03,556 [cuckoo.core.startup] DEBUG:      |-- UroburosFile
2017-11-21 04:12:03,556 [cuckoo.core.startup] DEBUG:      |-- UroburosMutexes
2017-11-21 04:12:03,556 [cuckoo.core.startup] DEBUG:      |-- Urxbot
2017-11-21 04:12:03,556 [cuckoo.core.startup] DEBUG:      |-- UsesWindowsUtilities
2017-11-21 04:12:03,556 [cuckoo.core.startup] DEBUG:      |-- Vanbot
2017-11-21 04:12:03,556 [cuckoo.core.startup] DEBUG:      |-- VBInject
2017-11-21 04:12:03,557 [cuckoo.core.startup] DEBUG:      |-- VBoxDetectACPI
2017-11-21 04:12:03,557 [cuckoo.core.startup] DEBUG:      |-- VBoxDetectDevices
2017-11-21 04:12:03,557 [cuckoo.core.startup] DEBUG:      |-- VBoxDetectFiles
2017-11-21 04:12:03,557 [cuckoo.core.startup] DEBUG:      |-- VBoxDetectKeys
2017-11-21 04:12:03,557 [cuckoo.core.startup] DEBUG:      |-- VBoxDetectProvname
2017-11-21 04:12:03,557 [cuckoo.core.startup] DEBUG:      |-- VBoxDetectWindow
2017-11-21 04:12:03,557 [cuckoo.core.startup] DEBUG:      |-- Vertex
2017-11-21 04:12:03,558 [cuckoo.core.startup] DEBUG:      |-- VertexSolarURL
2017-11-21 04:12:03,558 [cuckoo.core.startup] DEBUG:      |-- VirtualPCDetect
2017-11-21 04:12:03,558 [cuckoo.core.startup] DEBUG:      |-- VirtualPCIllegalInstruction
2017-11-21 04:12:03,558 [cuckoo.core.startup] DEBUG:      |-- Virut
2017-11-21 04:12:03,558 [cuckoo.core.startup] DEBUG:      |-- VMFirmware
2017-11-21 04:12:03,558 [cuckoo.core.startup] DEBUG:      |-- VMPPacked
2017-11-21 04:12:03,559 [cuckoo.core.startup] DEBUG:      |-- VMWareDetectFiles
2017-11-21 04:12:03,559 [cuckoo.core.startup] DEBUG:      |-- VMWareDetectKeys
2017-11-21 04:12:03,559 [cuckoo.core.startup] DEBUG:      |-- VMWareInInstruction
2017-11-21 04:12:03,559 [cuckoo.core.startup] DEBUG:      |-- VncMutexes
2017-11-21 04:12:03,559 [cuckoo.core.startup] DEBUG:      |-- VNLoaderURL
2017-11-21 04:12:03,559 [cuckoo.core.startup] DEBUG:      |-- VolDevicetree1
2017-11-21 04:12:03,560 [cuckoo.core.startup] DEBUG:      |-- VolHandles1
2017-11-21 04:12:03,560 [cuckoo.core.startup] DEBUG:      |-- VolLdrModules1
2017-11-21 04:12:03,560 [cuckoo.core.startup] DEBUG:      |-- VolLdrModules2
2017-11-21 04:12:03,560 [cuckoo.core.startup] DEBUG:      |-- VolMalfind1
2017-11-21 04:12:03,560 [cuckoo.core.startup] DEBUG:      |-- VolModscan1
2017-11-21 04:12:03,560 [cuckoo.core.startup] DEBUG:      |-- VolSvcscan1
2017-11-21 04:12:03,561 [cuckoo.core.startup] DEBUG:      |-- VolSvcscan2
2017-11-21 04:12:03,561 [cuckoo.core.startup] DEBUG:      |-- VolSvcscan3
2017-11-21 04:12:03,561 [cuckoo.core.startup] DEBUG:      |-- VPCDetectKeys
2017-11-21 04:12:03,561 [cuckoo.core.startup] DEBUG:      |-- Wakbot
2017-11-21 04:12:03,561 [cuckoo.core.startup] DEBUG:      |-- WarbotURL
2017-11-21 04:12:03,561 [cuckoo.core.startup] DEBUG:      |-- Whimoo
2017-11-21 04:12:03,561 [cuckoo.core.startup] DEBUG:      |-- Win32ProcessCreate
2017-11-21 04:12:03,562 [cuckoo.core.startup] DEBUG:      |-- WineDetect
2017-11-21 04:12:03,562 [cuckoo.core.startup] DEBUG:      |-- WinSCP
2017-11-21 04:12:03,562 [cuckoo.core.startup] DEBUG:      |-- WinSxsBot
2017-11-21 04:12:03,562 [cuckoo.core.startup] DEBUG:      |-- WMIAntiVM
2017-11-21 04:12:03,562 [cuckoo.core.startup] DEBUG:      |-- WormAllaple
2017-11-21 04:12:03,562 [cuckoo.core.startup] DEBUG:      |-- WormKolabc
2017-11-21 04:12:03,563 [cuckoo.core.startup] DEBUG:      |-- XenDetectKeys
2017-11-21 04:12:03,563 [cuckoo.core.startup] DEBUG:      |-- XtremeRAT
2017-11-21 04:12:03,563 [cuckoo.core.startup] DEBUG:      |-- Xworm
2017-11-21 04:12:03,563 [cuckoo.core.startup] DEBUG:      |-- Zegost
2017-11-21 04:12:03,563 [cuckoo.core.startup] DEBUG:      |-- ZeusMutexes
2017-11-21 04:12:03,563 [cuckoo.core.startup] DEBUG:      |-- ZeusP2P
2017-11-21 04:12:03,564 [cuckoo.core.startup] DEBUG:      |-- ZeusURL
2017-11-21 04:12:03,564 [cuckoo.core.startup] DEBUG:      `-- ZoneID
2017-11-21 04:12:03,564 [cuckoo.core.startup] DEBUG: Imported "reporting" modules:
2017-11-21 04:12:03,564 [cuckoo.core.startup] DEBUG:      |-- ElasticSearch
2017-11-21 04:12:03,564 [cuckoo.core.startup] DEBUG:      |-- Feedback
2017-11-21 04:12:03,564 [cuckoo.core.startup] DEBUG:      |-- JsonDump
2017-11-21 04:12:03,565 [cuckoo.core.startup] DEBUG:      |-- Mattermost
2017-11-21 04:12:03,565 [cuckoo.core.startup] DEBUG:      |-- MISP
2017-11-21 04:12:03,565 [cuckoo.core.startup] DEBUG:      |-- Moloch
2017-11-21 04:12:03,565 [cuckoo.core.startup] DEBUG:      |-- MongoDB
2017-11-21 04:12:03,565 [cuckoo.core.startup] DEBUG:      |-- Notification
2017-11-21 04:12:03,565 [cuckoo.core.startup] DEBUG:      `-- SingleFile
2017-11-21 04:12:03,576 [cuckoo.core.startup] DEBUG: Checking for locked tasks..
2017-11-21 04:12:03,598 [cuckoo.core.startup] DEBUG: Checking for pending service tasks..
2017-11-21 04:12:03,617 [cuckoo.core.startup] DEBUG: Initializing Yara...
2017-11-21 04:12:03,624 [cuckoo.core.startup] DEBUG:      |-- binaries embedded.yar
2017-11-21 04:12:03,625 [cuckoo.core.startup] DEBUG:      |-- binaries shellcodes.yar
2017-11-21 04:12:03,626 [cuckoo.core.startup] DEBUG:      |-- binaries vmdetect.yar
2017-11-21 04:12:03,630 [cuckoo.core.startup] DEBUG:      |-- scripts applocker_bypass.yar
2017-11-21 04:12:03,632 [cuckoo.core.startup] DEBUG:      |-- scripts powerfun.yar
2017-11-21 04:12:03,633 [cuckoo.core.startup] DEBUG:      |-- scripts powershell_AMSI.yar
2017-11-21 04:12:03,633 [cuckoo.core.startup] DEBUG:      |-- scripts powershell_BITS_transfer.yar
2017-11-21 04:12:03,633 [cuckoo.core.startup] DEBUG:      |-- scripts powershell_ddi_rc4.yar
2017-11-21 04:12:03,633 [cuckoo.core.startup] DEBUG:      |-- scripts powershell_dfsp.yar
2017-11-21 04:12:03,633 [cuckoo.core.startup] DEBUG:      |-- scripts powershell_di.yar
2017-11-21 04:12:03,634 [cuckoo.core.startup] DEBUG:      |-- scripts powershell_empire.yar
2017-11-21 04:12:03,634 [cuckoo.core.startup] DEBUG:      |-- scripts powershell_meterpreter.yar
2017-11-21 04:12:03,634 [cuckoo.core.startup] DEBUG:      |-- scripts powershell_txt_c2.yar
2017-11-21 04:12:03,634 [cuckoo.core.startup] DEBUG:      |-- scripts powershell_unicorn.yar
2017-11-21 04:12:03,634 [cuckoo.core.startup] DEBUG:      |-- scripts powerworm.yar
2017-11-21 04:12:03,635 [cuckoo.core.startup] DEBUG:      |-- shellcode metasploit.yar
2017-11-21 04:12:03,636 [cuckoo.core.resultserver] DEBUG: ResultServer running on 192.168.56.1:2042.
2017-11-21 04:12:03,640 [cuckoo.core.scheduler] INFO: Using "virtualbox" as machine manager
2017-11-21 04:12:06,259 [cuckoo.machinery.virtualbox] DEBUG: Restoring virtual machine cuckoo1 to its current snapshot
2017-11-21 04:12:07,260 [cuckoo.core.scheduler] INFO: Loaded 1 machine/s
2017-11-21 04:12:07,322 [cuckoo.core.scheduler] INFO: Waiting for analysis tasks.

 ----


ryan@ryan-A785GM-AD3:~$ cuckoo web runserver
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 10, in
    import pkg_resources
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3141, in
    @_call_aside
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3125, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3154, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 657, in _build_master
    ws = cls()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 650, in __init__
    self.add_entry(entry)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 706, in add_entry
    for dist in find_distributions(entry, True):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2042, in find_on_path
    for dist in factory(fullpath):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2104, in distributions_from_metadata
    if len(os.listdir(path)) == 0:
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pillow.egg-info'
ryan@ryan-A785GM-AD3:~$ cuckoo web
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 10, in
    import pkg_resources
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3141, in
    @_call_aside
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3125, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3154, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 657, in _build_master
    ws = cls()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 650, in __init__
    self.add_entry(entry)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 706, in add_entry
    for dist in find_distributions(entry, True):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2042, in find_on_path
    for dist in factory(fullpath):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2104, in distributions_from_metadata
    if len(os.listdir(path)) == 0:
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/pillow.egg-info'
ryan@ryan-A785GM-AD3:~$ cuckoo web
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 10, in
    import pkg_resources
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3141, in
    @_call_aside
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3125, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3154, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 657, in _build_master
    ws = cls()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 650, in __init__
    self.add_entry(entry)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 706, in add_entry
    for dist in find_distributions(entry, True):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2042, in find_on_path
    for dist in factory(fullpath):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2104, in distributions_from_metadata
    if len(os.listdir(path)) == 0:
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/-pillow.egg-info'
ryan@ryan-A785GM-AD3:~$ pip install Pillow-3.2.0
Traceback (most recent call last):
  File "/usr/local/bin/pip", line 7, in
    from pip import main
  File "/usr/local/lib/python2.7/dist-packages/pip/__init__.py", line 26, in
    from pip.utils import get_installed_distributions, get_prog
  File "/usr/local/lib/python2.7/dist-packages/pip/utils/__init__.py", line 27, in
    from pip._vendor import pkg_resources
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 3018, in
    @_call_aside
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 3004, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 3031, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 651, in _build_master
    ws = cls()
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 644, in __init__
    self.add_entry(entry)
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 700, in add_entry
    for dist in find_distributions(entry, True):
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 2017, in find_on_path
    if len(os.listdir(fullpath)) == 0:
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/-pillow.egg-info'
ryan@ryan-A785GM-AD3:~$ pip install -r requirements.txt
Traceback (most recent call last):
  File "/usr/local/bin/pip", line 7, in
    from pip import main
  File "/usr/local/lib/python2.7/dist-packages/pip/__init__.py", line 26, in
    from pip.utils import get_installed_distributions, get_prog
  File "/usr/local/lib/python2.7/dist-packages/pip/utils/__init__.py", line 27, in
    from pip._vendor import pkg_resources
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 3018, in
    @_call_aside
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 3004, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 3031, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 651, in _build_master
    ws = cls()
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 644, in __init__
    self.add_entry(entry)
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 700, in add_entry
    for dist in find_distributions(entry, True):
  File "/usr/local/lib/python2.7/dist-packages/pip/_vendor/pkg_resources/__init__.py", line 2017, in find_on_path
    if len(os.listdir(fullpath)) == 0:
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/-pillow.egg-info'
ryan@ryan-A785GM-AD3:~$ cuckoo web
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/auxiliary/__init__.py", line 6, in
    from cuckoo.core.plugins import enumerate_plugins
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 13, in
    from cuckoo.common.config import config2
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/config.py", line 13, in
    from cuckoo.common.objects import Dictionary
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/objects.py", line 19, in
    from cuckoo.common.whitelist import is_whitelisted_domain
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/whitelist.py", line 7, in
    from cuckoo.misc import cwd
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/misc.py", line 10, in
    import pkg_resources
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3141, in
    @_call_aside
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3125, in _call_aside
    f(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 3154, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 657, in _build_master
    ws = cls()
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 650, in __init__
    self.add_entry(entry)
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 706, in add_entry
    for dist in find_distributions(entry, True):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2042, in find_on_path
    for dist in factory(fullpath):
  File "/usr/local/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 2104, in distributions_from_metadata
    if len(os.listdir(path)) == 0:
OSError: [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/-=-pillow.egg-info'
ryan@ryan-A785GM-AD3:~$ cuckoo web
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/processing/__init__.py", line 10, in
    __file__, "cuckoo.processing", globals(), Processing
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 46, in enumerate_plugins
    "review its contents and/or validity!" % (fname, e)
cuckoo.common.exceptions.CuckooOperationalError: Unable to load the Cuckoo plugin at screenshots.py: No module named PIL.Image. Please review its contents and/or validity!
ryan@ryan-A785GM-AD3:~$ sudo cuckoo rooter -g ryan
[sudo] password for ryan:
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/processing/__init__.py", line 10, in
    __file__, "cuckoo.processing", globals(), Processing
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 46, in enumerate_plugins
    "review its contents and/or validity!" % (fname, e)
cuckoo.common.exceptions.CuckooOperationalError: Unable to load the Cuckoo plugin at screenshots.py: No module named PIL.Image. Please review its contents and/or validity!
ryan@ryan-A785GM-AD3:~$ sudo chown -R cuckoo .cuckoo/
ryan@ryan-A785GM-AD3:~$ sudo chgrp -R cuckoo .cuckoo/
ryan@ryan-A785GM-AD3:~$ cuckoo web
Traceback (most recent call last):
  File "/usr/local/bin/cuckoo", line 7, in
    from cuckoo.main import main
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/__init__.py", line 6, in
    from cuckoo import (
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/processing/__init__.py", line 10, in
    __file__, "cuckoo.processing", globals(), Processing
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/plugins.py", line 46, in enumerate_plugins
    "review its contents and/or validity!" % (fname, e)
cuckoo.common.exceptions.CuckooOperationalError: Unable to load the Cuckoo plugin at screenshots.py: No module named PIL.Image. Please review its contents and/or validity!
ryan@ryan-A785GM-AD3:~$ easy_install PIL
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

    [Errno 13] Permission denied: '/usr/local/lib/python2.7/dist-packages/test-easy-install-8568.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

    /usr/local/lib/python2.7/dist-packages/

Perhaps your account does not have write access to this directory?  If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account.  If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

  https://setuptools.readthedocs.io/en/latest/easy_install.html

Please make the appropriate changes for your system and try again.

ryan@ryan-A785GM-AD3:~$
 

----
 ryan@ryan-A785GM-AD3:~$ cuckoo web
2017-11-21 05:43:42,658 [cuckoo.common.config] ERROR: Config section reporting:reporthtml not found!
2017-11-21 05:43:45,334 [cuckoo.common.config] ERROR: Config section reporting:reporthtml not found!
Performing system checks...

System check identified no issues (0 silenced).
November 21, 2017 - 05:43:45
Django version 1.8.4, using settings 'cuckoo.web.web.settings'
Starting development server at http://localhost:8000/
Quit the server with CONTROL-C.
[21/Nov/2017 05:44:50] "GET / HTTP/1.1" 200 25617
[21/Nov/2017 05:44:50] "GET /static/css/vendor.css HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/css/main.css HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/handlebars-templates.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/vendor.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/hexdump.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/loader.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/sticky.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/submission.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/process_tree.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/analysis_sidebar.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/recent.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/analysis_network.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/app.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/analysis_export.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/favicon-32x32.png HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/js/cuckoo/analysis_feedback.js HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/images/close.png HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/images/loading.gif HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/images/prev.png HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/images/next.png HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/graphic/cuckoo_inverse.png HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "GET /static/graphic/cuckoo-coffee-cup.png HTTP/1.1" 304 0
[21/Nov/2017 05:44:50] "POST /analysis/api/tasks/recent/ HTTP/1.1" 200 752
[21/Nov/2017 05:44:51] "GET /cuckoo/api/status HTTP/1.1" 200 579
2017-11-21 05:44:58,351 [django.request] ERROR: Internal Server Error: /submit/api/presubmit/
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/django/core/handlers/base.py", line 132, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File "/usr/local/lib/python2.7/dist-packages/django/views/decorators/csrf.py", line 58, in wrapped_view
    return view_func(*args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/django/views/decorators/http.py", line 45, in inner
    return func(request, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/web/controllers/submission/api.py", line 63, in presubmit
    submit_id = submit_manager.pre(submit_type="files", data=data)
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/submit.py", line 140, in pre
    return db.add_submit(path_tmp, submit_type, submit_data)
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/common/utils.py", line 199, in inner
    return f(self, *args, **kwargs)
  File "/usr/local/lib/python2.7/dist-packages/cuckoo/core/database.py", line 1238, in add_submit
    return submit_id
UnboundLocalError: local variable 'submit_id' referenced before assignment
[21/Nov/2017 05:44:58] "POST /submit/api/presubmit/ HTTP/1.1" 500 18218

No comments: