文件基本信息
应用基础信息
文件基本信息
应用基础信息
文件结构与资源列表
应用签名证书信息
二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: False
v4 签名: False
主题: CN=vonchange, OU=china
签名算法: rsassa_pkcs1v15
有效期自: 2024-10-04 01:43:15+00:00
有效期至: 2049-09-28 01:43:15+00:00
发行人: CN=vonchange, OU=china
序列号: 0x1
哈希算法: sha256
证书MD5: 87798fc3c87de071a511efd7290f050a
证书SHA1: cdc4bb0c8a3b7d09aff62e6623fdd9cdb0a3d804
证书SHA256: 85b0471af18ba3027821ed05ed450856282cc8d26724b6491d8f885aef635806
证书SHA512: 044a9737af1a567cb530470f82a16b9e8828c35c1bcd5e7cf455f0bb11f2505022dc5364bbaa3646b3d9565d1ec5818f6c689a11577f81eaf4b7071aa7591198
公钥算法: rsa
密钥长度: 2048
指纹: 0b07bbfe29572569ae5d67cdc44c0240d9349a2ce7fc9141ec19eaa5b43de49c
找到 1 个唯一证书
权限声明与风险分级
权限名称 | 安全等级 | 权限内容 | 权限描述 | 关联代码 |
---|---|---|---|---|
android.permission.ACCESS_WIFI_STATE | 普通 | 查看Wi-Fi状态 | 允许应用程序查看有关Wi-Fi状态的信息。 | 显示文件 |
android.permission.INTERNET | 危险 | 完全互联网访问 | 允许应用程序创建网络套接字。 | 显示文件 |
android.permission.ACCESS_NETWORK_STATE | 普通 | 获取网络状态 | 允许应用程序查看所有网络的状态。 | |
android.permission.REQUEST_INSTALL_PACKAGES | 危险 | 允许安装应用程序 | Android8.0 以上系统允许安装未知来源应用程序权限。 |
证书安全合规分析
标题 | 严重程度 | 描述信息 |
---|---|---|
已签名应用 | 信息 | 应用程序使用代码签名证书进行签名 |
Manifest 配置安全分析
序号 | 问题 | 严重程度 | 描述信息 | 操作 |
---|---|---|---|---|
1 |
应用程序已启用明文网络流量 [android:usesCleartextTraffic=true] |
警告 | 应用程序打算使用明文网络流量,例如明文HTTP,FTP协议,DownloadManager和MediaPlayer。针对API级别27或更低的应用程序,默认值为“true”。针对API级别28或更高的应用程序,默认值为“false”。避免使用明文流量的主要原因是缺乏机密性,真实性和防篡改保护;网络攻击者可以窃听传输的数据,并且可以在不被检测到的情况下修改它。 | |
2 |
应用程序数据可以被备份 [android:allowBackup=true] |
警告 | 这个标志允许任何人通过adb备份你的应用程序数据。它允许已经启用了USB调试的用户从设备上复制应用程序数据。 | |
3 | Activity (tv.utao.x5.LiveActivity) 的启动模式不是standard模式 | 高危 | Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。 | |
4 | Activity (tv.utao.x5.LiveActivity) 容易受到StrandHogg 2.0的攻击 | 高危 | 已发现活动存在 StrandHogg 2.0 栈劫持漏洞的风险。漏洞利用时,其他应用程序可以将恶意活动放置在易受攻击的应用程序的活动栈顶部,从而使应用程序成为网络钓鱼攻击的易受攻击目标。可以通过将启动模式属性设置为“singleInstance”并设置空 taskAffinity (taskAffinity="") 来修复此漏洞。您还可以将应用的目标 SDK 版本 (28) 更新到 29 或更高版本以在平台级别修复此问题。 | |
5 |
Activity (tv.utao.x5.LiveActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。 | |
6 | Activity (tv.utao.x5.MainActivity) 的启动模式不是standard模式 | 高危 | Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。 | |
7 | Activity (tv.utao.x5.MainActivity) 容易受到StrandHogg 2.0的攻击 | 高危 | 已发现活动存在 StrandHogg 2.0 栈劫持漏洞的风险。漏洞利用时,其他应用程序可以将恶意活动放置在易受攻击的应用程序的活动栈顶部,从而使应用程序成为网络钓鱼攻击的易受攻击目标。可以通过将启动模式属性设置为“singleInstance”并设置空 taskAffinity (taskAffinity="") 来修复此漏洞。您还可以将应用的目标 SDK 版本 (28) 更新到 29 或更高版本以在平台级别修复此问题。 | |
8 |
Activity (tv.utao.x5.MainActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此可被设备上的任何其他应用程序访问。 | |
9 | Activity (tv.utao.x5.StartActivity) 容易受到StrandHogg 2.0的攻击 | 高危 | 已发现活动存在 StrandHogg 2.0 栈劫持漏洞的风险。漏洞利用时,其他应用程序可以将恶意活动放置在易受攻击的应用程序的活动栈顶部,从而使应用程序成为网络钓鱼攻击的易受攻击目标。可以通过将启动模式属性设置为“singleInstance”并设置空 taskAffinity (taskAffinity="") 来修复此漏洞。您还可以将应用的目标 SDK 版本 (28) 更新到 29 或更高版本以在平台级别修复此问题。 | |
10 |
Broadcast Receiver (androidx.profileinstaller.ProfileInstallReceiver) 受权限保护, 但是应该检查权限的保护级别。 Permission: android.permission.DUMP [android:exported=true] |
警告 | 发现一个 Broadcast Receiver被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。 |
可浏览 Activity 组件分析
ACTIVITY | INTENT |
---|
网络通信安全风险分析
序号 | 范围 | 严重级别 | 描述 |
---|
API调用分析
安全漏洞检测
序号 | 问题 | 等级 | 参考标准 | 文件位置 | 操作 |
---|---|---|---|---|---|
1 | 应用程序记录日志信息,不得记录敏感信息 | 信息 |
CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3 |
升级会员:解锁高级权限 | |
2 | 不安全的Web视图实现。可能存在WebView任意代码执行漏洞 | 警告 |
CWE: CWE-749: 暴露危险方法或函数
OWASP Top 10: M1: Improper Platform Usage OWASP MASVS: MSTG-PLATFORM-7 |
升级会员:解锁高级权限 | |
3 | 可能存在跨域漏洞。在 WebView 中启用从 URL 访问文件可能会泄漏文件系统中的敏感信息 | 警告 |
CWE: CWE-200: 信息泄露
OWASP Top 10: M1: Improper Platform Usage OWASP MASVS: MSTG-PLATFORM-7 |
升级会员:解锁高级权限 | |
4 | IP地址泄露 | 警告 |
CWE: CWE-200: 信息泄露
OWASP MASVS: MSTG-CODE-2 |
升级会员:解锁高级权限 | |
5 | 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 | 安全 |
OWASP MASVS: MSTG-NETWORK-4 |
升级会员:解锁高级权限 | |
6 | 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 | 警告 |
CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage OWASP MASVS: MSTG-STORAGE-2 |
升级会员:解锁高级权限 | |
7 | 应用程序创建临时文件。敏感信息永远不应该被写进临时文件 | 警告 |
CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage OWASP MASVS: MSTG-STORAGE-2 |
升级会员:解锁高级权限 | |
8 | 不安全的Web视图实现。Web视图忽略SSL证书错误并接受任何SSL证书。此应用程序易受MITM攻击 | 高危 |
CWE: CWE-295: 证书验证不恰当
OWASP Top 10: M3: Insecure Communication OWASP MASVS: MSTG-NETWORK-3 |
升级会员:解锁高级权限 |
Native库安全分析
序号 | 动态库 | NX(堆栈禁止执行) | PIE | STACK CANARY(栈保护) | RELRO | RPATH(指定SO搜索路径) | RUNPATH(指定SO搜索路径) | FORTIFY(常用函数加强检查) | SYMBOLS STRIPPED(裁剪符号表) |
---|
文件分析
序号 | 问题 | 文件 |
---|
行为分析
编号 | 行为 | 标签 | 文件 |
---|---|---|---|
00054 | 从文件安装其他APK |
反射 |
升级会员:解锁高级权限 |
00130 | 获取当前WIFI信息 |
WiFi 信息收集 |
升级会员:解锁高级权限 |
00013 | 读取文件并将其放入流中 |
文件 |
升级会员:解锁高级权限 |
00125 | 检查给定的文件路径是否存在 |
文件 |
升级会员:解锁高级权限 |
00096 | 连接到 URL 并设置请求方法 |
命令 网络 |
升级会员:解锁高级权限 |
00072 | 将 HTTP 输入流写入文件 |
命令 网络 文件 |
升级会员:解锁高级权限 |
00012 | 读取数据并放入缓冲流 |
文件 |
升级会员:解锁高级权限 |
00089 | 连接到 URL 并接收来自服务器的输入流 |
命令 网络 |
升级会员:解锁高级权限 |
00109 | 连接到 URL 并获取响应代码 |
网络 命令 |
升级会员:解锁高级权限 |
00094 | 连接到 URL 并从中读取数据 |
命令 网络 |
升级会员:解锁高级权限 |
00108 | 从给定的 URL 读取输入流 |
网络 命令 |
升级会员:解锁高级权限 |
00022 | 从给定的文件绝对路径打开文件 |
文件 |
升级会员:解锁高级权限 |
00039 | 启动网络服务器 |
控制 网络 |
升级会员:解锁高级权限 |
敏感权限分析
恶意软件常用权限 是被已知恶意软件广泛滥用的权限。
其它常用权限 是已知恶意软件经常滥用的权限。
IP地理位置
恶意域名检测
域名 | 状态 | 中国境内 | 位置信息 | 解析 |
---|---|---|---|---|
mesh.if.iqiyi.com |
安全 |
是 |
IP地址: 117.92.139.41 国家: 中国 地区: 北京 城市: 北京 查看: 高德地图 |
|
api.vonchange.com |
安全 |
是 |
IP地址: 39.100.241.179 国家: 中国 地区: 北京 城市: 北京 查看: 高德地图 |
|
qctv.fengshows.cn |
安全 |
是 |
IP地址: 58.222.36.225 国家: 中国 地区: 浙江 城市: 湖州 查看: 高德地图 |
|
tv.utao.tv |
安全 |
否 | 没有可用的地理位置信息。 |
|
hkmolive.fengshows.com |
安全 |
否 |
IP地址: 101.33.20.150 国家: 美国 地区: 新墨西哥州 城市: 码头 查看: Google 地图 |
|
tlive.fengshows.com |
安全 |
否 |
IP地址: 101.33.21.84 国家: 美国 地区: 新墨西哥州 城市: 码头 查看: Google 地图 |
|
msg.qy.net |
安全 |
是 |
IP地址: 58.222.36.225 国家: 中国 地区: 浙江 城市: 杭州 查看: 高德地图 |
|
mesh.if.iqiyi |
安全 |
否 | 没有可用的地理位置信息。 |
|
cmts.iqiyi.com |
安全 |
是 |
IP地址: 58.222.36.225 国家: 中国 地区: 江苏 城市: 连云港 查看: 高德地图 |
|
puui.qpic.cn |
安全 |
是 |
IP地址: 58.222.36.225 国家: 中国 地区: 江苏 城市: 台州 查看: 高德地图 |
|
手机号提取
URL链接分析
URL信息 | 源码文件 |
---|---|
https://www.gdtv.cn/tvChannelDetail/13 https://www.yangshipin.cn/tv/home?pid=600001859 https://www.syiptv.com/tv?station_id=1 https://img.alicdn.com/imgextra http://api.vonchange.com/tv-web/js/tv/sctv/live.html?tag=6 https://tv.cctv.com/live/cctv7 https://www.nbs.cn/live/?id=109152 http://lv.weihai.tv/live_6dffaf124b89957024f9f31de302d183.html https://www.hljtv.com/live/folder424 https://tv.cctv.com/2024/10/04/VIDET6ITKgxlsT90wnDHRphg241004.shtml https://pbaccess.video.qq.com/trpc.universal_backend_service.page_server_rpc.PageServer/GetPageData?vplatform=2&vversion_name=8.2.96 https://www.gdtv.cn/tvChannelDetail/44 https://cdn.bootcdn.net/ajax/libs/hls.js/1.5.13/hls.js https://www.miguvideo.com https://tv.hoolo.tv/hzzh https://www.nbs.cn/live/?id=110094 http://www.wfcmw.cn/wfrtv_pdLive.html?tv=2 https://tv.cctv.com/live/cctv5 https://www.utao.tv/tv-web https://tv.hoolo.tv/whpd https://tv.cctv.com/live/cctvchild https://www.rzw.com.cn/folder247/folder2217/?tag=1 https://live.mgtv.com/?channelId=229 https://www.nbs.cn/live/?id=110093 https://list.le.com/getLesoData?from=pc&src=1&stype=1&ps=30&pn https://www.rzw.com.cn https://www.gdtv.cn/tvChannelDetail https://www.lcxw.cn/kands/?tag=0 https://chinactv.com/live/1442880767035355137.html https://www.bestv.com.cn/api/videos/q?page https://movie.douban.com/subject http://www.1545ts.com/zhibo/taian/zhibotatv1.html http://api.vonchange.com/utao/sctv?tag http://api.vonchange.com/tv-web/js/tv/sctv/live.html?tag=9 https://www.ixigua.com/api/albumv2/details?albumId https://p1500.mmllllasjd.com/?url=https https://www.sztv.com.cn/pindao/index.html?id=7871 https://www.iqiyi.com https://www.bestv.com.cn/web/play https://www.bilibili.com/bangumi/play/ep https://live.mgtv.com/?channelId=221 https://news.hbtv.com.cn/app/tv/435 https://news.hbtv.com.cn/app/tv/434 https://tv.cctv.com/2024/10/04/VIDErEGIBT80OQka4D4zzqyR241004.shtml https://www.bestv.com.cn/tv-web https://live.mgtv.com/?channelId=344 https://www.czgd.tv/Article/des?infoid=32768&modelid=3 https://share.xgrb.cn/live_details?newsid=25009136_xgrb https://www.fengshows.com/live?tag=0 https://www.ncmc.nbtv.cn/gbds/folder8458/NBTV1/index.shtml https://www.ncmc.nbtv.cn/gbds/folder8458/NBTV4/index.shtml http://www.ilinyi.net/cms/tv/1020403 https://www.yb983.com/cys/index.html https://tv.cctv.com/2024/10/04/VIDEt9IO3Ef2XAUk9kJj5ckI241004.shtml https://tv.cctv.com/live/cctv11 https://live.mgtv.com/?channelId=346 https://tv.hoolo.tv/xhmz https://tv.cctv.com/2024/10/04/VIDEyszGt3kQcMqF0Ler3aqN241004.shtml https://tv.cctv.com/live/cctv2 https://tv.cctv.com/2024/10/04/VIDE0teKgS3YSkLXdsMbU5e7241004.shtml https://www.hljtv.com/live/folder419 https://tv.cctv.com/2013/10/25/VIDE1382688742649316.shtml?spm=C28340.Pu9TN9YUsfNZ.S93183.1825 https://www.360kan.com/&url https://www.cztv.com/liveTV/108 https://www.sztv.com.cn/pindao/index.html?id=7881 https://www.btime.com/btv/btvsy_index?tag=5 https://m.douban.com/rexxar/api/v2 https://www.jlntv.cn/tv?tag=1 https://www.jlntv.cn/tv?tag=2 https://www.cztv.com/liveTV/101 https://tv.gxtv.cn/channel/channelivePlay_5e923d82058e11e9ba67e41f13b60c62.html https://web.guangdianyun.tv/tv/?id=1933&uin=3277 https://mesh.if.iqiyi.com/portal/lw/videolib/data?version=12.94.20247&channel_id https://v.qq.com/x/cover https://www.jxntv.cn/live/?tag=1 https://mirrors.cloud.tencent.com/npm/js-yaml/-/js-yaml-4.1.0.tgz https://live.mgtv.com/?channelId=261 https://chinactv.com/live/1442880854423678977.html https://tv.cctv.com/live/cctv6 https://www.jxntv.cn/live/?tag=5 https://www.jlntv.cn/tv?tag=3 https://www.gdtv.cn/tvChannelDetail/46 https://www.cztv.com/liveTV/102 https://www.bilibili.com/bangumi/play/ep325995?theme=movie&from_spmid=666.7.recommend.0 https://www.cztv.com/liveTV/112 https://mesh.if.iqiyi.com/tvg/v2/lw/base_info http://www.wfcmw.cn/wfrtv_pdLive.html?tv=3 http://www.ilinyi.net/cms/tv/1020769 http://api.vonchange.com/tv-web/js/tv/sctv/live.html?tag=1 https://p4.img.cctvpic.com/photoAlbum/page/performance/img/2024/5/28/1716874699072_401.jpg?tvImg=1 https://www.jlntv.cn/tv?tag=4 https://www.gdtv.cn/tvChannelDetail/54 https://tv.cctv.com/2024/10/04/VIDEf0UNIWk0LDNRJKSXrKvv241004.shtml http://www.lncm.cn/zhibo/show-4.html https://www.utao.tv https://www.czgd.tv/Article/des?infoid=32770&modelid=3 https://www.gdtv.cn/tvChannelDetail/100 https://www.jlntv.cn https://www.hljtv.com/live/folder423 https://www.hrbtv.net/folder79/folder81 https://news.hbtv.com.cn/app/tv/436 http://m-jingzhou.cjyun.org/dszb https://live.jstv.com/?tag= https://live.mgtv.com/?channelId=218 https://www.gdtv.cn/tvChannelDetail/53 https://p5.img.cctvpic.com/photoAlbum/vms/standard/img/2020/5/20/VSETYigTldWkcHwocINdAFuf200520.jpg?tvImg=1 https://m.film.qq.com/x/vip-home https://www.fengshows.com https://app.cjyun.org.cn/video/videojs/index?site_id=10140&id=80&page=canvas&live_type=1&utaot=1&utaoId=player-con https://live.jstv.com https://www.hrbtv.net/folder79/folder85 https://mirrors.cloud.tencent.com/npm/toml/-/toml-3.0.0.tgz http://www.qtv.com.cn/live/tv/tv_qtv6.shtml https://www.fengshows.com/live?tag=1 https://tv.cctv.com/2024/10/04/VIDEoxYPNHkw8H7tpaJbQ8Ez241004.shtml https://www.miguvideo.com/p/live https://api.cntv.cn/NewVideo/getVideoListByAlbumIdNew?id https://www.hebtv.com/19/19js/st/xdszb/index.shtml?index=3 https://www.ixigua.com https://share.xgrb.cn/live_detail?newsid=25009684_xgrb https://www.mgtv.com/b https://www.lcxw.cn/kands/?tag=1 https://tv.cctv.com/live/cctv5plus https://www.bestv.com.cn https://tv.cctv.com/live https://www.hljtv.com/live/folder422 https://img.mgtv.com/imgotv-channel/6.0.5/pcweb-header/user/login-1s.jpg https://www.jxntv.cn/live/?tag=0 https://www.sztv.com.cn/pindao/index.html?id=7944 https://tv.cctv.com/live/cctv16 https://www.gdtv.cn/tvChannelDetail/48 https://api.bilibili.com/pgc/season/index/result?order https://tv.gxtv.cn/channel/channelivePlay_fdbaf085f9fe11e88bcfe41f13b60c62.html http://www.wfcmw.cn/wfrtv_pdLive.html?tv=1 https://www.douban.com/&url https://tv.cctv.com/live/cctv8 https://tv.cctv.com/live/cctv1 https://news.hbtv.com.cn/app/tv/431 https://tbs.imtt.qq.com/others/release/x5/tbs_core_046238_20230210164344_nolog_fs_obfs_armeabi_release.tbs https://debugtbs.qq.com https://www.hebtv.com/19/19js/st/xdszb/index.shtml?index=4 https://www.bilibili.com/bangumi/play/ep327843?bsource=bing_ogv https://tv.hoolo.tv/hzsh https://tv.cctv.com/2024/10/04/VIDE7Ax2EJBHIIv6NLkcLeQ1241004.shtml https://live.mgtv.com/?channelId=329 https://tv.cctv.com/2015/08/27/VIDE1440638136134698.shtml https://pbaccess.video.qq.com/trpc.universal_backend_service.page_server_rpc.PageServer/GetPageData?video_appid=1000005&vplatform=2&vversion_name=8.9.10&new_mark_label_enabled=1 http://www.qtv.com.cn/live/tv/tv_qtv2.shtml https://chinactv.com/live/1442880654565093377.html https://tv.cctv.com/2023/07/10/VIDEamWUkj0LyiDSzquOL66q230710.shtml?spm=C28340.Pu9TN9YUsfNZ.S93183.454 https://tv.cctv.com/2024/10/04/VIDEGAj71EmjkfJCE3HJrLT0241004.shtml https://m.youku.com/video/id_ https://app.hsrtv.cn/web/teletv/tv_content_1.html https://tv.cctv.com/2024/10/04/VIDEPnIaxsZfUwQrNtsGZPu1241004.shtml https://tv.cctv.com/2024/01/04/VIDEmMKK2OVtm2pMSQiAEhCs240104.shtml?spm=C55853485115.P6UrzpiudtDc.0.0 https://mesh.if.iqiyi.com/portal/lw/videolib/data?uid=2031491668&channel_id https://www.fengshows.com/live?tag=2 https://live.fjtv.net https://www.hebtv.com/19/19js/st/xdszb/index.shtml?index=5 https://www.czgd.tv/Article/des?infoid=32769&modelid=3 https://m.v.qq.com https://v.iqilu.com/live/yspd http://qn.vonchange.com/utao/x5/045738_20210925205342.tbs https://tv.hoolo.tv http://www.qtv.com.cn/live/tv/tv_qtv3.shtml https://movie.douban.com/j/subject_suggest?q https://tv.cctv.com/live/cctv3 https://v.iqilu.com/live/shpd https://tv.cctv.com/2024/10/04/VIDEfOvUN4ByrzXCUnnCxJn4241004.shtml https://www.btime.com/btv/btvsy_index?tag=6 https://live.mgtv.com/?channelId=254 https://api.bilibili.com/pgc/view/web/ep/list?ep_id https://www.gdtv.cn/tvChannelDetail/45 https://www.cztv.com/liveTV/111 https://news.hbtv.com.cn/app/tv/433 https://www.gdtv.cn/tvChannelDetail/43 https://tv.gxtv.cn/channel/channelivePlay_e7a7ab7df9fe11e88bcfe41f13b60c62.html https://www.btime.com/btv/btvsy_index?tag=1 https://tv.cctv.com/2024/10/18/VIDEKWXuGU1GXpdIut6CmEtH241018.shtml?spm=C55853485115.PhPcBCVf4H0G.0.0 https://www.gdtv.cn/tvChannelDetail/94 https://m.douban.com/rexxar/api/v2/tv/recommend?refresh=0&start=0&count=20&selected_categories https://tv.cctv.com/2024/10/04/VIDEdSIeI5j8tboauPoHuxQ3241004.shtml https://tv.utao.tv/tv-web https://www.jxntv.cn/live/?tag=8 https://mirrors.cloud.tencent.com/npm/argparse/-/argparse-2.0.1.tgz https://www.syiptv.com/tv?station_id=3 http://www.qtv.com.cn/live/tv/index.shtml https://www.hebtv.com/19/19js/st/xdszb/index.shtml?index=6 https://v.iqilu.com/live/sepd https://p2.img.cctvpic.com/fmspic/vms/image/2013/09/29/VSET_1380439539940665.jpg?tvImg=1 http://www.1545ts.com/zhibo/taian/zhibotatv2.html https://p1.img.cctvpic.com/fmspic/vms/image/1612151682835.jpg?tvImg=1 https://www.sztv.com.cn/pindao/index.html?id=7868 https://www.gdtv.cn/tvChannelDetail/66 https://www.jlntv.cn/tv?tag=5 http://qn.vonchange.com/utao/release/utao-20250316.apk https://tv.cctv.com/live/cctv15 https://www.ncmc.nbtv.cn/gbds/folder8458/NBTV2/index.shtml https://www.ncmc.nbtv.cn/gbds/folder8458/NBTV3/index.shtml https://v.iqilu.com/live/qlpd https://tv.cctv.com/live/cctvjilu https://api.cntv.cn/NewVideoset/getVideoAlbumInfoByVideoId?id https://tv.cctv.com/2024/10/04/VIDErauRBBfbiFhCB5v8tKya241004.shtml https://tv.cctv.com/2024/10/04/VIDENlVbFmFvGpcJZjM5ie9b241004.shtml https://tv.cctv.com/2024/10/04/VIDECC5cQljnq3VJiNDVCIh2241004.shtml https://movie.douban.com/tv-web/douban.html https://www.sdetv.com.cn/guanwang/live.html https://v.youku.com http://lv.weihai.tv/live_8bfc704cbba598e76540f5d4f61a0e03.html https://www.bestv.com.cn/api/v http://www.ilinyi.net/cms/tv/36417907 https://d-api-m.le.com/card/dynamic?platform=pc&vid https://tv.cctv.com/live/cctv4 https://www.sztv.com.cn/pindao/index.html?id=7869 https://www.youku.com https://news.hbtv.com.cn/app/tv/432 https://www.bilibili.com/tv-web/bili.html https://vms-sc.miguvideo.com/vms-match/v6/staticcache/basic/match-list/normal-match-list/0/all/default/1/miguvideo https://tv.cctv.com/2024/10/04/VIDEFPawmPLPSzUQPK1EmpW4241004.shtml https://www.jxntv.cn/live/?tag=3 http://api.vonchange.com/tv-web/js/tv/sctv/live.html?tag=4 https://www.bilibili.com/bangumi/play/ss33623?bsource=bing_ogv&from_spmid=666.25.series.0 http://127.0.0.1:8088/service https://www.btime.com https://tv.cctv.com/live/cctv13 https://live.mgtv.com/?channelId=578 https://www.hebtv.com/19/19js/st/xdszb/index.shtml?index=2 https://www.btime.com/btv/btvsy_index?tag=0 https://pbaccess.video.qq.com https://www.jxntv.cn https://www.cztv.com/liveTV/110 https://www.jxntv.cn/live/?tag=6 https://tv.cctv.com/2014/07/16/VIDE1405487347374903.shtml?spm=C55853485115.PN6hjciJxJ1y.0.0 https://www.gdtv.cn/tvChannelDetail/15 https://tv.cctv.com https://www.cztv.com/liveTV/106 https://api.so.360kan.com/index?kw http://api.vonchange.com/tv-web/js/tv/sctv/live.html?tag=5 https://v.youku.com/v_show https://v.iqilu.com/live/typd https://www.btime.com/btv/btvsy_index?tag=2 https://live.mgtv.com/?channelId=269 https://www.gdtv.cn/tvChannelDetail/51 https://tv.hoolo.tv/hzse https://www.xttv.com.cn/index/channel/index/id/64html https://tv.utao.tv/tv-web/live.html?url=https https://www.youku.com/category/data?session https://v.iqilu.com/live/zypd https://www.nbs.cn/live/?id=110095 http://www.lncm.cn/zhibo/show-3.html https://www.btime.com/btv/btvsy_index?tag=7 https://app.cjyun.org.cn/video/videojs/index?site_id=10140&id=91&page=canvas&live_type=1&utaot=1&utaoId=player-con https://api.bilibili.com/x/web-interface/history/cursor?max=0&view_at=0&business https://web.guangdianyun.tv/tv/?id=1670&uin=1822 https://www.gdtv.cn/tvChannelDetail/42 https://tv.cctv.com/2024/10/04/VIDE4tjHWxAz9hrJy1vvQIum241004.shtml https://www.yangshipin.cn/video/home?vid=h0000726t0w&cid=vaznht9rt22noue https://www.jxntv.cn/live/?tag=7 https://www.bilibili.com https://dgrtv.sun0769.com/index.php/online2/5 https://tv.cctv.com/2024/10/04/VIDEfNaEXnhDLGlHKnbSyIiA241004.shtml https://v.iqilu.com/live/nkpd https://www.hljtv.com/live/folder425 https://tv.gxtv.cn/channel/channelivePlay_9dfd8600075811e9ba67e41f13b60c62.html https://www.xttv.com.cn/index/channel/index/id/62.html https://p2.img.cctvpic.com/photoAlbum/page/performance/img/2024/4/1/1711942736387_70.jpg?tvImg=1 https://www.lcxw.cn https://www.hebtv.com/19/19js/st/xdszb/index.shtml?index=1 https://www.hljtv.com/live/folder418 https://tv.cctv.com/2022/10/26/VIDETeLtJa1OePcjGPUI2K3b221026.shtml?spm=C55853485115.Pbqb0ldQ5nlz.0.0 https://www.bilibili.com/bangumi/play https://dgrtv.sun0769.com/index.php/online2/4 https://www.jlntv.cn/tv?tag=0 https://api.cntv.cn/list/getVideoAlbumList?serviceId=tvcctv&n=24 http://qn.vonchange.com/utao/res/tv-web.zip https://tv.cctv.com/live/cctv17 https://pbaccess.video.qq.com/trpc.videosearch.smartboxServer.HttpRountRecall/Smartbox http://www.qtv.com.cn/live/tv/tv_qtv5.shtml https://tv.cctv.com/2024/10/04/VIDEky737CJjkECt0QFypznF241004.shtml https://www.ixigua.com/api/cinema/filterv2/albums https://www.mgtv.com https://p4.img.cctvpic.com/photoAlbum/vms/standard/img/2023/9/21/VSETMEtC9nNzXx7iy6JJYCwa230921.jpg https://www.hebtv.com/19/19js/st/xdszb/index.shtml?index=0 https://tv.cctv.com/2024/10/04/VIDEk5QNBZCrR6c3tUKQ5G0v241004.shtml https://www.btime.com/btv/btvsy_index?tag=8 https://tbsall.imtt.qq.com/mtt/release/component/tbs_core_046285_20240613152541_nolog_fs_obfs_arm64-v8a_release.tbs https://live.mgtv.com/?channelId=287 https://www.sztv.com.cn/pindao/index.html?id=7880 https://www.jsdelivr.com/using-sri-with-dynamic-files https://www.ixigua.com/6915270027096621576?logTag=aa81acb55e1f8e26408b https://www.yangshipin.cn/tv/home?pid=600002475 https://live.kankanews.com/huikan?tag= https://movie.douban.com https://tv.cctv.com/live/cctv10 https://www.douyin.com/?recommend=1 https://tv.gxtv.cn/channel/channelivePlay_f3335975f9fe11e88bcfe41f13b60c62.html https://live.mgtv.com/?channelId=316 https://www.jxntv.cn/live/?tag=2 http://api.vonchange.com/tv-web/js/tv/sctv/live.html?tag=3 https://www.cztv.com/liveTV/103 https://tv.cctv.com/2014/07/27/VIDE1406399770522952.shtml?spm=C55853485115.PN6hjciJxJ1y.0.0 https://tv.cctv.com/live/cctv12 https://passport.migu.cn/login https://www.cztv.com/liveTV/107 https://m.youku.com https://news.hbtv.com.cn/app/tv/437 https://support.qq.com/products/400900/faqs/117264 http://api.vonchange.com/tv-web/js/tv/sctv/live.html?tag=2 https://www.rzw.com.cn/folder247/folder2217/?tag=3 https://www.hljtv.com/live/folder420 https://www.ixigua.com/6551332131417620995?id=6551333775337325060&logTag=15cb05a143bde8073307 https://v.iqilu.com/live/sdtv/index.html https://app.hsrtv.cn/web/teletv/tv_content_4.html https://tv.cctv.com/2024/10/04/VIDE5yVCNlsqB66wGZeXQnXd241004.shtml https://tv.gxtv.cn/channel/channelivePlay_78dbfd44e6b74ab687204d2d8113cbf5.html https://www.btime.com/btv/btvsy_index?tag=3 https://p4.img.cctvpic.com/photoAlbum/vms/standard/img/2023/9/21/VSETMEtC9nNzXx7iy6JJYCwa230921.jpg?tvImg=1 https://news.hbtv.com.cn/app/tv/438 https://web.guangdianyun.tv/tv/?id=391&uin=1743 https://v.youku.com/v_show/id_ https://live.mgtv.com/?channelId=280 http://lv.weihai.tv/live_13705e35636b2136b590e5a015bb801c.html https://live.kankanews.com https://pcweb.api.mgtv.com/episode/list?video_id https://tv.gxtv.cn/channel/channelivePlay_bfa17b64157f11e999f0e41f13b60c62.html https://live.mgtv.com/?channelId=484 http://www.lncm.cn/zhibo/show-1.html https://www.nbs.cn/live/?id=109153 https://www.hrbtv.net/folder79/folder87 https://app.gztv.com/plusshare http://api.vonchange.com/tv-web/js/tv/sctv/live.html?tag=8 https://www.btime.com/btv/btvsy_index?tag=4 https://www.iqiyi.com/tv-web/iqiyi.html https://www.le.com https://tv.cctv.com/2024/10/04/VIDEKjStsWu7GMjP0dXWlrIV241004.shtml https://tv.hoolo.tv/utv https://www.gdtv.cn/tvChannelDetail/47 https://www.yangshipin.cn/tv/home https://www.cztv.com/liveTV/104 https://www.sztv.com.cn/pindao/index.html?id=7867 https://pianku.api.mgtv.com/rider/list/pcweb/v3?platform=pcweb&channelId https://jietufengmian.yangshipin.cn/general_cos/coverPic/vaznht9rt22noue/20220711/679139d8ece16f008a363a81560e6a84_65977.jpg?imageMogr2/format/jpg/thumbnail/396x https://www.jxntv.cn/live/?tag=4 https://v.iqilu.com/live/ggpd http://www.wfcmw.cn/wfrtv_pdLive.html?tv=4 https://www.360kan.com https://ie.icoa.cn https://web.guangdianyun.tv/tv/?id=1645&uin=2392 https://tv.cctv.com/2024/10/04/VIDEWrwLZ4ecCNheHxKkGagB241004.shtml http://www.qtv.com.cn/live/tv/tv_qtv4.shtml https://p4.img.cctvpic.com/fmspic/vms/image/2014/01/07/VSET_1389081581051090.png https://movie.douban.com/tv |
自研引擎-A |
223.6.6.6 223.5.5.5 |
tv/utao/x5/dns/HttpDns.java |
https://tv.utao.tv/tv-web/index.html |
tv/utao/x5/BaseWebViewActivity.java |
https://tlive.fengshows.com/live/ https://mesh.if.iqiyi https://hkmolive.fengshows.com/live/ https://qctv.fengshows.cn https://cmts.iqiyi.com/bulle https://img.alicdn.com/imgextra/ https://mesh.if.iqiyi.com/tvg/v2/lw/base_info https://msg.qy.net/ https://puui.qpic.cn/iwan_cloud |
tv/utao/x5/impl/WebViewClientImpl.java |
http://api.vonchange.com http://api.vonchange.com/utao/config/update.json?isok=1&id= http://api.vonchange.com/utao/config/update.json |
tv/utao/x5/api/ConfigApi.java |
127.0.0.1 |
fi/iki/elonen/NanoHTTPD.java |
http://dns.alidns.com/resolve?name= |
tv/utao/x5/dns/HttpDnsNew.java |
http://api.vonchange.com/utao/error |
tv/utao/x5/service/CrashHandler.java |
Firebase配置检测
邮箱地址提取
第三方追踪器
名称 | 类别 | 网址 |
---|
敏感凭证泄露
活动列表
显示 3 个 activities
服务列表
广播接收者列表
显示 1 个 receivers
内容提供者列表
显示 2 个 providers
第三方SDK
SDK名称 | 开发者 | 描述信息 |
---|---|---|
File Provider | Android | FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。 |
Jetpack App Startup | App Startup 库提供了一种直接,高效的方法来在应用程序启动时初始化组件。库开发人员和应用程序开发人员都可以使用 App Startup 来简化启动顺序并显式设置初始化顺序。App Startup 允许您定义共享单个内容提供程序的组件初始化程序,而不必为需要初始化的每个组件定义单独的内容提供程序。这可以大大缩短应用启动时间。 | |
Jetpack ProfileInstaller | 让库能够提前预填充要由 ART 读取的编译轨迹。 | |
Jetpack Room | Room 持久性库在 SQLite 的基础上提供了一个抽象层,让用户能够在充分利用 SQLite 的强大功能的同时,获享更强健的数据库访问机制。 |
污点分析
当apk较大时,代码量会很大,造成数据流图(ICFG)呈现爆炸式增长,所以该功能比较耗时,请先喝杯咖啡,耐心等待……规则名称 | 描述信息 | 操作 |
---|---|---|
病毒分析 | 使用安卓恶意软件常用的API进行污点分析 | 开始分析 |
漏洞挖掘 | 漏洞挖掘场景下的污点分析 | 开始分析 |
隐私合规 | 隐私合规场景下的污点分析:组件内污点传播、组件间污点传播、组件与库函数之间的污点传播 | 开始分析 |
密码分析 | 分析加密算法是否使用常量密钥、静态初始化的向量(IV)、加密模式是否使用ECB等 | 开始分析 |
Callback | 因为Android中系统级的Callback并不会出现显式地进行回调方法的调用,所以如果需要分析Callback方法需要在声明文件中将其声明,这里提供一份AndroidCallbacks.txt文件,里面是一些常见的原生回调接口或类,如果有特殊接口需求,可以联系管理员 | 开始分析 |