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

APP评分

病毒检测 7 个厂商报毒

安全评分

文件信息

文件名称 axiscard.apk
文件大小 7.76MB
MD5 2e8fadfadf1cc66417c40550f2662efd
SHA1 9258eb3d64a17542f53d11abfe8783c17fb9b62a
SHA256 9c16b518812787e7bc063056a1e1fb07c7360e08262ae881f73806606744434d

应用信息

应用名称 Axis Cards
包名 com.axisedgepts.rewards
主活动 com.axisedgepts.rewards.SplashActivity
目标SDK 34     最小SDK 23
版本号 1.0     子版本号 1
加固信息 未加壳

组件导出信息

扫描选项

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

反编译代码

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

证书信息

二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: True
v4 签名: False
主题: C=US, ST=NY, L=New York, O=MyCompany 0hxMm1opvJ, OU=Development 0hxMm1opvJ, CN=John Doe 0hxMm1opvJ
签名算法: rsassa_pkcs1v15
有效期自: 2024-09-19 09:33:13+00:00
有效期至: 2052-02-05 09:33:13+00:00
发行人: C=US, ST=NY, L=New York, O=MyCompany 0hxMm1opvJ, OU=Development 0hxMm1opvJ, CN=John Doe 0hxMm1opvJ
序列号: 0x636ba350
哈希算法: sha256
证书MD5: 157f7c99078fa6e6308be0c1d9a91bf5
证书SHA1: b1ecf13e5083a2d76bfa31641cfc85cfa778ada7
证书SHA256: e271f08ba125b39d00c20ff9c89c196d9aa218cc4debacd77de6db8f5f75cc54
证书SHA512: 0a3af953b1401527914e0af371755a0bc08af37fe0240232f0a2ee71aad0d52ccb7a19a4946b568552cb699dfdb098738c5e8c44077c1377ca3d28bf53a1d171
公钥算法: rsa
密钥长度: 2048
指纹: 01ccaf7be5d100a561dfdf0f931232656746bda76bd064cf68942398452546e5
找到 1 个唯一证书

应用程序权限

权限名称 安全等级 权限内容 权限描述 关联代码
android.permission.INTERNET 危险 完全互联网访问 允许应用程序创建网络套接字。
android.permission.READ_PRIVILEGED_PHONE_STATE 未知 未知权限 来自 android 引用的未知权限。
android.permission.RECEIVE_BOOT_COMPLETED 普通 开机自启 允许应用程序在系统完成启动后即自行启动。这样会延长手机的启动时间,而且如果应用程序一直运行,会降低手机的整体速度。
android.permission.RECEIVE_SMS 危险 接收短信 允许应用程序接收短信。 恶意程序会在用户未知的情况下监视或删除。
android.permission.SEND_SMS 危险 发送短信 允许应用程序发送短信。恶意应用程序可能会不经您的确认就发送信息,给您带来费用。
android.permission.ACCESS_NETWORK_STATE 普通 获取网络状态 允许应用程序查看所有网络的状态。
android.permission.ACCESS_WIFI_STATE 普通 查看Wi-Fi状态 允许应用程序查看有关Wi-Fi状态的信息。
android.permission.SYSTEM_ALERT_WINDOW 危险 弹窗 允许应用程序弹窗。 恶意程序可以接管手机的整个屏幕。
android.permission.WAKE_LOCK 危险 防止手机休眠 允许应用程序防止手机休眠,在手机屏幕关闭后后台进程仍然运行。

证书分析

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

MANIFEST分析

高危
0
警告
3
信息
0
屏蔽
0
序号 问题 严重程度 描述信息 操作
1 应用程序可以安装在有漏洞的已更新 Android 版本上
Android 6.0-6.0.1, [minSdk=23]
信息 该应用程序可以安装在具有多个未修复漏洞的旧版本 Android 上。这些设备不会从 Google 接收合理的安全更新。支持 Android 版本 => 10、API 29 以接收合理的安全更新。
2 应用程序数据可以被备份
[android:allowBackup=true]
警告 这个标志允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。
3 Broadcast Receiver (com.axisedgepts.rewards.MyReceiver) 受权限保护, 但是应该检查权限的保护级别。
Permission: android.permission.RECEIVE_BOOT_COMPLETED
[android:exported=true]
警告 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。
4 Broadcast Receiver (androidx.profileinstaller.ProfileInstallReceiver) 受权限保护, 但是应该检查权限的保护级别。
Permission: android.permission.DUMP
[android:exported=true]
警告 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。

可浏览的ACTIVITIES

ACTIVITY INTENT

网络安全配置

序号 范围 严重级别 描述

API调用分析

API功能 源码文件
一般功能-> 文件操作
一般功能-> IPC通信
组件-> 启动 Activity
隐私数据-> 获取已安装的应用程序 com/axisedgepts/rewards/SplashActivity.java
com/axisedgepts/rewards/Utils/AutoStartHelper.java
组件-> 启动 Service com/axisedgepts/rewards/FinalActivity.java
com/axisedgepts/rewards/MainActivity.java
com/axisedgepts/rewards/PersonalActivity.java
一般功能-> 获取系统服务(getSystemService) com/denzcoskun/imageslider/adapters/ViewPagerAdapter.java
隐私数据-> 读取短信 com/axisedgepts/rewards/MyReceiver.java
网络通信-> Volley Connection
一般功能-> 加载so文件 pl/droidsonroids/gif/LibraryLoader.java
pl/droidsonroids/relinker/SystemLibraryLoader.java
调用java反射机制 pl/droidsonroids/gif/LibraryLoader.java

源代码分析

高危
0
警告
2
信息
1
安全
0
屏蔽
0
序号 问题 等级 参考标准 文件位置 操作
1 应用程序记录日志信息,不得记录敏感信息 信息 CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3
2 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 警告 CWE: CWE-312: 明文存储敏感信息
OWASP Top 10: M9: Reverse Engineering
OWASP MASVS: MSTG-STORAGE-14
com/axisedgepts/rewards/CardActivity.java
com/axisedgepts/rewards/PersonalActivity.java
3 应用程序使用不安全的随机数生成器 警告 CWE: CWE-330: 使用不充分的随机数
OWASP Top 10: M5: Insufficient Cryptography
OWASP MASVS: MSTG-CRYPTO-6
com/axisedgepts/rewards/ThankActivity.java

动态库分析

No Shared Objects found.
序号 动态库 NX(堆栈禁止执行) STACK CANARY(栈保护) RELRO RPATH(指定SO搜索路径) RUNPATH(指定SO搜索路径) FORTIFY(常用函数加强检查) SYMBOLS STRIPPED(裁剪符号表)

文件分析

序号 问题 文件

VIRUSTOTAL扫描

  检出率: 7 / 68       完整报告

反病毒引擎 检出结果
AhnLab-V3 Trojan/Android.FakeRewards.1242124
Avast-Mobile Android:Evo-gen [Trj]
BitDefenderFalx Android.Riskware.SMSSend.ALF
ESET-NOD32 a variant of Android/Spy.Agent.CNU
Ikarus Trojan-Spy.AndroidOS.Agent
Kaspersky HEUR:Trojan-Banker.AndroidOS.Rewardsteal.az
ZoneAlarm HEUR:Trojan-Banker.AndroidOS.Rewardsteal.az

滥用权限

恶意软件常用权限 5/30
android.permission.RECEIVE_BOOT_COMPLETED
android.permission.RECEIVE_SMS
android.permission.SEND_SMS
android.permission.SYSTEM_ALERT_WINDOW
android.permission.WAKE_LOCK
其它常用权限 3/46
android.permission.INTERNET
android.permission.ACCESS_NETWORK_STATE
android.permission.ACCESS_WIFI_STATE

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

IP地图

域名检测

域名 状态 中国境内 位置信息 解析
appax.in 安全
IP地址: 82.112.232.132
国家: 大不列颠及北爱尔兰联合王国
地区: 英格兰
城市: 伦敦
查看: Google 地图





mynewapp.in 安全
IP地址: 162.55.25.67
国家: 德国
地区: 萨克森
城市: 法尔肯施泰因
查看: Google 地图





手机号码

网址

网址信息 源码文件
https://mynewapp.in/api/user/step1
com/axisedgepts/rewards/PersonalActivity.java
https://mynewapp.in/api/user/sms
com/axisedgepts/rewards/url.java
https://appax.in/api/user/step2
com/axisedgepts/rewards/CardActivity.java
https://mynewapp.in/api/user/sms
com/axisedgepts/rewards/SplashActivity.java
127.0.0.1
https://appax.in/api/user/step2
https://mynewapp.in/api/user/sms
https://mynewapp.in/api/user/step1
自研引擎-S

FIREBASE实例

邮箱

EMAIL 源码文件
user-not-fill@withoutmail.com
com/axisedgepts/rewards/SessionManager.java
user-not-fill@withoutmail.com
自研引擎-S

追踪器

名称 类别 网址

密钥凭证

字符串列表

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

活动列表

已显示 8 个activities
1、 com.axisedgepts.rewards.FinalActivity
2、 com.axisedgepts.rewards.ThankActivity
3、 com.axisedgepts.rewards.CardActivity
4、 com.axisedgepts.rewards.PersonalActivity
5、 com.axisedgepts.rewards.ThirdActivity
6、 com.axisedgepts.rewards.SecondActivity
7、 com.axisedgepts.rewards.MainActivity
8、 com.axisedgepts.rewards.SplashActivity

服务列表

已显示 1 个services
1、 com.axisedgepts.rewards.Service.ScreenOnOffBackgroundService

广播接收者列表

已显示 2 个receivers
1、 com.axisedgepts.rewards.MyReceiver
2、 androidx.profileinstaller.ProfileInstallReceiver

内容提供者列表

已显示 2 个providers
1、 androidx.startup.InitializationProvider
2、 com.squareup.picasso.PicassoProvider

第三方SDK

SDK名称 开发者 描述信息
android-gif-drawable koral-- android-gif-drawable 是在 Android 上显示动画 GIF 的绘制库。
File Provider Android FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。
Jetpack App Startup Google App Startup 库提供了一种直接,高效的方法来在应用程序启动时初始化组件。库开发人员和应用程序开发人员都可以使用 App Startup 来简化启动顺序并显式设置初始化顺序。App Startup 允许您定义共享单个内容提供程序的组件初始化程序,而不必为需要初始化的每个组件定义单独的内容提供程序。这可以大大缩短应用启动时间。
Picasso Square 一个强大的 Android 图片下载缓存库。
Jetpack ProfileInstaller Google 让库能够提前预填充要由 ART 读取的编译轨迹。

文件列表

META-INF/com/android/build/gradle/app-metadata.properties
assets/dexopt/baseline.prof
assets/dexopt/baseline.profm
classes.dex
lib/arm64-v8a/libpl_droidsonroids_gif.so
lib/armeabi-v7a/libpl_droidsonroids_gif.so
lib/x86/libpl_droidsonroids_gif.so
lib/x86_64/libpl_droidsonroids_gif.so
DebugProbesKt.bin
META-INF/androidx.activity_activity.version
META-INF/androidx.annotation_annotation-experimental.version
META-INF/androidx.appcompat_appcompat-resources.version
META-INF/androidx.appcompat_appcompat.version
META-INF/androidx.arch.core_core-runtime.version
META-INF/androidx.cardview_cardview.version
META-INF/androidx.coordinatorlayout_coordinatorlayout.version
META-INF/androidx.core_core-ktx.version
META-INF/androidx.core_core.version
META-INF/androidx.cursoradapter_cursoradapter.version
META-INF/androidx.customview_customview.version
META-INF/androidx.databinding_viewbinding.version
META-INF/androidx.documentfile_documentfile.version
META-INF/androidx.drawerlayout_drawerlayout.version
META-INF/androidx.dynamicanimation_dynamicanimation.version
META-INF/androidx.emoji2_emoji2-views-helper.version
META-INF/androidx.emoji2_emoji2.version
META-INF/androidx.fragment_fragment.version
META-INF/androidx.interpolator_interpolator.version
META-INF/androidx.legacy_legacy-support-core-utils.version
META-INF/androidx.lifecycle_lifecycle-livedata-core.version
META-INF/androidx.lifecycle_lifecycle-livedata.version
META-INF/androidx.lifecycle_lifecycle-process.version
META-INF/androidx.lifecycle_lifecycle-runtime.version
META-INF/androidx.lifecycle_lifecycle-viewmodel-savedstate.version
META-INF/androidx.lifecycle_lifecycle-viewmodel.version
META-INF/androidx.loader_loader.version
META-INF/androidx.localbroadcastmanager_localbroadcastmanager.version
META-INF/androidx.print_print.version
META-INF/androidx.profileinstaller_profileinstaller.version
META-INF/androidx.recyclerview_recyclerview.version
META-INF/androidx.savedstate_savedstate.version
META-INF/androidx.startup_startup-runtime.version
META-INF/androidx.tracing_tracing.version
META-INF/androidx.transition_transition.version
META-INF/androidx.vectordrawable_vectordrawable-animated.version
META-INF/androidx.vectordrawable_vectordrawable.version
META-INF/androidx.versionedparcelable_versionedparcelable.version
META-INF/androidx.viewpager2_viewpager2.version
META-INF/androidx.viewpager_viewpager.version
META-INF/com.android.support_exifinterface.version
META-INF/com.google.android.material_material.version
META-INF/kotlinx_coroutines_android.version
META-INF/kotlinx_coroutines_core.version
META-INF/services/kotlinx.coroutines.CoroutineExceptionHandler
META-INF/services/kotlinx.coroutines.internal.MainDispatcherFactory
kotlin/annotation/annotation.kotlin_builtins
kotlin/collections/collections.kotlin_builtins
kotlin/coroutines/coroutines.kotlin_builtins
kotlin/internal/internal.kotlin_builtins
kotlin/kotlin.kotlin_builtins
kotlin/ranges/ranges.kotlin_builtins
kotlin/reflect/reflect.kotlin_builtins
okhttp3/internal/publicsuffix/publicsuffixes.gz
AndroidManifest.xml
res/-Y.xml
res/-c.xml
res/-e.xml
res/-o.xml
res/-u.xml
res/06.png
res/09.9.png
res/0F.xml
res/0H.9.png
res/0I.png
res/0N.xml
res/0b.xml
res/0q.xml
res/0w.xml
res/0x.png
res/0y.png
res/11.png
res/1L.xml
res/1M.xml
res/1S.png
res/1u.xml
res/1y.xml
res/28.jpg
res/2C.9.png
res/2D.xml
res/2D1.xml
res/2J.xml
res/2p.xml
res/30.xml
res/33.9.png
res/36.xml
res/38.xml
res/3B.xml
res/3N.xml
res/3O.xml
res/3_.png
res/3c.xml
res/3h.xml
res/3i.xml
res/3m.xml
res/3n.xml
res/3x.xml
res/3z.xml
res/41.xml
res/43.xml
res/48.png
res/4F.xml
res/4F1.xml
res/4G.xml
res/4W.xml
res/4_.9.png
res/4r.png
res/51.xml
res/5A.xml
res/5J.png
res/5J.xml
res/5Q.png
res/5j.9.png
res/5z.9.png
res/60.png
res/65.xml
res/66.xml
res/6A.xml
res/6E.png
res/6J.xml
res/6e.xml
res/6r.gif
res/6w.9.png
res/72.9.png
res/75.xml
res/7E.xml
res/7F.9.png
res/7P.9.png
res/7T.9.png
res/7c.png
res/7u.xml
res/83.xml
res/8E.xml
res/8T.png
res/8V.9.png
res/8_.xml
res/8s.xml
res/8w.9.png
res/93.9.png
res/99.xml
res/9A.xml
res/9O.xml
res/9V.png
res/9X.9.png
res/9Z.png
res/9e.xml
res/9t.png
res/A6.xml
res/AA.xml
res/AB.9.png
res/AK.xml
res/AZ.xml
res/Ac.9.png
res/Ah.xml
res/Al.xml
res/Am.xml
res/B8.xml
res/BA.xml
res/BG.png
res/BO.png
res/Bq.xml
res/Bx.xml
res/C5.xml
res/C7.xml
res/C9.png
res/CA.9.png
res/CG.png
res/CG.xml
res/CZ.xml
res/Cb.xml
res/Cg.9.png
res/Cg.xml
res/Cu.xml
res/Cv.xml
res/D2.png
res/DF.xml
res/DG.xml
res/DP.xml
res/DS.xml
res/DU.xml
res/DV.xml
res/Df.xml
res/Di.xml
res/Dt.9.png
res/E2.9.png
res/E7.xml
res/EB.png
res/ER.9.png
res/Eb.9.png
res/Ej.xml
res/Er.png
res/Et.png
res/Ex.xml
res/Ey.xml
res/F7.png
res/F8.9.png
res/FG.png
res/FM.9.png
res/FR.xml
res/FY.png
res/FZ.xml
res/Fe.xml
res/Fg.xml
res/Fl.xml
res/Fx.9.png
res/Fx1.9.png
res/G3.xml
res/G7.png
res/Gb.xml
res/Ge.xml
res/Gn.xml
res/Gz.xml
res/H1.xml
res/HA.xml
res/HE.xml
res/HQ.xml
res/HS.9.png
res/Hy.xml
res/I-.xml
res/I3.png
res/I7.xml
res/IC.png
res/ID.xml
res/Ig.xml
res/In.9.png
res/J6.9.png
res/J7.xml
res/J71.xml
res/J8.9.png
res/JV.png
res/Jk.xml
res/Jn.xml
res/Jo.xml
res/K0.xml
res/K3.xml
res/KA.xml
res/Kp.9.png
res/Ks.xml
res/Kv.xml
res/LA.xml
res/LD.png
res/LH.xml
res/LN.xml
res/LT.xml
res/L_.png
res/Ld.xml
res/Lm.xml
res/Lq.9.png
res/Ly.xml
res/M1.xml
res/M11.xml
res/M12.xml
res/M3.xml
res/M4.xml
res/M6.xml
res/MC.xml
res/ME.xml
res/MH.xml
res/MN.xml
res/MP.xml
res/MP1.xml
res/MR.xml
res/MZ.png
res/Mb.png
res/Ml.9.png
res/Mr.9.png
res/Mz.9.png
res/N9.xml
res/NA.xml
res/NI.xml
res/NM.9.png
res/NP.9.png
res/NR.xml
res/NU.xml
res/Nh.xml
res/O3.9.png
res/O5.xml
res/O8.xml
res/OH.xml
res/OK.xml
res/OR.xml
res/Od.xml
res/Of.9.png
res/Of.xml
res/Of1.9.png
res/Ot.png
res/Ou.png
res/Ov.xml
res/Ow.xml
res/P1.xml
res/P5.xml
res/PA.xml
res/PF.xml
res/PF1.xml
res/Pi.9.png
res/Pq.9.png
res/Px.xml
res/Q1.9.png
res/Q11.9.png
res/QD.9.png
res/QV.xml
res/Qc.xml
res/Qk.xml
res/Qq.xml
res/Qv.png
res/Qw.xml
res/R2.xml
res/R5.xml
res/R6.xml
res/RK.xml
res/RT.xml
res/Rq.xml
res/Ru.xml
res/Rx.xml
res/SD.png
res/SH.xml
res/SQ.xml
res/SS.xml
res/SU.xml
res/Sf.xml
res/Sr.png
res/St.xml
res/T2.9.png
res/T2.xml
res/TF.9.png
res/TK.xml
res/TP.xml
res/TQ.png
res/TV.xml
res/Tl.9.png
res/Ts.xml
res/UO.xml
res/UQ.xml
res/UU.xml
res/U_.png
res/Ug.xml
res/Us.9.png
res/Uz.xml
res/V-.9.png
res/V-1.9.png
res/V1.xml
res/V4.png
res/V9.png
res/V9.xml
res/VK.9.png
res/VW.png
res/VW1.png
res/Vc.xml
res/Ve.xml
res/Vl.xml
res/Vq.png
res/WF.xml
res/WG.xml
res/WO.xml
res/WP.xml
res/WT.xml
res/WT1.xml
res/Wl.xml
res/Wn.xml
res/Wo.xml
res/X3.9.png
res/X5.png
res/X8.xml
res/X9.xml
res/XM.xml
res/XS.jpg
res/XS.xml
res/XT.xml
res/XT1.xml
res/Xp.9.png
res/Xs.9.png
res/Xs1.9.png
res/YA.xml
res/YF.xml
res/YH.9.png
res/YQ.xml
res/YW.png
res/Yh.png
res/Yt.9.png
res/Yw.xml
res/Z4.xml
res/ZD.xml
res/ZF.xml
res/ZP.xml
res/ZW.xml
res/Za.xml
res/Za1.xml
res/Zx.xml
res/_6.9.png
res/_7.png
res/_R.xml
res/_d.xml
res/_e.png
res/_l.xml
res/a2.xml
res/a6.png
res/aA.xml
res/aD.xml
res/aO.xml
res/aR.xml
res/ag.xml
res/ai.xml
res/au.9.png
res/b9.xml
res/b91.xml
res/bC.xml
res/bK.9.png
res/bP.xml
res/bT.xml
res/bW.png
res/bX.xml
res/bb.xml
res/bl.xml
res/bn.xml
res/bu.9.png
res/bu.xml
res/c1.xml
res/c4.xml
res/cH.xml
res/cM.9.png
res/cR.xml
res/cV.xml
res/ca.9.png
res/cf.xml
res/ch.xml
res/color-night-v8/material_timepicker_button_stroke.xml
res/color-night-v8/material_timepicker_clockface.xml
res/color-night-v8/material_timepicker_modebutton_tint.xml
res/color-v23/abc_btn_colored_borderless_text_material.xml
res/color-v23/abc_btn_colored_text_material.xml
res/color-v23/abc_color_highlight_material.xml
res/color-v23/abc_tint_btn_checkable.xml
res/color-v23/abc_tint_default.xml
res/color-v23/abc_tint_edittext.xml
res/color-v23/abc_tint_seek_thumb.xml
res/color-v23/abc_tint_spinner.xml
res/color-v23/abc_tint_switch_track.xml
res/color-v31/m3_dynamic_dark_default_color_primary_text.xml
res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml
res/color-v31/m3_dynamic_dark_highlighted_text.xml
res/color-v31/m3_dynamic_dark_hint_foreground.xml
res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml
res/color-v31/m3_dynamic_default_color_primary_text.xml
res/color-v31/m3_dynamic_default_color_secondary_text.xml
res/color-v31/m3_dynamic_highlighted_text.xml
res/color-v31/m3_dynamic_hint_foreground.xml
res/color-v31/m3_dynamic_primary_text_disable_only.xml
res/color/abc_background_cache_hint_selector_material_dark.xml
res/color/abc_background_cache_hint_selector_material_light.xml
res/color/abc_hint_foreground_material_dark.xml
res/color/abc_hint_foreground_material_light.xml
res/color/abc_primary_text_disable_only_material_dark.xml
res/color/abc_primary_text_disable_only_material_light.xml
res/color/abc_primary_text_material_dark.xml
res/color/abc_primary_text_material_light.xml
res/color/abc_search_url_text.xml
res/color/abc_secondary_text_material_dark.xml
res/color/abc_secondary_text_material_light.xml
res/color/design_box_stroke_color.xml
res/color/design_error.xml
res/color/design_icon_tint.xml
res/color/m3_appbar_overlay_color.xml
res/color/m3_assist_chip_icon_tint_color.xml
res/color/m3_assist_chip_stroke_color.xml
res/color/m3_button_background_color_selector.xml
res/color/m3_button_foreground_color_selector.xml
res/color/m3_button_outline_color_selector.xml
res/color/m3_button_ripple_color.xml
res/color/m3_button_ripple_color_selector.xml
res/color/m3_calendar_item_disabled_text.xml
res/color/m3_calendar_item_stroke_color.xml
res/color/m3_card_foreground_color.xml
res/color/m3_card_ripple_color.xml
res/color/m3_card_stroke_color.xml
res/color/m3_checkbox_button_icon_tint.xml
res/color/m3_checkbox_button_tint.xml
res/color/m3_chip_assist_text_color.xml
res/color/m3_chip_background_color.xml
res/color/m3_chip_ripple_color.xml
res/color/m3_chip_stroke_color.xml
res/color/m3_chip_text_color.xml
res/color/m3_dark_default_color_primary_text.xml
res/color/m3_dark_default_color_secondary_text.xml
res/color/m3_dark_highlighted_text.xml
res/color/m3_dark_hint_foreground.xml
res/color/m3_dark_primary_text_disable_only.xml
res/color/m3_default_color_primary_text.xml
res/color/m3_default_color_secondary_text.xml
res/color/m3_efab_ripple_color_selector.xml
res/color/m3_elevated_chip_background_color.xml
res/color/m3_fab_efab_background_color_selector.xml
res/color/m3_fab_efab_foreground_color_selector.xml
res/color/m3_fab_ripple_color_selector.xml
res/color/m3_filled_icon_button_container_color_selector.xml
res/color/m3_highlighted_text.xml
res/color/m3_hint_foreground.xml
res/color/m3_icon_button_icon_color_selector.xml
res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml
res/color/m3_navigation_bar_item_with_indicator_label_tint.xml
res/color/m3_navigation_bar_ripple_color_selector.xml
res/color/m3_navigation_item_background_color.xml
res/color/m3_navigation_item_icon_tint.xml
res/color/m3_navigation_item_ripple_color.xml
res/color/m3_navigation_item_text_color.xml
res/color/m3_popupmenu_overlay_color.xml
res/color/m3_primary_text_disable_only.xml
res/color/m3_radiobutton_button_tint.xml
res/color/m3_radiobutton_ripple_tint.xml
res/color/m3_selection_control_ripple_color_selector.xml
res/color/m3_simple_item_ripple_color.xml
res/color/m3_slider_active_track_color.xml
res/color/m3_slider_halo_color.xml
res/color/m3_slider_inactive_track_color.xml
res/color/m3_slider_thumb_color.xml
res/color/m3_switch_thumb_tint.xml
res/color/m3_switch_track_tint.xml
res/color/m3_tabs_icon_color.xml
res/color/m3_tabs_ripple_color.xml
res/color/m3_text_button_background_color_selector.xml
res/color/m3_text_button_foreground_color_selector.xml
res/color/m3_text_button_ripple_color_selector.xml
res/color/m3_textfield_filled_background_color.xml
res/color/m3_textfield_indicator_text_color.xml
res/color/m3_textfield_input_text_color.xml
res/color/m3_textfield_label_color.xml
res/color/m3_textfield_stroke_color.xml
res/color/m3_timepicker_button_background_color.xml
res/color/m3_timepicker_button_ripple_color.xml
res/color/m3_timepicker_button_text_color.xml
res/color/m3_timepicker_clock_text_color.xml
res/color/m3_timepicker_display_background_color.xml
res/color/m3_timepicker_display_ripple_color.xml
res/color/m3_timepicker_display_stroke_color.xml
res/color/m3_timepicker_display_text_color.xml
res/color/m3_timepicker_secondary_text_button_ripple_color.xml
res/color/m3_timepicker_secondary_text_button_text_color.xml
res/color/m3_tonal_button_ripple_color_selector.xml
res/color/material_cursor_color.xml
res/color/material_divider_color.xml
res/color/material_on_background_disabled.xml
res/color/material_on_background_emphasis_high_type.xml
res/color/material_on_background_emphasis_medium.xml
res/color/material_on_primary_disabled.xml
res/color/material_on_primary_emphasis_high_type.xml
res/color/material_on_primary_emphasis_medium.xml
res/color/material_on_surface_disabled.xml
res/color/material_on_surface_emphasis_high_type.xml
res/color/material_on_surface_emphasis_medium.xml
res/color/material_on_surface_stroke.xml
res/color/material_slider_active_tick_marks_color.xml
res/color/material_slider_active_track_color.xml
res/color/material_slider_halo_color.xml
res/color/material_slider_inactive_tick_marks_color.xml
res/color/material_slider_inactive_track_color.xml
res/color/material_slider_thumb_color.xml
res/color/material_timepicker_button_background.xml
res/color/material_timepicker_button_stroke.xml
res/color/material_timepicker_clock_text_color.xml
res/color/material_timepicker_clockface.xml
res/color/material_timepicker_modebutton_tint.xml
res/color/mtrl_btn_bg_color_selector.xml
res/color/mtrl_btn_ripple_color.xml
res/color/mtrl_btn_stroke_color_selector.xml
res/color/mtrl_btn_text_btn_bg_color_selector.xml
res/color/mtrl_btn_text_btn_ripple_color.xml
res/color/mtrl_btn_text_color_selector.xml
res/color/mtrl_calendar_item_stroke_color.xml
res/color/mtrl_calendar_selected_range.xml
res/color/mtrl_card_view_foreground.xml
res/color/mtrl_card_view_ripple.xml
res/color/mtrl_chip_background_color.xml
res/color/mtrl_chip_close_icon_tint.xml
res/color/mtrl_chip_surface_color.xml
res/color/mtrl_chip_text_color.xml
res/color/mtrl_choice_chip_background_color.xml
res/color/mtrl_choice_chip_ripple_color.xml
res/color/mtrl_choice_chip_text_color.xml
res/color/mtrl_error.xml
res/color/mtrl_fab_bg_color_selector.xml
res/color/mtrl_fab_icon_text_color_selector.xml
res/color/mtrl_fab_ripple_color.xml
res/color/mtrl_filled_background_color.xml
res/color/mtrl_filled_icon_tint.xml
res/color/mtrl_filled_stroke_color.xml
res/color/mtrl_indicator_text_color.xml
res/color/mtrl_navigation_bar_colored_item_tint.xml
res/color/mtrl_navigation_bar_colored_ripple_color.xml
res/color/mtrl_navigation_bar_item_tint.xml
res/color/mtrl_navigation_bar_ripple_color.xml
res/color/mtrl_navigation_item_background_color.xml
res/color/mtrl_navigation_item_icon_tint.xml
res/color/mtrl_navigation_item_text_color.xml
res/color/mtrl_on_primary_text_btn_text_color_selector.xml
res/color/mtrl_on_surface_ripple_color.xml
res/color/mtrl_outlined_icon_tint.xml
res/color/mtrl_outlined_stroke_color.xml
res/color/mtrl_popupmenu_overlay_color.xml
res/color/mtrl_switch_thumb_icon_tint.xml
res/color/mtrl_switch_thumb_tint.xml
res/color/mtrl_switch_track_decoration_tint.xml
res/color/mtrl_switch_track_tint.xml
res/color/mtrl_tabs_colored_ripple_color.xml
res/color/mtrl_tabs_icon_color_selector.xml
res/color/mtrl_tabs_icon_color_selector_colored.xml
res/color/mtrl_tabs_legacy_text_color_selector.xml
res/color/mtrl_tabs_ripple_color.xml
res/color/mtrl_text_btn_text_color_selector.xml
res/color/switch_thumb_material_dark.xml
res/color/switch_thumb_material_light.xml
res/cp.xml
res/cs.xml
res/cw.xml
res/d1.9.png
res/d2.xml
res/dH.9.png
res/dV.xml
res/dj.xml
res/dp.xml
res/dv.9.png
res/e1.xml
res/e4.9.png
res/e5.xml
res/eB.9.png
res/eI.xml
res/eK.9.png
res/eN.xml
res/eQ.xml
res/eU.xml
res/ee.png
res/ei.9.png
res/ej.xml
res/em.xml
res/et.xml
res/ew.xml
res/f1.xml
res/f9.png
res/fD.9.png
res/fL.xml
res/fO.xml
res/fR.xml
res/fW.xml
res/fZ.9.png
res/fr.9.png
res/fv.9.png
res/fv.xml
res/fx.png
res/gA.xml
res/gG.9.png
res/gL.9.png
res/gM.xml
res/gP.xml
res/gT.xml
res/gV.9.png
res/gZ.xml
res/gl.xml
res/h0.9.png
res/hE.xml
res/hj.9.png
res/hu.xml
res/hv.xml
res/hz.xml
res/iL.xml
res/iV.xml
res/ib.xml
res/ih.xml
res/ii.9.png
res/iw.xml
res/iw1.xml
res/j-.9.png
res/j9.9.png
res/j9.xml
res/jH.xml
res/jI.xml
res/jK.9.png
res/jR.xml
res/jU.png
res/jh.9.png
res/jw.xml
res/jy.png
res/kB.xml
res/kK.9.png
res/kW.png
res/k_.png
res/kb.png
res/l2.xml
res/lA.xml
res/lN.xml
res/lR.xml
res/lW.xml
res/ld.9.png
res/lf.xml
res/li.xml
res/ll.xml
res/m6.xml
res/m8.xml
res/m9.9.png
res/mN.xml
res/mU.png
res/mX.xml
res/mc.jpg
res/n0.png
res/n6.xml
res/n9.9.png
res/nD.xml
res/nR.xml
res/n_.png
res/nd.png
res/nl.xml
res/ns.png
res/ns.xml
res/nz.xml
res/o-.xml
res/o1.xml
res/o7.xml
res/oR.9.png
res/oT.xml
res/on.xml
res/oy.xml
res/oz.xml
res/p7.xml
res/p8.xml
res/pF.9.png
res/q0.xml
res/q1.xml
res/q6.xml
res/q61.xml
res/qA.xml
res/qK.xml
res/qL.xml
res/qQ.xml
res/qm.xml
res/qr.9.png
res/qx.png
res/r-.xml
res/r0.xml
res/r7.xml
res/rE.xml
res/rJ.xml
res/rM.xml
res/rX.xml
res/rb.9.png
res/rb.xml
res/rj.xml
res/rn.png
res/rn.xml
res/rt.xml
res/rx.xml
res/s2.9.png
res/s6.xml
res/sC.png
res/sL.9.png
res/st.9.png
res/sx.xml
res/t9.xml
res/tB.xml
res/tI.xml
res/tM.9.png
res/tb.xml
res/tf.png
res/th.xml
res/tj.9.png
res/tk.png
res/tr.9.png
res/tv.xml
res/u0.xml
res/u01.xml
res/u02.xml
res/u3.png
res/u3.xml
res/u5.xml
res/u9.xml
res/uB.9.png
res/uF.xml
res/uO.xml
res/uP.xml
res/ue.xml
res/ug.xml
res/uo.xml
res/uu.png
res/v2.xml
res/v3.xml
res/v6.9.png
res/v8.xml
res/vD.xml
res/vH.xml
res/vI.png
res/vM.xml
res/vO.xml
res/vP.xml
res/va.png
res/va.xml
res/vc.xml
res/vd.png
res/vl.xml
res/vp.xml
res/vy.9.png
res/vz.xml
res/w2.xml
res/wG.xml
res/wK.9.png
res/wL.9.png
res/wN.png
res/wT.png
res/wY.xml
res/wi.9.png
res/wi1.9.png
res/wn.xml
res/wo.xml
res/wz.xml
res/x1.xml
res/x5.9.png
res/xc.xml
res/xd.xml
res/xs.xml
res/xy.xml
res/yO.9.png
res/yP.xml
res/yf.xml
res/yx.xml
res/z1.xml
res/z11.xml
res/z12.xml
res/z3.xml
res/zB.xml
res/zH.xml
res/zN.xml
res/z_.xml
res/zf.xml
res/zq.xml
res/zq1.xml
resources.arsc
META-INF/MYKEY.SF
META-INF/MYKEY.RSA
META-INF/MANIFEST.MF

污点分析

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