After the service has been created. The onStart method is called, which checks the message provided as a part of the intent. The message types are START and LOGIN
this.startService(v2);
LogUtils.debug("heheActivity", "start connectionService service");
The app then starts a timer task that is scheduled to be invoked every 5000 seconds. This timed task does the following:
From there, it sends the to the CnC server (http://108.62.240.69:9008/reportMessage)