导航菜单

应用安全检测报告

应用安全检测报告,支持文件搜索、内容检索和AI代码分析

移动应用安全检测报告

应用图标

泡泡IM v1.0.6

Android APK 82546241...
41
安全评分

安全基线评分

41/100

中风险

综合风险等级

风险等级评定
  1. A
  2. B
  3. C
  4. F

应用存在一定安全风险,建议优化

漏洞与安全项分布

7 高危
15 中危
1 信息
2 安全

隐私风险评估

0
第三方跟踪器

隐私安全
未检测到第三方跟踪器


检测结果分布

高危安全漏洞 7
中危安全漏洞 15
安全提示信息 1
已通过安全项 2
重点安全关注 5

高危安全漏洞 Activity (io.dcloud.PandoraEntry) 易受 StrandHogg 2.0 攻击

检测到 Activity 存在 StrandHogg 2.0 任务劫持漏洞。攻击者可将恶意 Activity 置于易受攻击应用的任务栈顶部,使应用极易成为钓鱼攻击目标。可通过将启动模式设置为 "singleInstance" 并将 taskAffinity 设为空(taskAffinity=""),或将应用的 target SDK 版本(28)升级至 29 及以上,从平台层面修复该漏洞。

高危安全漏洞 Activity (io.dcloud.PandoraEntryActivity) 的启动模式非 standard

Activity 启动模式设置为 "singleTask" 或 "singleInstance" 时,可能成为根 Activity,导致其他应用可读取调用 Intent 内容。涉及敏感信息时应使用 "standard" 启动模式。

高危安全漏洞 Activity (com.igexin.sdk.PushActivity) 易受 StrandHogg 2.0 攻击

检测到 Activity 存在 StrandHogg 2.0 任务劫持漏洞。攻击者可将恶意 Activity 置于易受攻击应用的任务栈顶部,使应用极易成为钓鱼攻击目标。可通过将启动模式设置为 "singleInstance" 并将 taskAffinity 设为空(taskAffinity=""),或将应用的 target SDK 版本(28)升级至 29 及以上,从平台层面修复该漏洞。

高危安全漏洞 Activity (com.igexin.sdk.GActivity) 易受 StrandHogg 2.0 攻击

检测到 Activity 存在 StrandHogg 2.0 任务劫持漏洞。攻击者可将恶意 Activity 置于易受攻击应用的任务栈顶部,使应用极易成为钓鱼攻击目标。可通过将启动模式设置为 "singleInstance" 并将 taskAffinity 设为空(taskAffinity=""),或将应用的 target SDK 版本(28)升级至 29 及以上,从平台层面修复该漏洞。

高危安全漏洞 Activity (io.dcloud.WebAppActivity) 的启动模式非 standard

Activity 启动模式设置为 "singleTask" 或 "singleInstance" 时,可能成为根 Activity,导致其他应用可读取调用 Intent 内容。涉及敏感信息时应使用 "standard" 启动模式。

高危安全漏洞 Activity (com.igexin.sdk.GetuiActivity) 易受 StrandHogg 2.0 攻击

检测到 Activity 存在 StrandHogg 2.0 任务劫持漏洞。攻击者可将恶意 Activity 置于易受攻击应用的任务栈顶部,使应用极易成为钓鱼攻击目标。可通过将启动模式设置为 "singleInstance" 并将 taskAffinity 设为空(taskAffinity=""),或将应用的 target SDK 版本(28)升级至 29 及以上,从平台层面修复该漏洞。

高危安全漏洞 应用程序使用带PKCS5/PKCS7填充的加密模式CBC。此配置容易受到填充oracle攻击。

应用程序使用带PKCS5/PKCS7填充的加密模式CBC。此配置容易受到填充oracle攻击。
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4

Files:
com/zx/a/I8b7/f1.java, line(s) 160
com/zx/a/I8b7/t.java, line(s) 18

中危安全漏洞 应用已启用明文网络流量

[android:usesCleartextTraffic=true]
应用允许明文网络流量(如 HTTP、FTP 协议、DownloadManager、MediaPlayer 等)。API 级别 27 及以下默认启用,28 及以上默认禁用。明文流量缺乏机密性、完整性和真实性保护,攻击者可窃听或篡改传输数据。建议关闭明文流量,仅使用加密协议。

中危安全漏洞 Activity (com.igexin.sdk.PushActivity) 未受保护。

[android:exported=true]
检测到  Activity 已导出,未受任何权限保护,任意应用均可访问。

中危安全漏洞 Activity 设置了 TaskAffinity 属性

(com.igexin.sdk.GActivity)
设置 taskAffinity 后,其他应用可读取发送至该 Activity 的 Intent。为防止敏感信息泄露,建议保持默认 affinity(包名)。

中危安全漏洞 Activity (com.igexin.sdk.GActivity) 未受保护。

[android:exported=true]
检测到  Activity 已导出,未受任何权限保护,任意应用均可访问。

中危安全漏洞 Service (com.igexin.sdk.GTIntentService) 未受保护。

[android:exported=true]
检测到  Service 已导出,未受任何权限保护,任意应用均可访问。

中危安全漏洞 Service (com.igexin.sdk.GService) 未受保护。

[android:exported=true]
检测到  Service 已导出,未受任何权限保护,任意应用均可访问。

中危安全漏洞 Activity (com.igexin.sdk.GetuiActivity) 未受保护。

[android:exported=true]
检测到  Activity 已导出,未受任何权限保护,任意应用均可访问。

中危安全漏洞 应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据

应用程序可以读取/写入外部存储器,任何应用程序都可以读取写入外部存储器的数据
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#external-storage

Files:
com/dmcbig/mediapicker/utils/FileUtils.java, line(s) 23,24,26,58,118
com/nostra13/dcloudimageloader/utils/StorageUtils.java, line(s) 21,43,43,52
com/tencent/ugc/TXVideoEditer.java, line(s) 1595

中危安全漏洞 MD5是已知存在哈希冲突的弱哈希

MD5是已知存在哈希冲突的弱哈希
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4

Files:
com/nostra13/dcloudimageloader/cache/disc/naming/Md5FileNameGenerator.java, line(s) 14
com/zx/a/I8b7/i0.java, line(s) 260

中危安全漏洞 应用程序创建临时文件。敏感信息永远不应该被写进临时文件

应用程序创建临时文件。敏感信息永远不应该被写进临时文件


Files:
com/dmcbig/mediapicker/TakePhotoActivity.java, line(s) 25
com/dmcbig/mediapicker/utils/FileUtils.java, line(s) 34

中危安全漏洞 应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库

应用程序使用SQLite数据库并执行原始SQL查询。原始SQL查询中不受信任的用户输入可能会导致SQL注入。敏感信息也应加密并写入数据库
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04h-Testing-Code-Quality.md#injection-flaws-mstg-arch-2-and-mstg-platform-2

Files:
com/zx/a/I8b7/a.java, line(s) 4,5,22
com/zx/a/I8b7/u3.java, line(s) 5,55,61

中危安全漏洞 文件可能包含硬编码的敏感信息,如用户名、密码、密钥等

文件可能包含硬编码的敏感信息,如用户名、密码、密钥等
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#checking-memory-for-sensitive-data-mstg-storage-10

Files:
com/hjq/permissions/StartActivityManager.java, line(s) 9
com/tencent/ugc/MediaExtractorWrapper.java, line(s) 123,135,147

中危安全漏洞 应用程序使用不安全的随机数生成器

应用程序使用不安全的随机数生成器
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#weak-random-number-generators

Files:
com/hjq/permissions/PermissionFragment.java, line(s) 15

中危安全漏洞 SHA-1是已知存在哈希冲突的弱哈希

SHA-1是已知存在哈希冲突的弱哈希
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x04g-Testing-Cryptography.md#identifying-insecure-andor-deprecated-cryptographic-algorithms-mstg-crypto-4

Files:
com/zx/a/I8b7/a1.java, line(s) 349

中危安全漏洞 此应用可能包含硬编码机密信息

从应用程序中识别出以下机密确保这些不是机密或私人信息
卓信ID-SDK的=> "ZX_CHANNEL_ID" : "C01-GEztJH0JLdBC"
DCLOUD的 "DCLOUD_STREAMAPP_CHANNEL" : "com.popoim|__UNI__5090621|126814190811|"
卓信ID-SDK的=> "ZX_APPID_GETUI" : "913e6a50-c3b6-4989-8ac6-1ecb53649be3"
个推–推送服务的=> "PUSH_APPKEY" : "DC5C797W5CAaHOUDtBLTw9"
DCLOUD的 "AD_ID" : "126814190811"
个推–推送服务的=> "GETUI_APPID" : "vc6PFTd2I38zdGqOEGFcD"
DCLOUD的 "APPID" : "__UNI__5090621"
个推–推送服务的=> "PUSH_APPID" : "vc6PFTd2I38zdGqOEGFcD"
DCLOUD的 "ApplicationId" : "com.popoim"
个推–推送服务的=> "PUSH_APPSECRET" : "89Cn7NtMqa76fDvKdxjdE6"
"dcloud_permissions_reauthorization" : "reauthorize"
Y29tLmFzdXMubXNhLlN1cHBsZW1lbnRhcnlESUQ=
BXR/YZEsZikKgydkACAIi9ZlpwlaFcVU0svFCdqK+9k=
Y29tLmFzdXMubXNhLlN1cHBsZW1lbnRhcnlESUQuSURpZEFpZGxJbnRlcmZhY2U=
168d4597b40d3bf52ec4f40f83e441418
Y29tLmFzdXMubXNhLlN1cHBsZW1lbnRhcnlESUQuU3VwcGxlbWVudGFyeURJRFNlcnZpY2U=
cm9vbTovL2Nsb3VkLnRlbmNlbnQuY29tL3J0Yw==
Y29tLmFzdXMubXNhLmFjdGlvbi5BQ0NFU1NfRElE
03926990816987241548078304229099

安全提示信息 应用程序记录日志信息,不得记录敏感信息

应用程序记录日志信息,不得记录敏感信息
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05d-Testing-Data-Storage.md#logs

Files:
androidtranscoder/MediaTranscoder.java, line(s) 75,152,185,72,69
androidtranscoder/engine/MediaTranscoderEngine.java, line(s) 46,54,186,216
androidtranscoder/engine/QueuedMuxer.java, line(s) 108,110,118
androidtranscoder/engine/TextureRender.java, line(s) 49,61,62,77,80,98
androidtranscoder/format/ExportPreset960x540Strategy.java, line(s) 23
com/bun/miitmdid/core/MdidSdkHelper.java, line(s) 57,63
com/bun/miitmdid/core/Utils.java, line(s) 72,75,35,41,46
com/dmcbig/mediapicker/PreviewActivity.java, line(s) 248
com/tencent/live2/impl/V2TXLivePusherImpl.java, line(s) 418,33,43
com/tencent/live2/impl/V2TXLiveUtils.java, line(s) 160,18,21
com/tencent/live2/impl/a.java, line(s) 49
com/tencent/trtc/TRTCCloud.java, line(s) 295
com/tencent/ugc/GlobalContextManager.java, line(s) 45,58,75
com/tencent/ugc/MP4Writer.java, line(s) 45,54,63,68,73,78,85,94,124,80,105,107,115,117
com/tencent/ugc/MediaExtractorWrapper.java, line(s) 123,135,147,196,31,56,160,211,217,155,177
com/tencent/ugc/RemuxJoiner.java, line(s) 81,38,46,40,57,66,75,88
com/tencent/ugc/TXUGCRecord.java, line(s) 132,140,148,156,164,172,180,188,196,204,212,220,228,236,244,253,262,271,280,289,298,307,316,325
com/tencent/ugc/TXVideoEditer.java, line(s) 307,356,365,387,405,429,442,455,471,488,496,501,537,550,563,576,589,602,616,631,645,659,673,691,713,727,751,767,780,794,807,820,1423,1597,1615,1622,1628,209,260,279,301,350,372,381,394,415,436,449,464,479,491,544,557,570,583,596,610,624,639,653,667,680,703,721,735,761,774,788,801,814,827,836,849,863,877,882,904,919,966,984,1021,1027,1030,1061,1104,1118,1132,1137,1161,1173,1183,1193,1203,1213,1264,1286,1308,1342,1351,1356,1364,1369,1429,1463,1471,1482,1508,1559,1569,1585,1710,162,216,526,1640,1657
com/tencent/ugc/TXVideoInfoReader.java, line(s) 67,73,125,178,62,81,87,181,200,204,218,239,256,274,158,162,173,189,193,252
com/tencent/ugc/TXVideoJoiner.java, line(s) 125,232,325,134,138,151,156,181,193,205,210,220,225,230,242,249,290,307,323,359,369,396,287
com/tencent/ugc/UGCAudioProcessor.java, line(s) 327,318
com/tencent/ugc/UGCCombineFrameFilter.java, line(s) 59
com/tencent/ugc/UGCCombineProcessor.java, line(s) 46,24
com/tencent/ugc/UGCImageProvider.java, line(s) 192,206,242,67,78,98,116,127,150,81,169
com/tencent/ugc/UGCLicenseChecker.java, line(s) 28,25
com/tencent/ugc/UGCMediaListSource.java, line(s) 109,122,165,189,201,401,413,430,449,463,495,516,621,637,665,689,709,817,925,112,998,1035
com/tencent/ugc/UGCMultiFileAudioFrameProvider.java, line(s) 42
com/tencent/ugc/UGCMultiFilePixelFrameProvider.java, line(s) 57
com/tencent/ugc/UGCRecorderJni.java, line(s) 693,478
com/tencent/ugc/UGCSingleFileAudioFrameProvider.java, line(s) 76,103,64,146,269,279,285,150
com/tencent/ugc/UGCSingleFilePixelFrameProvider.java, line(s) 221,400,551,97,111,117,153,158,174,190,225,291,320,382,392,431,451,470,533,379
com/tencent/ugc/UGCThumbnailGenerator.java, line(s) 73,206,59,81,107,128,152,171,182,197,230,254,110,132,168,251
com/tencent/ugc/UGCTransitionProcessor.java, line(s) 43,31
com/tencent/ugc/UGCVideoProcessor.java, line(s) 159,295,368,763,795,799,132,210,232,276,293,333,389,408,459,477,486,506,559,569,598,689,721,747,768
com/tencent/ugc/VideoDemuxerFFmpeg.java, line(s) 57,60,68,41,106
com/tencent/ugc/beauty/NativeLoad.java, line(s) 21
com/tencent/ugc/beauty/decoder/Decoder.java, line(s) 53,105,110,50,57,71,96,152,156
com/tencent/ugc/beauty/decoder/Extractor.java, line(s) 75,62
com/tencent/ugc/beauty/decoder/Stage.java, line(s) 30
com/tencent/ugc/beauty/decoder/VideoFrameReader.java, line(s) 97,58,139,187,222
com/tencent/ugc/beauty/gpufilters/TXCGPUGreenScreenFilter.java, line(s) 154,186
com/tencent/ugc/beauty/gpufilters/TXCGPUSharpenFilter.java, line(s) 45
com/tencent/ugc/beauty/gpufilters/TXCGPUWatermarkFilter.java, line(s) 116,164,93,120,192
com/tencent/ugc/beauty/gpufilters/smooth/BeautySmoothFilter.java, line(s) 52,74
com/tencent/ugc/beauty/gpufilters/smooth/TXCBeautyBlend.java, line(s) 42,48,54
com/tencent/ugc/beauty/gpufilters/smooth/TXCGPUSharpenAlphaFilter.java, line(s) 44
com/tencent/ugc/beauty/gpufilters/smooth/TXCTILSmoothHorizontalFilter.java, line(s) 39
com/tencent/ugc/beauty/gpufilters/smooth/TXCTILSmoothVerticalFilter.java, line(s) 28,43,55
com/tencent/ugc/common/MediaExtractorBuilder.java, line(s) 44
com/tencent/ugc/common/MediaRetrieverBuilder.java, line(s) 34
com/tencent/ugc/common/UGCTranscodeAudioEncodeParamsDecider.java, line(s) 32,111
com/tencent/ugc/common/UGCTranscodeVideoEncodeParamsDecider.java, line(s) 53,60,65,79,87,95,113,144,230,254,267,288,292
com/tencent/ugc/datereport/UGCDataReport.java, line(s) 51
com/tencent/ugc/decoder/DecodeAbilityProvider.java, line(s) 81,73,76
com/tencent/ugc/decoder/H264SPSModifier.java, line(s) 180,250,264
com/tencent/ugc/decoder/HardwareVideoDecoder.java, line(s) 148,151,240,60,90,115,165,206,168,220
com/tencent/ugc/decoder/MediaCodecDecoder.java, line(s) 112,75,155,200,205,213,235,88,105,140,148,150,182,196,202,210,286,287,70
com/tencent/ugc/decoder/MediaCodecHDRDecoder.java, line(s) 45
com/tencent/ugc/decoder/MediaCodecOutputBufferDecoder.java, line(s) 72,59,82
com/tencent/ugc/decoder/MediaCodecOutputOESTextureDecoder.java, line(s) 98,105,225,43,65,95,114,81,162,175
com/tencent/ugc/decoder/SoftwareVideoDecoder.java, line(s) 61,64,133,153,66,101,158,52,91,108
com/tencent/ugc/decoder/UGCVideoDecodeController.java, line(s) 260,267,270,70,121,149,177,196,215,223,233,244,311,378,124
com/tencent/ugc/encoder/HardwareVideoEncoder.java, line(s) 97,161,205,222,113,170,214,116,121,185,158
com/tencent/ugc/encoder/MediaFormatBuilder.java, line(s) 319,188,194,226,266,279,292,316
com/tencent/ugc/encoder/SoftwareEncoderWrapper.java, line(s) 75,56,70,134,155,173
com/tencent/ugc/encoder/SoftwareVideoEncoder.java, line(s) 66,93,131,39,114
com/tencent/ugc/encoder/SurfaceInputVideoEncoder.java, line(s) 100,138,161,183,479,524,632,651,656,146,151,191,224,243,251,405,462,475,635,658,76,547,639
com/tencent/ugc/encoder/UGCVideoEncodeController.java, line(s) 58,75,87,228,233,239,66,81,93,106,114,120,129,157
com/tencent/ugc/preprocessor/BeautyProcessor.java, line(s) 91,102,192,203
com/tencent/ugc/preprocessor/GPUPreprocessor.java, line(s) 183,141,144,461,80,101,157,170,270,274,309
com/tencent/ugc/preprocessor/VideoPreprocessor.java, line(s) 68,100
com/tencent/ugc/renderer/PostProcessor.java, line(s) 71
com/tencent/ugc/renderer/RenderViewHelperInterface.java, line(s) 43,62,95
com/tencent/ugc/renderer/SurfaceRenderHelper.java, line(s) 41,54,80,85,33
com/tencent/ugc/renderer/SurfaceViewRenderHelper.java, line(s) 47,55,62,91,94,105,129,137,79
com/tencent/ugc/renderer/TextureViewRenderHelper.java, line(s) 61,91,102,116,137,143,164,167,209,269,279,292,58,88,159
com/tencent/ugc/renderer/VideoRenderer.java, line(s) 278,291,604,326,341,360,425,443,505,515,569,595,139,164,199,228,240,252,264,330,356,376,476,554,635,672,141,166,273,379
com/tencent/ugc/retriver/FFmpegMediaRetriever.java, line(s) 26,33,38
com/tencent/ugc/videobase/chain/TXCGPUImageFilter.java, line(s) 111,181
com/tencent/ugc/videobase/chain/TXCGPUImageFilterChain.java, line(s) 192,210,37
com/tencent/ugc/videobase/common/EncodedVideoFrame.java, line(s) 49
com/tencent/ugc/videobase/common/MediaCodecAbility.java, line(s) 56,23,49,29
com/tencent/ugc/videobase/egl/EGL10Helper.java, line(s) 94,131,138
com/tencent/ugc/videobase/egl/EGL14Helper.java, line(s) 108,115,85,131,138
com/tencent/ugc/videobase/egl/EGLContextChecker.java, line(s) 58,60,73
com/tencent/ugc/videobase/egl/EGLCore.java, line(s) 34,57,55,77
com/tencent/ugc/videobase/frame/FramePool.java, line(s) 65,95
com/tencent/ugc/videobase/frame/GLFrameBuffer.java, line(s) 19,36
com/tencent/ugc/videobase/frame/LimitedFramePool.java, line(s) 52
com/tencent/ugc/videobase/frame/PixelFrameFactory.java, line(s) 105,171,178,185,46,163
com/tencent/ugc/videobase/frame/PixelFrameRenderer.java, line(s) 267,53
com/tencent/ugc/videobase/frame/RefCounted.java, line(s) 45
com/tencent/ugc/videobase/utils/BitmapUtils.java, line(s) 36
com/tencent/ugc/videobase/utils/BlockingFrameQueue.java, line(s) 33
com/tencent/ugc/videobase/utils/DebugUtils.java, line(s) 84
com/tencent/ugc/videobase/utils/HardwareDecoderMediaFormatBuilder.java, line(s) 103,187,65
com/tencent/ugc/videobase/utils/LocalBroadcastManager.java, line(s) 153,158,165,169,185,195
com/tencent/ugc/videobase/utils/MemoryAllocator.java, line(s) 33
com/tencent/ugc/videobase/utils/OpenGlUtils.java, line(s) 110,124,146,318
com/tencent/ugc/videobase/utils/Program.java, line(s) 19,24,35
com/tencent/ugc/videobase/utils/RingFrameQueue.java, line(s) 56
com/tencent/ugc/videobase/utils/SurfaceTextureHolder.java, line(s) 38,53,62,84
com/tencent/ugc/videobase/videobase/TXCCloudVideoViewMethodInvoker.java, line(s) 65,57
com/tencent/ugc/videobase/videobase/a.java, line(s) 43
com/tencent/ugc/videoprocessor/VideoEffectProcessor.java, line(s) 52,64,72,77
com/tencent/ugc/videoprocessor/VideoProcessManager.java, line(s) 133,149
com/tencent/ugc/videoprocessor/VideoTransitionProcessor.java, line(s) 125,114,116,129
com/tencent/ugc/videoprocessor/WatermarkProcessor.java, line(s) 252,291,64,202,222,250,301
com/tencent/ugc/videoprocessor/videoeffect/filter/TXCGPULightingFilter.java, line(s) 51,59
com/tencent/ugc/videoprocessor/watermark/AnimatedPasterFilterChain.java, line(s) 117,121
com/tencent/ugc/videoprocessor/watermark/TailWaterMarkChain.java, line(s) 12,33
com/zx/a/I8b7/h2.java, line(s) 55,61
com/zx/a/I8b7/p0.java, line(s) 13,24,17,9,19
com/zx/a/I8b7/r.java, line(s) 13,29
com/zx/a/I8b7/x2.java, line(s) 29
com/zx/sdk/api/ZXManager.java, line(s) 23,204
master/flame/danmaku/danmaku/model/objectpool/FinitePool.java, line(s) 56
tv/cjump/jni/DeviceUtils.java, line(s) 63
tv/cjump/jni/NativeBitmapFactory.java, line(s) 70,123

已通过安全项 此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击

此应用程序使用SSL Pinning 来检测或防止安全通信通道中的MITM攻击
https://github.com/OWASP/owasp-mstg/blob/master/Document/0x05g-Testing-Network-Communication.md#testing-custom-certificate-stores-and-certificate-pinning-mstg-network-4

Files:
com/zx/a/I8b7/i0.java, line(s) 103,99,103,105,97,61,98,98

已通过安全项 此应用程序没有隐私跟踪程序

此应用程序不包括任何用户或设备跟踪器。在静态分析期间没有找到任何跟踪器。

重点安全关注 应用程序可能与位于OFAC制裁国家 (中国) 的服务器 (id6.me) 通信。

{'ip': '115.231.163.69', 'country_short': 'CN', 'country_long': '中国', 'region': '北京', 'city': '北京', 'latitude': '39.907501', 'longitude': '116.397102'}

重点安全关注 应用程序可能与位于OFAC制裁国家 (中国) 的服务器 (nisportal.10010.com) 通信。

{'ip': '115.231.163.69', 'country_short': 'CN', 'country_long': '中国', 'region': '北京', 'city': '北京', 'latitude': '39.907501', 'longitude': '116.397102'}

重点安全关注 应用程序可能与位于OFAC制裁国家 (中国) 的服务器 (msg.cmpassport.com) 通信。

{'ip': '115.231.163.69', 'country_short': 'CN', 'country_long': '中国', 'region': '广东', 'city': '广州', 'latitude': '23.127361', 'longitude': '113.264572'}

重点安全关注 应用程序可能与位于OFAC制裁国家 (中国) 的服务器 (aid.mobileservice.cn) 通信。

{'ip': '115.231.163.68', 'country_short': 'CN', 'country_long': '中国', 'region': '浙江', 'city': '嘉兴', 'latitude': '30.752199', 'longitude': '120.750000'}

重点安全关注 应用程序可能与位于OFAC制裁国家 (中国) 的服务器 (zxid-m.mobileservice.cn) 通信。

{'ip': '115.231.163.69', 'country_short': 'CN', 'country_long': '中国', 'region': '浙江', 'city': '嘉兴', 'latitude': '30.752199', 'longitude': '120.750000'}

综合安全基线评分总结

应用图标

泡泡IM v1.0.6

Android APK
41
综合安全评分
中风险