温馨提示:本平台仅供研究软件风险、安全评估,禁止用于非法用途。由于展示的数据过于全面,请耐心等待加载完成。如有疑问或建议, 可加入我们的微信群讨论

APP评分

病毒检测 22 个厂商报毒

安全评分

文件信息

文件名称 Asphalt_6_1.0.3_Mito_t520.apk
文件大小 7.47MB
MD5 b5aa1c5509746d0e611b6312164cb0dd
SHA1 6bcbb62db8b6d588211b306908f19063d7dfa967
SHA256 be9cef07457614587b3a5fe36dbe1991ebab733fab42f2edbb5ed6b2adc8648d

应用信息

应用名称 Asphalt 6
包名 com.gameloft.android.HEP.GloftA6HP
主活动 .GLGame
目标SDK 15     最小SDK 9
版本号 1.0.3     子版本号 103
加固信息 未加壳

组件导出信息

扫描选项

重新扫描 管理规则 动态分析

反编译代码

Manifest文件 查看
APK文件 下载
Java源代码 查看 -- 下载

证书信息

二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: False
v4 签名: False
主题: C=US, ST=California, L=Mountain View, O=Android, OU=Android, CN=Android, E=android@android.com
签名算法: rsassa_pkcs1v15
有效期自: 2008-02-29 01:33:46+00:00
有效期至: 2035-07-17 01:33:46+00:00
发行人: C=US, ST=California, L=Mountain View, O=Android, OU=Android, CN=Android, E=android@android.com
序列号: 0x936eacbe07f201df
哈希算法: sha1
证书MD5: e89b158e4bcf988ebd09eb83f5378e87
证书SHA1: 61ed377e85d386a8dfee6b864bd85b0bfaa5af81
证书SHA256: a40da80a59d170caa950cf15c18c454d47a39b26989d8b640ecd745ba71bf5dc
证书SHA512: 5216ccb62004c4534f35c780ad7c582f4ee528371e27d4151f0553325de9ccbe6b34ec4233f5f640703581053abfea303977272d17958704d89b7711292a4569
公钥算法: rsa
密钥长度: 2048
指纹: f9f32662753449dc550fd88f1ed90e94b81adef9389ba16b89a6f3579c112e75
找到 1 个唯一证书

应用程序权限

权限名称 安全等级 权限内容 权限描述 关联代码
android.permission.SEND_SMS 危险 发送短信 允许应用程序发送短信。恶意应用程序可能会不经您的确认就发送信息,给您带来费用。
android.permission.RECEIVE_SMS 危险 接收短信 允许应用程序接收短信。 恶意程序会在用户未知的情况下监视或删除。
android.permission.READ_EXTERNAL_STORAGE 危险 读取SD卡内容 允许应用程序从SD卡读取信息。
android.permission.WRITE_EXTERNAL_STORAGE 危险 读取/修改/删除外部存储内容 允许应用程序写入外部存储。
android.permission.READ_PHONE_STATE 危险 读取手机状态和标识 允许应用程序访问设备的手机功能。有此权限的应用程序可确定此手机的号码和序列号,是否正在通话,以及对方的号码等。
android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。
android.permission.ACCESS_WIFI_STATE 普通 查看Wi-Fi状态 允许应用程序查看有关Wi-Fi状态的信息。
android.permission.WAKE_LOCK 危险 防止手机休眠 允许应用程序防止手机休眠,在手机屏幕关闭后后台进程仍然运行。
android.permission.ACCESS_NETWORK_STATE 普通 获取网络状态 允许应用程序查看所有网络的状态。
android.permission.CHANGE_WIFI_STATE 危险 改变Wi-Fi状态 允许应用程序改变Wi-Fi状态。
android.permission.CHANGE_NETWORK_STATE 危险 改变网络连通性 允许应用程序改变网络连通性。
android.permission.WRITE_SMS 危险 编辑短信或彩信 允许应用程序写入手机或 SIM 卡中存储的短信。恶意应用程序可借此删除您的信息。
android.permission.READ_SMS 危险 读取短信 允许应用程序读取您的手机或 SIM 卡中存储的短信。恶意应用程序可借此读取您的机密信息。

证书分析

高危
0
警告
1
信息
1
标题 严重程度 描述信息
已签名应用 信息 应用程序已使用代码签名证书进行签名

MANIFEST分析

高危
0
警告
6
信息
0
屏蔽
0
序号 问题 严重程度 描述信息 操作
1 应用程序可以安装在有漏洞的已更新 Android 版本上
Android 2.3-2.3.2, [minSdk=9]
信息 该应用程序可以安装在具有多个未修复漏洞的旧版本 Android 上。这些设备不会从 Google 接收合理的安全更新。支持 Android 版本 => 10、API 29 以接收合理的安全更新。
2 应用程序数据存在被泄露的风险
未设置[android:allowBackup]标志
警告 这个标志 [android:allowBackup]应该设置为false。默认情况下它被设置为true,允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
3 Activity (.MyVideoView) 未被保护。
存在一个intent-filter。
警告 发现 Activity与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Activity是显式导出的。
4 Activity (.GLiveHTML.GLLiveActivity) 未被保护。
存在一个intent-filter。
警告 发现 Activity与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Activity是显式导出的。
5 Activity (.DirectIGP.DirectIGPActivity) 未被保护。
存在一个intent-filter。
警告 发现 Activity与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Activity是显式导出的。
6 Broadcast Receiver (.DirectIGP.iab.SmsReceiver) 未被保护。
存在一个intent-filter。
警告 发现 Broadcast Receiver与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Broadcast Receiver是显式导出的。
7 Broadcast Receiver (.ApplicationSetUp) 未被保护。
[android:exported=true]
警告 发现 Broadcast Receiver与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。

可浏览的ACTIVITIES

ACTIVITY INTENT

网络安全配置

序号 范围 严重级别 描述

API调用分析

API功能 源码文件
一般功能-> IPC通信
b/c.java
b/e.java
com/boku/mobile/android/PaymentPanelActivity.java
com/boku/mobile/android/b.java
com/boku/mobile/android/e.java
com/boku/mobile/android/g.java
com/boku/mobile/android/h.java
com/boku/mobile/android/ui/h.java
com/boku/mobile/api/IntentProvider.java
com/gameloft/android/HEP/GloftA6HP/ApplicationSetUp.java
com/gameloft/android/HEP/GloftA6HP/ChinaBilling.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/DirectIGPActivity.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/SUtils.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/BokuIABActivity.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/GLOFTHelper.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/SMS.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/SmsReceiver.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/cm.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/o.java
com/gameloft/android/HEP/GloftA6HP/GLGame.java
com/gameloft/android/HEP/GloftA6HP/GLMediaPlayer.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/SUtils.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLLiveActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/SUtils.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/BokuIABActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/GLOFTHelper.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/SMS.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/cj.java
com/gameloft/android/HEP/GloftA6HP/MyVideoView.java
com/gameloft/android/HEP/GloftA6HP/P2CBilling.java
com/gameloft/android/HEP/GloftA6HP/SMS.java
com/gameloft/android/HEP/GloftA6HP/SmsReceiver.java
com/gameloft/android/HEP/GloftA6HP/as.java
com/gameloft/android/HEP/GloftA6HP/at.java
com/gameloft/android/HEP/GloftA6HP/billing/AndroidBilling.java
com/gameloft/android/HEP/GloftA6HP/billing/SMS.java
com/gameloft/android/HEP/GloftA6HP/billing/SmsReceiver.java
com/gameloft/android/HEP/GloftA6HP/billing/UMP4Activity.java
com/gameloft/android/HEP/GloftA6HP/billing/r.java
com/gameloft/android/HEP/GloftA6HP/billing/s.java
com/gameloft/android/HEP/GloftA6HP/d.java
com/gameloft/android/HEP/GloftA6HP/e.java
com/gameloft/android/HEP/GloftA6HP/f.java
com/gameloft/android/HEP/GloftA6HP/g.java
com/gameloft/android/HEP/GloftA6HP/installer/GameInstaller.java
com/gameloft/android/HEP/GloftA6HP/installer/IReferrerReceiver.java
com/gameloft/android/HEP/GloftA6HP/installer/b.java
com/gameloft/android/HEP/GloftA6HP/installer/c.java
com/gameloft/android/HEP/GloftA6HP/installer/o.java
com/gameloft/android/HEP/GloftA6HP/installer/q.java
com/umpay/huafubao/plugin/android/intf/Huafubao.java
com/umpay/huafubao/plugin/android/intf/a.java
k/g.java
k/h.java
k/j.java
k/k.java
k/m.java
k/n.java
隐私数据-> 读取短信
一般功能-> 文件操作
b/a.java
b/b.java
b/c.java
com/gameloft/android/HEP/GloftA6HP/ApplicationSetUp.java
com/gameloft/android/HEP/GloftA6HP/ChinaBilling.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/DirectIGPActivity.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/Device.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/HTTP.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/ResLoader.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/SUtils.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/ZipFile.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/billing/common/AModelActivity.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/c.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/IABRequestHandler.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/InAppBilling.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/ServerInfo.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/installer/utils/a.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/installer/utils/b.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/o.java
com/gameloft/android/HEP/GloftA6HP/GLGame.java
com/gameloft/android/HEP/GloftA6HP/GLResLoader.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/Device.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/HTTP.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/ResLoader.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/SUtils.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/ZipFile.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLLiveActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/Device.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/HTTP.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/ResLoader.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/SUtils.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/ZipFile.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/billing/common/AModelActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/IABRequestHandler.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/InAppBilling.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/ServerInfo.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/installer/utils/a.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/installer/utils/b.java
com/gameloft/android/HEP/GloftA6HP/SendInfo.java
com/gameloft/android/HEP/GloftA6HP/ServerInfo.java
com/gameloft/android/HEP/GloftA6HP/SoundBinFile.java
com/gameloft/android/HEP/GloftA6HP/billing/ServerInfo.java
com/gameloft/android/HEP/GloftA6HP/billing/UMP4Activity.java
com/gameloft/android/HEP/GloftA6HP/billing/common/AModelActivity.java
com/gameloft/android/HEP/GloftA6HP/installer/GameInstaller.java
com/gameloft/android/HEP/GloftA6HP/installer/IReferrerReceiver.java
com/gameloft/android/HEP/GloftA6HP/installer/Utils.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/CRC.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/DownloadComponent.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/HttpClient.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/JoinFiles.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/MD5.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/Section.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/SimpleDownload.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/a.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/b.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/g.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/i.java
com/gameloft/android/HEP/GloftA6HP/installer/utils/k.java
com/gameloft/android/HEP/GloftA6HP/k.java
com/gameloft/android/HEP/GloftA6HP/opengl/j.java
com/umpay/huafubao/plugin/android/a/a.java
d/a.java
i/a.java
i/b.java
j/a.java
n/a.java
p/a.java
q/a.java
网络通信-> TCP套接字
一般功能-> 获取系统服务(getSystemService)
com/boku/mobile/android/PaymentPanelActivity.java
com/gameloft/android/HEP/GloftA6HP/ChinaBilling.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/DirectIGPActivity.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/Device.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/SUtils.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/CustomizeDialog.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/cc.java
com/gameloft/android/HEP/GloftA6HP/GLAsyncPlayer.java
com/gameloft/android/HEP/GloftA6HP/GLGame.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/Device.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/SUtils.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLLiveActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/Device.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/SUtils.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/ag.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/ah.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/CustomizeDialog.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/bz.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/y.java
com/gameloft/android/HEP/GloftA6HP/GameRenderer.java
com/gameloft/android/HEP/GloftA6HP/SendInfo.java
com/gameloft/android/HEP/GloftA6HP/billing/AndroidBilling.java
com/gameloft/android/HEP/GloftA6HP/billing/k.java
com/gameloft/android/HEP/GloftA6HP/installer/GameInstaller.java
com/gameloft/android/HEP/GloftA6HP/installer/c.java
com/gameloft/android/HEP/GloftA6HP/u.java
com/umpay/huafubao/plugin/android/intf/Huafubao.java
网络通信-> HTTP建立连接
调用java反射机制
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/Device.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/BokuIABActivity.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/CustomizeDialog.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/GLOFTHelper.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/InAppBilling.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/InAppBillingActivity.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/a.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/ab.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/ac.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/af.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/aj.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/ak.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/an.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/ap.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/aq.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/au.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/av.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/aw.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/az.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/ba.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/bb.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/bc.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/bd.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/bg.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/bj.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/bt.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/bw.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/ce.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/cg.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/ck.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/f.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/h.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/i.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/o.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/p.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/Device.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/Device.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/BokuIABActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/CustomizeDialog.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/GLOFTHelper.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/InAppBilling.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/InAppBillingActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/a.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/aa.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/ae.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/af.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/ai.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/ak.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/al.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/ao.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/ar.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/as.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/at.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/au.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/av.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/ay.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/bb.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/bc.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/bq.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/bt.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/cb.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/cd.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/ch.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/f.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/h.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/j.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/k.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/w.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/z.java
com/gameloft/android/HEP/GloftA6HP/SendInfo.java
g/d.java
组件-> 启动 Activity
隐私数据-> 发送SMS短信息
组件-> 发送广播
一般功能-> 获取活动网路信息
设备指纹-> 查看本机号码
网络通信-> HTTPS建立连接
加密解密-> Crypto加解密组件
网络通信-> WebView 相关
一般功能-> 加载so文件
进程操作-> 杀死进程 com/gameloft/android/HEP/GloftA6HP/GLGame.java
一般功能-> 获取WiFi相关信息 com/gameloft/android/HEP/GloftA6HP/GLGame.java
com/gameloft/android/HEP/GloftA6HP/installer/GameInstaller.java
进程操作-> 获取进程pid com/gameloft/android/HEP/GloftA6HP/GLGame.java
一般功能-> 传感器相关操作 com/gameloft/android/HEP/GloftA6HP/GLGame.java
网络通信-> WebView JavaScript接口
设备指纹-> 查看本机IMSI com/boku/mobile/android/PaymentPanelActivity.java
设备指纹-> getSimOperator
网络通信-> SSL证书处理
设备指纹-> 查看运营商信息
一般功能-> 查看\修改Android系统属性
隐私数据-> 获取已安装的应用程序
一般功能-> PowerManager操作 com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLLiveActivity.java
网络通信-> DefaultHttpClient Connection com/gameloft/android/HEP/GloftA6HP/DirectIGP/DirectIGPActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLLiveActivity.java
j/a.java
加密解密-> 信息摘要算法
进程操作-> 获取运行的进程\服务 com/gameloft/android/HEP/GloftA6HP/installer/GameInstaller.java
命令执行-> getRuntime.exec() com/gameloft/android/HEP/GloftA6HP/installer/GameInstaller.java
一般功能-> Android通知 com/gameloft/android/HEP/GloftA6HP/installer/GameInstaller.java

源代码分析

高危
6
警告
6
信息
1
安全
1
屏蔽
0
序号 问题 等级 参考标准 文件位置 操作
1 应用程序记录日志信息,不得记录敏感信息 信息 CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3
2 应用程序使用不安全的随机数生成器 警告 CWE: CWE-330: 使用不充分的随机数
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-6
3 该文件是World Writable。任何应用程序都可以写入文件 高危 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
4 SSL的不安全实现。信任所有证书或接受自签名证书是一个关键的安全漏洞。此应用程序易受MITM攻击 高危 CWE: CWE-295: 证书验证不恰当
OWASP Top 10: M3: Insecure Communication
OWASP MASVS: MSTG-NETWORK-3
5 默认情况下,调用Cipher.getInstance("AES")将返回AES ECB模式。众所周知,ECB模式很弱,因为它导致相同明文块的密文相同 高危 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-2
6 SHA-1是已知存在哈希冲突的弱哈希 警告 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4
7 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 警告 CWE: CWE-312: 明文存储敏感信息
OWASP Top 10: M9: Reverse Engineering
OWASP MASVS: MSTG-STORAGE-14
com/boku/mobile/android/ui/k.java
com/gameloft/android/HEP/GloftA6HP/ServerInfo.java
com/gameloft/android/HEP/GloftA6HP/billing/ServerInfo.java
8 不安全的Web视图实现。Web视图忽略SSL证书错误并接受任何SSL证书。此应用程序易受MITM攻击 高危 CWE: CWE-295: 证书验证不恰当
OWASP Top 10: M3: Insecure Communication
OWASP MASVS: MSTG-NETWORK-3
9 该文件是World Readable。任何应用程序都可以读取文件 高危 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
com/gameloft/android/HEP/GloftA6HP/ChinaBilling.java
com/gameloft/android/HEP/GloftA6HP/SendInfo.java
com/gameloft/android/HEP/GloftA6HP/billing/UMP4Activity.java
10 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 安全
OWASP MASVS: MSTG-NETWORK-4
com/gameloft/android/HEP/GloftA6HP/DirectIGP/DirectIGPActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLLiveActivity.java
11 MD5是已知存在哈希冲突的弱哈希 警告 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-4
12 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 警告 CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage
OWASP MASVS: MSTG-STORAGE-2
com/gameloft/android/HEP/GloftA6HP/installer/GameInstaller.java
13 不安全的Web视图实现。可能存在WebView任意代码执行漏洞 警告 CWE: CWE-749: 暴露危险方法或函数
OWASP Top 10: M1: Improper Platform Usage
OWASP MASVS: MSTG-PLATFORM-7
com/boku/mobile/android/ui/k.java
com/gameloft/android/HEP/GloftA6HP/DirectIGP/DirectIGPActivity.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/s.java
14 应用程序在加密算法中使用ECB模式。ECB模式是已知的弱模式,因为它对相同的明文块[UNK]产生相同的密文 高危 CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-2
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/Encrypter.java
com/gameloft/android/HEP/GloftA6HP/GLUtils/Encrypter.java
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/Encrypter.java

动态库分析

序号 动态库 NX(堆栈禁止执行) STACK CANARY(栈保护) RELRO RPATH(指定SO搜索路径) RUNPATH(指定SO搜索路径) FORTIFY(常用函数加强检查) SYMBOLS STRIPPED(裁剪符号表)
1 armeabi-v7a/libasphalt6.so
True
info
二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。
True
info
这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出
No RELRO
high
此共享对象未启用 RELRO。整个 GOT(.got 和 .got.plt)都是可写的。如果没有此编译器标志,全局变量上的缓冲区溢出可能会覆盖 GOT 条目。使用选项 -z,relro,-z,now 启用完整 RELRO,仅使用 -z,relro 启用部分 RELRO。
None
info
二进制文件没有设置运行时搜索路径或RPATH
None
info
二进制文件没有设置 RUNPATH
False
warning
二进制文件没有任何加固函数。加固函数提供了针对 glibc 的常见不安全函数(如 strcpy,gets 等)的缓冲区溢出检查。使用编译选项 -D_FORTIFY_SOURCE=2 来加固函数。这个检查对于 Dart/Flutter 库不适用
False
warning
符号可用
2 armeabi-v7a/libDirectIGP_A6.so
True
info
二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。
True
info
这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出
No RELRO
high
此共享对象未启用 RELRO。整个 GOT(.got 和 .got.plt)都是可写的。如果没有此编译器标志,全局变量上的缓冲区溢出可能会覆盖 GOT 条目。使用选项 -z,relro,-z,now 启用完整 RELRO,仅使用 -z,relro 启用部分 RELRO。
None
info
二进制文件没有设置运行时搜索路径或RPATH
None
info
二进制文件没有设置 RUNPATH
False
warning
二进制文件没有任何加固函数。加固函数提供了针对 glibc 的常见不安全函数(如 strcpy,gets 等)的缓冲区溢出检查。使用编译选项 -D_FORTIFY_SOURCE=2 来加固函数。这个检查对于 Dart/Flutter 库不适用
False
warning
符号可用
3 armeabi-v7a/libGLiveIAP_A6.so
True
info
二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。
True
info
这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出
No RELRO
high
此共享对象未启用 RELRO。整个 GOT(.got 和 .got.plt)都是可写的。如果没有此编译器标志,全局变量上的缓冲区溢出可能会覆盖 GOT 条目。使用选项 -z,relro,-z,now 启用完整 RELRO,仅使用 -z,relro 启用部分 RELRO。
None
info
二进制文件没有设置运行时搜索路径或RPATH
None
info
二进制文件没有设置 RUNPATH
False
warning
二进制文件没有任何加固函数。加固函数提供了针对 glibc 的常见不安全函数(如 strcpy,gets 等)的缓冲区溢出检查。使用编译选项 -D_FORTIFY_SOURCE=2 来加固函数。这个检查对于 Dart/Flutter 库不适用
False
warning
符号可用

文件分析

序号 问题 文件

VIRUSTOTAL扫描

  检出率: 22 / 68       完整报告

反病毒引擎 检出结果
AhnLab-V3 PUP/Android.Koomer.19881
Antiy-AVL Trojan/Generic.ASMalwAD.18
Avira SPR/ANDR.SMSreg.CG.Gen
BitDefenderFalx Android.Riskware.SMSReg.BM
CAT-QuickHeal Android.Umpay.A (PUP)
ClamAV Andr.Malware.Agent-1467645
Cynet Malicious (score: 99)
ESET-NOD32 a variant of Android/SMSreg.GC potentially unsafe
F-Secure PrivacyRisk.SPR/ANDR.SMSreg.CG.Gen
Fortinet Adware/SMSreg!Android
Google Detected
Ikarus PUA.AndroidOS.SMSreg
K7GW Adware ( 005331491 )
McAfee Artemis!7B289BC6929E
Microsoft Adware:AndroidOS/ZkarletFlash
NANO-Antivirus Riskware.Android.Umpay.cuecbw
Sophos Android Umpay (PUA)
Trustlook Android.PUA.DebugKey
Varist AndroidOS/SMSreg.Z.gen!Eldorado
VirIT Android.Adw.Wapz.W
Xcitium Malware@#3kxujap2lgq53
Zillya Trojan.SmsReg.Android.12

滥用权限

恶意软件常用权限 6/30
android.permission.SEND_SMS
android.permission.RECEIVE_SMS
android.permission.READ_PHONE_STATE
android.permission.WAKE_LOCK
android.permission.WRITE_SMS
android.permission.READ_SMS
其它常用权限 7/46
android.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE
android.permission.INTERNET
android.permission.ACCESS_WIFI_STATE
android.permission.ACCESS_NETWORK_STATE
android.permission.CHANGE_WIFI_STATE
android.permission.CHANGE_NETWORK_STATE

恶意软件常用权限 是被已知恶意软件广泛滥用的权限。
其它常用权限 是已知恶意软件经常滥用的权限。

IP地图

域名检测

域名 状态 中国境内 位置信息 解析
gloft.co 安全
IP地址: 208.71.186.74
国家: 加拿大
地区: 魁北克
城市: 蒙特利尔
查看: Google 地图





www.gameloft.com 安全
IP地址: 208.71.186.80
国家: 加拿大
地区: 魁北克
城市: 蒙特利尔
查看: Google 地图





secure.gameloft.com 安全
IP地址: 208.71.186.74
国家: 加拿大
地区: 魁北克
城市: 蒙特利尔
查看: Google 地图





www.boku.com 安全
IP地址: 52.199.221.217
国家: 日本
地区: 东京
城市: 东京
查看: Google 地图





livewebapp.gameloft.com 安全
IP地址: 208.71.185.242
国家: 加拿大
地区: 魁北克
城市: 蒙特利尔
查看: Google 地图





ingameads.gameloft.com 安全
IP地址: 208.71.186.73
国家: 加拿大
地区: 魁北克
城市: 蒙特利尔
查看: Google 地图





dl.gameloft.com 安全
IP地址: 208.71.186.73
国家: 加拿大
地区: 魁北克
城市: 蒙特利尔
查看: Google 地图





gllive.gameloft.com 安全
IP地址: 208.71.185.242
国家: 加拿大
地区: 魁北克
城市: 蒙特利尔
查看: Google 地图





wapshop.gameloft.com 安全
IP地址: 208.71.186.73
国家: 加拿大
地区: 魁北克
城市: 蒙特利尔
查看: Google 地图





iap.gameloft.com 安全
IP地址: 208.71.186.86
国家: 加拿大
地区: 魁北克
城市: 蒙特利尔
查看: Google 地图





payment.umpay.com 安全
IP地址: 115.182.230.14
国家: 中国
地区: 北京
城市: 北京
查看: 高德地图





网址

网址信息 源码文件
http://ingameads.gameloft.com/redir/freemium/hddirectigp.php?from=game_code&country=country_detected&lg=lang&udid=udidphone&ver=version&d=device&f=firmware&game_ver=version
https://iap.gameloft.com/freemium/game/?b=
com/gameloft/android/HEP/GloftA6HP/DirectIGP/DirectIGPActivity.java
https://secure.gameloft.com/unlock_cn/validation.php
com/gameloft/android/HEP/GloftA6HP/billing/common/LManager.java
http://ingameads.gameloft.com/redir/hdloading.php
https://secure.gameloft.com/freemium/wapbilling/validate.php
https://secure.gameloft.com/tryandbuy/notifications/
https://secure.gameloft.com/wap/paybox/
https://secure.gameloft.com/android/3g_carrier.php
https://secure.gameloft.com/sms/unlock_profiles.php
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/XPlayer.java
https://livewebapp.gameloft.com/scripts/settings.php?udid=udid&lg=lang&d=device_android&f=firmware_android&version=1.0.1
https://livewebapp.gameloft.com/scripts/ckecklogin.php?identifier=udid&lg=lang&version=1.0.1&username=_user_&password=_pass_&ggi=ggi_game
https://livewebapp.gameloft.com/scripts/unlock.php?trophy=numtrophy&identifier=udid&lg=lang&d=device_android&f=firmware_android&ggi=ggi_game&igp_code=glia&game_ver=gameversion&username=_user_&password=_pass_
https://livewebapp.gameloft.com/glive3d/?udid=udid&lg=lang&d=device_android&f=firmware_android&apptype=_html5&ggi=ggi_game&game_ver=gameversion&height=height&width=width&leftframe=yes
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLLiveActivity.java
http://dl.gameloft.com
http://wapshop.gameloft.com
http://ingameads.gameloft.com/redir/
http://gloft.co/
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/ak.java
http://payment.umpay.com/hfwebbusi/pay/wxversionupdate.do
com/umpay/huafubao/plugin/android/a/a.java
javascript:updatekeyboardinput
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/ah.java
http://ingameads.gameloft.com/redir/?from=igp_code&op=igp_portal&game=a6hp&t=twitter
http://www.google.com
com/gameloft/android/HEP/GloftA6HP/GLGame.java
http://www.google.com
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/iab/InAppBilling.java
https://secure.gameloft.com/unlock_cn/validation.php
com/gameloft/android/HEP/GloftA6HP/DirectIGP/billing/common/LManager.java
http://ingameads.gameloft.com/redir/hdloading.php?game=#game#&country=#country#&lg=#lang#&ver=#igp_version#&device=#device#&f=#firmware#&udid=#id#&androidid=#android_id#&g_ver=#version#&line_number=#line_number#
com/gameloft/android/HEP/GloftA6HP/DirectIGP/GLUtils/Tracking.java
https://secure.gameloft.com/partners/android/update_check_hep.php
http://ingameads.gameloft.com/redir/androidwebnews.php?lg=#lang#&from=#game#&udid=#id#&version=100
http://www.google.com
com/gameloft/android/HEP/GloftA6HP/installer/GameInstaller.java
http://ingameads.gameloft.com/redir/hdloading.php?game=#game#&country=#country#&lg=#lang#&ver=#igp_version#&device=#device#&f=#firmware#&udid=#id#&androidid=#android_id#&g_ver=#version#&line_number=#line_number#
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/Tracking.java
https://secure.gameloft.com/unlock_cn/validation.php
com/gameloft/android/HEP/GloftA6HP/h.java
http://www.google.com
com/gameloft/android/HEP/GloftA6HP/DirectIGP/iab/InAppBilling.java
https://secure.gameloft.com/unlock_cn/validation.php
com/gameloft/android/HEP/GloftA6HP/billing/AndroidBilling.java
https://secure.gameloft.com/unlock_cn/validation.php?method=check&imei=phone_imei&product=product_id&sign=sign_sha
com/gameloft/android/HEP/GloftA6HP/ChinaBilling.java
http://ingameads.gameloft.com/redir/hdloading.php?game=#game#&country=#country#&lg=#lang#&ver=#igp_version#&device=#device#&f=#firmware#&udid=#id#&androidid=#android_id#&g_ver=#version#&line_number=#line_number#
com/gameloft/android/HEP/GloftA6HP/GLUtils/Tracking.java
http://www.boku.com/about/privacy
http://www.boku.com/support
http://www.boku.com/about/terms
com/boku/mobile/android/PaymentPanelActivity.java
http://ingameads.gameloft.com/redir/hdloading.php
https://secure.gameloft.com/tryandbuy/notifications/
https://secure.gameloft.com/wap/paybox/
https://secure.gameloft.com/android/3g_carrier.php
https://secure.gameloft.com/sms/unlock_profiles.php
com/gameloft/android/HEP/GloftA6HP/GLUtils/XPlayer.java
https://secure.gameloft.com/unlock_cn/validation.php
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/billing/common/LManager.java
http://ingameads.gameloft.com/redir/hdloading.php
https://secure.gameloft.com/freemium/wapbilling/validate.php
https://secure.gameloft.com/tryandbuy/notifications/
https://secure.gameloft.com/wap/paybox/
https://secure.gameloft.com/android/3g_carrier.php
https://secure.gameloft.com/sms/unlock_profiles.php
com/gameloft/android/HEP/GloftA6HP/GLiveHTML/GLUtils/XPlayer.java
https://livewebapp.gameloft.com/scripts/ckecklogin.php?identifier=udid&lg=lang&version=1.0.1&username=_user_&password=_pass_&ggi=ggi_game
http://www.google.com
http://ingameads.gameloft.com/redir/hdloading.php
http://wapshop.gameloft.com
http://www.boku.com/about/terms
https://secure.gameloft.com/freemium/wapbilling/validate.php
https://secure.gameloft.com/unlock_cn/validation.php
https://secure.gameloft.com/wap/paybox/
https://livewebapp.gameloft.com/scripts/settings.php?udid=udid&lg=lang&d=device_android&f=firmware_android&version=1.0.1
https://secure.gameloft.com/android/3g_carrier.php
http://ingameads.gameloft.com/redir/androidwebnews.php?lg=#lang#&from=#game#&udid=#id#&version=100
https://secure.gameloft.com/sms/unlock_profiles.php
http://www.boku.com/about/privacy
http://ingameads.gameloft.com/redir/
http://ingameads.gameloft.com/redir/?from=igp_code&op=igp_portal&game=a6hp&t=twitter
https://livewebapp.gameloft.com/glive3d/?udid=udid&lg=lang&d=device_android&f=firmware_android&apptype=_html5&ggi=ggi_game&game_ver=gameversion&height=height&width=width&leftframe=yes
http://gloft.co/
http://www.boku.com/support
http://dl.gameloft.com
javascript:updatekeyboardinput
https://secure.gameloft.com/partners/android/update_check_hep.php
https://iap.gameloft.com/freemium/game/
http://payment.umpay.com/hfwebbusi/pay/wxversionupdate.do
https://secure.gameloft.com/unlock_cn/validation.php?method=check&imei=phone_imei&product=product_id&sign=sign_sha
https://secure.gameloft.com/tryandbuy/notifications/
http://ingameads.gameloft.com/redir/hdloading.php?game=#game#&country=#country#&lg=#lang#&ver=#igp_version#&device=#device#&f=#firmware#&udid=#id#&androidid=#android_id#&g_ver=#version#&line_number=#line_number#
https://livewebapp.gameloft.com/scripts/unlock.php?trophy=numtrophy&identifier=udid&lg=lang&d=device_android&f=firmware_android&ggi=ggi_game&igp_code=glia&game_ver=gameversion&username=_user_&password=_pass_
http://ingameads.gameloft.com/redir/freemium/hddirectigp.php?from=game_code&country=country_detected&lg=lang&udid=udidphone&ver=version&d=device&f=firmware&game_ver=version
自研引擎-S
http://gllive.gameloft.com/ope/serverconfig.php
1.2.0.4
http://www.gameloft.com/privacy-notice/
ftp://%s:%s@%s
http://ingameads.gameloft.com/redir/
127.0.0.1
http://ingameads.gameloft.com/redir/?from=igp_code&op=igp_portal&ctg=support&opref=device_identificator&extra_4=
http://www.gameloft.com
http://ingameads.gameloft.com/redir/?from=igp_code&op=igp_portal&game=a6hp&t=twitter
lib/armeabi-v7a/libasphalt6.so

FIREBASE实例

邮箱

EMAIL 源码文件
support.android@gameloft.com
android.support@gameloft.com
自研引擎-S

追踪器

名称 类别 网址
Google Analytics Analytics https://reports.exodus-privacy.eu.org/trackers/48

密钥凭证

已显示 22 个secrets
1、 "AB_CC_PASSWORD" : "Password"
2、 "IAB_CC_PASSWORD" : "Password"
3、 "IAB_CC_PASSWORD" : "Senha"
4、 "AB_CC_PASSWORD" : "Senha"
5、 "AB_CC_PASSWORD" : "Clave"
6、 "IAB_CC_PASSWORD" : "Passwort"
7、 "IAB_CC_PASSWORD" : "Sandi"
8、 "IAB_CC_PASSWORD" : "Clave"
9、 "AB_CC_PASSWORD" : "Passord"
10、 "AB_CC_PASSWORD" : "Kodeord"
11、 "AB_CC_PASSWORD" : "Salasana"
12、 "AB_CC_PASSWORD" : "Passwort"
13、 "AB_CC_PASSWORD" : "Sandi"
14、 3JHvql5Lf+PtFSCKPZM28s1Z+25b0rLO39DqQFrYGtZQ9RDZLzaFXKxl6uwr2dTq
15、 RS4zxSt6TWQHptj38oDsSlD1ENkvNoVcrGXq7CvZ1Oo=
16、 TzmUL0kURnAGxKcCxRCfrVD1ENkvNoVcrGXq7CvZ1Oo=
17、 f4793993b3a438151ce9d18513606421
18、 wX4NLAtn5Jp0o/qCUQHvXVD1ENkvNoVcrGXq7CvZ1Oo=
19、 TRkoKdbYEkMNHnxr3n5YFFD1ENkvNoVcrGXq7CvZ1Oo=
20、 vmumwPhxuzoLGRoR4dvl9FD1ENkvNoVcrGXq7CvZ1Oo=
21、 T7WxMl1MuYnllpIJnNJtoFD1ENkvNoVcrGXq7CvZ1Oo=
22、 X/UdzsidlhgyU1XvCAmFlFD1ENkvNoVcrGXq7CvZ1Oo=

字符串列表

建议导出为TXT,方便查看。

活动列表

已显示 15 个activities
1、 .GLGame
2、 .installer.GameInstaller
3、 .P2CBilling
4、 .MyVideoView
5、 .GLiveHTML.GLLiveActivity
6、 .GLiveHTML.iab.InAppBillingActivity
7、 .GLiveHTML.iab.BokuIABActivity
8、 com.boku.mobile.android.PaymentPanelActivity
9、 .GLiveHTML.iab.PayPalIABActivity
10、 .DirectIGP.DirectIGPActivity
11、 .DirectIGP.iab.InAppBillingActivity
12、 .DirectIGP.iab.BokuIABActivity
13、 com.boku.mobile.android.PaymentPanelActivity
14、 .billing.AndroidBilling
15、 .billing.UMP4Activity

服务列表

广播接收者列表

已显示 2 个receivers
1、 .DirectIGP.iab.SmsReceiver
2、 .ApplicationSetUp

内容提供者列表

第三方SDK

SDK名称 开发者 描述信息

文件列表

AndroidManifest.xml
boku.bg.xml
boku.cs.xml
boku.da.xml
boku.de.xml
boku.el.xml
boku.en.xml
boku.es.xml
boku.es_es.xml
boku.et.xml
boku.fi.xml
boku.fr.xml
boku.hu.xml
boku.in.xml
boku.it.xml
boku.ko.xml
boku.lt.xml
boku.lv.xml
boku.nl.xml
boku.no.xml
boku.pl.xml
boku.pt.xml
boku.ro.xml
boku.ru.xml
boku.sk.xml
boku.sl.xml
boku.sv.xml
boku.th.xml
boku.tr.xml
boku.vi.xml
boku.zh.xml
classes.dex
env.properties
lib/armeabi-v7a/libDirectIGP_A6.so
lib/armeabi-v7a/libGLiveIAP_A6.so
lib/armeabi-v7a/libasphalt6.so
res/drawable-hdpi-v4/ab_logo_creditcards.png
res/drawable-hdpi-v4/ab_logo_tittle_horiz.png
res/drawable-hdpi-v4/iab_alpha_box.png
res/drawable-hdpi-v4/iab_bg.png
res/drawable-hdpi-v4/iab_button_gradient.png
res/drawable-hdpi-v4/iab_lock.png
res/drawable-hdpi-v4/iab_logo_creditcards.png
res/drawable-hdpi-v4/iab_logo_tittle_horiz.png
res/drawable-hdpi-v4/iab_mail_icon_ok.png
res/drawable-hdpi-v4/iab_top_bar.png
res/drawable-hdpi-v4/iab_top_bar_med.png
res/drawable-hdpi-v4/iconiab.png
res/drawable-xlarge-v4/data_downloader_title_logo.png
res/drawable-xlarge-v4/iab_lock.png
res/drawable-xlarge-v4/iab_logo_creditcards.png
res/drawable-xlarge-v4/iab_logo_tittle_horiz.png
res/drawable/ab_alpha_box.png
res/drawable/ab_background.png
res/drawable/ab_gameloft_logo.png
res/drawable/ab_lock.png
res/drawable/ab_logo_creditcards.png
res/drawable/ab_logo_tittle.png
res/drawable/ab_logo_tittle_horiz.png
res/drawable/ab_promo_star.png
res/drawable/ab_top_bar.png
res/drawable/ab_top_bar_med.png
res/drawable/backward.png
res/drawable/data_downloader_background.9.png
res/drawable/data_downloader_button_focus.9.png
res/drawable/data_downloader_button_normal.9.png
res/drawable/data_downloader_button_pressed.9.png
res/drawable/data_downloader_button_selector.xml
res/drawable/data_downloader_main_text_image.9.png
res/drawable/data_downloader_progressbar.xml
res/drawable/data_downloader_spash_logo.png
res/drawable/data_downloader_title_background.9.png
res/drawable/data_downloader_title_logo.png
res/drawable/data_downloader_toast_background.9.png
res/drawable/digp_exit.png
res/drawable/digpwindow_br.png
res/drawable/digpwindow_cn.png
res/drawable/digpwindow_de.png
res/drawable/digpwindow_en.png
res/drawable/digpwindow_fr.png
res/drawable/digpwindow_it.png
res/drawable/digpwindow_jp.png
res/drawable/digpwindow_kr.png
res/drawable/digpwindow_ru.png
res/drawable/digpwindow_sp.png
res/drawable/forward.png
res/drawable/gameloft.png
res/drawable/gi_logo_tittle_horiz.png
res/drawable/gl_background.png
res/drawable/icon.png
res/drawable/logo_screen.png
res/drawable/logo_screen_737x480.png
res/drawable/pause.png
res/drawable/play.png
res/drawable/progress_background.png
res/drawable/progress_foreground.png
res/drawable/skip.png
res/drawable/stop.png
res/layout-v9/gi_notification_message.xml
res/layout-v9/gi_notification_progress_bar.xml
res/layout/ab_layout_cc_please_wait_purchase_progress.xml
res/layout/ab_layout_cc_thanks_for_the_purchase.xml
res/layout/ab_layout_cc_transaction_failed.xml
res/layout/ab_layout_create_new_account_email_exists.xml
res/layout/ab_layout_create_new_account_portrait.xml
res/layout/ab_layout_create_new_account_wrong_data.xml
res/layout/ab_layout_credit_card_expired.xml
res/layout/ab_layout_enter_gamecode.xml
res/layout/ab_layout_enter_unlock_code.xml
res/layout/ab_layout_enter_unlock_code_failed.xml
res/layout/ab_layout_enter_unlock_code_failed_curys.xml
res/layout/ab_layout_enter_unlock_code_success.xml
res/layout/ab_layout_forgot_password.xml
res/layout/ab_layout_get_full_version_china_question.xml
res/layout/ab_layout_get_full_version_mrc_confirmation.xml
res/layout/ab_layout_get_full_version_mrc_question.xml
res/layout/ab_layout_get_full_version_promo_curys_question.xml
res/layout/ab_layout_get_full_version_promo_question.xml
res/layout/ab_layout_get_full_version_question.xml
res/layout/ab_layout_login.xml
res/layout/ab_layout_login_wrong_email_password.xml
res/layout/ab_layout_mrc_transaction_failed.xml
res/layout/ab_layout_no_data_connection_detected.xml
res/layout/ab_layout_no_profile_detected.xml
res/layout/ab_layout_pay_wo_account.xml
res/layout/ab_layout_please_wait_purchase_progress.xml
res/layout/ab_layout_tcs.xml
res/layout/ab_layout_thanks_for_the_purchase.xml
res/layout/ab_layout_thanks_for_the_purchase_v3.xml
res/layout/ab_layout_transaction_failed.xml
res/layout/ab_layout_wap_billing.xml
res/layout/ab_layout_wap_other_billing.xml
res/layout/ab_layout_wap_other_preparing.xml
res/layout/data_downloader_buttons_layout.xml
res/layout/data_downloader_linear_progressbar_layout.xml
res/layout/data_downloader_progressbar_layout.xml
res/layout/gi_layout_download_toast_message.xml
res/layout/gi_layout_logo.xml
res/layout/gi_layout_manage_space.xml
res/layout/gi_main.xml
res/layout/gi_notification_message.xml
res/layout/gi_notification_progress_bar.xml
res/layout/iab_dialog_changepayment.xml
res/layout/iab_dialog_choosepayment.xml
res/layout/iab_dialog_single_button.xml
res/layout/iab_layout_cc_please_wait_purchase_progress.xml
res/layout/iab_layout_cc_transaction_failed.xml
res/layout/iab_layout_create_new_account.xml
res/layout/iab_layout_create_new_account_email_exists.xml
res/layout/iab_layout_create_new_account_portrait.xml
res/layout/iab_layout_create_new_account_wrong_data.xml
res/layout/iab_layout_credit_card_expired.xml
res/layout/iab_layout_forgot_password.xml
res/layout/iab_layout_login.xml
res/layout/iab_layout_login_wrong_email_password.xml
res/layout/iab_layout_tcs.xml
res/layout/iab_layout_wap_billing.xml
res/layout/logo_screen.xml
res/layout/main.xml
res/layout/title_layout.xml
res/layout/videoview.xml
res/raw/data.txt
res/raw/gi_settings.xml
res/raw/hdprofiles.xml
res/raw/huafubao.apk
res/raw/igp_info.txt
res/raw/infoversion.txt
res/raw/oconf.bar
res/raw/pack.info
res/raw/raw_000.ogg
res/raw/serialkey.txt
resources.arsc
META-INF/CERT.SF
META-INF/CERT.RSA
META-INF/MANIFEST.MF

污点分析

当apk较大时,代码量会很大,造成数据流图(ICFG)呈现爆炸式增长,所以该功能比较耗时,请先喝杯咖啡,耐心等待……
规则名称 描述信息 操作
病毒分析 使用安卓恶意软件常用的API进行污点分析 开始分析  
漏洞挖掘 漏洞挖掘场景下的污点分析 开始分析  
隐私合规 隐私合规场景下的污点分析:组件内污点传播、组件间污点传播、组件与库函数之间的污点传播 开始分析  
密码分析 分析加密算法是否使用常量密钥、静态初始化的向量(IV)、加密模式是否使用ECB等 开始分析  
Callback 因为Android中系统级的Callback并不会出现显式地进行回调方法的调用,所以如果需要分析Callback方法需要在声明文件中将其声明,这里提供一份AndroidCallbacks.txt文件,里面是一些常见的原生回调接口或类,如果有特殊接口需求,可以联系管理员 开始分析