Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save zivzeira/b69246e81ef55aeb37c2ba22157e80f8 to your computer and use it in GitHub Desktop.

Select an option

Save zivzeira/b69246e81ef55aeb37c2ba22157e80f8 to your computer and use it in GitHub Desktop.
apaspy.iqual.appspy.MyReceiver, AppService, OnBootReceiver components at AndroidManifast.xml at Trojanized ArabicRSS.apk - package com.alywa.arabic.name, version 3.4.1
<receiver android:name="apaspy.iqual.appspy.MyReceiver">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.BATTERY_CHANGED" />
<action android:name="android.intent.action.BATTERY_LOW" />
<action android:name="android.intent.action.DATE_CHANGED" />
<action android:name="android.intent.action.WALLPAPER_CHANGED" />
<action android:name="android.intent.action.REBOOT" />
<action android:name="android.intent.action.SCREEN_ON" />
<action android:name="android.intent.action.ACTION_POWER_CONNECTED" />
<action android:name="android.intent.action.ACTION_POWER_DISCONNECTED" />
<action android:name="android.intent.action.CAMERA_BUTTON" />
<action android:name="android.intent.action.GTALK_CONNECTED" />
<action android:name="android.intent.action.HEADSET_PLUG" />
<action android:name="android.intent.action.DEVICE_STORAGE_LOW" />
<action android:name="android.intent.action.DEVICE_STORAGE_OK" />
<action android:name="android.intent.action.DREAMING_STARTED" />
<action android:name="android.intent.action.INPUT_METHOD_CHANGED" />
<action android:name="android.intent.action.MEDIA_NOFS" />
<action android:name="android.intent.action.MEDIA_EJECT" />
<action android:name="android.intent.action.PACKAGE_FIRST_LAUNCH" />
<action android:name="android.intent.action.PHONE_STATE" />
</intent-filter>
</receiver>
<receiver android:name="apaspy.iqual.appspy.OnBootReceiver" android:permission="android.permission.RECEIVE_BOOT_COMPLETED" android:enabled="true">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</receiver>
<service android:name="apaspy.iqual.appspy.AppService" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment