WO2015067170A1 - 一种分析Android应用程序的方法和系统 - Google Patents

一种分析Android应用程序的方法和系统 Download PDF

Info

Publication number
WO2015067170A1
WO2015067170A1 PCT/CN2014/090302 CN2014090302W WO2015067170A1 WO 2015067170 A1 WO2015067170 A1 WO 2015067170A1 CN 2014090302 W CN2014090302 W CN 2014090302W WO 2015067170 A1 WO2015067170 A1 WO 2015067170A1
Authority
WO
WIPO (PCT)
Prior art keywords
analysis
privacy
instruction
instructions
involve
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Ceased
Application number
PCT/CN2014/090302
Other languages
English (en)
French (fr)
Inventor
柴洪峰
束骏亮
鲁志军
李卷孺
刘发章
林培胜
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
China Unionpay Co Ltd
Original Assignee
China Unionpay Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by China Unionpay Co Ltd filed Critical China Unionpay Co Ltd
Publication of WO2015067170A1 publication Critical patent/WO2015067170A1/zh
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/51Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems at application loading time, e.g. accepting, rejecting, starting or inhibiting executable software based on integrity or source reliability

Definitions

  • the present invention relates to information security and, more particularly, to methods and systems for analyzing Android applications.
  • the identification of privacy breaches is usually performed after a privacy breach has occurred. For example, after a privacy leak occurs on a device running the Android platform, the application on the Android platform is analyzed and detected (for example, analyzing and detecting the resources used by the application, and the data received and received) to ascertain the privacy leakage.
  • the existing technical solution deals with privacy leakage in a remedial form according to the result data of the application running, coping with time lag and failing to prevent privacy leakage. Therefore, there is a need for a technical solution that can prevent privacy breaches.
  • a method of analyzing an Android application including the following steps:
  • this step includes:
  • the above privacy leakage analysis step comprises:
  • An instruction in a key instruction and other instructions related to the key instruction that performs an operation of exchanging data with the outside world is marked as an instruction that may involve a privacy leak.
  • the method further comprises the steps of:
  • this step includes:
  • the step of analyzing the behavior of the dynamic data comprises:
  • the behavior involving privacy leakage is identified according to a predetermined analysis algorithm.
  • the foregoing privacy leakage analysis step further comprises:
  • the step of dynamic analysis in operation further comprises:
  • a system for analyzing an Android application including:
  • a pre-run static analysis device comprising:
  • An extracting unit for extracting a binary file related to a logic flow in an application file
  • a decompilation unit for decompiling the binary file to obtain decompiled code
  • the first analysis unit is configured to perform a privacy leak analysis on the decompiled code to identify an instruction that may involve a privacy leak.
  • the first analysis unit is configured to:
  • An instruction in a key instruction and other instructions related to the key instruction that performs an operation of exchanging data with the outside world is marked as an instruction that may involve a privacy leak.
  • the system further comprises:
  • a dynamic analysis device in operation comprising:
  • the second analysis unit is configured to analyze the behavior of the dynamic data and identify behaviors involving privacy leakage.
  • the second analysis unit is configured to:
  • the behavior involving privacy leakage is identified according to a predetermined analysis algorithm.
  • the first analysis unit is further configured to:
  • the second analysis unit is further configured to:
  • One advantage of the present invention is the ability to perform pre-run static analysis and runtime dynamic analysis to detect privacy breaches.
  • An advantage of the present invention is that it can comprehensively use the dynamic analysis of the behavior of the application that triggers the application during the static analysis and the running process, and analyzes the relevant instructions related to the privacy leakage and the operation of the statistical application according to the predetermined algorithm to determine whether the privacy is stored.
  • One advantage of the present invention is that a privacy breach analysis report is generated.
  • One advantage of the present invention is that it can detect the leakage of private data at the layer of the application without modifying the underlying layer of the Android system, and does not impose an additional burden on the Android system.
  • FIG. 1 is a schematic diagram of the steps of a method of analyzing an Android application, in accordance with one embodiment of the present invention.
  • FIG. 2 is a schematic diagram of the steps of a method of analyzing an Android application, in accordance with one embodiment of the present invention.
  • FIG. 3 is a schematic diagram of the steps of a method of analyzing an Android application, in accordance with one embodiment of the present invention.
  • FIG. 4 is a schematic structural diagram of a system for analyzing an Android application according to an embodiment of the present invention.
  • FIG. 1 is a schematic diagram of the steps of a method of analyzing an Android application, in accordance with one embodiment of the present invention. As shown, the method includes the following steps:
  • Step 101 Extract a binary file related to the logic flow in the application file
  • Step 102 Decompile the binary file to obtain decompiled code.
  • Step 103 Perform a privacy disclosure analysis on the decompiled code to identify an instruction that may involve a privacy breach.
  • privacy disclosure refers to the disclosure of sensitive information about Android devices and users to third parties.
  • FIG. 2 is a schematic diagram showing the steps of a method of analyzing an Android application according to another embodiment of the present invention.
  • Figure 2 further describes the situation with respect to step 103 of Figure 1.
  • the privacy breach analysis steps include:
  • Step 1031 Find key instructions related to private data in the decompiled code
  • Step 1032 Determine whether the key instruction and other instructions related to the key instruction perform an operation of exchanging data with the outside world.
  • Step 1033 Mark the instruction of the key instruction and other instructions related to the key instruction to perform an operation of exchanging data with the outside world as an instruction that may involve a privacy leak.
  • data exchange with the outside world refers to the exchange of private data with a third party.
  • a static analysis report can be generated.
  • FIG. 3 is a schematic diagram showing the steps of a method of analyzing an Android application according to another embodiment of the present invention.
  • the method describes the running dynamic analysis of the application. As shown in FIG. 3, the method includes the following steps:
  • Step 201 Record dynamic data of the application at runtime
  • Step 202 Analyze the behavior of the dynamic data to identify behaviors involving privacy breaches.
  • the behavior of dynamic data refers to operations related to the dynamic data.
  • the behavior of the application can be actively triggered to record the dynamic data of the runtime as completely as possible.
  • information such as Class, Method, Opcode, String, etc. of the running application may be obtained from the dynamic data, and the behavior of the leaking private data that may exist may be identified therefrom. For example, you can configure policies to perform different types of behavioral analysis.
  • the pre-run static analysis and the in-run dynamic analysis described above are combined.
  • the step of analyzing the behavior of the dynamic data may include: analyzing, in the dynamic data, a portion related to the instruction that may be involved in the privacy leakage identified by the static analysis, and according to the predetermined analysis.
  • the algorithm identifies behaviors involving privacy breaches.
  • This embodiment improves the efficiency of identifying privacy leaks through comprehensive analysis.
  • a privacy breach security analysis report is also generated.
  • the system includes a pre-run static analysis device, the device comprising: an extracting unit for extracting a binary file related to a logic flow in an application file, and a decompilation unit for decompiling the binary file
  • the decompiled code, the first analysis unit is configured to perform a privacy leak analysis on the decompiled code to identify an instruction that may involve a privacy leak.
  • the first analysis unit is configured to:
  • An instruction in a key instruction and other instructions related to the key instruction that performs an operation of exchanging data with the outside world is marked as an instruction that may involve a privacy leak.
  • system can also include an in-service dynamic analysis device, the device comprising:
  • the second analysis unit is configured to analyze the behavior of the dynamic data and identify behaviors involving privacy leakage.
  • the monitoring unit can be deployed at the bottom of the Android system to avoid overloading the system.
  • the monitoring unit loaded into the Android system sends the recorded dynamic data to the second analysis unit for further analysis.
  • the second analysis unit is configured to:
  • the behavior involving privacy leakage is identified according to a predetermined analysis algorithm.
  • the second analysis unit also receives an instruction from the first analysis unit that may involve a privacy leak.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明公开一种分析Android应用程序的方法和系统。该方法包括以下步骤:运行前静态分析,该步骤包括:提取应用程序文件中的涉及逻辑流程的二进制文件,对该二进制文件进行反编译得到反编译代码,对该反编译代码进行隐私泄露分析,识别可能涉及隐私泄露的指令。

Description

一种分析Android应用程序的方法和系统 技术领域
本发明涉及信息安全,并且尤其涉及分析Android应用程序的方法和系统。
背景技术
在现有技术中,查明隐私泄露通常在隐私泄露事件发生后进行。例如,在运行Android平台的设备发生了隐私泄露之后,对Android平台上的应用程序进行分析检测(例如分析检测该应用程序使用过的资源,收发过的数据)从而查明隐私泄露。
现有的技术方案根据应用程序运行的结果数据以补救的形式来处理隐私泄露,应对时间滞后而且无法预防隐私泄露。因此,需要一种能够预防隐私泄露的技术方案。
发明内容
根据本发明的一个目的,公开一种分析Android应用程序的方法,包括以下步骤:
运行前静态分析,该步骤包括:
提取应用程序文件中的涉及逻辑流程的二进制文件,
对该二进制文件进行反编译得到反编译代码,
对该反编译代码进行隐私泄露分析,识别可能涉及隐私泄露的指令。
优选地,上述隐私泄露分析步骤包括:
在反编译代码中查找涉及隐私数据的关键指令,
判断关键指令和与该关键指令相关的其它指令是否执行与外界进行数据交换的操作,
将关键指令和与该关键指令相关的其它指令中的执行与外界进行数据交换的操作的指令标记为可能涉及隐私泄露的指令。
优选地,该方法还包括以下步骤:
运行中动态分析,该步骤包括:
记录应用程序在运行时的动态数据,
分析动态数据的行为,识别涉及隐私泄露的行为。
优选地,分析动态数据的行为的步骤包括:
分析动态数据中的与通过静态分析识别的可能涉及隐私泄露的指令相关的部分,
根据预定的分析算法识别涉及隐私泄露的行为。
优选地,上述隐私泄露分析步骤还包括:
生成静态分析报告。
优选地,运行中动态分析的步骤还包括:
生成隐私泄露安全分析报告。
根据本发明的一个目的,公开一种分析Android应用程序的系统,包括:
运行前静态分析装置,该装置包括:
提取单元,用于提取应用程序文件中的涉及逻辑流程的二进制文件,
反编译单元,用于对该二进制文件进行反编译得到反编译代码,
第一分析单元,用于对该反编译代码进行隐私泄露分析,识别可能涉及隐私泄露的指令。
优选地,所述第一分析单元被配置成:
在反编译代码中查找涉及隐私数据的关键指令,
判断关键指令和与该关键指令相关的其它指令是否执行与外界进行数据交换的操作,
将关键指令和与该关键指令相关的其它指令中的执行与外界进行数据交换的操作的指令标记为可能涉及隐私泄露的指令。
优选地,该系统还包括:
运行中动态分析装置,该装置包括:
监控单元,用于记录应用程序在运行时的动态数据,
第二分析单元,用于分析动态数据的行为,识别涉及隐私泄露的行为。
优选地,所述第二分析单元被配置成:
分析动态数据中的与通过静态分析识别的可能涉及隐私泄露的指令相关的部分,
根据预定的分析算法识别涉及隐私泄露的行为。
优选地,所述第一分析单元还被配置成:
生成静态分析报告。
优选地,所述第二分析单元还被配置成:
生成隐私泄露安全分析报告。
本发明的一个优势在于,能够进行运行前静态分析与运行时动态分析来检测隐私泄露。本发明的一个优势在于,能够综合使用运行前静态分析和运行过程中触发应用程序的行为的动态分析,根据预定的算法分析统计应用中涉及到隐私泄露的相关指令及其操作从而判定是否存隐私泄露。本发明的一个优势在于,生成隐私泄露分析报告。本发明的一个优势在于,能够在应用程序的层面对隐私数据的泄漏进行检测,无需对Android系统底层进行修改,也不会对Android系统造成额外的负担。
附图说明
在参照附图阅读了本发明的具体实施方式以后,本领域技术人员将会更清楚地了解本发明的各个方面。本领域技术人员应当理解的是,这些附图仅仅用于配合具体实施方式说明本发明的技术方案,而并非意在对本发明的保护范围构成限制。
图1是根据本发明一个实施例的分析Android应用程序的方法的步骤示意图。
图2是根据本发明一个实施例的分析Android应用程序的方法的步骤示意图。
图3是根据本发明一个实施例的分析Android应用程序的方法的步骤示意图。
图4是根据本发明一个实施例的分析Android应用程序的系统的结构示意图。
具体实施方式
下面参照附图,对本发明的具体实施方式作进一步的详细描述。在下面的描述中,为了解释的目的,陈述许多具体细节以便提供对实施例的一个或多个方面的透彻理解。然而,对于本领域技术人员可以显而易见的是,可以这些具体细节的较少程度来实践各实施例的一个或多个方面。因此下面的描述不被视为局限性的,而是通过所附权利要求来限定保护范围。
图1是根据本发明一个实施例的分析Android应用程序的方法的步骤示意图。如图所示,该方法包括以下步骤:
步骤101:提取应用程序文件中的涉及逻辑流程的二进制文件,
步骤102:对该二进制文件进行反编译得到反编译代码,
步骤103:对该反编译代码进行隐私泄露分析,识别可能涉及隐私泄露的指令。
上述3个步骤是应用程序的运行前静态分析。这里,隐私泄露是指将关于Android设备和用户的敏感信息泄露给第三方的情况。
图2是根据本发明另一个实施例的分析Android应用程序的方法的步骤示意图。图2进一步描述关于图1中步骤103的情况。如图所示,隐私泄露分析步骤包括:
步骤1031:在反编译代码中查找涉及隐私数据的关键指令,
步骤1032:判断关键指令和与该关键指令相关的其它指令是否执行与外界进行数据交换的操作,
步骤1033:将关键指令和与该关键指令相关的其它指令中的执行与外界进行数据交换的操作的指令标记为可能涉及隐私泄露的指令。
这里,与外界进行数据交换是指与第三方进行隐私数据的交换。在一个示例中,可以生成静态分析报告。
图3是根据本发明另一个实施例的分析Android应用程序的方法的步骤示意图。在该 方法中,描述应用程序的运行中动态分析。如图3所示,该方法包括以下步骤:
步骤201:记录应用程序在运行时的动态数据,
步骤202:分析动态数据的行为,识别涉及隐私泄露的行为。
这里,动态数据的行为是指与该动态数据相关的操作。通过分析动态数据能够对应用程序运行中的一切操作进行监控和判断,从而识别应用程序在运行期间是否进行了泄漏隐私数据的操作。
在一个示例中,可以主动触发应用程序的行为,从而记录尽可能完全的运行时的动态数据。
在一个示例中,可以根据动态数据获取例如运行中应用程序的Class、Method、Opcode、String等信息,并从中识别出可能存在的泄漏隐私数据的行为。例如,可以配置策略来进行不同类型的行为分析。
在一个实施例中,将上述的运行前静态分析和运行中动态分析相结合。此时,对于上述实施例中的步骤202来说,分析动态数据的行为的步骤可以包括:分析动态数据中的与通过静态分析识别的可能涉及隐私泄露的指令相关的部分,以及根据预定的分析算法识别涉及隐私泄露的行为。
该实施例通过综合分析提高了识别隐私泄露的行为的效率。在一个示例中,还生成隐私泄露安全分析报告。
图4是根据本发明一个实施例的分析Android应用程序的系统的结构示意图。如图所示,该系统包括运行前静态分析装置,该装置包括:提取单元,用于提取应用程序文件中的涉及逻辑流程的二进制文件,反编译单元,用于对该二进制文件进行反编译得到反编译代码,第一分析单元,用于对该反编译代码进行隐私泄露分析,识别可能涉及隐私泄露的指令。
在一个实施例中,第一分析单元被配置成:
在反编译代码中查找涉及隐私数据的关键指令,
判断关键指令和与该关键指令相关的其它指令是否执行与外界进行数据交换的操作,
将关键指令和与该关键指令相关的其它指令中的执行与外界进行数据交换的操作的指令标记为可能涉及隐私泄露的指令。
再如图所示,该系统还可以包括运行中动态分析装置,该装置包括:
监控单元,用于记录应用程序在运行时的动态数据,
第二分析单元,用于分析动态数据的行为,识别涉及隐私泄露的行为。
这里,监控单元可以被部署在Android系统底层从而避免给系统带来过多的负载。被加载到Android系统的监控单元将记录的动态数据发送到第二分析单元以供进一步分析。
在一个实施例中,所述第二分析单元被配置成:
分析动态数据中的与通过静态分析识别的可能涉及隐私泄露的指令相关的部分,
根据预定的分析算法识别涉及隐私泄露的行为。
这里,第二分析单元还从第一分析单元接收可能涉及隐私泄露的指令。
通过以上实施方式的描述,本领域中的普通技术人员能够理解,在不偏离本发明的精神和范围的情况下,还可以对本发明的具体实施方式作各种变更和替换。这些变更和替换都落在本发明权利要求书所限定的范围内。

Claims (12)

  1. 一种分析Android应用程序的方法,其特征在于,包括以下步骤:
    运行前静态分析,该步骤包括:
    提取应用程序文件中的涉及逻辑流程的二进制文件,
    对该二进制文件进行反编译得到反编译代码,
    对该反编译代码进行隐私泄露分析,识别可能涉及隐私泄露的指令。
  2. 如权利要求1所述的方法,其特征在于,
    上述隐私泄露分析步骤包括:
    在反编译代码中查找涉及隐私数据的关键指令,
    判断关键指令和与该关键指令相关的其它指令是否执行与外界进行数据交换的操作,
    将关键指令和与该关键指令相关的其它指令中的执行与外界进行数据交换的操作的指令标记为可能涉及隐私泄露的指令。
  3. 如权利要求1或2所述的方法,其特征在于,该方法还包括以下步骤:
    运行中动态分析,该步骤包括:
    记录应用程序在运行时的动态数据,
    分析动态数据的行为,识别涉及隐私泄露的行为。
  4. 如权利要求3所述的方法,其特征在于,
    分析动态数据的行为的步骤包括:
    分析动态数据中的与通过静态分析识别的可能涉及隐私泄露的指令相关的部分,
    根据预定的分析算法识别涉及隐私泄露的行为。
  5. 如权利要求4所述的方法,其特征在于,
    上述隐私泄露分析步骤还包括:
    生成静态分析报告。
  6. 如权利要求5所述的方法,其特征在于,
    运行中动态分析的步骤还包括:
    生成隐私泄露安全分析报告。
  7. 一种分析Android应用程序的系统,其特征在于,包括:
    运行前静态分析装置,该装置包括:
    提取单元,用于提取应用程序文件中的涉及逻辑流程的二进制文件,
    反编译单元,用于对该二进制文件进行反编译得到反编译代码,
    第一分析单元,用于对该反编译代码进行隐私泄露分析,识别可能涉及隐私泄露的指令。
  8. 如权利要求1所述的系统,其特征在于,
    所述第一分析单元被配置成:
    在反编译代码中查找涉及隐私数据的关键指令,
    判断关键指令和与该关键指令相关的其它指令是否执行与外界进行数据交换的操作,
    将关键指令和与该关键指令相关的其它指令中的执行与外界进行数据交换的操作的指令标记为可能涉及隐私泄露的指令。
  9. 如权利要求7或8所述的系统,其特征在于,该系统还包括:
    运行中动态分析装置,该装置包括:
    监控单元,用于记录应用程序在运行时的动态数据,
    第二分析单元,用于分析动态数据的行为,识别涉及隐私泄露的行为。
  10. 如权利要求9所述的系统,其特征在于,
    所述第二分析单元被配置成:
    分析动态数据中的与通过静态分析识别的可能涉及隐私泄露的指令相关的部分,
    根据预定的分析算法识别涉及隐私泄露的行为。
  11. 如权利要求10所述的系统,其特征在于,
    所述第一分析单元还被配置成:
    生成静态分析报告。
  12. 如权利要求11所述的系统,其特征在于,
    所述第二分析单元还被配置成:
    生成隐私泄露安全分析报告。
PCT/CN2014/090302 2013-11-06 2014-11-05 一种分析Android应用程序的方法和系统 Ceased WO2015067170A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201310542708.5A CN104636661A (zh) 2013-11-06 2013-11-06 一种分析Android应用程序的方法和系统
CN201310542708.5 2013-11-06

Publications (1)

Publication Number Publication Date
WO2015067170A1 true WO2015067170A1 (zh) 2015-05-14

Family

ID=53040904

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2014/090302 Ceased WO2015067170A1 (zh) 2013-11-06 2014-11-05 一种分析Android应用程序的方法和系统

Country Status (2)

Country Link
CN (1) CN104636661A (zh)
WO (1) WO2015067170A1 (zh)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106934290A (zh) * 2015-12-31 2017-07-07 阿里巴巴集团控股有限公司 漏洞检测方法及装置
CN109995526A (zh) * 2019-04-10 2019-07-09 睿驰达新能源汽车科技(北京)有限公司 一种密钥的存储方法和装置、密钥的调用方法和装置

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760761A (zh) * 2016-02-04 2016-07-13 中国联合网络通信集团有限公司 软件行为分析方法和装置
CN107577946A (zh) * 2017-10-17 2018-01-12 江苏通付盾信息安全技术有限公司 iOS应用程序的分析方法、装置、系统及PC设备
CN110147672A (zh) * 2019-03-28 2019-08-20 江苏通付盾信息安全技术有限公司 一种基于iOS应用的安全检测方法、装置及系统

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102737190A (zh) * 2012-07-04 2012-10-17 复旦大学 基于静态分析的Android应用日志中信息泄漏隐患的检测方法
CN102779255A (zh) * 2012-07-16 2012-11-14 腾讯科技(深圳)有限公司 判断恶意程序的方法及装置
CN103309808A (zh) * 2013-06-13 2013-09-18 中国科学院信息工程研究所 基于标签的安卓用户隐私泄露黑盒检测方法及系统

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103186740B (zh) * 2011-12-27 2015-09-23 北京大学 一种Android恶意软件的自动化检测方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102737190A (zh) * 2012-07-04 2012-10-17 复旦大学 基于静态分析的Android应用日志中信息泄漏隐患的检测方法
CN102779255A (zh) * 2012-07-16 2012-11-14 腾讯科技(深圳)有限公司 判断恶意程序的方法及装置
CN103309808A (zh) * 2013-06-13 2013-09-18 中国科学院信息工程研究所 基于标签的安卓用户隐私泄露黑盒检测方法及系统

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106934290A (zh) * 2015-12-31 2017-07-07 阿里巴巴集团控股有限公司 漏洞检测方法及装置
CN106934290B (zh) * 2015-12-31 2020-07-07 阿里巴巴集团控股有限公司 漏洞检测方法及装置
CN109995526A (zh) * 2019-04-10 2019-07-09 睿驰达新能源汽车科技(北京)有限公司 一种密钥的存储方法和装置、密钥的调用方法和装置

Also Published As

Publication number Publication date
CN104636661A (zh) 2015-05-20

Similar Documents

Publication Publication Date Title
CN107888554B (zh) 服务器攻击的检测方法和装置
CN110929264B (zh) 漏洞检测方法、装置、电子设备及可读存储介质
TW201629832A (zh) 一種識別病毒變種的方法及裝置
US10121004B2 (en) Apparatus and method for monitoring virtual machine based on hypervisor
TWI528216B (zh) 隨選檢測惡意程式之方法、電子裝置、及使用者介面
CN104504337A (zh) 一种安卓数据泄露的恶意应用检测方法
TWI541669B (zh) Detection systems and methods for static detection applications, and computer program products
WO2015067170A1 (zh) 一种分析Android应用程序的方法和系统
CN105205413B (zh) 一种数据的保护方法及装置
WO2015184752A1 (zh) 一种异常进程检测方法及装置
CN104462962B (zh) 一种检测未知恶意代码和二进制漏洞的方法
CN103729595A (zh) 一种Android应用程序隐私数据泄露离线检测方法
US20130275945A1 (en) System, method, and computer program product for simulating at least one of a virtual environment and a debugging environment to prevent unwanted code from executing
CN103561045B (zh) 用于Android系统的安全监测系统和方法
CN105488414A (zh) 一种防止恶意代码探测虚拟环境的方法及系统
CN115004185A (zh) 隐私信息泄露的检测方法、装置及电子设备
CN106503552A (zh) 基于签名与数据流模式挖掘的Android恶意软件检测系统及方法
CN106919844B (zh) 一种Android系统应用程序漏洞检测方法
WO2015074489A1 (zh) 一种测试Android应用程序的方法和装置
CN104239801B (zh) 0day漏洞的识别方法以及装置
CN105740661B (zh) 一种保护应用程序的方法和装置
CN108509796A (zh) 一种风险性的检测方法及服务器
CN113544676A (zh) 攻击估计装置、攻击控制方法和攻击估计程序
US8549631B2 (en) Internet site security system and method thereto
CN120429869A (zh) 一种基于Java Agent的服务漏洞检测技术

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14859954

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 25/08/2016)

122 Ep: pct application non-entry in european phase

Ref document number: 14859954

Country of ref document: EP

Kind code of ref document: A1