Threat level
Analyzed on 2021-05-26T07:04:44.298587
MD5 | bd7c87fa4c1b587af7a5491883bd93d8 | |
SHA1 | 0c9aec41aad073e04ec0ea255e407bc0c9ad42d8 | |
SHA256 | eaeb48ba7893046a9b93c0da0e2cb5d575af726c6a88fed2b6bd1b15b5bae5b1 | |
Size | 26.95MB |
Information computed with APKiD.
/tmp/tmptjt490sx!classes.dex | |
anti_disassembly |
|
anti_vm |
|
compiler |
|
/tmp/tmptjt490sx!classes10.dex | |
compiler |
|
/tmp/tmptjt490sx!classes11.dex | |
compiler |
|
/tmp/tmptjt490sx!classes12.dex | |
anti_vm |
|
compiler |
|
/tmp/tmptjt490sx!classes2.dex | |
compiler |
|
/tmp/tmptjt490sx!classes3.dex | |
compiler |
|
/tmp/tmptjt490sx!classes4.dex | |
anti_disassembly |
|
compiler |
|
/tmp/tmptjt490sx!classes5.dex | |
compiler |
|
/tmp/tmptjt490sx!classes6.dex | |
anti_vm |
|
compiler |
|
/tmp/tmptjt490sx!classes7.dex | |
anti_disassembly |
|
compiler |
|
/tmp/tmptjt490sx!classes8.dex | |
compiler |
|
/tmp/tmptjt490sx!classes9.dex | |
compiler |
|
Information computed with ssdeep.
APK file | 393216:pPE7tF1NKmwh8JcIkW5QlEiLj6YVKHxSmbHsONlLX/:w1NKmwhakawEiLj6OKHxSmblLv | |
Manifest | 1536:ArD2W0NHNjVMb/OfBvWjS+wLqMyk+8iE28ikesSkGsSERom4qwOwKYGoqQeQKoGt… | |
classes.dex | 98304:l3URAZRC4la1FS5q5Lr5ygyLcz3YjXNVz4OONOQHQs/zhXI:l4AbwQq5Lrs6zoj… | |
classes10.dex | 3072:h7n2WP8GQ5dALkW23s+owm22LLX0oa01m:h7TP0dAIW2nowaYv0A | |
classes11.dex | 24576:4qgRoLFyzeczf4PqeLRLP4boze0qahzmmq+cD:ryzeczYWbUYahCh | |
classes12.dex | 12288:aSB+Wjc0u7eSpmjn7uej5e5AOGSII48RN0y:PK7qe5Aud48d | |
classes2.dex | 49152:w5JEJUA7SRjOFpXT9/89ijQyUVp7opo0Gtb3poqa96XbQKtiwR4qZt/gwdmCX80… | |
classes3.dex | 3072:BRyzzlGDQ+j6G1Vuq8FQ1cLncmZuSlXEsNfFdyHzz/YO5ErkHMMbozONLOd0Xkoq… | |
classes4.dex | 49152:r7L+tmK+izApqfafjyKNkWfhYgZjFwqG+RM1/bu9p72xTUVTI53OKeZ8T06x0iH… | |
classes5.dex | 768:mKGDfjP6bFucKj7XBCBJDse1kXRYbXBbYWRQtkzyftZdLUe6W0xLAUXaf:gfUuvBC… | |
classes6.dex | 49152:2m+0sGMH60WMhwj3p0pKXHNllP5rrYZJp34DdxydDKF53bV82g1YtaKk:2l0sGw… | |
classes7.dex | 12288:0mrddPCy0aWpAGpKOQ6KtsrJvWvQR2LVC6/KI5dGDcOrQqO2gY4uEz:nvP0aWpj… | |
classes8.dex | 1536:pQYJ6RRmNDiVf4VfEXvVmQ21l94Q97PEuh0M14gDez8zp7e:pPRNDiZIfEXv0nEM… | |
classes9.dex | 6144:qV634pNLf3x87OU84hjJFsO30px96SXyvXdMehJJSCg4WzK+yCBCCfpmu+:qY4px… |
Information computed with Dexofuzzy.
Information computed with AndroGuard and Pithus.
Information computed with AndroGuard.
Information computed with MobSF.
Low | App has a Network Security Configuration[android:networkSecurityConfig=@xml/network_security_config] The Network Security Configuration feature lets apps customize their network security settings in a safe, declarative configuration file without modifying app code. These settings can be configured for specific domains and for a specific app. |
Medium | Application Data can be Backed up[android:allowBackup] flag is missing. The flag [android:allowBackup] should be set to false. By default it is set to true and allows anyone to backup your application data via adb. It allows users who have enabled USB debugging to copy application data off of the device. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.StartPublicActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | Activity (cn.wps.moffice.main.StartPublicActivity) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.apperian.ease.appcatalog.permission.ACCESS_EASE_ST [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.local.home.HomeActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.local.home.PadHomeActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.local.filebrowser.AllDocumentActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.local.home.feedback.FeedbackActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.local.home.feedback.FrequentlyQsActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.local.filebrowser.BrowserFoldersActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.docsinfo.phone.DocsInfoActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.cloud.storage.CloudStorageActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.cloud.storage.warning.CSWarningActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.local.home.newdocs.online.OnlineTempleteActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.main.cloud.roaming.warning.FileRoamingWarningActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | Activity (cn.wps.moffice.main.select.phone.HomeSelectActivity) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.apperian.ease.appcatalog.permission.ACCESS_EASE_ST [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | TaskAffinity is set for Activity (cn.wps.moffice.common.qing.update.UpdateActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.documentmanager.PreStartActivity2) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | Activity (cn.wps.moffice.documentmanager.PreStartActivity2) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.apperian.ease.appcatalog.permission.ACCESS_EASE_ST [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | TaskAffinity is set for Activity (cn.wps.moffice.documentmanager.PreStartActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | Activity (cn.wps.moffice.documentmanager.PreStartActivity) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.apperian.ease.appcatalog.permission.ACCESS_EASE_ST [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | Activity (cn.wps.moffice.common.chart.edit.ChartEditorActivity) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.apperian.ease.appcatalog.permission.ACCESS_EASE_ST [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | Activity (cn.wps.moffice.common.chart.insert.InsertChartActivity) is Protected by a permission, but the protection level of the permission should be checked.Permission: com.apperian.ease.appcatalog.permission.ACCESS_EASE_ST [android:exported=true] An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. It is protected by a permission which is not defined in the analysed application. As a result, the protection level of the permission should be checked where it is defined. If it is set to normal or dangerous, a malicious application can request and obtain the permission and interact with the component. If it is set to signature, only applications signed with the same certificate can obtain the permission. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity1) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity2) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity3) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity4) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity5) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity6) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity7) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity8) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity9) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity10) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity11) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity12) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity13) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity14) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity15) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity16) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity17) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity18) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity19) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.startactivity.spreadsheet.StartSpreadsheetActivity20) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.Writer) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer1) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer2) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer3) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer4) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer5) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer6) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer7) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer8) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer9) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer10) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer11) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer12) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer13) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer14) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer15) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer16) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer17) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer18) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer19) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.writer.multiactivity.Writer20) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.PDFReader) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader1) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader2) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader3) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader4) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader5) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader6) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader7) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader8) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader9) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader10) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader11) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader12) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader13) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader14) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader15) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader16) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader17) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader18) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader19) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.pdf.multiactivity.PDFReader20) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.MultiSpreadSheet) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet1) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet2) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet3) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet4) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet5) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet6) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet7) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet8) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet9) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet10) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet11) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet12) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet13) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet14) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet15) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet16) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet17) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet18) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet19) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.spreadsheet.multiactivity.Spreadsheet20) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.MultiPresentation) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation1) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation2) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation3) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation4) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation5) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation6) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation7) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation8) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation9) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation10) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation11) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation12) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation13) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation14) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation15) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation16) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation17) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation18) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation19) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.multiactivity.Presentation20) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (cn.wps.moffice.presentation.ui.shareplay.SharedPlayConnect) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | Activity (cn.wps.moffice.presentation.ui.shareplay.SharedPlayConnect) is not Protected.An intent-filter exists. An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Activity is explicitly exported. |
High | Broadcast Receiver (com.adjust.sdk.ReferrerReceiver) is not Protected. [android:exported=true] A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. |
High | TaskAffinity is set for Activity (cn.wps.moffice.crash.CrashActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | TaskAffinity is set for Activity (com.apperian.apperianwrapper.BlackBeardActivity) If taskAffinity is set, then other application could read the Intents sent to Activities belonging to another task. Always use the default setting keeping the affinity as the package name in order to prevent sensitive information inside sent or received Intents from being read by another application. |
High | Activity (com.apperian.apperianwrapper.FileSelectorActivity) is not Protected.An intent-filter exists. An Activity is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Activity is explicitly exported. |
High | Broadcast Receiver (com.apperian.apperianwrapper.receivers.LoginBroadcastReceiver) is not Protected.An intent-filter exists. A Broadcast Receiver is found to be shared with other apps on the device therefore leaving it accessible to any other application on the device. The presence of intent-filter indicates that the Broadcast Receiver is explicitly exported. |
High | Improper Content Provider Permissions[path=/] A content provider permission was set to allows access from any other app on the device. Content providers may contain sensitive information about an app and therefore should not be shared. |
Information computed with MobSF.
cn.wps.moffice.main.StartPublicActivity |
Hosts: qing.wps.cn Schemes: http:// https:// |
cn.wps.moffice.documentmanager.PreStartActivity2 |
Hosts: * Schemes: content:// file:// Mime types: secu-text/plain secu-application/msexcel secu-application/ms-excel secu-application/vnd.ms-excel secu-application/vnd.openxmlformats-officedocument.spreadsheetml.sheet secu-application/vnd.openxmlformats-officedocument.spreadsheetml.template secu-application/vnd.ms-excel.sheet.binary.macroenabled.12 secu-application/vnd.ms-excel.template.macroenabled.12 secu-application/vnd.ms-excel.sheet.macroEnabled.12 secu-application/vnd.ms-excel.addin.macroEnabled.12 secu-application/mspowerpoint secu-application/ms-powerpoint secu-application/vnd.ms-powerpoint secu-application/vnd.openxmlformats-officedocument.presentationml.presentation secu-application/vnd.openxmlformats-officedocument.presentationml.template secu-application/vnd.openxmlformats-officedocument.presentationml.slideshow secu-application/msword secu-application/ms-word secu-application/vnd.ms-word secu-application/vnd.ms-works secu-application/vnd.openxmlformats-officedocument.wordprocessingml.document secu-application/vnd.openxmlformats-officedocument.wordprocessingml.template secu-application/octet-stream secu-application/log secu-application/kswps secu-application/kset secu-application/ksdps secu-application/wps secu-application/et secu-application/dps secu-application/dpt secu-application/wpt secu-application/ett secu-application/pdf secu-application/xlsb secu-application/rtf secu-text/richtext secu-text/rtf secu-text/comma-separated-values secu-text/csv secu-text/xml secu-text/html |
cn.wps.moffice.documentmanager.PreStartActivity |
Schemes: ksofatracking:// |
cn.wps.moffice.common.chart.edit.ChartEditorActivity |
Schemes: ksofatracking:// |
cn.wps.moffice.common.chart.insert.InsertChartActivity |
Schemes: ksofatracking:// |
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with AndroGuard.
|
Information computed with MobSF.
FCS_RBG_EXT.1.1 | The application invoke platform-provided DRBG functionality for its cryptographic operations. Random Bit Generation Services |
FCS_STO_EXT.1.1 | The application does not store any credentials to non-volatile memory. Storage of Credentials |
FCS_CKM_EXT.1.1 | The application implement asymmetric key generation. Cryptographic Key Generation Services |
FDP_DEC_EXT.1.1 | The application has access to ['NFC', 'network connectivity']. Access to Platform Resources |
FDP_DEC_EXT.1.2 | The application has access to no sensitive information repositories. Access to Platform Resources |
FDP_NET_EXT.1.1 | The application has user/application initiated network communications. Network Communications |
FDP_DAR_EXT.1.1 | The application implement functionality to encrypt sensitive data in non-volatile memory. Encryption Of Sensitive Application Data |
FMT_MEC_EXT.1.1 | The application invoke the mechanisms recommended by the platform vendor for storing and setting configuration options. Supported Configuration Mechanism |
FTP_DIT_EXT.1.1 | The application does encrypt some transmitted data with HTTPS/TLS/SSH between itself and another trusted IT product. Protection of Data in Transit |
FCS_RBG_EXT.2.1 FCS_RBG_EXT.2.2 |
The application perform all deterministic random bit generation (DRBG) services in accordance with NIST Special Publication 800-90A using Hash_DRBG. The deterministic RBG is seeded by an entropy source that accumulates entropy from a platform-based DRBG and a software-based noise source, with a minimum of 256 bits of entropy at least equal to the greatest security strength (according to NIST SP 800-57) of the keys and hashes that it will generate. Random Bit Generation from Application |
FCS_COP.1.1(1) | The application perform encryption/decryption not in accordance with FCS_COP.1.1(1), AES-ECB mode is being used. Cryptographic Operation - Encryption/Decryption |
FCS_COP.1.1(2) | The application perform cryptographic hashing services not in accordance with FCS_COP.1.1(2) and uses the cryptographic algorithm RC2/RC4/MD4/MD5. Cryptographic Operation - Hashing |
FCS_COP.1.1(4) | The application perform keyed-hash message authentication with cryptographic algorithm ['HMAC-SHA1', 'HMAC-SHA-256'] . Cryptographic Operation - Keyed-Hash Message Authentication |
FCS_HTTPS_EXT.1.1 | The application implement the HTTPS protocol that complies with RFC 2818. HTTPS Protocol |
FCS_HTTPS_EXT.1.2 | The application implement HTTPS using TLS. HTTPS Protocol |
FCS_HTTPS_EXT.1.3 | The application notify the user and not establish the connection or request application authorization to establish the connection if the peer certificate is deemed invalid. HTTPS Protocol |
FIA_X509_EXT.1.1 | The application invoked platform-provided functionality to validate certificates in accordance with the following rules: ['The certificate path must terminate with a trusted CA certificate', 'RFC 5280 certificate validation and certificate path validation']. X.509 Certificate Validation |
FIA_X509_EXT.2.1 | The application use X.509v3 certificates as defined by RFC 5280 to support authentication for HTTPS , TLS. X.509 Certificate Authentication |
FPT_TUD_EXT.2.1 | The application shall be distributed using the format of the platform-supported package manager. Integrity for Installation and Update |
Information computed with MobSF.