文件基本信息
应用基础信息
文件基本信息
应用基础信息
文件结构与资源列表
应用签名证书信息
二进制文件已签名
v1 签名: True
v2 签名: True
v3 签名: False
v4 签名: False
主题: C=86, ST=jiangsu, L=suzhou, O=suzhouyunhulu, OU=suzhouyunhulu, CN=yunhulu
签名算法: rsassa_pkcs1v15
有效期自: 2016-06-08 10:48:03+00:00
有效期至: 2071-03-12 10:48:03+00:00
发行人: C=86, ST=jiangsu, L=suzhou, O=suzhouyunhulu, OU=suzhouyunhulu, CN=yunhulu
序列号: 0x4b103b6a
哈希算法: sha256
证书MD5: e9bf89e47b005d0e846e69a38cf107b2
证书SHA1: 963e9e9447003c23c9d039eac467068a2cecfd44
证书SHA256: a4e8a432db78a952482a2c390fce99b6133b10eae636e654df358961b5cd1d49
证书SHA512: 8fd7796c43d4a83a2d1d788fb7e786c77bb87350f97e1996977235a94cd3821a894f384669a51ef13319ff78515f624f98d37a906ccf26658e898c77bb2043d0
公钥算法: rsa
密钥长度: 2048
指纹: 442b757a76bf09e97d40e06b10afb81fa39e474b81b93c246782fb8ad328db3b
找到 1 个唯一证书
权限声明与风险分级
证书安全合规分析
标题 | 严重程度 | 描述信息 |
---|---|---|
已签名应用 | 信息 | 应用程序已使用代码签名证书进行签名 |
应用程序存在Janus漏洞 | 警告 | 应用程序使用了v1签名方案进行签名,如果只使用v1签名方案,那么它就容易受到安卓5.0-8.0上的Janus漏洞的攻击。在安卓5.0-7.0上运行的使用了v1签名方案的应用程序,以及同时使用了v2/v3签名方案的应用程序也同样存在漏洞。 |
Manifest 配置安全分析
序号 | 问题 | 严重程度 | 描述信息 | 操作 |
---|---|---|---|---|
1 |
应用程序可以安装在有漏洞的已更新 Android 版本上 Android 4.2-4.2.2, [minSdk=17] |
警告 | 该应用程序可以安装在具有多个未修复漏洞的旧版本 Android 上。这些设备不会从 Google 接收合理的安全更新。支持 Android 版本 => 10、API 29 以接收合理的安全更新。 | |
2 |
应用程序已启用明文网络流量 [android:usesCleartextTraffic=true] |
警告 | 应用程序打算使用明文网络流量,例如明文HTTP,FTP协议,DownloadManager和MediaPlayer。针对API级别27或更低的应用程序,默认值为“true”。针对API级别28或更高的应用程序,默认值为“false”。避免使用明文流量的主要原因是缺乏机密性,真实性和防篡改保护;网络攻击者可以窃听传输的数据,并且可以在不被检测到的情况下修改它。 | |
3 |
Activity (com.zhongheip.yunhulu.cloudgourd.pay.wxpay.WXPayCallbackActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
4 |
Activity-Alias (com.zhongheip.yunhulu.wxapi.WXPayEntryActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity-Alias与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
5 |
Activity-Alias (com.yungourd.yunhulu.wxapi.WXPayEntryActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity-Alias与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
6 |
Activity (com.yungourd.yunhulu.wxapi.WXEntryActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
7 | Activity (com.zhongheip.yunhulu.cloudgourd.ui.activity.MainActivity) 的启动模式不是standard模式 | 高危 | Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。 | |
8 |
Activity (com.zhongheip.yunhulu.cloudgourd.ui.activity.MainActivity) 未被保护。 存在一个intent-filter。 |
警告 | 发现 Activity与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Activity是显式导出的。 | |
9 | Activity (com.zhongheip.yunhulu.cloudgourd.ui.activity.GroupMsgSuccessActivity) 的启动模式不是standard模式 | 高危 | Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。 | |
10 |
Service (com.hyphenate.chat.EMChatService) 未被保护。 [android:exported=true] |
警告 | 发现 Service与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
11 |
Service (com.hyphenate.chat.EMJobService) 受权限保护, 但是应该检查权限的保护级别。 Permission: android.permission.BIND_JOB_SERVICE [android:exported=true] |
警告 | 发现一个 Service被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。 | |
12 |
Service (com.coloros.mcssdk.PushService) 受权限保护, 但是应该检查权限的保护级别。 Permission: com.coloros.mcs.permission.SEND_MCS_MESSAGE [android:exported=true] |
警告 | 发现一个 Service被共享给了设备上的其他应用程序,因此让它可以被设备上的任何其他应用程序访问。它受到一个在分析的应用程序中没有定义的权限的保护。因此,应该在定义它的地方检查权限的保护级别。如果它被设置为普通或危险,一个恶意应用程序可以请求并获得这个权限,并与该组件交互。如果它被设置为签名,只有使用相同证书签名的应用程序才能获得这个权限。 | |
13 |
Service (com.vivo.push.sdk.service.CommandClientService) 未被保护。 [android:exported=true] |
警告 | 发现 Service与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
14 |
Broadcast Receiver (com.hyphenate.push.platform.vivo.EMVivoMsgReceiver) 未被保护。 存在一个intent-filter。 |
警告 | 发现 Broadcast Receiver与设备上的其他应用程序共享,因此让它可以被设备上的任何其他应用程序访问。intent-filter的存在表明这个Broadcast Receiver是显式导出的。 | |
15 | Activity (com.alipay.sdk.app.PayResultActivity) 的启动模式不是standard模式 | 高危 | Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。 | |
16 |
Activity (com.alipay.sdk.app.PayResultActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
17 | Activity (com.alipay.sdk.app.AlipayResultActivity) 的启动模式不是standard模式 | 高危 | Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。 | |
18 |
Activity (com.alipay.sdk.app.AlipayResultActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
19 |
Activity (com.mob.id.MobIDSYActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
20 |
Activity (com.mob.guard.MobTranPullLockActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
21 |
Service (com.mob.MobACService) 未被保护。 [android:exported=true] |
警告 | 发现 Service与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
22 |
Activity (com.mob.id.MobIDActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
23 |
Service (com.mob.id.MobIDService) 未被保护。 [android:exported=true] |
警告 | 发现 Service与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
24 |
Activity (com.mob.guard.MobTranPullUpActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
25 |
Service (com.mob.guard.MobGuardPullUpService) 未被保护。 [android:exported=true] |
警告 | 发现 Service与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
26 |
Broadcast Receiver (com.huawei.hms.support.api.push.PushMsgReceiver) 受权限保护, 但是应该检查权限的保护级别。 Permission: com.yungourd.yunhulu.permission.PROCESS_PUSH_MSGprotectionLevel: signatureOrSystem [android:exported=true] |
信息 | 发现一个 Broadcast Receiver 被导出,但受权限保护。然而,权限的保护级别设置为 signatureOrSystem。建议使用 signature 级别来代替。signature 级别应该适用于大多数情况,并且不依赖于应用程序在设备上的安装位置。 | |
27 |
Broadcast Receiver (com.huawei.hms.support.api.push.PushReceiver) 受权限保护, 但是应该检查权限的保护级别。 Permission: com.yungourd.yunhulu.permission.PROCESS_PUSH_MSGprotectionLevel: signatureOrSystem [android:exported=true] |
信息 | 发现一个 Broadcast Receiver 被导出,但受权限保护。然而,权限的保护级别设置为 signatureOrSystem。建议使用 signature 级别来代替。signature 级别应该适用于大多数情况,并且不依赖于应用程序在设备上的安装位置。 | |
28 |
Service (com.huawei.hms.support.api.push.service.HmsMsgService) 未被保护。 [android:exported=true] |
警告 | 发现 Service与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
29 |
Content Provider (com.huawei.hms.support.api.push.PushProvider) 受权限保护, 但是应该检查权限的保护级别。 Permission: com.yungourd.yunhulu.permission.PUSH_PROVIDERprotectionLevel: signatureOrSystem [android:exported=true] |
信息 | 发现一个 Content Provider 被导出,但受权限保护。然而,权限的保护级别设置为 signatureOrSystem。建议使用 signature 级别来代替。signature 级别应该适用于大多数情况,并且不依赖于应用程序在设备上的安装位置。 | |
30 |
Activity (com.mob.tools.MobUIShell) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
31 | Activity (cn.sharesdk.tencent.qq.ReceiveActivity) 的启动模式不是standard模式 | 高危 | Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。 | |
32 |
Activity (cn.sharesdk.tencent.qq.ReceiveActivity) 未被保护。 [android:exported=true] |
警告 | 发现 Activity与设备上的其他应用程序共享,因此使其对设备上的任何其他应用程序都可访问。 | |
33 | Activity (com.tencent.tauth.AuthActivity) 的启动模式不是standard模式 | 高危 | Activity 不应将启动模式属性设置为 "singleTask/singleInstance",因为这会使其成为根 Activity,并可能导致其他应用程序读取调用 Intent 的内容。因此,当 Intent 包含敏感信息时,需要使用 "standard" 启动模式属性。 |
可浏览 Activity 组件分析
ACTIVITY | INTENT |
---|---|
com.zhongheip.yunhulu.cloudgourd.ui.activity.MainActivity |
Schemes:
bj_yunhulu://,
um.591268e25312dd2af4001066://,
Hosts: yhl, Path Prefixes: /path, |
com.alipay.sdk.app.AlipayResultActivity |
Schemes:
alipaysdk://,
|
cn.sharesdk.tencent.qq.ReceiveActivity |
Schemes:
tencent1107753731://,
|
网络通信安全风险分析
序号 | 范围 | 严重级别 | 描述 |
---|
API调用分析
安全漏洞检测
序号 | 问题 | 等级 | 参考标准 | 文件位置 | 操作 |
---|---|---|---|---|---|
1 | 应用程序记录日志信息,不得记录敏感信息 | 信息 |
CWE: CWE-532: 通过日志文件的信息暴露
OWASP MASVS: MSTG-STORAGE-3 |
升级会员:解锁高级权限 | |
2 | 此应用程序可能具有Root检测功能 | 安全 |
OWASP MASVS: MSTG-RESILIENCE-1 |
升级会员:解锁高级权限 | |
3 | IP地址泄露 | 警告 |
CWE: CWE-200: 信息泄露
OWASP MASVS: MSTG-CODE-2 |
升级会员:解锁高级权限 | |
4 | MD5是已知存在哈希冲突的弱哈希 | 警告 |
CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography OWASP MASVS: MSTG-CRYPTO-4 |
升级会员:解锁高级权限 | |
5 | 该文件是World Writable。任何应用程序都可以写入文件 | 高危 |
CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage OWASP MASVS: MSTG-STORAGE-2 |
升级会员:解锁高级权限 | |
6 | 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据 | 警告 |
CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage OWASP MASVS: MSTG-STORAGE-2 |
升级会员:解锁高级权限 | |
7 | 此应用程序将数据复制到剪贴板。敏感数据不应复制到剪贴板,因为其他应用程序可以访问它 | 信息 |
OWASP MASVS: MSTG-STORAGE-10 |
升级会员:解锁高级权限 | |
8 | 应用程序使用不安全的随机数生成器 | 警告 |
CWE: CWE-330: 使用不充分的随机数
OWASP Top 10: M5: Insufficient Cryptography OWASP MASVS: MSTG-CRYPTO-6 |
升级会员:解锁高级权限 | |
9 | 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等 | 警告 |
CWE: CWE-312: 明文存储敏感信息
OWASP Top 10: M9: Reverse Engineering OWASP MASVS: MSTG-STORAGE-14 |
升级会员:解锁高级权限 | |
10 | 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击 | 安全 |
OWASP MASVS: MSTG-NETWORK-4 |
升级会员:解锁高级权限 | |
11 | SHA-1是已知存在哈希冲突的弱哈希 | 警告 |
CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography OWASP MASVS: MSTG-CRYPTO-4 |
升级会员:解锁高级权限 | |
12 | 应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库 | 警告 |
CWE: CWE-89: SQL命令中使用的特殊元素转义处理不恰当('SQL 注入')
OWASP Top 10: M7: Client Code Quality |
升级会员:解锁高级权限 | |
13 | 应用程序使用带PKCS5/PKCS7填充的加密模式CBC。此配置容易受到填充oracle攻击。 | 高危 |
CWE: CWE-649: 依赖于混淆或加密安全相关输入而不进行完整性检查
OWASP Top 10: M5: Insufficient Cryptography OWASP MASVS: MSTG-CRYPTO-3 |
升级会员:解锁高级权限 | |
14 | 应用程序在加密算法中使用ECB模式。ECB模式是已知的弱模式,因为它对相同的明文块[UNK]产生相同的密文 | 高危 |
CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography OWASP MASVS: MSTG-CRYPTO-2 |
升级会员:解锁高级权限 | |
15 | 使用弱加密算法 | 高危 |
CWE: CWE-327: 使用已被攻破或存在风险的密码学算法
OWASP Top 10: M5: Insufficient Cryptography OWASP MASVS: MSTG-CRYPTO-4 |
升级会员:解锁高级权限 | |
16 | WebView域控制不严格漏洞 | 高危 | CWE: CWE-73: 外部控制文件名或路径 | 升级会员:解锁高级权限 | |
17 | 应用程序创建临时文件。敏感信息永远不应该被写进临时文件 | 警告 |
CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage OWASP MASVS: MSTG-STORAGE-2 |
升级会员:解锁高级权限 | |
18 | 此应用侦听剪贴板更改。一些恶意软件也会监听剪贴板更改 | 信息 |
OWASP MASVS: MSTG-PLATFORM-4 |
升级会员:解锁高级权限 | |
19 | 如果一个应用程序使用WebView.loadDataWithBaseURL方法来加载一个网页到WebView,那么这个应用程序可能会遭受跨站脚本攻击 | 高危 |
CWE: CWE-79: 在Web页面生成时对输入的转义处理不恰当('跨站脚本')
OWASP Top 10: M1: Improper Platform Usage OWASP MASVS: MSTG-PLATFORM-6 |
升级会员:解锁高级权限 | |
20 | 不安全的Web视图实现。可能存在WebView任意代码执行漏洞 | 警告 |
CWE: CWE-749: 暴露危险方法或函数
OWASP Top 10: M1: Improper Platform Usage OWASP MASVS: MSTG-PLATFORM-7 |
升级会员:解锁高级权限 | |
21 | 启用了调试配置。生产版本不能是可调试的 | 高危 |
CWE: CWE-919: 移动应用程序中的弱点
OWASP Top 10: M1: Improper Platform Usage OWASP MASVS: MSTG-RESILIENCE-2 |
升级会员:解锁高级权限 | |
22 | SSL的不安全实现。信任所有证书或接受自签名证书是一个关键的安全漏洞。此应用程序易受MITM攻击 | 高危 |
CWE: CWE-295: 证书验证不恰当
OWASP Top 10: M3: Insecure Communication OWASP MASVS: MSTG-NETWORK-3 |
升级会员:解锁高级权限 | |
23 | 该文件是World Readable。任何应用程序都可以读取文件 | 高危 |
CWE: CWE-276: 默认权限不正确
OWASP Top 10: M2: Insecure Data Storage OWASP MASVS: MSTG-STORAGE-2 |
升级会员:解锁高级权限 |
Native库安全分析
序号 | 动态库 | NX(堆栈禁止执行) | PIE | STACK CANARY(栈保护) | RELRO | RPATH(指定SO搜索路径) | RUNPATH(指定SO搜索路径) | FORTIFY(常用函数加强检查) | SYMBOLS STRIPPED(裁剪符号表) |
---|---|---|---|---|---|---|---|---|---|
1 | arm64-v8a/libBaiduMapSDK_base_v6_1_0.so |
True
info 二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。 |
|
True
info 这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出 |
Full RELRO
info 此共享对象已完全启用 RELRO。 RELRO 确保 GOT 不会在易受攻击的 ELF 二进制文件中被覆盖。在完整 RELRO 中,整个 GOT(.got 和 .got.plt 两者)被标记为只读。 |
None
info 二进制文件没有设置运行时搜索路径或RPATH |
None
info 二进制文件没有设置 RUNPATH |
False
warning 二进制文件没有任何加固函数。加固函数提供了针对 glibc 的常见不安全函数(如 strcpy,gets 等)的缓冲区溢出检查。使用编译选项 -D_FORTIFY_SOURCE=2 来加固函数。这个检查对于 Dart/Flutter 库不适用 |
False
warning 符号可用 |
2 | arm64-v8a/libBaiduMapSDK_map_v6_1_0.so |
True
info 二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。 |
|
True
info 这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出 |
Full RELRO
info 此共享对象已完全启用 RELRO。 RELRO 确保 GOT 不会在易受攻击的 ELF 二进制文件中被覆盖。在完整 RELRO 中,整个 GOT(.got 和 .got.plt 两者)被标记为只读。 |
None
info 二进制文件没有设置运行时搜索路径或RPATH |
None
info 二进制文件没有设置 RUNPATH |
False
warning 二进制文件没有任何加固函数。加固函数提供了针对 glibc 的常见不安全函数(如 strcpy,gets 等)的缓冲区溢出检查。使用编译选项 -D_FORTIFY_SOURCE=2 来加固函数。这个检查对于 Dart/Flutter 库不适用 |
False
warning 符号可用 |
3 | arm64-v8a/liblocSDK8a.so |
True
info 二进制文件设置了 NX 位。这标志着内存页面不可执行,使得攻击者注入的 shellcode 不可执行。 |
|
True
info 这个二进制文件在栈上添加了一个栈哨兵值,以便它会被溢出返回地址的栈缓冲区覆盖。这样可以通过在函数返回之前验证栈哨兵的完整性来检测溢出 |
Full RELRO
info 此共享对象已完全启用 RELRO。 RELRO 确保 GOT 不会在易受攻击的 ELF 二进制文件中被覆盖。在完整 RELRO 中,整个 GOT(.got 和 .got.plt 两者)被标记为只读。 |
None
info 二进制文件没有设置运行时搜索路径或RPATH |
None
info 二进制文件没有设置 RUNPATH |
False
warning 二进制文件没有任何加固函数。加固函数提供了针对 glibc 的常见不安全函数(如 strcpy,gets 等)的缓冲区溢出检查。使用编译选项 -D_FORTIFY_SOURCE=2 来加固函数。这个检查对于 Dart/Flutter 库不适用 |
False
warning 符号可用 |
文件分析
序号 | 问题 | 文件 |
---|---|---|
1 | 应用程序中硬编码的证书/密钥文件 |
assets/com.yungourd.yunhulu.cert.pem assets/ag_sdk_cbg_root.cer |
2 | 找到硬编码的Keystore |
assets/grs_sp.bks assets/updatesdkcas.bks assets/hmsincas.bks assets/hmsrootcas.bks |
敏感权限分析
恶意软件常用权限 是被已知恶意软件广泛滥用的权限。
其它常用权限 是已知恶意软件经常滥用的权限。
IP地理位置
恶意域名检测
域名 | 状态 | 中国境内 | 位置信息 | 解析 |
---|---|---|---|---|
mobilegw.aaa.alipay.net |
安全 |
否 | 没有可用的地理位置信息。 |
|
mobile.unionpay.com |
安全 |
否 | 没有可用的地理位置信息。 |
|
learn.yunhulu.org |
安全 |
是 |
IP地址: 58.221.60.40 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
shouyin.yeepay.com |
安全 |
是 |
IP地址: 103.143.19.4 国家: China 地区: Tianjin 城市: Hebei 查看: 高德地图 |
|
www.baifubao.com |
安全 |
否 | 没有可用的地理位置信息。 |
|
e.189.cn |
安全 |
是 |
IP地址: 42.123.76.65 国家: China 地区: Beijing 城市: Beijing 查看: 高德地图 |
|
sissi.pingxx.com |
安全 |
是 |
IP地址: 118.31.129.67 国家: China 地区: Zhejiang 城市: Hangzhou 查看: 高德地图 |
|
api-e189.21cn.com |
安全 |
是 |
IP地址: 222.93.106.185 国家: China 地区: Jiangsu 城市: Suzhou 查看: 高德地图 |
|
sysdk.cl2009.com |
安全 |
是 |
IP地址: 101.133.104.19 国家: China 地区: Shanghai 城市: Shanghai 查看: 高德地图 |
|
auth.wosms.cn |
安全 |
是 |
IP地址: 123.125.99.31 国家: China 地区: Beijing 城市: Beijing 查看: 高德地图 |
|
sy.cl2009.com |
安全 |
是 |
IP地址: 47.101.5.82 国家: China 地区: Shanghai 城市: Shanghai 查看: 高德地图 |
|
auth.qifuip.com |
安全 |
是 |
IP地址: 58.221.60.40 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
www.jdpay.com |
安全 |
是 |
IP地址: 36.110.188.22 国家: China 地区: Zhejiang 城市: Hangzhou 查看: 高德地图 |
|
www.samsungapps.com |
安全 |
否 |
IP地址: 52.18.136.34 国家: Ireland 地区: Dublin 城市: Dublin 查看: Google 地图 |
|
opencloud.wostore.cn |
安全 |
是 |
IP地址: 116.128.209.136 国家: China 地区: Beijing 城市: Beijing 查看: 高德地图 |
|
www.yunhulu.wang编辑使用 |
安全 |
否 | 没有可用的地理位置信息。 |
|
mobilegw-1-64.test.alipay.net |
安全 |
否 | 没有可用的地理位置信息。 |
|
api.yunhulu.org |
安全 |
是 |
IP地址: 58.221.60.40 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
pay.qifuip.com |
安全 |
是 |
IP地址: 58.221.60.40 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
h5.m.taobao.com |
安全 |
是 |
IP地址: 121.228.130.198 国家: China 地区: Jiangsu 城市: Suzhou 查看: 高德地图 |
|
open.e.189.cn |
安全 |
是 |
IP地址: 42.123.76.87 国家: China 地区: Beijing 城市: Beijing 查看: 高德地图 |
|
m.jdpay.com |
安全 |
是 |
IP地址: 36.110.188.34 国家: China 地区: Zhejiang 城市: Hangzhou 查看: 高德地图 |
|
join.huluip.com |
安全 |
是 |
IP地址: 221.229.160.45 国家: China 地区: Jiangsu 城市: Xuzhou 查看: 高德地图 |
|
www.chinasmem.cn |
安全 |
是 |
IP地址: 121.228.130.82 国家: China 地区: Jiangsu 城市: Suzhou 查看: 高德地图 |
|
wap.cmpassport.com |
安全 |
是 |
IP地址: 120.197.235.27 国家: China 地区: Guangdong 城市: Guangzhou 查看: 高德地图 |
|
mobiletest.yeepay.com |
安全 |
是 |
IP地址: 58.83.141.73 国家: China 地区: Beijing 城市: Beijing 查看: 高德地图 |
|
uac.10010.com |
安全 |
是 |
IP地址: 117.27.148.236 国家: China 地区: Fujian 城市: Fuzhou 查看: 高德地图 |
|
h5pay.jd.com |
安全 |
是 |
IP地址: 36.110.181.142 国家: China 地区: Zhejiang 城市: Hangzhou 查看: 高德地图 |
|
appgallery.cloud.huawei.com |
安全 |
是 |
IP地址: 121.36.118.136 国家: China 地区: Beijing 城市: Beijing 查看: 高德地图 |
|
mobilegw.stable.alipay.net |
安全 |
否 | 没有可用的地理位置信息。 |
|
store.hispace.hicloud.com |
安全 |
是 |
IP地址: 123.249.62.130 国家: China 地区: Guangdong 城市: Guangzhou 查看: 高德地图 |
|
bt.xyqb.com |
安全 |
是 |
IP地址: 39.96.169.54 国家: China 地区: Beijing 城市: Beijing 查看: 高德地图 |
|
kefu.easemob.com |
安全 |
是 |
IP地址: 47.98.36.241 国家: China 地区: Zhejiang 城市: Hangzhou 查看: 高德地图 |
|
img04.yunhulu.org |
安全 |
是 |
IP地址: 58.221.59.75 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
statistics.pingxx.com |
安全 |
是 |
IP地址: 121.43.73.154 国家: China 地区: Zhejiang 城市: Hangzhou 查看: 高德地图 |
|
www.yunhulu.org |
安全 |
是 |
IP地址: 116.255.186.52 国家: China 地区: Henan 城市: Zhengzhou 查看: 高德地图 |
|
img03.yunhulu.org |
安全 |
是 |
IP地址: 58.221.59.75 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
m.mall.fenqile.com |
安全 |
否 | 没有可用的地理位置信息。 |
|
www.mob.com |
安全 |
是 |
IP地址: 45.113.201.237 国家: China 地区: Jiangsu 城市: Yangzhou 查看: 高德地图 |
|
ok.yeepay.com |
安全 |
是 |
IP地址: 58.221.70.116 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
store-at-dre.hispace.dbankcloud.com |
安全 |
否 | 没有可用的地理位置信息。 |
|
kefu-sdk-log.easemob.com |
安全 |
是 |
IP地址: 120.27.131.137 国家: China 地区: Zhejiang 城市: Hangzhou 查看: 高德地图 |
|
video.qifuip.com |
安全 |
是 |
IP地址: 58.221.59.75 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
mobilegw.alipaydev.com |
安全 |
是 |
IP地址: 110.75.132.131 国家: China 地区: Zhejiang 城市: Hangzhou 查看: 高德地图 |
|
api.qifuip.com |
安全 |
是 |
IP地址: 58.221.60.40 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
bj.ac.10086.cn |
安全 |
是 |
IP地址: 221.130.45.155 国家: China 地区: Beijing 城市: Beijing 查看: 高德地图 |
|
m.fenqile.com |
安全 |
否 |
IP地址: 119.29.49.161 国家: Hong Kong 地区: Hong Kong 城市: Hong Kong 查看: Google 地图 |
|
www.yunhulu.wang |
安全 |
是 |
IP地址: 58.221.60.40 国家: China 地区: Jiangsu 城市: Nantong 查看: 高德地图 |
|
wapzt.189.cn |
安全 |
是 |
IP地址: 42.99.16.180 国家: China 地区: Guangdong 城市: Guangzhou 查看: 高德地图 |
|
m.baifubao.com |
安全 |
否 | 没有可用的地理位置信息。 |
|
wap.memedai.cn |
安全 |
否 | 没有可用的地理位置信息。 |
|
netpay.cmbchina.com |
安全 |
是 |
IP地址: 58.33.159.101 国家: China 地区: Shanghai 城市: Shanghai 查看: 高德地图 |
|
www.yunhulu.wang进行查看并编辑使用 |
安全 |
否 | 没有可用的地理位置信息。 |
|
license.vod2.myqcloud.com |
安全 |
是 |
IP地址: 58.216.22.51 国家: China 地区: Jiangsu 城市: Changzhou 查看: 高德地图 |
|
手机号提取
手机号 | 源码文件 |
---|---|
15501680557
|
com/hyphenate/helpdesk/easeui/ui/ChatFragment.java |
15060355040
|
com/unionpay/UPPayAssistEx.java |
18800152428
|
com/zhongheip/yunhulu/cloudgourd/ui/activity/ContactUsActivity.java |
URL链接分析
URL信息 | 源码文件 |
---|---|
javascript:CMBLS.cmbKeyboard.successCallback(' javascript:CMBLS.cmbKeyboard.failCallback(' |
cmb/pb/util/CMBKeyboardFunc.java |
http://CMBLS/ |
cmb/pb/util/j.java |
javascript:ejsBridge.callbackPreCode(' javascript:ejsBridge.callbackPreCodeParams(' |
cn/com/chinatelecom/account/api/CtAccountJsBridge.java |
https://open.e.189.cn/openapi/special/getTimeStamp.do https://api-e189.21cn.com/gw/client/accountMsg.do |
cn/com/chinatelecom/account/api/e/g.java |
http://xml.apache.org/xslt}indent-amount |
com/blankj/utilcode/util/LogUtils.java |
223.5.5.5 www.baidu.com |
com/blankj/utilcode/util/NetworkUtils.java |
data:image |
com/bumptech/glide/load/model/DataUrlLoader.java |
2.3.4.3 https://sysdk.cl2009.com/ https://sy.cl2009.com/ |
com/chuanglan/shanyan_sdk/a.java |
https://sy.cl2009.com//flash/accountInit/v3 https://sy.cl2009.com//flash/accountInit/v4 https://sysdk.cl2009.com//flash/fdr/v3 https://sy.cl2009.com/ https://sysdk.cl2009.com/ https://e.189.cn/sdk/agreement/detail.do?hidetop=true https://wap.cmpassport.com/resources/html/contract.html https://auth.wosms.cn/html/oauth/protocol2.html 2.3.4.3 |
com/chuanglan/shanyan_sdk/b.java |
2.3.4.3 |
com/chuanglan/shanyan_sdk/c/a.java |
2.3.4.3 |
com/chuanglan/shanyan_sdk/d/c.java |
2.3.4.3 |
com/chuanglan/shanyan_sdk/tool/a.java |
2.3.4.3 |
com/chuanglan/shanyan_sdk/tool/f.java |
2.3.4.3 |
com/chuanglan/shanyan_sdk/tool/h.java |
2.3.4.3 |
com/chuanglan/shanyan_sdk/tool/i.java |
2.3.4.3 |
com/chuanglan/shanyan_sdk/tool/k.java |
255.255.255.255 224.0.0.1 |
com/chuanglan/shanyan_sdk/utils/q.java |
https://opencloud.wostore.cn/authz/resource/html/disclaimer.html?fromsdk=true |
com/cmic/gen/sdk/view/GenLoginAuthActivity.java |
http://%s:%d/%s |
com/danikula/videocache/HttpProxyCacheServer.java |
https://github.com/danikula/AndroidVideoCache/issues/88. https://github.com/danikula/AndroidVideoCache/issues/43. https://github.com/danikula/AndroidVideoCache/issues. |
com/danikula/videocache/HttpUrlSource.java |
https://github.com/danikula/AndroidVideoCache/issues/134. http://%s:%d/%s |
com/danikula/videocache/Pinger.java |
https://errnewlogos.umeng.com/api/crashsdk/logcollect https://errnewlog.umeng.com/api/crashsdk/logcollect |
com/efs/sdk/base/core/controller/ControllerCenter.java |
https://errnewlog.umeng.com/api/crashsdk/logcollect |
com/efs/sdk/base/core/f/c.java |
https://kefu.easemob.com |
com/hyphenate/chat/ChatClient.java |
https://kefu-sdk-log.easemob.com/upload?token=f2dfcdf86fc51be02a6fcb8fef9c703e https://kefu-sdk-log.easemob.com/applog/api/v1.0?token=f2dfcdf86fc51be02a6fcb8fef9c703e |
com/hyphenate/chat/ChatManager.java |
javascript:try{(function(){if(window. javascript:try{ |
com/just/library/AgentWebView.java |
https://github.com/Justson/AgentWeb |
com/just/library/BaseAgentWebFragment.java |
javascript:%s.callback(%d, |
com/just/library/JsCallback.java |
javascript:(function(b){console.log( |
com/just/library/JsCallJava.java |
http://sissi.pingxx.com/mock.php?ch_id=%s&channel=%s http://sissi.pingxx.com/mock.php?ch_id=%s&channel=%s&or_id=%s |
com/pingplusplus/android/e.java |
https://statistics.pingxx.com/report |
com/pingplusplus/android/PingppDataCollection.java |
javascript:(function |
com/pingplusplus/android/WebViewEx.java |
https://www.baifubao.com/wap/0/wallet/0/transaction/0 https://m.baifubao.com/ http://wappass.baidu.com/passport/reg? http://wappass.baidu.com/passport/getpass? http://wappass.baidu.com/passport/agreement? |
com/pingplusplus/android/a/a.java |
https://netpay.cmbchina.com/netpayment/BaseHttp.dll?MB_EUserP_PayOK http://121.15.180.66:801/netpayment/BaseHttp.dll?MB_EUserP_PayOK |
com/pingplusplus/android/a/b.java |
http://m.mall.fenqile.com/app/order/result/ javascript:window.local_obj.showSource(' http://bt.xyqb.com/order-landing? https://wap.memedai.cn/merchantApp/sdk/web/ending? http://wapzt.189.cn/pages/login/login_userLogin.html#/pages/password/passwordNoLogin.html https://uac.10010.com/cust/resetpwd/inputName http://bj.ac.10086.cn/login http://pingxx/?payResult=success http://m.mall.fenqile.com/ http://m.fenqile.com/ |
com/pingplusplus/android/a/c.java |
https://h5pay.jd.com/jdpay/payResult? https://www.jdpay.com/ https://m.jdpay.com/wepay/web/pay |
com/pingplusplus/android/a/d.java |
http://shouyin.yeepay.com/nc-cashier-wap/wap/query/result https://ok.yeepay.com/paymobile/query/pay/success? http://mobiletest.yeepay.com/paymobile/query/pay/success? https://ok.yeepay.com/paymobile/api/pay/request?merchantaccount=%s&encryptkey=%s&data=%s http://mobiletest.yeepay.com/paymobile/api/pay/request?merchantaccount=%s&encryptkey=%s&data=%s |
com/pingplusplus/android/a/e.java |
4.0.3.4 |
com/sdk/base/module/config/BaseConfig.java |
3.3.2.2 |
com/uc/crashsdk/e.java |
https://errlogos.umeng.com https://errlog.umeng.com 3.3.2.2 |
com/uc/crashsdk/a/d.java |
3.3.2.2 |
com/uc/crashsdk/a/h.java |
https://opencloud.wostore.cn/openapi/netauth/precheck/wp? |
com/unikuwei/mianmi/account/shield/c/a.java |
https://opencloud.wostore.cn/openapi/netauth/precheck/wp? |
com/unikuwei/mianmi/account/shield/d/b.java |
https://opencloud.wostore.cn/client/sdk/receive |
com/unikuwei/mianmi/account/shield/e/f.java |
http://mobile.unionpay.com/getclient?platform=android&type=securepayplugin https://mobile.unionpay.com/getclient?platform=android&type=securepayplugin |
com/unionpay/UPPayAssistEx.java |
javascript:WebViewJavascriptBridge._handleMessageFromJava('%s'); |
com/unionpay/WebViewJavascriptBridge.java |
https://mobile.unionpay.com/getclient?platform=android&type=securepayplugin |
com/unionpay/mobile/android/utils/c.java |
140.207.168.45 http://140.207.168.45/g/d |
com/unionpay/sdk/c.java |
140.207.168.45 |
com/unionpay/sdk/f.java |
https://api.qifuip.com//live/livePraise/addPraise https://api.qifuip.com/legal/list/easemob https://api.qifuip.com/nationalCity/listSearch https://api.yunhulu.org/ https://auth.qifuip.com/ https://api.qifuip.com/patent/annualFeeOrder/add https://api.yunhulu.org/bussinessApplication/addBussinessApplication https://api.qifuip.com/claimRecord/add https://api.qifuip.com/mall/demand/addClue https://api.yunhulu.org/my_trademark/addCollection https://api.yunhulu.org/news_comment/addComment https://api.qifuip.com/mall/demand/addPviews https://api.yunhulu.org/baike/addData https://api.qifuip.com/patent/annualFeePayment/add https://api.yunhulu.org/consumerInvoice/save https://api.qifuip.com/vip/ipcr/monitoring/add https://api.yunhulu.org/baike/addLikeLog https://api.qifuip.com/mall/demand/addPatent https://api.yunhulu.org/news_comment/addPraise https://api.qifuip.com/mall/demand/addPlan https://api.yunhulu.org/my_trademark/add https://api.qifuip.com/mall/demand/addTrademark https://api.yunhulu.org/vip/patent/group/add https://api.yunhulu.org/patent/data_count https://api.yunhulu.org/patent/agent_count https://api.yunhulu.org/agent/saveEntity https://api.yunhulu.org/pay/pingpp/annualFeePay https://api.yunhulu.org/annualFee/getAnnualFeeAmount https://api.yunhulu.org/yearfee/yearfeeList https://api.yunhulu.org/annualFee/getDetail https://api.yunhulu.org/annualFeePayment/getPayFeeList https://api.yunhulu.org/annualFeePayment/getList https://api.qifuip.com/patent/annualFeeOrder/list https://api.yunhulu.org/annualFee/getList https://api.yunhulu.org/pay/order/annualFeePay https://api.yunhulu.org/redPacket/answerQuestionBank https://api.yunhulu.org/appInvite/add https://api.yunhulu.org/consumerInviteApply/addData https://api.yunhulu.org/mall/patent_apply_sales/add https://api.qifuip.com//sys/dict/getDictValueById https://api.qifuip.com//local/fwType/list/json https://api.qifuip.com//local/fwType/listFwInfoUrl https://api.qifuip.com//local/fwHotQuestion/list https://api.qifuip.com//local/fwType/show https://api.qifuip.com//local/fwHotQuestion/list/json https://api.yunhulu.org/annualFeeAgencyPayment/applyBuy https://api.yunhulu.org/my_trademark/applyBuy https://api.yunhulu.org/annualFeeAgencyPayment/getBuyerPatentList https://api.yunhulu.org/my_trademark/getBuyerTrademarkList https://api.qifuip.com/search/new_patent/typeCount https://api.qifuip.com/search/new_patent/yearCount https://api.qifuip.com/search/new_trademark/typeCount https://api.qifuip.com/search/new_trademark/yearCount https://api.qifuip.com//live/liveInfo/check https://api.yunhulu.org/bussinessApplication/checkHasRecord https://api.qifuip.com//live/liveInfo/checkLive https://api.qifuip.com/baidu/map/info https://api.qifuip.com/patent/annualFeePayment/update https://api.qifuip.com/live/liveInfo/createLiveRoom https://api.qifuip.com/live/liveMsg/createLiveMsg https://api.qifuip.com/trademark/classes/crossList https://api.yunhulu.org/order/cancelOrder https://api.yunhulu.org/qyb/changePwd https://api.yunhulu.org/agent/checkAgent https://api.qifuip.com/vip/ipcr/monitoring/checkIpcrMonitoring https://api.qifuip.com/vip/patent/monitoring/checkPatentMonitoring https://api.yunhulu.org/salesman/checkSalesman https://api.yunhulu.org/qyb/checkHasPwd https://api.yunhulu.org/annualFee/addTo https://api.yunhulu.org/search/patent/patentList https://api.qifuip.com/consumer/notification/delete https://api.qifuip.com/mall/demand/clueList https://api.yunhulu.org/contractTemplate/template2MyTemplate https://api.yunhulu.org/news_comment/commentList https://api.yunhulu.org/companyAddress/list https://api.qifuip.com/vip/patent/monitoring/groupNewCount https://api.qifuip.com/vip/patent/monitoring/add https://api.qifuip.com/vip/patent/monitoring/yearNewCount https://api.qifuip.com/vip/patent/monitoring/patentNewList https://api.qifuip.com/vip/patent/monitoring/typeNewCount https://api.qifuip.com/vip/patent/monitoring/list https://api.yunhulu.org/search/enterprise/complementSearch https://api.yunhulu.org/sys/configInfo https://api.qifuip.com/news/newsList https://api.yunhulu.org/consumer/consumerInfo https://api.yunhulu.org/order/getMyConsumerOrderProcess https://api.yunhulu.org/contract/hasDo https://api.yunhulu.org/contractTemplate/retrieveContractTemplate https://api.yunhulu.org/contractTemplate/retrieveContractTemplateById https://api.yunhulu.org/contract/willDo https://api.yunhulu.org/trademark_agentarea/list/ https://api.yunhulu.org/patent_agency/list/ https://api.yunhulu.org/order/createNewContract https://api.yunhulu.org/order/createOrder https://api.qifuip.com/vip/vipPatentGroup/new https://api.yunhulu.org/contract/createSignPic https://api.yunhulu.org/order/createSignPic https://api.yunhulu.org/redPacket/getCurrWeekDay https://api.yunhulu.org/order/getMyConsumerOrderDetail https://api.yunhulu.org/order/getMyCustomerOrderList https://api.qifuip.com/orderProcess/customerList https://api.qifuip.com/spread/deviceMonitoring/new https://api.qifuip.com/sys/dict/listDictValueByFieldCode https://api.yunhulu.org/my_trademark/delMyTrademarkCollection https://api.yunhulu.org/contract/delWillDoContract https://api.yunhulu.org/consumerInvoice/delete https://api.yunhulu.org/annualFee/deleteByIds https://api.yunhulu.org/my_trademark/delMyTrademark https://api.qifuip.com/patent/annualFeePayment/delete https://api.yunhulu.org/annualFeeOrder/delOrders https://api.yunhulu.org/sysmsg/delete https://api.qifuip.com/mall/trademark/delCollection https://api.yunhulu.org/annualFee/createPatentAnnualFee https://api.qifuip.com/sys/dict/getInfo https://api.yunhulu.org/sys/dictValueList https://img03.yunhulu.org/apk/bj_yunhulu.apk https://api.qifuip.com/consumer/getEasemobConsumer https://api.qifuip.com/live/liveInfo/endLiveRoom https://api.qifuip.com/consumer/eventListener/add https://api.qifuip.com/consumer/eventListenerInfo/add https://api.yunhulu.org/contract/editContract https://api.yunhulu.org/baike/getBaikeInfo https://api.yunhulu.org/baike/list https://api.yunhulu.org/search/enterprise/detail https://api.yunhulu.org/consumer_enterprise/add https://api.yunhulu.org/consumer_enterprise/list https://api.yunhulu.org/search/patent/getListByCompany https://api.yunhulu.org/search/trademark/searchBySqr https://api.qifuip.com/trademarkEntrustedPurchase/add https://api.qifuip.com/trademarkEntrustedPurchase/getList https://api.qifuip.com/patent/annualFeePayment/exportAfapcExcel https://api.yunhulu.org/consumer/forgetSms https://auth.qifuip.com/consumer/otfEdit https://api.yunhulu.org/consumer/feedback https://api.qifuip.com/vip/ipcr/monitoring/yearNewCount https://api.qifuip.com/vip/ipcr/monitoring/typeNewCount https://api.yunhulu.org/consumer/forgotPwd https://auth.qifuip.com/consumer/getNewVerifyImage https://api.yunhulu.org/annualFee/getAlgorithm https://api.yunhulu.org/calculation/amount https://api.qifuip.com/search/new_patent/getAnnualFeeByPatentNo https://api.yunhulu.org/order/getContract https://api.yunhulu.org/order/getContractContent https://api.yunhulu.org/orderContracts/getContractList https://api.qifuip.com/consumer/getConsumerByInvite https://api.yunhulu.org/order/getMyConsumerOrderContract https://api.qifuip.com/patent/annualFeePayment/getAfapcfeelist https://api.qifuip.com//search/new_patent/getHasPay https://api.yunhulu.org/consumer/getImLoginInfo https://api.qifuip.com//search/new_patent/getNeedPay https://api.yunhulu.org/order/getNewContractContent https://api.qifuip.com/search/new_patent/getNewVerifyImage https://api.yunhulu.org/redPacket/getQuestionBank https://api.yunhulu.org/order/checkSignInfo https://api.qifuip.com/consumer/notification/getInfo https://api.yunhulu.org/my_trademark/getGroupNum https://learn.yunhulu.org/ https://video.qifuip.com/ https://api.qifuip.com/banner/bannerList https://api.qifuip.com//local/fwType/list https://api.qifuip.com//local/serviceType/list https://api.yunhulu.org/consumerInviteApply/hasApply https://api.qifuip.com/mall/trademark/hasCollection https://api.yunhulu.org/consumer/checkHasPwd https://api.yunhulu.org/ip_purchase/hasRecord https://api.yunhulu.org/ipPatent/getHot https://api.yunhulu.org/ipTrademark/getHot https://img03.yunhulu.org/ https://img03.yunhulu.org/uploads/ https://api.qifuip.com/newsBanner/show https://api.qifuip.com/newsPraise/delect https://api.qifuip.com/newsPraise/check https://api.qifuip.com/news/newsDetail https://api.qifuip.com/newsPraise/new https://api.qifuip.com/news/newsRelated https://api.qifuip.com/news/forward https://api.qifuip.com/live/liveConsumer/inLive https://api.yunhulu.org/imageType/list https://api.yunhulu.org/consumer/getInviteCount https://api.yunhulu.org/consumer/invite/add https://api.yunhulu.org/consumerInvoice/list https://api.yunhulu.org/order/isShowContract https://api.qifuip.com/web/webBanner/show https://api.qifuip.com//web/webBanner/showLive https://api.qifuip.com/live/liveIntroduce/showIntroduce https://api.qifuip.com//orders/createOrder https://api.qifuip.com//local/localService/createLive https://api.qifuip.com//local/serviceType/list/json https://api.qifuip.com//local/localService/list/json https://auth.qifuip.com/consumer/p2rpEdit https://api.yunhulu.org/consumer/shanyanLogin https://api.qifuip.com/consumer/cancellation/save https://api.qifuip.com/consumer/cancellation/getLastInfo https://auth.qifuip.com/consumer/sendCancellationVerifyCode https://api.yunhulu.org/order_process/getLastOrderProcess https://api.yunhulu.org/ip_purchase/add https://api.yunhulu.org/annualFeeAgencyPayment/getDetail https://api.yunhulu.org/annualFeeAgencyPayment/countNum https://api.yunhulu.org/my_trademark/countNum https://api.yunhulu.org/my_trademark/getDetail https://api.yunhulu.org/sysmsg/sysmsgCount https://api.yunhulu.org/baike/addEditView https://api.yunhulu.org/consumer/updateConsumerInfo https://api.yunhulu.org/consumer/changePwd https://api.yunhulu.org/order/orderList https://api.qifuip.com/mall/demand/myPatentList https://api.yunhulu.org/annualFeeAgencyPayment/getList https://api.qifuip.com/mall/demand/myTrademarkList https://api.qifuip.com/my/trademark/getList https://api.qifuip.com/patent/annualFeePayment/getPayFeeList https://api.qifuip.com/ https://api.qifuip.com/search/new_agent/index https://api.qifuip.com//live/liveInfo/checkLiveRoom https://api.qifuip.com/search/new_enterprise/detail https://auth.qifuip.com/consumer/sendForgetSmsCode https://auth.qifuip.com/consumer/forgetPassword https://auth.qifuip.com/consumer/login https://pay.qifuip.com/pay/annualFeePay https://api.qifuip.com/search/new_agency/index https://auth.qifuip.com/consumer/smsRegister https://api.qifuip.com/search/new_enterprise/index https://img04.yunhulu.org/images/agent/ https://api.qifuip.com/search/new_agentarea/index https://api.qifuip.com/vip/level/list https://auth.qifuip.com/consumer/addSendNoSms https://api.yunhulu.org/nationalCity/list https://api.qifuip.com/mall/trademark/addCollection https://api.qifuip.com/mall/patent/applyBuy https://api.qifuip.com/mall/trademark/applyBuy https://api.qifuip.com/mall/patent/buyerList https://api.qifuip.com/mall/trademark/buyerList https://api.qifuip.com/mall/trademark/getGroupNum https://api.qifuip.com/mall/patent/addCollection https://api.qifuip.com/mall/patent/add https://api.qifuip.com/mall/patent/collectionList https://api.qifuip.com/mall/patent/delCollection https://api.qifuip.com/mall/patent/countIndustryData https://api.qifuip.com/mall/patent/list https://api.qifuip.com/mall/patent/myList https://api.qifuip.com/mall/trademark/add https://api.qifuip.com/mall/trademark/collectionList https://api.qifuip.com/mall/trademark/list https://api.qifuip.com/mall/trademark/myList https://api.qifuip.com/search/new_patent/index https://api.qifuip.com/search/new_trademark/index https://api.yunhulu.org/news/newsDetail https://api.yunhulu.org/ipPatent/getNormal https://pay.qifuip.com/pay/create https://api.yunhulu.org/ipTrademark/getNormal https://api.qifuip.com/annualFeeorderProcess/getMyConsumerOrderProcess https://api.qifuip.com/orderProcess/getNewMyConsumerOrderProcess https://api.qifuip.com/orderProcess/newList https://api.qifuip.com/live/liveConsumer/outLive https://api.qifuip.com/consumer/notification/add https://api.yunhulu.org/order/orderDetail https://api.yunhulu.org/order/orderProcess https://api.yunhulu.org/order_process/getListByConsumer https://api.yunhulu.org/annualFee/getOrganization https://api.qifuip.com/search/new_patent/detailByDocNo https://api.qifuip.com/vip/ipcr/monitoring/groupNewCount https://pay.qifuip.com/ https://api.yunhulu.org/internationalPatent/getPctPrice https://api.yunhulu.org/internationalPatent/getPctInternationalAmount http://img03.yunhulu.org/uploads/ http://img03.yunhulu.org/uploads/android/mipmap-hdpi/ http://img03.yunhulu.org/uploads/android/mipmap-xxhdpi/ https://join.huluip.com/privacypolicy/android_bj_yunhuluprivacy.html https://api.yunhulu.org/internationalPatent/parisPrice https://api.yunhulu.org/annualFeeAgencyPayment/toSale https://api.qifuip.com/mall/patent/addPviews https://api.yunhulu.org/search/enterprise/agentList https://api.qifuip.com/search/new_patent/patentAnnualFeeSearch https://api.yunhulu.org/annualFee/hasAdded https://api.yunhulu.org/ipcType/list https://api.yunhulu.org/annualFeeAgencyPayment/addCollection https://api.yunhulu.org/annualFeeAgencyPayment/getPatentCollectionList https://api.yunhulu.org/annualFeeAgencyPayment/delPatentCollection https://api.qifuip.com/mall/demand/patentList https://api.yunhulu.org/patentEntrustedPurchase/add https://api.yunhulu.org/patentEntrustedPurchase/getList https://api.qifuip.com/vip/ipcr/monitoring/patentNewList https://api.qifuip.com/vip/ipcr/monitoring/list https://api.yunhulu.org/annualFeeAgencyPayment/countIndustryData https://api.qifuip.com/mall/patent/hasCollection https://api.qifuip.com/patent/annualFeeAgencyPayment/yearCount https://api.qifuip.com/patent/annualFeeAgencyPayment/list/json https://api.yunhulu.org/annualFeeAgencyPayment/getMallList https://api.qifuip.com/patent/annualFeeAgencyPayment/list https://api.yunhulu.org/search/agent/detail https://api.qifuip.com/consumerEnterprise/list https://api.yunhulu.org/annualFeeAgencyPayment/getPatentNum https://api.qifuip.com/patent/annualFeeAgencyPayment/typeCount https://api.yunhulu.org/search/patent/index https://api.qifuip.com/mall/patent/saleList https://api.yunhulu.org/sys/dictValuePatentInternal https://api.yunhulu.org/annualFee/getPatentStandFee https://api.qifuip.com/mall/sale/patent/list https://api.yunhulu.org/pay/pingpp/create https://api.yunhulu.org/annualFeeOrder/orderList https://api.yunhulu.org/consumer/smsLogin2 https://api.yunhulu.org/nationalCity/type/1 https://api.yunhulu.org/nationalCity/type/2 https://api.qifuip.com/search/new_trademark/likeSearch https://api.qifuip.com/search/new_trademark/sameSearch https://api.qifuip.com/trademark/classes/index https://api.qifuip.com//live/liveQuestion/listByLiveId https://api.qifuip.com/other/pay/order/list https://api.yunhulu.org/contract/doContract https://pay.qifuip.com/pay/otherPay https://api.yunhulu.org/qyb/forgetPwd https://api.qifuip.com/disable/trademark/index https://api.yunhulu.org/annualFee/getList2 https://api.yunhulu.org/redPacket/getConsumerPacketNum https://api.yunhulu.org/contract/refuseContract https://api.yunhulu.org/consumer/register https://api.yunhulu.org/baike/relevantList https://api.qifuip.com/mall/demand/planList https://api.yunhulu.org/contract/retrieveContractById https://auth.qifuip.com/consumer/sendNewSmsVerifyCode https://img03.yunhulu.org/uploads/app/ https://api.qifuip.com/live/liveInfo/showLive https://api.qifuip.com/nationalCity/cityList https://api.yunhulu.org/salesman/saveSalesman https://pay.qifuip.com/pay/search/annualFeePay https://api.yunhulu.org/search/enterprise/index https://api.yunhulu.org/search/patent/keywords https://api.yunhulu.org/contract/sendContract https://api.yunhulu.org/order/sendDisclosure https://api.yunhulu.org/consumer/sendSmsVerifyCode2 https://api.yunhulu.org/consumer/sendSmsVerifyCode https://api.yunhulu.org/consumer/setPwd https://api.yunhulu.org/qyb/setPwd https://api.qifuip.com/patent/annualFeeOrder/show https://api.yunhulu.org/redPacket/sign https://api.yunhulu.org/qyb/getImg https://api.yunhulu.org/qyb/setImg https://api.yunhulu.org/trademarkSinglePrice/list https://api.yunhulu.org/annualFee/getStandYearFee https://api.yunhulu.org/contract/submitContract https://api.qifuip.com/sysMsg/lastMsg https://api.yunhulu.org/sysmsg/sysmsgList https://api.qifuip.com/sysMsg/groupCount https://api.yunhulu.org/my_trademark/toSale https://api.yunhulu.org/my_trademark/getDlzz https://api.qifuip.com/search/trademark/yearCount https://api.qifuip.com/search/trademark/typeCount https://api.qifuip.com/my/trademark/yearCount https://api.qifuip.com/my/trademark/typeCount https://api.qifuip.com/mall/sale/trademark/list https://api.qifuip.com/vip/trademark/group/add https://api.qifuip.com/vip/trademark/group/list https://api.qifuip.com/my/trademark/vipListNew https://api.qifuip.com/my/trademark/yearVipCount https://api.qifuip.com/my/trademark/typeVipCount http://img04.yunhulu.org/images/trademark/ https://api.yunhulu.org/pay/pingpp/calculationAnnualFeePay https://api.yunhulu.org/sys/patentTechnicalDisclosure https://api.qifuip.com/mall/trademark/addPviews https://api.yunhulu.org/search/trademark/getCount https://api.yunhulu.org/my_trademark/getMyTrademarkCollectionList https://api.qifuip.com/mall/demand/trademarkList https://api.qifuip.com/search/new_trademark/listByfllows https://api.yunhulu.org/my_trademark/getMallList https://api.qifuip.com/mall/trademark/saleList https://api.yunhulu.org/search/trademark_service/index https://api.yunhulu.org/trademark/trademark_type_list https://api.yunhulu.org/trademarkMadridPrice/list https://join.huluip.com/registeragree/yunhuluregister.html https://api.yunhulu.org/orderUnderLinePayment/add https://api.qifuip.com/orders/updateExtend https://api.yunhulu.org/sys/uploadPatentTechnicalDisclosure https://api.yunhulu.org/vip/consumer/updateInfo https://api.yunhulu.org/consumer/uploadHeadImg https://auth.qifuip.com/consumer/verifyImage https://api.qifuip.com/gkl/videoType/listEntity https://learn.yunhulu.org/gkl/video/download https://learn.yunhulu.org/gkl/video/getInfo https://learn.yunhulu.org/gkl/video/list https://learn.yunhulu.org/gkl/video/collection https://learn.yunhulu.org/gkl/video/cancelCollection https://learn.yunhulu.org/gkl/video/project/info https://learn.yunhulu.org/gkl/video/type/list https://api.qifuip.com/gkl/videoType/getTypeList https://api.qifuip.com/search/new_patent/verifyImage https://api.yunhulu.org/consumer/getVerifyImage?serialNum= https://api.yunhulu.org/vip/consumer/patent/getList https://pay.qifuip.com/pay/vip/annualFeePay https://api.yunhulu.org/vip/consumer/patent/getPayFeeList https://api.yunhulu.org/vip/patent/group/list https://api.yunhulu.org/vip/consumer/getInfo https://api.yunhulu.org/vip/level/list https://api.qifuip.com/vip/vipPatentGroup/list https://api.qifuip.com/patent/annualFeePayment/deleteFee https://api.qifuip.com/patent/annualFeePayment/list/json https://api.qifuip.com/patent/annualFeePayment/listFee/json https://api.qifuip.com/patent/annualFeePayment/updateTypeList https://api.qifuip.com/patent/annualFeeAgencyPayment/yearVipCount https://api.yunhulu.org/vip/consumer/patent/list https://api.qifuip.com/patent/annualFeeAgencyPayment/vipList https://api.yunhulu.org/vip/consumer/patent/getPatentNum https://api.qifuip.com/patent/annualFeeAgencyPayment/typeVipCount https://pay.qifuip.com/pay/vipPay https://api.yunhulu.org/annualFee/getWatiPayList https://pay.qifuip.com/pay/zlb/annualFeePay |
com/zhongheip/yunhulu/business/constant/Constant.java |
file://16842794 |
com/zhongheip/yunhulu/business/utils/SavePictureUtils.java |
http://join.huluip.com/vip/index.html |
com/zhongheip/yunhulu/cloudgourd/ui/activity/WebViewActivity.java |
http://join.huluip.com/AboutUs.html http://download_white.yunhulu.org |
com/zhongheip/yunhulu/cloudgourd/ui/activity/AboutUsActivity.java |
https://join.huluip.com/share/agentarea.html?uid= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/TradeMarkAgencyDetailActivity.java |
www.yunhulu.wang编辑使用 www.yunhulu.wang www.yunhulu.wang进行查看并编辑使用 |
com/zhongheip/yunhulu/cloudgourd/ui/activity/ContractModelDetailActivity.java |
https://join.huluip.com/tips.html |
com/zhongheip/yunhulu/cloudgourd/ui/activity/LogoffTipActivity.java |
http://join.huluip.com/share/?imageSrc= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/OrderFlowPictureActivity.java |
http://join.huluip.com/sign/register.html?inviteCode= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/MyQRCodeActivity.java |
https://join.huluip.com/share/agent.html?uid= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/AgentInfoActivity.java |
https://join.huluip.com/share/mall_patent.html?id= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/PatentMallDetailActivity.java |
www.chinasmem.cn |
com/zhongheip/yunhulu/cloudgourd/ui/activity/ContactUsActivity.java |
https://api.yunhulu.org/baike/detail?baike_id= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/EncyclopediasDetailActivity.java |
http://join.huluip.com/sign/register.html?inviteCode= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/InviteNewCustomerActivity.java |
http://join.huluip.com/sign/register.html?inviteCode= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/SignInActivity.java |
https://api.qifuip.com/sys/dict/listDictValueByFieldCode |
com/zhongheip/yunhulu/cloudgourd/ui/activity/QueryInfoHistoryActivity.java |
https://api.qifuip.com/sys/dict/listDictValueByFieldCode |
com/zhongheip/yunhulu/cloudgourd/ui/activity/AnnualFeeNewPayActivity.java |
https://join.huluip.com/share/agency.html?uid= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/PatentAgencyDetailActivity.java |
https://api.qifuip.com/index/ |
com/zhongheip/yunhulu/cloudgourd/ui/activity/PatentVipDetailActivity.java |
https://join.huluip.com/share/trademark.html?uid= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/TradeMarkDetailActivity.java |
https://join.huluip.com/share/mall_trademark.html?id= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/MallTMDetailActivity.java |
https://api.qifuip.com/index/ |
com/zhongheip/yunhulu/cloudgourd/ui/activity/PatentInfoActivity.java |
https://api.qifuip.com/index/ https://join.huluip.com/share/patent.html?uid= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/PatentDetailActivity.java |
https://join.huluip.com/share/live.html?id=%s&inviteCode=%s&temporaryInviteCode=%s&source=%s&headimage=%s |
com/zhongheip/yunhulu/cloudgourd/ui/activity/CameraPushMainActivity.java |
https://join.huluip.com/share/zxxq.html?id= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/InfoDetailActivity.java |
https://api.qifuip.com/index/ |
com/zhongheip/yunhulu/cloudgourd/ui/activity/PatentNewDetailActivity.java |
https://join.huluip.com/share/live.html?id=%s&inviteCode=%s&temporaryInviteCode=%s&source=%s&headimage=%s |
com/zhongheip/yunhulu/cloudgourd/ui/activity/LivePlayerMainActivity.java |
http://join.huluip.com/sign/register.html?inviteCode= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/MyInviteCustomerActivity.java |
https://join.huluip.com/share/enterprise.html?uid= |
com/zhongheip/yunhulu/cloudgourd/ui/activity/QueryCompanyInfoActivity.java |
http://join.huluip.com/partner/hehuoren.html |
com/zhongheip/yunhulu/cloudgourd/ui/fragment/MineFragment.java |
https://api.qifuip.com/sys/dict/listDictValueByFieldCode |
com/zhongheip/yunhulu/cloudgourd/ui/fragment/NewsFragment.java |
http://www.samsungapps.com/appquery/appDetail.as?appId= |
com/zhongheip/yunhulu/cloudgourd/utils/AppUpdateUtil.java |
https://license.vod2.myqcloud.com/license/v2/1307161106_1/v_cube.license |
com/zhongheip/yunhulu/cloudgourd/utils/ZhiBoUtils.java |
http://www.mob.com/about/policy/en https://api.yunhulu.org/ipPatent/getHot https://api.qifuip.com/vip/patent/monitoring/typeNewCount https://api.yunhulu.org/vip/consumer/patent/getPatentNum https://pay.qifuip.com/pay/zlb/annualFeePay https://api.qifuip.com/my/trademark/vipListNew https://api.yunhulu.org/contract/createSignPic https://api.yunhulu.org/my_trademark/getMyTrademarkCollectionList https://api.qifuip.com/vip/patent/monitoring/list https://api.qifuip.com/search/new_trademark/likeSearch https://api.yunhulu.org/consumerInvoice/save https://api.qifuip.com/mall/demand/addPatent https://api.qifuip.com//web/webBanner/showLive https://api.yunhulu.org/patent_agency/list/ https://api.yunhulu.org/agent/checkAgent https://api.yunhulu.org/consumer/uploadHeadImg https://api.yunhulu.org/internationalPatent/parisPrice https://api.qifuip.com/search/new_patent/patentAnnualFeeSearch https://api.yunhulu.org/consumer/smsLogin2 https://api.qifuip.com//local/fwHotQuestion/list/json https://api.qifuip.com/search/new_patent/verifyImage https://sy.cl2009.com//flash/accountInit/v3 https://api.qifuip.com/search/trademark/typeCount https://api.yunhulu.org/order/createOrder https://errnewlog.umeng.com/api/crashsdk/logcollect https://learn.yunhulu.org/gkl/video/download https://api.qifuip.com/mall/patent/addPviews https://api.yunhulu.org/contract/editContract https://mobilegw.alipay.com/mgw.htm https://api.yunhulu.org/consumer/forgotPwd https://api.yunhulu.org/consumer/checkHasPwd https://api.qifuip.com/patent/annualFeePayment/getAfapcfeelist https://api.qifuip.com/patent/annualFeePayment/getPayFeeList https://api.qifuip.com/news/newsRelated https://api.qifuip.com/search/new_agency/index https://pay.qifuip.com/pay/vipPay https://api.qifuip.com/consumer/notification/delete https://api.yunhulu.org/ipTrademark/getHot https://api.qifuip.com/mall/demand/clueList https://api.yunhulu.org/annualFeeAgencyPayment/delPatentCollection https://api.qifuip.com/mall/trademark/list https://api.yunhulu.org/vip/consumer/patent/getPayFeeList https://wap.cmpassport.com/resources/html/contract.html https://api.qifuip.com/consumer/cancellation/getLastInfo https://api.yunhulu.org/annualFeeOrder/delOrders https://api.yunhulu.org/order/cancelOrder https://api.qifuip.com/patent/annualFeeAgencyPayment/list/json https://api.qifuip.com/mall/trademark/delCollection https://api.qifuip.com/mall/patent/delCollection https://api.qifuip.com/vip/ipcr/monitoring/typeNewCount https://api.qifuip.com/legal/list/easemob javascript:(function() https://api.yunhulu.org/my_trademark/toSale https://api.yunhulu.org/imageType/list https://sy.cl2009.com//flash/accountInit/v4 https://api.qifuip.com/consumer/getConsumerByInvite www.yunhulu.org https://api.yunhulu.org/order/isShowContract https://api.yunhulu.org/consumer_enterprise/add https://api.yunhulu.org/annualFeeAgencyPayment/toSale https://api.qifuip.com/ https://api.qifuip.com/search/new_trademark/listByfllows https://api.yunhulu.org/order_process/getLastOrderProcess www.baidu.com https://api.qifuip.com/vip/ipcr/monitoring/groupNewCount https://learn.yunhulu.org/gkl/video/collection https://api.qifuip.com/sysMsg/lastMsg https://auth.qifuip.com/consumer/verifyImage https://api.qifuip.com//local/localService/createLive https://errnewlogos.umeng.com/api/crashsdk/logcollect https://api.yunhulu.org/baike/getBaikeInfo https://api.qifuip.com/my/trademark/yearVipCount https://api.yunhulu.org/baike/addLikeLog https://api.yunhulu.org/consumer/getImLoginInfo https://api.qifuip.com/search/new_trademark/index https://opencloud.wostore.cn/authz/resource/html/disclaimer.html?fromsdk=true https://api.qifuip.com/nationalCity/cityList https://api.qifuip.com/news/newsList https://e.189.cn/sdk/agreement/detail.do?hidetop=true https://api.yunhulu.org/consumer/consumerInfo https://api.qifuip.com/search/new_enterprise/index https://api.qifuip.com/mall/demand/addTrademark https://api.yunhulu.org/qyb/checkHasPwd https://api.qifuip.com/mall/demand/patentList https://api.yunhulu.org/salesman/saveSalesman https://api.qifuip.com/consumer/eventListener/add https://api.yunhulu.org/annualFeeOrder/orderList https://github.com/danikula/AndroidVideoCache/issues/88. https://api.yunhulu.org/patentEntrustedPurchase/add https://api.yunhulu.org/order/orderList https://api.yunhulu.org/my_trademark/applyBuy http://www.mob.com/about/policy https://join.huluip.com/privacypolicy/android_bj_yunhuluprivacy.html https://api.yunhulu.org/search/patent/getListByCompany https://api.yunhulu.org/baike/relevantList https://api.qifuip.com/search/new_trademark/sameSearch https://api.yunhulu.org/consumer/getVerifyImage?serialNum= https://api.qifuip.com/mall/patent/hasCollection https://api.qifuip.com/search/trademark/yearCount https://sy.cl2009.com/ https://graph.qq.com/oauth2.0/m_authorize?response_type=token&client_id= https://api.yunhulu.org/consumer/register https://api.yunhulu.org/order/getContractContent https://api.yunhulu.org/my_trademark/getDlzz https://api.qifuip.com/patent/annualFeePayment/exportAfapcExcel https://api.qifuip.com//live/liveInfo/checkLiveRoom javascript:window.AlipayJSBridge.callListener('h5BackAction'); https://mobilegw.alipaydev.com/mgw.htm https://api.qifuip.com/consumer/eventListenerInfo/add https://api.qifuip.com/consumer/notification/getInfo https://api.qifuip.com//live/livePraise/addPraise https://api.qifuip.com/vip/patent/monitoring/checkPatentMonitoring https://api.yunhulu.org/annualFee/createPatentAnnualFee https://video.qifuip.com/ https://api.qifuip.com/vip/vipPatentGroup/new https://api.yunhulu.org/my_trademark/getGroupNum https://api.yunhulu.org/contract/hasDo https://api.qifuip.com/newsPraise/check https://api.yunhulu.org/annualFeeAgencyPayment/getMallList https://api.qifuip.com/patent/annualFeeAgencyPayment/typeVipCount https://api.qifuip.com/mall/demand/trademarkList https://api.qifuip.com/trademark/classes/index https://api.yunhulu.org/trademark_agentarea/list/ https://api.qifuip.com/vip/trademark/group/add https://api.qifuip.com/vip/ipcr/monitoring/checkIpcrMonitoring https://wappaygw.alipay.com/home/exterfaceAssign.htm? https://api.yunhulu.org/ip_purchase/add https://api.qifuip.com/search/new_agent/index https://api.qifuip.com//live/liveInfo/check https://api.qifuip.com/mall/trademark/applyBuy https://api.yunhulu.org/order/orderDetail https://api.qifuip.com/search/new_patent/yearCount https://api.qifuip.com/search/new_trademark/yearCount https://api.yunhulu.org/sysmsg/sysmsgList 223.5.5.5 https://auth.qifuip.com/ https://api.yunhulu.org/salesman/checkSalesman https://api.yunhulu.org/annualFeePayment/getPayFeeList http://xml.apache.org/xslt}indent-amount https://api.yunhulu.org/contractTemplate/retrieveContractTemplateById https://api.yunhulu.org/agent/saveEntity https://api.yunhulu.org/qyb/getImg http://mobilegw.stable.alipay.net/mgw.htm 2.3.4.3 https://auth.qifuip.com/consumer/otfEdit https://api.qifuip.com/mall/trademark/saleList https://api.qifuip.com/spread/deviceMonitoring/new https://api.yunhulu.org/annualFeeAgencyPayment/applyBuy https://api.qifuip.com/live/liveConsumer/inLive https://api.yunhulu.org/qyb/setImg https://api.yunhulu.org/annualFeeAgencyPayment/getDetail https://api.yunhulu.org/contract/sendContract https://api.yunhulu.org/internationalPatent/getPctInternationalAmount https://github.com/danikula/AndroidVideoCache/issues/43. https://github.com/danikula/AndroidVideoCache/issues. https://api.yunhulu.org/sysmsg/sysmsgCount https://pay.qifuip.com/pay/create https://api.yunhulu.org/companyAddress/list https://api.yunhulu.org/appInvite/add https://api.yunhulu.org/order/orderProcess https://img03.yunhulu.org/ http://img04.yunhulu.org/images/trademark/ https://api.qifuip.com/live/liveMsg/createLiveMsg https://api.qifuip.com/mall/patent/myList https://api.qifuip.com//local/fwType/show https://api.qifuip.com/orders/updateExtend https://api.qifuip.com/patent/annualFeeOrder/show https://api.qifuip.com/patent/annualFeePayment/list/json https://api.yunhulu.org/consumerInvoice/list https://api.yunhulu.org/redPacket/getQuestionBank https://api.yunhulu.org/consumer/feedback https://api.yunhulu.org/annualFeeAgencyPayment/addCollection http://%s:%d/%s https://api.yunhulu.org/patent/agent_count https://api.yunhulu.org/annualFee/hasAdded https://api.qifuip.com/vip/ipcr/monitoring/yearNewCount javascript:ejsBridge.callbackPreCodeParams(' https://api.qifuip.com/nationalCity/listSearch https://api.yunhulu.org/annualFeeAgencyPayment/getPatentCollectionList https://api.yunhulu.org/consumerInvoice/delete data:image https://pay.qifuip.com/pay/search/annualFeePay https://api.yunhulu.org/consumer_enterprise/list http://www.mob.com/policy/zh https://api.yunhulu.org/search/trademark/getCount https://api.yunhulu.org/mall/patent_apply_sales/add https://api.qifuip.com/gkl/videoType/listEntity https://api.yunhulu.org/consumer/updateConsumerInfo https://store-at-dre.hispace.dbankcloud.com/hwmarket/api/ https://api.qifuip.com//local/localService/list/json https://api.yunhulu.org/baike/list https://api.yunhulu.org/contractTemplate/template2MyTemplate https://api.qifuip.com/mall/trademark/addPviews https://api.yunhulu.org/my_trademark/getBuyerTrademarkList https://api.qifuip.com/news/newsDetail https://api.qifuip.com/vip/vipPatentGroup/list https://open.e.189.cn/openapi/special/getTimeStamp.do https://api.qifuip.com/mall/patent/list https://auth.qifuip.com/consumer/sendCancellationVerifyCode https://api.qifuip.com/my/trademark/typeVipCount https://learn.yunhulu.org/gkl/video/getInfo https://h5.m.taobao.com/mlapp/olist.html https://api.qifuip.com/mall/sale/patent/list https://api.qifuip.com/consumerEnterprise/list https://pay.qifuip.com/pay/annualFeePay https://api.qifuip.com/live/liveConsumer/outLive https://api.yunhulu.org/pay/pingpp/create https://api.qifuip.com/gkl/videoType/getTypeList https://api.yunhulu.org/ipTrademark/getNormal https://api.yunhulu.org/consumer/shanyanLogin https://learn.yunhulu.org/gkl/video/project/info https://www.mob.com https://api.qifuip.com/sysMsg/groupCount https://api.qifuip.com/patent/annualFeeAgencyPayment/typeCount https://api.yunhulu.org/qyb/changePwd https://api.yunhulu.org/consumer/sendSmsVerifyCode2 https://api.yunhulu.org/order/getMyCustomerOrderList https://api.yunhulu.org/redPacket/answerQuestionBank http://www.mob.com/policy/en https://api.yunhulu.org/consumer/setPwd https://auth.qifuip.com/consumer/getNewVerifyImage https://api.qifuip.com//sys/dict/getDictValueById https://auth.qifuip.com/consumer/forgetPassword https://api.qifuip.com//local/fwHotQuestion/list https://api.qifuip.com//search/new_patent/getHasPay https://api.qifuip.com/my/trademark/typeCount https://api.qifuip.com/other/pay/order/list https://img03.yunhulu.org/apk/bj_yunhulu.apk https://auth.qifuip.com/consumer/login https://api.yunhulu.org/annualFee/getAnnualFeeAmount javascript:window.prompt(' http://qzs.qq.com/open/mobile/login/qzsjump.html?sdkv=3.3.0.lite&display=mobile https://api.qifuip.com//live/liveQuestion/listByLiveId https://api.yunhulu.org/pay/order/annualFeePay https://api.yunhulu.org/news_comment/addPraise https://api.qifuip.com/live/liveInfo/endLiveRoom https://api.yunhulu.org/redPacket/getConsumerPacketNum https://api.yunhulu.org/order/sendDisclosure http://img03.yunhulu.org/uploads/android/mipmap-hdpi/ https://api.yunhulu.org/order/createSignPic https://api.yunhulu.org/vip/consumer/getInfo https://api.yunhulu.org/my_trademark/getDetail https://api.qifuip.com/live/liveIntroduce/showIntroduce https://api.qifuip.com/my/trademark/getList https://api.yunhulu.org/redPacket/sign https://api.qifuip.com/mall/patent/add https://api.qifuip.com/patent/annualFeeAgencyPayment/yearVipCount https://api.yunhulu.org/annualFee/deleteByIds https://api.yunhulu.org/order/createNewContract https://api.qifuip.com/mall/patent/saleList https://api.qifuip.com/banner/bannerList https://api.yunhulu.org/news/newsDetail https://api.yunhulu.org/annualFeeAgencyPayment/countNum https://api.qifuip.com/my/trademark/yearCount https://api.yunhulu.org/news_comment/commentList https://api.qifuip.com/news/forward https://learn.yunhulu.org/gkl/video/cancelCollection https://api.yunhulu.org/bussinessApplication/checkHasRecord https://api.weixin.qq.com/sns/userinfo https://api.qifuip.com/mall/trademark/buyerList https://api.qifuip.com/mall/sale/trademark/list https://sysdk.cl2009.com//flash/fdr/v3 https://api.qifuip.com/vip/trademark/group/list https://api.yunhulu.org/search/trademark_service/index https://api.qifuip.com/sys/dict/getInfo https://pay.qifuip.com/pay/otherPay https://api.qifuip.com/vip/patent/monitoring/groupNewCount https://api.qifuip.com/trademark/classes/crossList https://api.qifuip.com/web/webBanner/show https://api.qifuip.com/mall/patent/countIndustryData https://api.qifuip.com/search/new_agentarea/index https://graph.qq.com/oauth2.0/me https://api.yunhulu.org/consumer/changePwd https://api.qifuip.com/patent/annualFeeOrder/add https://api.yunhulu.org/consumer/invite/add https://api.qifuip.com/mall/demand/addPlan https://api.yunhulu.org/sys/configInfo javascript:CMBLS.cmbKeyboard.failCallback(' https://api.qifuip.com/sys/dict/listDictValueByFieldCode https://api.yunhulu.org/annualFee/getDetail https://api.qifuip.com/vip/ipcr/monitoring/list https://api.qifuip.com/mall/trademark/myList https://api.yunhulu.org/qyb/forgetPwd https://api.yunhulu.org/vip/consumer/patent/getList https://pay.qifuip.com/pay/vip/annualFeePay https://api.yunhulu.org/my_trademark/delMyTrademark https://api.qifuip.com/patent/annualFeePayment/update https://api.yunhulu.org/search/enterprise/agentList javascript:CMBLS.cmbKeyboard.successCallback(' https://api.yunhulu.org/vip/patent/group/list https://api.yunhulu.org/annualFee/getWatiPayList https://img03.yunhulu.org/uploads/ https://api.yunhulu.org/contract/delWillDoContract https://learn.yunhulu.org/ https://learn.yunhulu.org/gkl/video/type/list https://api.qifuip.com/orderProcess/customerList https://api.qifuip.com/vip/ipcr/monitoring/patentNewList https://api.qifuip.com/patent/annualFeeOrder/list https://store.hispace.hicloud.com/hwmarket/api/ https://api.yunhulu.org/ https://api.yunhulu.org/order/getNewContractContent https://api.qifuip.com/patent/annualFeePayment/updateTypeList https://api.yunhulu.org/annualFeeAgencyPayment/getList https://api.yunhulu.org/pay/pingpp/calculationAnnualFeePay https://auth.wosms.cn/html/oauth/protocol2.html https://api.yunhulu.org/annualFee/getAlgorithm https://api.qifuip.com/mall/demand/planList https://api.weixin.qq.com/sns/oauth2/access_token https://api.yunhulu.org/contract/willDo https://api.yunhulu.org/ip_purchase/hasRecord https://api.qifuip.com/annualFeeorderProcess/getMyConsumerOrderProcess https://api.qifuip.com/vip/level/list http://img03.yunhulu.org/uploads/android/mipmap-xxhdpi/ https://api.yunhulu.org/order/getContract https://api.yunhulu.org/sysmsg/delete http://mobilegw.aaa.alipay.net/mgw.htm https://api.yunhulu.org/redPacket/getCurrWeekDay https://api.yunhulu.org/search/agent/detail https://api-e189.21cn.com/gw/client/accountMsg.do https://api.yunhulu.org/consumer/getInviteCount https://api.qifuip.com/live/liveInfo/createLiveRoom https://api.qifuip.com/mall/trademark/getGroupNum https://api.qifuip.com/newsPraise/new http://img03.yunhulu.org/uploads/ https://api.yunhulu.org/sys/patentTechnicalDisclosure https://graph.qq.com/user/get_simple_userinfo https://api.qifuip.com/mall/patent/collectionList https://api.yunhulu.org/patent/data_count https://api.qifuip.com/consumer/notification/add https://api.qifuip.com/baidu/map/info https://api.qifuip.com/mall/trademark/collectionList https://api.yunhulu.org/annualFee/getOrganization https://api.qifuip.com/search/new_patent/typeCount https://api.qifuip.com//local/serviceType/list https://api.yunhulu.org/sys/uploadPatentTechnicalDisclosure https://api.yunhulu.org/annualFee/getPatentStandFee https://api.qifuip.com/patent/annualFeePayment/listFee/json https://api.qifuip.com//live/liveInfo/checkLive https://api.qifuip.com/mall/patent/buyerList https://auth.qifuip.com/consumer/smsRegister https://api.yunhulu.org/annualFee/addTo https://api.yunhulu.org/bussinessApplication/addBussinessApplication https://api.qifuip.com/search/new_patent/getNewVerifyImage https://api.weixin.qq.com/sns/oauth2/refresh_token https://api.yunhulu.org/my_trademark/getMallList https://api.yunhulu.org/contractTemplate/retrieveContractTemplate https://developer.umeng.com/docs/119267/detail/182050 https://api.yunhulu.org/orderUnderLinePayment/add https://api.yunhulu.org/search/patent/keywords https://api.yunhulu.org/contract/submitContract https://api.qifuip.com/mall/patent/addCollection https://api.qifuip.com/search/new_trademark/typeCount https://api.qifuip.com/mall/trademark/add https://api.qifuip.com/newsBanner/show https://api.yunhulu.org/order_process/getListByConsumer https://api.yunhulu.org/vip/level/list https://api.yunhulu.org/trademarkSinglePrice/list https://api.qifuip.com/vip/patent/monitoring/yearNewCount https://pay.qifuip.com/ https://api.yunhulu.org/consumerInviteApply/addData https://api.yunhulu.org/pay/pingpp/annualFeePay https://api.qifuip.com/search/new_patent/detailByDocNo https://api.yunhulu.org/nationalCity/type/1 http://mobilegw-1-64.test.alipay.net/mgw.htm https://api.qifuip.com/vip/patent/monitoring/patentNewList https://api.yunhulu.org/sys/dictValueList https://api.qifuip.com/orderProcess/newList https://api.yunhulu.org/search/patent/patentList https://api.qifuip.com/mall/patent/applyBuy https://img04.yunhulu.org/images/agent/ https://api.yunhulu.org/search/trademark/searchBySqr https://api.yunhulu.org/my_trademark/addCollection https://api.yunhulu.org/order/getMyConsumerOrderProcess https://api.qifuip.com/search/new_enterprise/detail https://api.qifuip.com//local/fwType/list https://api.qifuip.com/orderProcess/getNewMyConsumerOrderProcess https://api.yunhulu.org/calculation/amount https://api.qifuip.com/patent/annualFeeAgencyPayment/yearCount https://api.yunhulu.org/news_comment/addComment https://api.yunhulu.org/vip/consumer/patent/list https://api.qifuip.com/mall/trademark/hasCollection https://api.qifuip.com/patent/annualFeePayment/delete https://api.yunhulu.org/search/patent/index https://api.qifuip.com/claimRecord/add https://api.qifuip.com/disable/trademark/index https://sysdk.cl2009.com/ https://api.yunhulu.org/patentEntrustedPurchase/getList https://api.yunhulu.org/order/getMyConsumerOrderContract https://api.qifuip.com/trademarkEntrustedPurchase/add https://api.yunhulu.org/annualFee/getStandYearFee https://api.qifuip.com/consumer/cancellation/save https://api.qifuip.com/consumer/getEasemobConsumer https://api.yunhulu.org/consumer/sendSmsVerifyCode https://api.yunhulu.org/baike/addEditView http://ns.adobe.com/xap/1.0/ https://api.yunhulu.org/search/enterprise/complementSearch https://api.yunhulu.org/annualFeePayment/getList 255.255.255.255 https://api.yunhulu.org/search/enterprise/index http://CMBLS/ https://api.yunhulu.org/my_trademark/add https://api.yunhulu.org/trademark/trademark_type_list 224.0.0.1 https://learn.yunhulu.org/gkl/video/list https://api.qifuip.com/vip/ipcr/monitoring/add https://graph.qq.com https://api.yunhulu.org/annualFee/getList https://api.yunhulu.org/yearfee/yearfeeList https://auth.qifuip.com/consumer/addSendNoSms https://api.qifuip.com/search/new_patent/getAnnualFeeByPatentNo https://api.qifuip.com/vip/patent/monitoring/add https://api.yunhulu.org/orderContracts/getContractList https://api.yunhulu.org/my_trademark/countNum https://img03.yunhulu.org/uploads/app/ https://api.yunhulu.org/nationalCity/list https://api.qifuip.com/mall/trademark/addCollection https://api.qifuip.com//local/serviceType/list/json https://api.qifuip.com/newsPraise/delect https://auth.qifuip.com/consumer/sendForgetSmsCode https://api.qifuip.com/search/new_patent/index https://api.yunhulu.org/contract/doContract https://api.yunhulu.org/consumerInviteApply/hasApply https://api.yunhulu.org/trademarkMadridPrice/list https://api.yunhulu.org/vip/consumer/updateInfo https://api.qifuip.com//local/fwType/listFwInfoUrl https://api.yunhulu.org/internationalPatent/getPctPrice https://api.qifuip.com/trademarkEntrustedPurchase/getList https://api.qifuip.com/patent/annualFeePayment/add https://api.yunhulu.org/ipcType/list https://auth.qifuip.com/consumer/sendNewSmsVerifyCode https://api.qifuip.com/mall/demand/addPviews https://api.yunhulu.org/ipPatent/getNormal https://api.qifuip.com//local/fwType/list/json https://api.yunhulu.org/annualFeeAgencyPayment/countIndustryData https://api.yunhulu.org/annualFeeAgencyPayment/getBuyerPatentList https://api.yunhulu.org/contract/retrieveContractById https://github.com/danikula/AndroidVideoCache/issues/134. https://api.yunhulu.org/sys/dictValuePatentInternal https://api.qifuip.com/mall/demand/myTrademarkList https://api.qifuip.com/live/liveInfo/showLive https://api.yunhulu.org/vip/patent/group/add https://api.yunhulu.org/consumer/forgetSms https://api.yunhulu.org/qyb/setPwd https://api.yunhulu.org/order/checkSignInfo http://m.alipay.com/?action=h5quit https://api.qifuip.com/patent/annualFeeAgencyPayment/vipList https://api.yunhulu.org/annualFee/getList2 https://appgallery.cloud.huawei.com https://api.yunhulu.org/baike/addData javascript:ejsBridge.callbackPreCode(' https://api.qifuip.com//orders/createOrder https://auth.qifuip.com/consumer/p2rpEdit https://api.qifuip.com//search/new_patent/getNeedPay https://api.yunhulu.org/search/enterprise/detail https://api.qifuip.com/mall/demand/myPatentList https://api.yunhulu.org/contract/refuseContract https://api.qifuip.com/patent/annualFeePayment/deleteFee https://mclient.alipay.com/home/exterfaceAssign.htm? https://mcgw.alipay.com/sdklog.do https://join.huluip.com/registeragree/yunhuluregister.html https://api.qifuip.com/mall/demand/addClue http://app.qq.com/detail/com.tencent.mobileqq?autodownload=1&norecommend=1&rootvia=opensdk https://api.qifuip.com/patent/annualFeeAgencyPayment/list https://api.yunhulu.org/annualFeeAgencyPayment/getPatentNum https://api.yunhulu.org/order/getMyConsumerOrderDetail https://api.yunhulu.org/nationalCity/type/2 https://api.yunhulu.org/my_trademark/delMyTrademarkCollection |
自研引擎分析结果 |
https://itsmap3.baidu.com/ https://mapoffdownload.bdstatic.com/ https://offmap2.baidu.com/offline-search/? https://vectormap0.bdimg.com/vecdata/ |
lib/arm64-v8a/libBaiduMapSDK_map_v6_1_0.so |
Firebase配置检测
邮箱地址提取
源码文件 | |
---|---|
danikula@gmail.com |
com/danikula/videocache/HttpUrlSource.java |
danikula@gmail.com |
自研引擎分析结果 |
第三方追踪器
名称 | 类别 | 网址 |
---|---|---|
Huawei Mobile Services (HMS) Core | Analytics, Advertisement, Location | https://reports.exodus-privacy.eu.org/trackers/333 |
Umeng Analytics | https://reports.exodus-privacy.eu.org/trackers/119 | |
Yueying Crash SDK | Crash reporting, Analytics | https://reports.exodus-privacy.eu.org/trackers/448 |
敏感凭证泄露
活动列表
显示所有 343 个 activities
服务列表
显示 11 个 services
内容提供者列表
显示 12 个 providers
第三方SDK
SDK名称 | 开发者 | 描述信息 |
---|---|---|
MSA SDK | 移动安全联盟 | 移动智能终端补充设备标识体系统一调用 SDK 由中国信息通信研究院泰尔终端实验室、移动安全联盟整合提供,知识产权归中国信息通信研究院所有。 |
岳鹰全景监控 | Alibaba | 岳鹰全景监控,是阿里 UC 官方出品的先进移动应用线上监控平台,为多家知名企业提供服务。 |
极光认证 SDK | 极光 | 极光认证整合了三大运营商的网关认证能力,为开发者提供了一键登录和号码认证功能,优化用户注册/登录、号码验证的体验,提高安全性。 |
银联 SDK | 银联 | 银联在线支付网关是中国银联联合各商业银行为持卡人提供的集成化、综合性互联网支付工具,主要支持输入卡号付款、用户登录支付、网银支付、迷你付(IC 卡支付)等多种支付方式,为持卡人提供境内外网上购物、水电煤缴费、商旅预订等支付服务。 |
环信 IM | 环信 | 环信即时通讯云为开发者提供基于移动互联网的即时通讯能力,如单聊、群聊、发语音、发图片、发位置、实时音频、实时视频等,让开发者摆脱繁重的移动 IM 通讯底层开发,24 小时即可让 App 拥有稳定健壮的内置 IM 能力。 |
腾讯云短视频 SDK | Tencent | 腾讯云点播推出了短视频一站式解决方案,覆盖了视频生成、上传、处理、分发和播放在内的各个环节,帮助用户以最快速度实现短视频应用的上线。 |
Ping++ SDK | Ping++ | Ping++ 是一种全新的移动支付接入方式。通过使用 Ping++ 提供的 SDK,你的产品可以同时支持目前主流的多种支付渠道。同时 Ping++ 还提供交易管理平台,方便你统一管理所有支付渠道中的交易,有效降低你的前期开发和后期管理成本。 |
android-gif-drawable | koral-- | android-gif-drawable 是在 Android 上显示动画 GIF 的绘制库。 |
RenderScript | Android | RenderScript 是用于在 Android 上以高性能运行计算密集型任务的框架。RenderScript 主要用于数据并行计算,不过串行工作负载也可以从中受益。RenderScript 运行时可在设备上提供的多个处理器(如多核 CPU 和 GPU)间并行调度工作。这样您就能够专注于表达算法而不是调度工作。RenderScript 对于执行图像处理、计算摄影或计算机视觉的应用来说尤其有用。 |
闪验 SDK | 创蓝云智 | 闪验整合三大运营商,支持国内三网手机号段,Android/iOS 手机,可通过一键获取用户手机号的 SDK 产品,建立以手机号码作为去中心化的开放账号体系,提升注册转换效率的必备功能。 |
SoundTouch | Olli Parviainen | SoundTouch 是开源音频处理库,用于更改音频流或音频文件的节奏、音调和播放速度,以及较准确地估计音轨的 BPM。 |
SQLite | SQLite | SQLite 是遵守 ACID 的关系数据库管理系统,它包含在一个相对小的 C 程序库中。与许多其它数据库管理系统不同, SQLite 不是一个客户端/服务器结构的数据库引擎,而是被集成在用户程序中。 SQLite 遵守 ACID ,实现了大多数 SQL 标准。它使用动态的、弱类型的 SQL 语法。 |
腾讯云实时音视频 | Tencent | 腾讯实时音视频(Tencent Real-Time Communication,TRTC),将腾讯 21 年来在网络与音视频技术上的深度积累,以多人音视频通话和低延时互动直播两大场景化方案,通过腾讯云服务向开发者开放,致力于帮助开发者快速搭建低成本、低延时、高品质的音视频互动解决方案。 |
移动统计分析 | Umeng | U-App 作为一款专业、免费的移动统计分析产品。在日常业务中帮您解决多种数据相关问题,如数据采集与管理、业务监测、用户行为分析、App 稳定性监控及实现多种运营方案等。助力互联网企业充分挖掘用户行为数据价值,找到产品更新迭代方向,实现精细化运营,全面提升业务增长效能。 |
招商银行 SDK | CMB | 为保证用户输入支付密码时的输入安全,招行自主开发了安全输入键盘,以 SDK 形式供商户集成到 APP 中,配合招行一网通支付使用,保护用户的密码安全。分为 Android 版和 iOS 版。 |
ShareSDK | MobClub | ShareSDK 是全球最流行的应用和手机游戏社交 SDK !到目前为止,我们已经支持了几十万名客户。 ShareSDK 可以轻松支持世界上40多个社交平台的第三方登录、分享和与好友列表操作。短短几个小时,这个小程序包将使您的应用程序完全社会化! 想在中国社交平台上发布你的应用吗?这可能是你最好的选择! |
支付宝 SDK | Alipay | 支付宝开放平台基于支付宝海量用户,将强大的支付、营销、数据能力,通过接口等形式开放给第三方合作伙伴,帮助第三方合作伙伴创建更具竞争力的应用。 |
AndroidUtilCode | Blankj | AndroidUtilCode 是一个强大易用的安卓工具类库,它合理地封装了安卓开发中常用的函数,具有完善的 Demo 和单元测试,利用其封装好的 APIs 可以大大提高开发效率。 |
移动号码认证 | 中国移动 | 号码认证能力提供一键登录、本机号码校验服务。 |
HMS Core | Huawei | HMS Core 是华为终端云服务提供的端、云开放能力的合集,助您高效构建精品应用。 |
Huawei Push | Huawei | 华为推送服务(HUAWEI Push Kit)是华为为开发者提供的消息推送平台,建立了从云端到终端的消息推送通道。开发者通过集成 HUAWEI Push Kit 可以实时推送消息到用户终端应用,构筑良好的用户关系,提升用户的感知度和活跃度。 |
HMS Update | Huawei | 用于 HMS SDK 引导升级 Huawei Mobile Services(APK),提供给系统安装器读取升级文件。 |
ZXing Android Embedded | JourneyApps | Barcode scanning library for Android, using ZXing for decoding. |
vivo Push | vivo | vivo 推送是 Funtouch OS 上系统级消息推送平台,帮助开发者在 vivo 平台有效提升活跃和留存。通过和系统的深度结合,建立稳定可靠、安全可控、高性能的消息推送服务,帮助不同行业的开发者挖掘更多的运营价值。 |
MiPush | Xiaomi | 小米消息推送服务在 MIUI 上为系统级通道,并且全平台通用,可以为开发者提供稳定、可靠、高效的推送服务。 |
EasyPermissions | EasyPermissions 是一个包装器库,用于简化针对 Android M 或更高版本的基本系统权限逻辑。 | |
Jetpack Lifecycle | 生命周期感知型组件可执行操作来响应另一个组件(如 Activity 和 Fragment)的生命周期状态的变化。这些组件有助于您写出更有条理且往往更精简的代码,这样的代码更易于维护。 | |
File Provider | Android | FileProvider 是 ContentProvider 的特殊子类,它通过创建 content://Uri 代替 file:///Uri 以促进安全分享与应用程序关联的文件。 |
AppGallery Connect | Huawei | 为开发者提供移动应用全生命周期服务,覆盖全终端全场景,降低开发成本,提升运营效率,助力商业成功。 |
HMS Core AAID | Huawei | 华为推送服务开放能力合集提供的匿名设备标识(AAID) 实体类与令牌实体类包。异步方式获取的 AAID 与令牌通过此包中对应的类承载返回。 |
Jetpack Media | 与其他应用共享媒体内容和控件。已被 media2 取代。 | |
OPPO Push | OPPO | OPPO PUSH 是 ColorOS 上的系统级通道,为开发者提供稳定,高效的消息推送服务。 |
污点分析
当apk较大时,代码量会很大,造成数据流图(ICFG)呈现爆炸式增长,所以该功能比较耗时,请先喝杯咖啡,耐心等待……规则名称 | 描述信息 | 操作 |
---|---|---|
病毒分析 | 使用安卓恶意软件常用的API进行污点分析 | 开始分析 |
漏洞挖掘 | 漏洞挖掘场景下的污点分析 | 开始分析 |
隐私合规 | 隐私合规场景下的污点分析:组件内污点传播、组件间污点传播、组件与库函数之间的污点传播 | 开始分析 |
密码分析 | 分析加密算法是否使用常量密钥、静态初始化的向量(IV)、加密模式是否使用ECB等 | 开始分析 |
Callback | 因为Android中系统级的Callback并不会出现显式地进行回调方法的调用,所以如果需要分析Callback方法需要在声明文件中将其声明,这里提供一份AndroidCallbacks.txt文件,里面是一些常见的原生回调接口或类,如果有特殊接口需求,可以联系管理员 | 开始分析 |