System and method to protect java bytecode code against static and dynamic attacks within hostile execution environments
13 claims: 2 independent, 11 dependent
- 1An apparatus for increasing tamper-resistance of Java bytecode, comprising:a Java bytecode protection tool configured to apply protections to Java bytecode during build-time to generate secured Java bytecode and corresponding protection data, wherein the secured Java bytecode includes a protected application payload and protected Java classes that are encrypted using white-box encryption techniques and which can only be accessed by a software-implemented white-box security module and which can be loaded individually by secure loaders within the security module;wherein at least a portion of the secured Java bytecode is loaded into a Java Virtual Machine (JVM) executing within a hardware environment configured to load at least a portion of the secured Java bytecode;wherein the corresponding protection data is loaded into the software-implemented white-box security module, wherein the software-implemented white-box security module includes a Java Native Interface (JNI) bridge and is configured to execute in the same environment as the JVM during deployment time and to use the JNI bridge to communicate with the JVM during loading and execution of the secured Java bytecode;and counter static and dynamic attacks to the secured Java bytecode during loading and execution of the secured Java bytecode via one or more software-implemented protection mechanisms, wherein at least one of the one or more software-implemented protection mechanisms are integrated into the software-implemented white-box security module, wherein the static and dynamic attacks are countered based at least in part on the corresponding protection data loaded into the software-implemented white-box security module, and wherein the software-implemented white-box security module is configured to co-execute with the secured Java bytecode within the environment via the JNI bridge during runtime.
- 2The apparatus of Claim 1 wherein the secured Java bytecode also includes a protected Java application bytecode stub and an encrypted class bytecode frame.
- 3The apparatus of Claim 2 wherein the software-implemented white-box security module is a functional extension to a JVM environment, is configured to provide a root of trustiness of protected Java applications, and is configured to interface with multiple different secured Java bytecodes.
- 4The apparatus of Claim 3 wherein the protected application payload is launched via the protected Java application bytecode stub.
- 5The apparatus of Claim 3 wherein the software-implemented white-box security module includes a protected bytecode class loader and wherein the protected application payload is launched via the encrypted class bytecode frame using the protected bytecode class loader.
- 6The apparatus of Claim 1 wherein only a portion of the secured Java bytecode is stored in decrypted form at any time during execution of the secured Java bytecode.
- 7The apparatus of Claim 1 wherein the one or more software-implemented protection mechanisms are selectable according to configuration options.
- 8The apparatus of Claim 7 wherein the one or more software-implemented protection mechanisms include static security handlers and dynamic security handlers.
- 9The apparatus of Claim 8 wherein the static security handlers include a whitebox (WB) static security handler for accepting cryptographic information including cryptographic keys from a user to generate WB encryption key data used by one or more of other static security handlers, and WB decryption key data and a WB security module utility, each used by one or more of the dynamic security handlers during dynamic run-time protection of the software-implemented white-box security module.
- 10The apparatus as claimed in Claim 9 wherein the static security handlers include a bytecode integrity verification (BIV) static security handler for applying hash code protection to the secured Java bytecode in response to protection marking information, and the dynamic security handlers include a BIV dynamic security handler for verifying the hash code protection at run-time, wherein the software-implemented white-box security module invokes tampering countermeasures upon verification failure.
- 11The apparatus as claimed in Claim 9 wherein the static security handlers includes a secure loading bytecode (SLB) static security handler for forming during build-time a protected Java application bytecode stub, a protected application payload, and an encrypted class bytecode frame, and the dynamic security handlers includes an SLB dynamic security handler for loading into a memory buffer the encrypted class bytecode frame corresponding to the secured Java application bytecode, decrypting each of encrypted class contained within the encrypted class bytecode frame via the WB decryption key data corresponding to the encrypted class, loading each decrypted class bytecode into an application work space via a security module class loader so as to execute the Java application bytecode within the application work space.
- 12A method of increasing tamper-resistance of Java bytecode, the method comprising:applying protections to Java bytecode during build-time to generate secured Java bytecode and corresponding protection data, wherein the secured Java bytecode includes a protected application payload and protected Java classes that are encrypted using white-box encryption techniques and which can only be accessed by a software-implemented white-box security module and which can be loaded individually by secure loaders within the security module;loading at least a portion of the secured Java bytecode into a Java Virtual Machine (JVM) executing within a hardware environment configured to load at least a portion of the secured Java bytecode;loading the corresponding protection data into the software-implemented white-box security module, wherein the software-implemented white-box security module included a Java Native Interface (JNI) bridge and is configured to execute in the same environment as the JVM during deployment time and to use the JNI bridge to communicate with the JVM during loading and execution of the secured Java bytecode;and countering static and dynamic attacks to the secured Java bytecode during loading and execution of the secured Java bytecode via one or more software-implemented protection mechanisms, wherein at least one of the one or more software-implemented protection mechanisms are integrated into the software-implemented white-box security module, wherein the static and dynamic attacks are countered based at least in part on the corresponding protection data loaded into the software-implemented white-box security module, and wherein the software-implemented white-box security module is configured to co-execute with the secured Java bytecode within the environment via the JNI bridge during runtime.
Independent claims12
106 paragraphs in 5 sections, as filed
FIELD OF THE INVENTION
0001The present invention relates generally to computer software, and more specifically, to a method and system of making computer software resistant to static and dynamic attacks within a hostile execution environment.
BACKGROUND OF THE INVENTION
0002Within the computer programming industry, the Java programming language is used in every major industry segment and has a presence in a wide range of devices, computers, and networks. Java applications are written in the Java programming language and compiled into machine-independent bytecodes that are executed on a Java Virtual Machine (JVM), which is deployed on a host Operating System (OS) and the host Computer Processing Unit (CPU) Instruction Set Architecture (ISA). Java technology's versatility, efficiency, platform portability, and security make it the ideal technology for network computing. The Java programming language is found everywhere from laptops to datacenters, game consoles to scientific supercomputers, and cell phones to the Internet. Indeed, portability, extensibility, generality, and reliability are key Java strengths. However, such ubiquity also provides ample opportunity for hackers and related computer attacks.
0003To prevent attacks and unauthorized access to the Java environment from un-trusted applications, Java technology includes the Java sand-box security model for protecting the execution environment of the host machine or device where compromised software such as viruses or malware may be downloaded or installed illegally. Preventing such hostile attacks is essential in designing critical applications that normally run on highly protected environments and systems such as telecommunication systems, transportation systems, defense systems, industrial automation systems, and power management systems. Each year, more and more such critical systems are designed and implemented using the Java programming language.
0004Likewise, the consumer electronics industry is entering a new age where advanced technologies and products, rapid demand on media digitalization, and the continuously falling prices of consumer electronics taken together with increasing disposable income from emerging markets have spurred growth in the consumer electronics market at a speed and scope without precedent. Many such consumer electronics products rely on software applications to function. Certain Java programming language strengths (such as portability, extensibility, generality, reliability, and simplicity) reduces overall development and deployment cost of consumer electronics products, thereby ensuring more and more Java-based platforms and applications are deployed to new consumer products.
0005Almost all consumer electronics devices require functioning in an un-trusted environment. In un-trusted environments, software within consumer electronics devices can be directly accessed for different purposes ranging from a beneficial reason (e.g., to get needed services) to undesirable reasons (e.g., to hack the devices). As a result, more and more computer applications execute in a relatively hostile environment than ever before. For example, hand-held devices (such as portable media players or smart phones), home networking (such as set-top boxes, media players, or personal computers), and web-based environments are areas where attackers often spend large amounts of time and resources. Therefore, the protection of legitimate software against attacking software is becoming an escalating arms race. Moreover, high performance hardware and sophisticated attack tools provide the intruders with many new advantages.
0006Software distributors must be sure that their software is robust and resistant to attack. However, the given platform and software are often well known to an attacker who has time, resources, tools, and all the experts on the web at the disposal of the attacker. This hostile attack landscape is often termed a "white box" environment, where all the content is in plain sight and therefore subject to direct access and tampering. This is the opposite of a "black-box" environment which is, in the other words, a trusted and protected environment where content is hidden or otherwise protected from attack. In the prevailing hostile landscape of a white box environment, preventing or stopping direct and automated attacks to software systems is becoming one of the most demanding security challenges. Moreover, strong defenses for white box attacks must be achieved to ensure proper and secure device function. The Java programming language is not adequately designed to tackle such security problems and challenges. In this respect, certain Java strengths actually cause security weaknesses when compared to programming in C or C++.
0007Unlike C/C++ compilers that compile C/C++ code to a low-level instruction set which operates on raw binary data and is specific to the target hardware (such as x86 or PowerPC), a Java compiler compiles Java source code to a higher-level portable bytecode that operates on classes and primitive types that the JVM can interpret during execution. Platform dependency is encapsulated within JVM and decoupled from the Java application.
0008As well, the standard Java compiler does not perform compile-time optimizations that are commonly and usually found in C/C++ compilers. Instead, Java relies on Just-In-Time (JIT) compilation to perform all optimizations at run time while taking the execution profile into account for performance improvement. Major C/C++ code optimizations are performed at compile time. For example, inline substitution results in copies of the given (member) function being scattered around the binary image; use of the preprocessor combined with compile-time evaluation of expressions may leave no trace of the constants defined in the source code; and so on. In general, sophisticatedly optimized code is more difficult to reverse engineer.
0009Still further, Java program dependencies are resolved at run time when classes are loaded. So the name of the class and names of its methods and fields must be present in a class file, as well as names of all imported classes, called methods, and accessed fields. On the other hand, C/C++ programs are statically linked. Therefore, the names of classes, members, and variables need not be present in the compiled and linked program, except for names exported from dynamic libraries.
0010Finally, a Java application is delivered as a set of Java Archive (JAR) files. The JAR format enables multiple files to be bundled into a single archive file, which are essentially non-encrypted archives and from which it is relatively easy to extract individual classes. By comparison, a C/C++ application is delivered as a monolithic executable that may link with a few dynamic libraries, so it is not as easy to identify program information and individual code.
0011Accordingly, the decompilation of Java bytecode to Java source is much simpler and easier than dissembling C/C++ and can therefore be fully automated. Program information such as class hierarchy, statements, names of classes, methods and fields can all be retrieved from the bytecode. Although there are many freeware and commercial Java obfuscation tools available, none provide protection to prevent a direct attack to execution of the bytecode. As a result, Java reverse engineering is now a common practice.
0012Moreover, a JVM provides an open run time environment for Java applications. There is very little built-in security to protect the JVM and make the JVM itself robust. Attaching to a JVM itself or using a JVM to launch attacks is relatively trivial. Therefore, regardless of the strength of protections applied to Java application code, hackers may always use the JVM as the weakest link in order to implement white box attacks because of the JVM's vulnerability. Although a more trusted and robust JVM would likely protect Java applications and prevent white box attacks, this approach would require significant changes to the current Java security model and related significant industry support and adaptation. It would therefore be desirable to have a trusted and robust component within industrial standard JVM that protects applications within a white box environment.
0013<patcit id="pcit0001" dnum="US7590863B2"><text>US 7590863 B2</text></patcit> discloses protecting Java bytecode, including encrypting at least one Java class file to produce at least one encrypted Java class file which is archived in an archive.
0014<patcit id="pcit0002" dnum="WO2009108245A2"><text>WO 2009/108245 A2</text></patcit> discloses applying existing anti-tampering and obfuscation techniques to virtual machine technology.
SUMMARY OF THE INVENTION
0015Various aspects and embodiments of the present invention are set out in the appended claims.
0016It is an object of the present invention to obviate or mitigate a major disadvantage of previous Java platform configurations.
0017This disclosure presents an invention that provides secure modules that can address Java platform weaknesses and protect Java bytecode during execution time. The secure modules are implemented in C/C++ as an example. Because implementation of the inventive security modules is made in C/C++, this enables use of security technology that secures C/C++ software code. For purposes of the present invention, suitable security technology is that provided by Cloakware Inc. of Ottawa, Ontario, Canada. Such suitably intended security technology is described fully within prior commonly owned <patcit id="pcit0003" dnum="US7506177B"><text>United States Patents including: Patent No. 7,506,177 issued on 17 MAR 2009 to Chow et al.</text></patcit> and titled TAMPER RESISTANT SOFTWARE ENCODING AND ANALYSIS; Patent No. <patcit id="pcit0004" dnum="US7464269B"><text>7,464,269 issued on 09 DEC 2008 to Johnson et al.</text></patcit> and titled SECURE METHOD AND SYSTEM FOR HANDLING AND DISTRIBUTING DIGITAL MEDIA; Patent<patcit id="pcit0005" dnum="USNO7397916A"><text> No. 7,397,916 issued on 08 JUL 2008 to Johnson et al.</text></patcit> and titled SYSTEM AND METHOD FOR PROTECTING COMPUTER SOFTWARE FROM A WHITE BOX ATTACK; Patent No. <patcit id="pcit0006" dnum="US7395433B"><text>7,395,433 issued on 01 JUL 2008 to Chow et al.</text></patcit> and titled METHOD AND SYSTEM FOR SUSTAINABLE DIGITAL WATERMARKING; Patent No. <patcit id="pcit0007" dnum="US7350085B"><text>7,350,085 issued on 25 MAR 2008 to Johnson et al.</text></patcit> and titled TAMPER RESISTANT SOFTWARE-MASS DATA ENCODING; Patent No. <patcit id="pcit0008" dnum="US7325141B"><text>7,325,141 issued on 29 JAN 2008 to Chow et al.</text></patcit> and titled METHOD AND SYSTEM FOR SECURE ACCESS; Patent No. <patcit id="pcit0009" dnum="US6842862B"><text>6,842,862 issued on 11 JAN 2005 to Chow et al.</text></patcit> and titled TAMPER RESISTANT SOFTWARE ENCODING; Patent No. <patcit id="pcit0010" dnum="US6779114B"><text>6,779,114 issued on 17 AUG 2004 to Chow et al.</text></patcit> and titled TAMPER RESISTANT SOFTWARE-CONTROL FLOW ENCODING; and Patent No. <patcit id="pcit0011" dnum="US6594761B"><text>6,594,761 issued on 15 JUL 2003 to Chow et al.</text></patcit> and titled TAMPER RESISTANT SOFTWARE ENCODING.
0018The existing software security technology disclosed in the above-referenced patents and related products from Cloakware, Inc. are used to protect legitimate applications along with the functionality and intellectual property of the applications, which run on hostile (un-trusted) execution environments, in order to prevent white box attacks to these applications. Such existing software security technology contains practical source code and binary protection tools that protect applications in C/C++ along with native compiled code and make software and security inseparable by enhancing traditional application building processes.
0019In a first example, the present invention provides an apparatus for increasing tamper-resistance of Java bytecode, including: a protection tool for applying security to Java bytecode during build-time; a security module accepting secured Java bytecode from the protection tool and launching the secured Java bytecode during run-time; and one or more protection mechanisms integrated with the protection tool and the security module; wherein one or more protection mechanisms operate to counter static and dynamic attacks to the Java bytecode.
0020In a further example, of the present invention, the apparatus also includes a secured Java bytecode including a protected Java application bytecode stub, a protected application payload, and an encrypted class bytecode frame, each of which being formed by said protection tool during build-time.
0021In another example, of the present invention, the security module is distributed independently as a functional extension to a Java virtual machine environment to provide a root of trustiness of protected Java applications, and the secured Java bytecode is distributed separately as per user needs.
0022In a further example, of the present invention, the protection tool has a mechanism to dictate that the protected application payload is launched via said protected Java application bytecode stub.
0023In a further example, of the present invention, the security module includes a protected bytecode class loader and the protection tool includes a mechanism to dictate that said protected application payload is launched via said encrypted class bytecode frame using the protected bytecode class loader.
0024In a further example, the apparatus is formed of programming engines implemented in a programming language including one or more of C, C++, and Java.
0025In a further example, the apparatus is formed of programming engines implemented in a programming language capable of interfacing with a Java virtual machine.
0026In a further example, one or more of the protection mechanisms are selectable according to configuration options. These protection mechanisms may also include static security handlers formed within the protection tool and dynamic security handlers formed with the security module.
0027In a further example, the static security handlers may include a whitebox (WB) static security handler for accepting cryptographic information including cryptographic keys from a user so as to generate: WB encryption key data used by one or more of other the static security handlers, and WB decryption key data and a WB security module utility, each used by one or more the dynamic security handlers during dynamic run-time protection of the security module.
0028In a further example, the static security handlers may include a bytecode integrity verification (BIV) static security handler for applying hash code protection to the secured Java bytecode in response to protection marking information, and the dynamic security handlers includes a BIV dynamic security handler for verifying the hash code protection at run-time, wherein the security module invokes tampering countermeasures upon verification failure.
0029In a further example, the apparatus further includes static security handlers which may include a secure loading bytecode (SLB) static security handler for forming during build-time a protected Java application bytecode stub, a protected application payload, and an encrypted class bytecode frame, and the dynamic security handlers includes an SLB dynamic security handler for loading into a memory buffer said encrypted class bytecode frame corresponding to the secured Java application bytecode, decrypting each of encrypted class contained within the encrypted class bytecode frame via said WB decryption key data corresponding to the encrypted class, loading each decrypted class bytecode into an application work space via a security module class loader so as to execute the Java application bytecode within the application work space.
0030Other aspects and features of the present invention will become apparent to those ordinarily skilled in the art upon review of the following description of specific embodiments of the invention in conjunction with the accompanying figures.
BRIEF DESCRIPTION OF THE DRAWINGS
0031Embodiments of the present invention will now be described, by way of example only, with reference to the attached Figures, wherein: <ul id="ul0001" list-style="none" compact="compact"><li><figref idref="f0001"><b>FIGURE 1</b></figref> is a diagram illustrating a known overview of the JNI bridging a Java application with native code.</li><li><figref idref="f0002"><b>FIGURE 2</b></figref> is a diagram illustrating the known mechanism of static attacks to Java application bytecodes.</li><li><figref idref="f0003"><b>FIGURE 3</b></figref> is a diagram illustrating the known mechanism of dynamic attacks to Java application bytecodes.</li><li><figref idref="f0004"><b>FIGURE 4</b></figref> is a diagram illustrating an overview of the Java bytecode protection system in accordance with the present invention.</li><li><figref idref="f0005"><b>FIGURE 5</b></figref> is a diagram illustrating the build-time process, as shown in the top portion of <figref idref="f0004"><b>FIGURE 4</b></figref><b>,</b> to protect Java application bytecodes at build-time in accordance with the present invention.</li><li><figref idref="f0006"><b>FIGURE 6</b></figref> is a diagram illustrating the run-time process, as shown in the bottom portion of <figref idref="f0004"><b>FIGURE 4</b></figref><b>,</b> to protect Java application bytecodes at run-time in accordance with the present invention.</li><li><figref idref="f0007"><b>FIGURE 7</b></figref> is a diagram illustrating the anti-debug capability at startup and run-time in accordance with the present invention.</li><li><figref idref="f0008"><b>FIGURE 8</b></figref> is a diagram illustrating the external white box (WB) cryptographic library in accordance with the present invention.</li><li><figref idref="f0009"><b>FIGURE 9</b></figref> is a diagram illustrating the internal WB cryptographic facility in accordance with the present invention.</li><li><figref idref="f0010"><b>FIGURE 10</b></figref> is a diagram illustrating the pre-process of the bytecode protection tool in accordance with the present invention.</li><li><figref idref="f0011"><b>FIGURE 11</b></figref> is a diagram illustrating the work flow of the Bytecode Integrity Verification (BIV) static security handler in accordance with the present invention.</li><li><figref idref="f0012"><b>FIGURE 12</b></figref> is a diagram illustrating the work flow of the BIV dynamic security handler in accordance with the present invention.</li><li><figref idref="f0013"><b>FIGURE 13</b></figref> is a diagram illustrating the work flow of the Secure Loading Bytecode (SLB) static security handler in accordance with the present invention.</li><li><figref idref="f0014"><b>FIGURE 14</b></figref> is a diagram illustrating the work flow of the SLB dynamic security handler in accordance with the present invention.</li><li><figref idref="f0015"><b>FIGURE 15</b></figref> is a diagram illustrating the bootstrap interface and secure loading of a cloaked java application in accordance with the present invention.</li><li><figref idref="f0016"><b>FIGURE 16</b></figref> is a diagram illustrating the work flow of the Dynamic Bytecode Decryption (DBD) static security handler in accordance with the present invention.</li><li><figref idref="f0017"><b>FIGURE 17</b></figref> is a diagram illustrating a DBD sequence diagram in accordance with the present invention.</li><li><figref idref="f0018"><b>FIGURE 18</b></figref> is a diagram illustrating the work flow of the DBD dynamic security handler in accordance with the present invention.</li></ul>
DETAILED DESCRIPTION
0032As seen by way of <figref idref="f0001"><b>FIGURE 1</b></figref><b>,</b> the Java platform <b>100</b> additionally includes a Java Native Interface (JNI) <b>102</b> that provides a facility to bridge two-way interoperations and interactions between the Java world (which includes a JVM <b>104,</b> Java applications <b>106,</b> and libraries <b>108</b> in bytecode loaded within the JVM) and the native code world <b>110</b> (which applications or shared libraries are written in other languages, such as C/C++/assembler, and compiled into the host CPU ISA). By using a JNI Application Programming Interface (API) in Java programming language and C/C++/assembler code, C/C++/assembler native binary code can be callable from Java and also can invoke Java bytecodes. There are two kinds of interactions: "down-calls" when a Java application code calls a native method and "up-calls" when a native method accesses data or invokes methods of the given Java application via a JNI environment.
0033At the run-time, the security modules of the present invention can co-execute within the JVM via the JNI so that the given Java application can invoke secure operations within the inventive security module where such secure operations can access the Java application and other Java library code loaded within the JVM and perform protections.
0034The approach of the present invention is effectively a security add-on to an existing JVM by introducing a security module that is fully protected and trusted within the JVM via the JNI mechanism. At run-time, the security module acts as the root of the trust and as a protection "trampoline and engine" within the JVM to launch and perform the various protections to Java bytecode. In this way, the present invention does not require any global changes to the existing Java platform. Rather, both existing and newly deployed systems and devices can benefit from this solution immediately. In the other words, the present invention may be treated as a security extension to existing Java infrastructure to address security problems faced by current Java applications. Thus, the present invention provides a Java bytecode protection security module that leverages the ability of the JNI to access bytecode during run-time and perform a set of protection methods to Java bytecode in response to static and dynamic attacks to the Java application.
0035The present invention provides a highly trusted protection tool and security module within a Java bytecode protection system. The present invention does not rely upon Java application protection based only on the JVM and Java security. Rather, the present invention introduces a Java bytecode protection security module (SM) being a trusted zone that can work with the JVM via the JNI to launch, perform, and manage Java bytecode protection during run-time. The trustworthiness of the security module is guaranteed by applying known effective security protection to C/C++ code in which programming language the protection tool and security module are written. With such a trusted SM, trustworthiness is expanded from the SM to the Java applications and the JVM by certain protections provided by the SM discussed further herein.
0036With regard to <figref idref="f0002"><b>FIGURES 2</b></figref> and <figref idref="f0003"><b>3</b></figref><b>,</b> typical static and dynamic attacks to java bytecode are illustrated. In general, any given Java application is developed in Java source form <b>202</b> and then compiled into Java bytecode <b>204</b> by a Java compiler <b>206,</b> which is stored on an archive file <b>208</b> (i.e., JAR file) by using an archiver utility <b>210</b> prior to distribution. Such distribution may take many forms including media such as a Compact Disc (CD) or downloadable files.
0037A static attacker <b>212</b> normally uses reverse engineering tools (e.g., a Java decompiler) to extract valuable intellectual property information <b>214</b> (i.e., proprietary data or software algorithms) from the code from the distribution media. In doing so, the attacker may then make illegal changes to the code or otherwise compromise the underlying code <b>216.</b> In order to prevent such static attacks to Java bytecode during the distribution of the given Java application, the present invention applies a level of protection to application bytecode. This protection is provided before distribution to ensure that static attacks become extremely difficult tasks. After applying effective protection by way of the present invention, the intellectual property embedded within the application bytecode is not easily reverse engineered and any tampering of the protected bytecode becomes an impractical exercise. Moreover, the static protection of the present invention is advantageous because any tampered bytecode cannot be loaded and run by a legitimate JVM.
0038In comparison to static attacks to an application bytecode, a dynamic attacker <b>302</b> can implement attacks to Java bytecode by using dynamic attack tools while a JVM is loading and running the Java application. By using dynamic attack tools and methods, an attacker can access the JVM <b>304</b> and application bytecode <b>306,</b> observe and modify the bytecode <b>308</b> directly to understand or/and change original designated behavior and important values for their attack purpose. Moreover, the attacker can ascertain valuable intellectual property <b>310</b> and secrets from the bytecode including lifting original bytecode <b>306.</b> In order to prevent such dynamic attacks to Java code during run-time, the present invention forms and implants protection to the application bytecode before distribution. Moreover, the present invention implements those protections during run-time to ensure any dynamic attacks are impractical. The present invention serves to not only prevent dynamic attacks, but also adds the ability to the protected application to detect dynamic attacks and be able to mitigate dynamic attacks as well as making such attacks very expensive efforts in terms of time and resources for any prospective attacker.
0039<figref idref="f0004"><b>FIGURE 4</b></figref> is an overview of a bytecode protection system <b>400</b> and related methods in accordance with the present invention. Here, the Java bytecode protection system includes two parts: a build-time protection tool <b>402</b> and a run-time security module <b>404.</b> As mentioned, the bytecode protection system and related methods are implemented in C/C++ using technology available from Cloakware Inc. of Ottawa, Ontario, Canada as discussed above.
0040The Java bytecode protection tool <b>402</b> is used to apply security (i.e., "cloak") the Java bytecode <b>406</b> prior to deployment. This Java bytecode protection tool <b>402</b> allows the security settings and protection mechanisms to be specified during build time. This tool takes as input the original Java application bytecode <b>406,</b> security specifications, and the WB cryptographic keys, and generates "cloaked" Java bytecode that is run in conjunction with the Java bytecode protection security module <b>404.</b> The Java bytecode protection tool <b>402</b> includes options for specifying how bytecode is launched (e.g., via a Protected Application Bytecode Stub or a Protected Byetcode Class Loader), as well as options for specifying security techniques for the deployed secured Java bytecode. The cloaked bytecode of the Java application is distributed in two parts: 1) protected Java application bytecode stub <b>408,</b> which is loaded into the target JVM environment <b>410,</b> and 2) protected data files <b>412</b> and white box security module (WB SM) utility <b>414,</b> which will be loaded and accessed by the SM during run-time, separately. The inventive Java bytecode protection security module <b>404</b> can be distributed with these two parts or independently up to application provisioning approaches. In general, the security module <b>404</b> is generic in the sense that it can be installed once and applied to the cloaked bytecode of any Java application.
0041A variety of methods for the inventive bytecode protection are enabled for use in conjunction with the instant Java bytecode protection system <b>400.</b> Each such bytecode protection method address static and dynamic attacks to Java application in bytecode form.
0042One method of bytecode protection includes White box cryptographic, or "WB cryptographic," which is a unique cryptographic technology that protects cryptographic algorithms so that their operations can execute within a hostile environment without leaking a cryptographic key and other cryptographic values. In other words, the WB cryptographic method can be executed against direct attacks. The present invention incorporates two kinds of WB cryptographic technology including the external WB cryptographic library and the internal WB cryptographic facility.
0043The external WB cryptographic library is implemented in C and protected with tampering resistance property by a hidden cryptographic key and other cryptographic information so that WB cryptographic operation can be used by protected Java applications and performed without releasing any valuable information including the key. The inventive internal WB cryptographic facility is a functional component of the build-time protection tool <b>402</b> that accepts cryptographic information and keys, and generates WB key data and utilities for the inventive protection tool and security module <b>404</b> to use to encrypt and decrypt different forms of java application bytecodes and relevant information.
0044Another inventive method of bytecode protection includes Bytecode Integrity Verification (BIV). Protection via BIV can detect and mitigate static and dynamic tampering attacks to Java class or method code while loading a class or running Java methods. At build time, the inventive method calculates static hash values of JAR files, class, and method bytecodes from the original application archive file. During loading and run-time, the inventive method calculates dynamic hash values by addressing class and method bytecode loaded with the JVM <b>410</b> and makes the integrity verification by checking the dynamic hash values against the static ones.
0045Another inventive method of bytecode protection includes Anti-Debug (AD) which is shown and described later in regard to <figref idref="f0007"><b>FIGURE 7</b></figref><b>.</b> AD is one of the dynamic security handlers <b>416</b> as shown in <figref idref="f0004"><b>FIGURE 4</b></figref><b>.</b> AD protection can prevent and detect dynamic attacks by using debuggers during run-time. AD consists of techniques that detect attacks by monitoring the internal and external state of the system environment at startup and during runtime. Appropriate countermeasures are invoked once the anti-debug attacks are detected.
0046Another inventive method of bytecode protection is Secure Loading Bytecode (SLB). This SLB protection method prevents and detects static reverse engineering and tampering attacks to archive file and Java class code before loading into the JVM <b>410.</b> At build time, the SLB protection method encrypts JAR files and selected class bytecodes from the original application archive file, and introduces an application stub class. When a JVM <b>410</b> loads the protected application, the JVM <b>410</b> first loads the application stub class and then triggers loading of the protected application. An SLB dynamic security handler <b>416</b> described further herein below is a functional component of the inventive Java bytecode protection security module <b>404</b> that is connected with the JVM <b>410</b> via JNI <b>418</b> during run-time execution. The SLB dynamic security handler <b>416</b> manages and controls loading a protected Java application bytecode into the work space in the JVM <b>410.</b>
0047Another inventive method of bytecode protection is Dynamic Bytecode Decryption (DBD). The DBD protection method prevents and mitigates dynamic attacks to Java class or method code during run-time.
0048Another set of inventive methods of bytecode protection includes both transfer-execution and partial execution. Both of these protection methods move part of original execution into the security module <b>404</b> and make sure that only part of execution can be exposed within the JVM <b>410</b> so as to prevent and mitigate dynamic code lifting attacks during run-time. For example, certain Java bytecode can be converted into C code (J2C) that can be protected and executed within the security module <b>404.</b>
0049Another inventive method of bytecode protection includes bytecode transformation. This kind of protection can be achieved by techniques including data flow transformations and control flow transformations. Bytecode transformation can transform original bytecode into different code structure while still preserving the original functionality. The transformed bytecode becomes much harder to be reverse engineered and tamper resistant.
0050Referring to <figref idref="f0005"><b>FIGURE 5</b></figref><b>,</b> the Java bytecode protection tool <b>402</b> applies different protection techniques to original application bytecode. The Java bytecode protection tool <b>402</b> thus generates protected bytecode and relevant data and utilities that work with the Java bytecode security module during run-time to implement those designated protection techniques to Java bytecode. The Java bytecode protection tool <b>402</b> accepts the three inputs of cryptographic info and keys <b>502,</b> original JAR files <b>504,</b> and configuration options <b>506</b> via the user interface <b>518</b> and performs the three kinds of operations.
0051The first basic operation includes generation of WB key data and utilities. Using cryptographic info and keys <b>502,</b> the WB static handler <b>508</b> generates WB encryption key data <b>510</b> that are used by different static security handlers (each described in more detail herein below) and the tool itself. Also, the build-time process of the protection tool <b>402</b> generates WB decryption key data that is stored as part of run-time data <b>512</b> in a data protection folder <b>514.</b> A WB Security Module (SM) utility <b>516</b> is provided to perform WB decryption operations invoked by the dynamic security handlers during run-time by using the WB decryption key data.
0052The second basic operation includes application of protection techniques. According to configuration options, the Java bytecode protection tool <b>402</b> applies different static security handlers to modify application bytecode from the original form to protected forms. In doing so, this operation generates protected Java application bytecode stub <b>408</b> and relevant protection data files that contain protected application bytecode in various protection forms and important run-time data.
0053The third basic operation includes packaging a deployable form of the protected Java bytecode. At the end of the process, the Java bytecode protection tool <b>402</b> will structure and pack all output files properly so that the Java application bytecode stub <b>408</b> can be loaded by the JVM <b>410.</b> This Java application bytecode stub <b>408</b> is an entry point to launching the cloaked Java application and may take various forms including: a class file that can be launched by an external program, a class file that is launched by another Java class, or a Java class loader. The Java bytecode protection tool <b>402</b> will also structure and pack all output files properly so that the WB SM utility <b>516</b> can be invoked by functional components of the Java bytecode security module. Still further, the Java bytecode protection tool <b>402</b> will also structure and pack all output files properly so that all protection data files can be accessed by certain functional components of the Java bytecode security module <b>404.</b>
0054<figref idref="f0005"><b>FIGURE 5</b></figref> shows an overview of the aforementioned build-time process to protect Java application bytecodes. With regard to <figref idref="f0005"><b>FIGURE 5</b></figref><b>,</b> the major functional components and data files will now be described.
0055The Java bytecode protection tool <b>402</b> includes a user interface <b>518</b> for interfacing with a user in order to accept user commands and major inputs. The commands and inputs may include: cryptographic info and keys <b>502</b> including cryptographic algorithm selection, and original key materials; original application bytecode archive file <b>504</b> which includes unprotected bytecode to be protected; and configuration options <b>506</b> which include user options to conduct the Java bytecode protection tool <b>402</b> on what and how to protect the application bytecode - e.g., a user can specify particular Java classes and methods whether to be protected or not.
0056The Java bytecode protection tool <b>402</b> also includes a protection manager <b>520.</b> The protection manager <b>520</b> is provided to interpret configuration options <b>506,</b> and coordinate different protection techniques in a dependent order so as to interlock them such that the resulting overall protection is much stronger than each individual protection. Also, the manager <b>520</b> contains utilities commonly used by other functional components of the Java bytecode protection tool <b>402.</b>
0057The Java bytecode protection tool <b>402</b> also includes static security handlers <b>522.</b> Each individual static handler is invoked by the protection manager <b>520</b> to perform a respective predetermined protection technique. In the illustrated embodiment, a WB-static handler <b>508,</b> a BIV static handler <b>524,</b> an AD static handler <b>526,</b> a SLB static handler <b>528,</b> a DBD static handler <b>530,</b> a transfer-execution static handler <b>532,</b> a partial-execution static handler <b>534</b> and a code transformation tool <b>536</b> are shown. Each such static security handler is described in detail in later sections herein below. The protection manager <b>520</b> and static security handlers <b>522</b> are designed such that they work together to provide a plug-in mechanism to add and extend security capability and new protection by easily integrating further new security handlers with the protection tool.
0058The Java bytecode protection tool <b>402</b> also includes WB encryption key data <b>510</b> generated by the WB static security handler <b>508.</b> The WB encryption key data <b>510</b> is used by the manager <b>520</b> and static security handlers <b>522</b> to encrypt certain forms of bytecode and protection data.
0059The Java bytecode protection tool <b>402</b> also includes a WB SM utility <b>516</b> generated by the WB static security handler <b>510.</b> The WB SM utility <b>516</b> is used by dynamic security handlers (described further herein below) within the security module <b>404.</b>
0060The Java bytecode protection tool <b>402</b> also includes a protected Java application bytecode stub <b>408.</b> The stub <b>408</b> only contains a boot-strap of the protected Java application for the JVM <b>410</b> to load first and then trigger a secure bytecode loader function to load real protected bytecode from protection data files.
0061The Java bytecode protection tool <b>402</b> also includes a protected J2C library <b>538</b> generated by the tool. The protected J2C library <b>538</b> contains various protected code in C that have been converted from Java bytecode. This library is dynamically linked and invoked by the Java bytecode security module.
0062The Java bytecode protection tool <b>402</b> also includes protected bytecode data <b>540.</b> This protected bytecode data <b>540</b> is one kind of protection data file generated by the tool and contains various protected bytecode.
0063The Java bytecode protection tool <b>402</b> also includes run-time data <b>512.</b> This run-time data <b>512</b> contains various kinds of security related information, such as, but not limited to, WB decryption key data, integrity verification static hash values, protected class and method information and tables.
0064It should also be understood that the Java bytecode protection tool <b>402</b> exhibits downloadability. As such, all outputs (including the protected java application bytecode stub <b>408,</b> protected J2C library <b>538,</b> protected bytecode data <b>540</b> and run-time data <b>512</b>) from this protection tool are downloadable during run-time.
0065In <figref idref="f0006"><b>FIGURE 6</b></figref><b>,</b> there is illustrated an overview of the run-time process to protect Java application bytecodes in accordance with the present invention in terms of the Java bytecode protection security module <b>404</b> shown in <figref idref="f0004"><b>FIGURE 4</b></figref><b>.</b> As previously mentioned, the Java bytecode protection security module <b>404</b> is developed in the C programming language and itself protected by tamper resistance techniques, such as those provided by Cloakware Inc. of Ottawa, Ontario, Canada, so as to be robust and tamper resistant. It should be understood that the programming engines underlying the Java bytecode protection tool <b>402</b> and security module <b>404</b> may be engines developed in other programming languages. In fact, the security module <b>404</b> underlying this invention can be developed in other programming languages so long as such languages are capable of interfacing with the Java Virtual Machine.
0066Upon initiating run-time, the JVM <b>410</b> loads the protected Java application bytecode stub <b>408</b> as it would in loading any normal Java application. This triggers the Java application bytecode stub <b>408</b> to bootstrap trusted and protected Java application bytecode by interacting with the security module <b>404</b> via the JNI <b>602.</b> During the run-time, the security module <b>404</b> serves to manage and control data flow so as to secure and protect the Java application bytecode and the execution thereby preventing dynamic attacks to the bytecode and the execution.
0067With further regard to <figref idref="f0006"><b>FIGURE 6</b></figref><b>,</b> the major functional components and data files will now be described. Data and flow control to and from the security module <b>404</b> is via the Java application bytecode work space <b>604.</b> The work space <b>604</b> is a virtual work space for the Java application within the JVM <b>410.</b> At different states of run-time, which include loading and executing the application, the actual application bytecode residing in the JVM <b>410</b> is managed differently. Each state of the work space contains legitimate and fully-functional application bytecodes, but not complete application bytecodes. Optionally, certain portions of these bytecodes may always be kept in their protected forms depending on build time configuration settings - e.g., enabling transfer execution with Java and C execution options. When the portion of bytecodes is required to be executed, the security module <b>404</b> will load and restore them within the work space into the JVM <b>410</b> just-in-time and then remove them after the execution. Also, certain original method bytecodes have been translated into C functions which are not directly visible from the JVM <b>410</b> and can only be invoked by the security module <b>404.</b> In this approach, an attacker is only able to see pieces of the original application bytecodes at any given moment during run-time which makes is extremely difficult to reverse engineer an entire application bytecode.
0068The security module <b>404</b> (SM) also includes a bridge mechanism referred to in <figref idref="f0006"><b>FIGURE 6</b></figref> as the JNI SM bridge <b>418.</b> The JNI SM bridge <b>418</b> is an interaction component that makes connection and co-function possible via the JNI <b>602</b> between the JVM <b>410</b> and the security module <b>404.</b> Sub-components of the JNI SM bridge <b>418</b> include the JNI <b>602</b> to provide the sole mechanism of interactions between the JVM <b>410</b> and native code. Also included in the sub-components is a down-call stub <b>612</b> and up-call stub <b>608.</b> These stubs provide the application programming interface to redirect down-calls from the Java application bytecode work space <b>604</b> of the JVM <b>410</b> to the dynamic security handlers <b>611</b> via the security module <b>404</b> in native programming code, and redirect up-calls from the security module <b>404</b> to the JVM <b>610.</b> The third subcomponent shown is the SM manager <b>610.</b> The SM manager <b>610</b> is a controller and coordinator for the security module <b>404.</b> It not only manages and maintains various designated protections to the Java application bytecode, but also to the security module <b>404</b> itself. It also contains utilities commonly used by other functional components of the security module <b>404.</b>
0069The security module <b>404</b> also includes a plurality of dynamic security handlers <b>611.</b> Each individual dynamic security handler <b>611</b> is invoked to perform a unique protection technique. As shown, the dynamic security handlers according to certain embodiments can include a WB dynamic security handler <b>614,</b> a Bytecode Integrity Verification dynamic security handler <b>616,</b> an anti-debugging dynamic security handler <b>618,</b> an SLB dynamic security handler <b>620,</b> a DBD dynamic security handler <b>622,</b> a transfer execution dynamic security handler <b>624,</b> a partial execution dynamic security handler <b>626</b> and a code transformation <b>628.</b> The details of the dynamic security handlers <b>611</b> are described later herein below.
0070Coordinating with the build-time Java bytecode protection tool <b>402,</b> the SM manager <b>610</b> and dynamic security handlers <b>611</b> are also designed such that they work together to provide a plug-in mechanism to add and extend security capability and new protection by easily integrating additional new dynamic security handler with the security module.
0071In <figref idref="f0007"><b>FIGURE 7</b></figref><b>,</b> one embodiment of the inventive method for external anti-debug monitoring is illustrated. Here, Java Platform Debug Architecture (JPDA) facilitates the capability of debugging the Java application. The inventive method focuses on detecting debug enabling and its subsequent debugging activities based on the JPDA. A multilayer defense strategy is used to maximize the chance of capturing the debugging activities both statically and dynamically within a running JVM process as shown. The three agents illustrated in the AD method shown in <figref idref="f0007"><b>FIGURE 7</b></figref> can be configurable to allow normal or legal debugging activity to be performed. The three agents include a Kernel Monitor Agent (KMA) <b>702,</b> a Debugger Attachment Monitor Agent (DAMA) <b>710,</b> and a Debugging Procedure Monitor Agent (DPMA) <b>718.</b>
0072In regard to the KMA <b>702</b> accessing kernel space <b>701,</b> it is required that the JVM process load a debugging library <b>705</b> into its memory space before any debugging function can be performed. The KMA <b>702</b> is spawned when the Java application starts. The KMA <b>702</b> periodically checks its own process map <b>703</b> from the Kernel to determine if libraries related to JDPA are loaded into its memory space. The appropriate related action is taken should these libraries be found.
0073In regard to the DAMA <b>710,</b> this agent serves the second line of defense. DAMA <b>710</b> is facilitated with Java Virtual Machine Tool Interface (JVMTI) capabilities and is loaded when JVM starts <b>700.</b> A call back function is provided to constantly monitor thread-start screens for every thread created during the runtime. Activities of any attached JDPA debugger in the Java application can be captured whenever the JVM loads certain threads deemed to be essential to perform debugging. In this regard, AMA enables the thread start listener <b>707,</b> detects a new thread start <b>709</b> and detects a JDPA related thread <b>711.</b>
0074In regard to the DPMA <b>718,</b> this agent is provided as a third line of defense. The DPMA <b>718</b> also operates under the JVMTI environment. A call back function monitoring the debugging procedure (e.g., hitting a break point line) will be triggered whenever such action is taken. Detailed messages such as the thread and its location of the breaking point can be collected. In this regard, the DMPA enables a line break listener <b>713,</b> detects debugging activities <b>715</b> and report any thread and method information <b>717.</b> Each of the KMA, DAMA and DPMA can trigger an action and disable JVM <b>726.</b>
0075The aforementioned static and dynamic security handlers will now be described in further detail. The WB security handler includes an external WB cryptographic library as shown in <figref idref="f0008"><b>FIGURE 8</b></figref> and an internal WB cryptographic facility as shown in <figref idref="f0009"><b>FIGURE 9</b></figref><b>.</b>
0076The external WB cryptographic library in <figref idref="f0008"><b>FIGURE 8</b></figref> provided by the WB dynamic security handler <b>614</b> provides a library that is used by the Java application for WB encryption and decryption functions via the JNI security module interface <b>804.</b> The WB static handler <b>508</b> accepts cryptographic information and original keys <b>502</b> from a user, and generates WB key data <b>803</b> that can be distributed and rolled as needed, which the cryptographic library can then use for secure cryptographic operations.
0077The internal WB cryptographic facility contains a WB static handler <b>508</b> and a number of static and dynamic components are illustrated in <figref idref="f0009"><b>FIGURE 9</b></figref><b>.</b> The WB static handler <b>508</b> accepts cryptographic information and original keys <b>502</b> from a user, and generates WB encryption key data <b>904,</b> which other static security handlers <b>906</b> then use for encryption operations to different forms of application bytecodes as part of different protection techniques. The WB static handler <b>508</b> also generates WB decryption key data <b>908</b> and provides a WB security module utility <b>630</b> that are each used by dynamic security handlers <b>611</b> to perform decryption operations while the security module <b>914</b> performs dynamic protections.
0078The Java bytecode protection tool <b>402</b> also includes a preprocessing method as shown in <figref idref="f0010"><b>FIGURE 10</b></figref><b>.</b> This pre-process tool <b>1001</b> accepts the original Java application bytecode archive files <b>1005</b> and translates them into an Internal Representation (IR) of the original application bytecode. Particular classes and methods are then marked for protection and their manner of protection according to user options <b>1003.</b> Protection mark information <b>1004</b> is thereby generated. Both the original application bytecode in IR form <b>1000</b> and protection mark information <b>1004</b> are used by each static security handlers <b>522</b> for desired protections.
0079Within each static security handler of the Java protection tool <b>402,</b> there is provided Bytecode Integrity Verification (BIV). <figref idref="f0011"><b>FIGURE 11</b></figref> illustrates the work flow of the BIV static security handler <b>524.</b> As well, <figref idref="f0012"><b>FIGURE 12</b></figref> illustrates the work flow of the BIV dynamic security handler <b>616.</b> Here, BIV provides unique tamper resistance protection by introducing a dynamic integrity verification capability to Java bytecodes during run-time. In general, at build-time a tool is used to sign classes and methods that require BIV protection where the BIV data <b>1202</b> is generated and then protected and BIV actions build into the Java bytecode. At run-time, BIV actions are triggered via the Java bytecode protection security module <b>404</b> for BIV protected classes and methods, where dynamic secure hash values are just-in-time calculated for their respective bytecode. Both static and dynamic secure hash values are represented in a secure form and feed into the Tamper Resistance Gate Keeper (TRGK) <b>1216</b> with success and/or failure call-back functions. The TRGK <b>1216</b> determines whether a BIV check is successful or failed without explicitly comparing the static and dynamic secure hash values. This can be accomplished via an appropriate algorithm in the form of a specifically designed mathematic computation. If the static and dynamic secure hash values are the same, this generally indicates that the BIV check passes and a success call-back function can be invoked. Otherwise, if the static and dynamic secure hash values are not the same, this indicates that tampering of a particular class or method is detected and the BIV check is failed. Thus, a failure call-back function can be invoked. Those call-back functions are user-defined countermeasures to detected tampering attacks.
0080In the present invention, the process of computing dynamic secure hash values <b>1214</b> of Java bytecode differs from typical processing of computations on normal native binary code in which the computation merely needs to pick native code directly from the memory allocated for the executable. Normally, application code cannot get a code segment directly from the memory at Java run-time. Instead, application code obtains a class or method bytecode through the JVM <b>410</b> mechanism. In this invention, the security module leverages this ability and the JNI interface by using an up-call to the JVM <b>410</b> to retrieve bytecodes and then computing the secure dynamic hash values <b>1214</b> and performing an integrity verification check of the retrieved bytecode against the pre-registered hash value.
0081With regard to <figref idref="f0011"><b>FIGURE 11</b></figref><b>,</b> the bytecode integrity verification static security handler <b>524</b> is seen to include bytecode signing. One of the major functions of the BIV static security handler <b>524</b> is to walk through application bytecodes and check each of the classes and methods using protection mark information <b>1105</b> to determine which class or method needs the BIV protection. If a class or method requires the BIV protection, a specific hash value is computed by applying a secure hash calculation to the particular class or method bytecode <b>1106, 1107.</b> In general, a secure hash calculation algorithm as known in the computing art is commonly used. These resultant hash values are stored as BIV data <b>1108</b> in an organized and structured way so that they can be used effectively during run-time.
0082The BIV data <b>1108</b> of the bytecode integrity verification static security handler is a data container that contains data of class and method static hash values and other information such as WB BIV decryption key data. Such data is used at run-time by the dynamic BIV security handler. In order to be used more effectively, BIV data <b>1108</b> is structured with corresponding information on each of the classes and methods to be protected and their static hash values.
0083The bytecode integrity verification static security handler <b>524</b> also serves to transform and encrypt BIV data <b>1108.</b> The integrity of the BIV data <b>1108</b> is very important to maintain. BIV data can be transferred or download via networks. Accordingly, the present invention applies transformation and encryption to them as part of packing them for use. Without such protection, any tampering of the BIV data can be a step to break BIV protection. During packaging time, the BIV static security handler performs double protections to the BIV data so as to prevent static attacks to sensitive BIV data. First, the BIV static security handler <b>524</b> performs the data transformation to the static hash values so that these values can be operated in transformed form at run-time by the dynamic BIV security handler <b>616.</b> This serves to ensure that the real plain values are never exposed. Secondly, the BIV static security handler <b>524</b> then performs encryption of these transformed values so as to prevent any tampering occurring to these transformed values before being dynamically used.
0084It should be understood that the BIV data <b>1108</b> is one kind of run-time data that are used at run-time by the dynamic security handlers <b>611.</b> Run-time data can be organized and stored into a single file or multiple files according to user options. There are some advantages to the form of multiple run-time data files, such as that the data information can be updated and downloaded in a more fine grain. For example, BIV data <b>1108</b> can be structured for each of the Java classes to be protected. In this manner, BIV protection can be performed more feasibly on each class base.
0085The bytecode integrity verification static security handler <b>524</b> also provides unique BIV triggering. Two approaches to trigger BIV at run-time are provided via an external BIV API and an internal BIV trigger. As a first approach that is part of the designated system under this invention, a set of external BIV APIs are provided for users to use them in proper places within their Java code where a user has a clear idea to perform a BIV check. The user can indicate which Java class or method needs a BIV check. The user will have full control of mitigating actions by using call-back functions. The other approach is an alternative to triggering by a user invoking external APIs. Instead, BIV triggers can be pre-built within certain functions of the Java bytecode protection security module. Each time the Java application invokes those functions, the internal BIV actions can be triggered in a pre-arranged fashion. Certain mitigating actions are pre-defined and taken by the security module internally. However, a user will still have partial control on the mitigating actions. This is enabled by providing a presetting API for a user to pre-set mitigating actions taken by the security module so that it will act accordingly to the setting. In general, users have full control on whether and where to use the external BIV API, and have indirect control on whether to use the internal BIV triggers at build-time. Users do not have any control where to trigger the internal BIV as that is hidden and controlled by the security module.
0086With regard to <figref idref="f0012"><b>FIGURE 12</b></figref><b>,</b> the bytecode integrity verification dynamic security handler <b>616</b> is seen to include BIV initialization. BIV initialization is provided to load secure static BIV data <b>1202</b> and decrypt them using the WB BIV decryption key data <b>1203,</b> and thereafter load them into the memory in secure form. BIV initialization can be implemented in two ways: as part of security module initialization or on demand during dynamic BIV. In regard to the first way, this can be done once as part of SM initialization when loading the protected Java application. In regard to the second way, this can be accomplished by loading what is needed on demand during dynamic BIV. This can be done when the BIV is required for a class. BIV data files can be organized at the class level. For a particular class, BIV data is loaded and decrypted for this class only. This second approach can provide more flexibility to users to leverage small changes required to BIV data if the class bytecode changes.
0087The bytecode integrity verification dynamic security handler also performs dynamic BIV <b>1210.</b> As discussed above, the dynamic BIV of a class or method can be launched by either external BIV API calls or other functional calls from the protected Java application to the security module that contains a pre-arranged internal BIV trigger. Performing dynamic BIV includes at least the following key actions: getting the latest bytecode, computing the dynamic secure hash value, and providing a tamper resistance gate keeper (TRGK) <b>1216.</b>
0088Getting the latest Bytecode occurs via an up-call. In order to calculate the secure dynamic hash value securely for a class or method within the security module, the latest bytecode of a class or method has to be obtained via an up-call to the JVM <b>410</b> via the JNI. The same bytecode itself should be interpreted or compiled into binary while executing this class or method loaded to the JVM <b>410.</b> If there are not any tampering attacks to the bytecode, the bytecode should be the same bytecode to which the static secure hash value has been calculated.
0089The action of dynamic secure hash value computation involves classic known hashing computation, but the resultant value is in protected form and will be used in protected form.
0090Providing the TRGK <b>1216</b> involves two inputs. The TRGK <b>1216</b> uses both static and dynamic secure hash values (SSHV <b>1212,</b> DSHV <b>1214</b>) for a particular class or method to verify whether the integrity of the bytecode of the class or method is compromised. If any tampering happens to the bytecode, its DSHV <b>1214</b> cannot be the same as its SSHV <b>1212.</b> The TRGK <b>1216</b> can detect any tampering to the bytecode. If the BIV verification passes, TRGK <b>1216</b> will trigger a success call-back function or to return to the original BIV trigger; otherwise, the TRGK <b>1216</b> will trigger a failure call-back function as the user's mitigating action.
0091The bytecode integrity verification dynamic security handler <b>616</b> also includes a termination step in the form of the BIV close. The BIV close as part of the security module performs cleaning up of the memory space and the other information used by BIV dynamic secure handler.
0092With regard to <figref idref="f0013"><b>FIGURE 13</b></figref><b>,</b> the Secure Loading Bytecode (SLB) static security handler <b>528</b> is shown. The SLB static security handler <b>528</b> receives the internal representation of the original Java application bytecode <b>1301</b> along with the WB encryption <b>1302</b> and decryption key data <b>1304</b> and the protection marking information <b>1306.</b>
0093An important output of the SLB static security handler <b>528</b> is the application stub <b>1308.</b> The application stub <b>1308</b> contains a bootstrapping class to launch a loading process via the security module during run-time. The application stub <b>1308</b> is loaded by the JVM. <b>410</b> The application stub <b>1308</b> contains each external public API necessary to enable the application to be launched independently or via another Java application. The application stub <b>1308</b> contains methods that invoke down-call functions to the security module, which in turn will decrypt and load the Java application into the JVM for execution.
0094To prepare the application stub, the SLB static security handler <b>528</b> includes an application bytecode work frame <b>1310</b> and an encrypted application bytecode work frame <b>1312.</b> The application bytecode work frame <b>1310</b> is different from the original application bytecode <b>1301.</b> In general, a class within the application bytecode work frame <b>1310</b> does not require protecting so it will be the same as the original one. If a class needs to load securely, a class stub replaces the original class bytecode and thus the class bytecode is the original bytecode. The encrypted frame <b>1312</b> is obtained by encrypting the application bytecode work frame <b>1310</b> using the application WB encryption key data <b>1302</b> via the static security handler <b>528</b> during build-time, and is decrypted using application WB decryption key data <b>1304</b> via the dynamic security handler <b>620</b> during run-time.
0095In addition to the application stub <b>1308,</b> the application payload <b>1314</b> is generated. The application payload <b>1314</b> contains the encrypted application work frame <b>1312</b> and the application WB decryption key data <b>1316.</b> The application WB decryption key data <b>1316</b> in the protected application payload is the key data generated by the WB static security handler <b>508</b> and passed to the SLB static security handler <b>528</b> as part of the WB decryption key data <b>1302.</b> At run-time, it is used to decrypt the encrypted application bytecode work frame <b>1312.</b>
0096As shown in <figref idref="f0013"><b>FIGURE 13</b></figref><b>,</b> the underlying code may be formed as class bytecode <b>1318,</b> class stubs <b>1320,</b> or encrypted class bytecode <b>1322.</b> Class bytecode <b>1318</b> is original bytecode. The class stub <b>1320</b> contains a bootstrapping method to launch a trusted class loading process via the security module during run-time to load the encrypted class bytecode <b>1322</b> when necessary. During the packaging time, the class bytecode <b>1318</b> is analyzed. Marked methods are replaced by methods that invoke down-call methods to the security module, where the security module invokes the original bytecode functionality via a security handler method designated at packaging time. The encrypted class bytecode <b>1322</b> is obtained by encrypting class bytecode <b>1318</b> using the class WB encryption key data <b>1302</b> via the static security handler <b>528</b> during build-time, and is decrypted using the class WB decryption key data via the dynamic security handler <b>620</b> during run-time.
0097An encrypted class bytecode frame <b>1324</b> is also generated by the SLB static security handler <b>528.</b> It contains encrypted class bytecode and class WB decryption keys for one or more classes. Users have the option to control how many classes a frame can contain within their encrypted class bytecode <b>1322.</b> The user has the option to load them together or separately during run-time. Class WB decryption key data is generated by the WB static security handler <b>508</b> and passes to the SLB static security handler <b>528</b> as part of the WB decryption key data <b>1304.</b> At run-time, the class WB decryption key data <b>1304</b> is used to decrypt the encrypted class bytecode <b>1322.</b> The user has the option whether generate one or multiple class WB encryption and decryption keys.
0098In regard to <figref idref="f0014"><b>FIGURE 14</b></figref><b>,</b> the work flow of an SLB dynamic security handler <b>620</b> is shown. The SLB dynamic security handler <b>620</b> is a functional component of the security module that is connected with the JVM <b>410</b> via JNI during bytecode execution. The SLB dynamic security handler <b>620</b> manages and controls loading of a protected Java application bytecode into the work space in the JVM <b>410.</b> Advantageously, this capability can ensure that an original Java application bytecode is protected and likewise distributed in a protected form so as to prevent any static attacks to the application bytecode occurring before loading the application bytecode to the JVM <b>410.</b> The SLB D-handler <b>620</b> contains two main functional components including secure application loading and secure class loading.
0099Secure application loading involves the protected application stub <b>1404</b> which is located in the class path and loaded normally by a JVM <b>410.</b> A main bootstrapping method is executed after the loading, and then an application bootstrapping method <b>1403</b> is invoked through a down-call API via the JNI SM bridge <b>418.</b> This triggers the following application loading actions of the SLB dynamic security handler <b>620.</b> First, the protected application payload <b>1408</b> is loaded from the protection data folder. This includes loading the encrypted application bytecode work frame <b>1410</b> from the payload <b>1408</b> into memory buffer, and then decrypting the encrypted application bytecode work frame <b>1410</b> just-in-memory by using the application WB decryption key data <b>1304.</b> Next, the decrypted application bytecode work frame <b>1412</b> is walked through to load each class bytecode and class stubs from the work frame into the application work space by using a special SM class loader <b>1414.</b> The SM class loader <b>1414</b> utilizes the security module to load encrypted bytecode, and decrypt and load the bytecode into the JVM <b>410.</b> Additional security checks may be incorporated to add BIV protection to the SM class loader <b>1414</b> and also checks on class loader hierarchy and integrity during load and run time. Finally, execution is passed to the main method of the main application class within the work space.
0100Secure class loading involves the triggering of a class bootstrapping method as illustrated in <figref idref="f0015"><b>FIGURE 15</b></figref><b>.</b> In general, an encrypted class bytecode frame can be pre-installed or downloaded on the device before executing the protected application, or downloaded on the device during its execution. This depends on the functional nature of the application. When classes with class stubs are required during the execution of the protected application, a class bootstrapping method is triggered and the following steps <b>1500</b> are executed via the JNI SM bridge to load the required class from the encrypted class bytecode frame. First, the corresponding encrypted class bytecode frame is loaded into the memory buffer. Next, each of the encrypted classes contained in the frame just-in-memory is decrypted by using each of the specific class WB decryption key data. The decrypted class bytecode is then loaded into the application work space by using the SM class loader. Thereafter, execution of the application continues the within the work space
0101It should be noted that, unlike running a native application where all code must be loaded first, the JVM allows for loading a new class on the fly. This extends applications dynamically by loading classes only when they are needed. Moreover, this characteristic of Java provides a good opportunity to use the SLB secure class loading against code lifting attacks. Further, after a protected class is SLB securely loaded and executed, the present invention can provide options to maintain the class in a protection state by restoring back to its class stub. In such a way, only at just-execution time is the original bytecode of the class available within the JVM image, while it remains within protected form for other times.
0102In general, Dynamic Bytecode Decryption (DBD), involves decryption of protected method bytecodes only when the encrypted method is invoked by a running Java program. This ensures that all of an application's unencrypted bytecode is never resident in memory at one time.
0103In regard to <figref idref="f0016"><b>FIGURE 16</b></figref><b>,</b> the build time workflow of a DBD static security handler <b>530</b> is shown. During build time, each unprotected class bytecode file <b>1602</b> is loaded into an internal buffer and a new class bytecode work frame is constructed for a class to be protected by DBD using the protection marking information <b>1306,</b> where marked methods are replaced with a method stub <b>1604</b> that will invoke down call methods to trigger the invocation of DBD dynamic security handler <b>530</b> at run-time. For each Java method to be protected, its bytecode is encrypted by using method WB encryption keys and storing the encrypted method into the encrypted method bytecode frame <b>1606</b> that is packaged along with the WB decryption key data <b>1608</b> for distribution as part of protected bytecode data. The original bytecode class is replaced by the protected class bytecode work frame <b>1610</b> for distribution.
0104<figref idref="f0018"><b>FIGURE 18</b></figref> shows an execution time workflow of the DBD dynamic security handler <b>622.</b> When an encrypted DBD Java method is invoked while executing a protected Java application on the JVM, the method stub is first executed and then a down call, method bootstrapping <b>1802,</b> is invoked within the DBD dynamic security handler <b>622.</b> It identifies and decrypts the encrypted method from the encrypted method bytecode frame <b>1804</b> by using WB method decryption key data and restores its real bytecode to the JVM. An implementation for restoring class bytecode to the JVM can involve restoring a copy of the class to the JVM, with the class renamed to avoid naming conflicts within the JVM namespace. An example of this is shown in <figref idref="f0017"><b>FIGURE 17</b></figref> where the partially decrypted class is loaded into the JVM with a new class name.
0105In <figref idref="f0018"><b>FIGURE 18</b></figref><b>,</b> if needed, once the original bytecode is restored to the JVM, the DBD dynamic security handler <b>622</b> may copy the class state to the real bytecode instance, this option is determined at build time. The DBD dynamic security handler <b>622</b> then invokes the unencrypted method in the JVM <b>410.</b> Once the method invocation is complete the security handler <b>622</b> then restores the real state from the unencrypted class instance to the encrypted instance and the control is returned to the originating down call method. <figref idref="f0017"><b>FIGURE 17</b></figref> shows the sample method invocation and state copy operations <b>1700</b> prior to calling the unencrypted method. Once the unencrypted method has completed execution, the state is copied back to the class instance with the protected method stubs by the DBD dynamic security handler <b>622.</b> The control is returned to the protected method, whilst the security handler removes the unencrypted class and instance from the JVM <b>410.</b>
0106The above-described embodiments of the present invention are intended to be examples only. Alterations, modifications and variations may be effected to the particular embodiments by those of skill in the art without departing from the scope of the invention, which is defined solely by the claims appended hereto.
Contents5
18 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10 Sheet 11 Sheet 12 Sheet 13 Sheet 14 Sheet 15 Sheet 16 Sheet 17 Sheet 18
Every citation, both ways
| Document | Relation | Office |
|---|---|---|
| EP2196934A1 | Cites | European Patent Office (EPO) |
| WO2009108245A2 | Cites | World Intellectual Property Organization (WIPO) |
| US6070239A | Cites | United States of America |
| US2009138731A1 | Cites | United States of America |
| US6668325B1 | Cites | United States of America |
| US7397916B2 | Cites | United States of America |
| US7590863B2 | Cites | United States of America |
| None | Non-patent | – |
16 members in 8 offices
Priority claims7
| Document | Office | Kind | Date |
|---|---|---|---|
| 260887P | United States of America | – | |
| 26088709 | United States of America | P | |
| 2010001761 | Canada | W | |
| US20090260887P | – | – | – |
| WO2010CA01761 | – | – | – |
| 260887P | – | – | – |
| CA2010001761 | – | – | – |
Members16
| Document | Office | Kind | |
|---|---|---|---|
| CA2774728A1 | Canada | A1 | |
| WO2011057393A1 | World Intellectual Property Organization (WIPO) | A1 | |
| EP2467800A1 | European Patent Office (EPO) | A1 | |
| CN102598017A | China | A | |
| US2012246487A1 | United States of America | A1 | |
| KR20130018642A | Republic of Korea | A | |
| JP2013511077A | Japan | A | |
| JP5689472B2 | Japan | B2 | |
| IN2458DEN2012A | India | A | |
| US9213826B2 | United States of America | B2 | |
| CN102598017B | China | B | |
| EP2467800A4 | European Patent Office (EPO) | A4 | |
| CA2774728C | Canada | C | |
| EP2467800B1This record | European Patent Office (EPO) | B1 | |
| EP3923165A1 | European Patent Office (EPO) | A1 | |
| EP3923165A4 | European Patent Office (EPO) | A4 |
71 legal events, as 9 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed because of non-payment of the annual feeLapsedMM | MM | BE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Gb: european patent ceased through non-payment of renewal feeCeasedGBPC | GBPC | EP | |
| Patent ceasedCeasedPL | PL | CH | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filedOpposition26N | 26N | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filed within time limitOppositionORIGINAL CODE: 0009261PLBE | PLBE | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: NO OPPOSITION FILED WITHIN TIME LIMITSTAA | STAA | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| No opposition filed against granted patent, or epo opposition proceedings concluded without decisionGrantedR097 | R097 | DE | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Deletion acc. to par. 5 (withdrawal of the translation of the ep patent)MK05 | MK05 | AT | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Invalidation of extension of european patentsMG9D | MG9D | LT | |
| Translation for ep filed (entry of ep into country)FP | FP | NL | |
| European patents granted designating irelandGrantedFG4D | FG4D | IE | |
| Dpma publication of mentioned ep patent grantGrantedR096 | R096 | DE | |
| Reference to at number (ep patent validated in austria)REF | REF | AT | |
| Designated contracting statesAK | AK | EP | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: THE PATENT HAS BEEN GRANTEDSTAA | STAA | EP | |
| Grant fee paidORIGINAL CODE: EPIDOSNIGR3GRAS | GRAS | EP | |
| Intention to grant announcedINTG | INTG | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: GRANT OF PATENT IS INTENDEDSTAA | STAA | EP | |
| Party data changed (applicant data changed or rights of an application transferred)RAP1 | RAP1 | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: EXAMINATION IS IN PROGRESSSTAA | STAA | EP | |
| First examination report despatched17Q | 17Q | EP | |
| Supplementary search report drawn up and despatched (corrected)RA4 | RA4 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Amendment of ipc main classPREVIOUS MAIN CLASS: G06F0021220000R079 | R079 | DE | |
| Party data changed (applicant data changed or rights of an application transferred)RAP1 | RAP1 | EP | |
| Request for extension of the european patent (deleted)DAX | DAX | EP | |
| Request for examination filed17P | 17P | EP | |
| Designated contracting statesAK | AK | EP | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI | EP |
Numbers
- Publication
- 2467800
- Publication, DOCDB
- 2467800
- Publication, EPODOC
- EP2467800
- Application
- 108294034
- Application, DOCDB
- 10829403
- Application, EPODOC
- EP20100829403
Titles3
- German
- SYSTEM UND VERFAHREN ZUM SCHÜTZEN DES JAVA-BYTECODES VOR STATISCHEN UND DYNAMISCHEN ATTACKEN INNERHALB FEINDLICHER AUSFÜHRUNGSUMGEBUNGEN
- English
- SYSTEM AND METHOD TO PROTECT JAVA BYTECODE CODE AGAINST STATIC AND DYNAMIC ATTACKS WITHIN HOSTILE EXECUTION ENVIRONMENTS
- French
- SYSTÈME ET PROCÉDÉ DE PROTECTION D'UN CODE EN CODE BINAIRE JAVA CONTRE DES ATTAQUES STATIQUES ET DYNAMIQUES DANS DES ENVIRONNEMENTS D'EXÉCUTION HOSTILES
Classification
- CPC, 4
- G06F21/51
- G06F21/125
- G06F21/14
- G06F9/445
- IPC, 2
- G06F21 14
- G06F21 51
Designated states38
- Contracting states, 38
- Albania
- Austria
- Belgium
- Bulgaria
- Switzerland
- Cyprus
- Czechia
- Germany
- Denmark
- Estonia
- Spain
- Finland
- France
- United Kingdom
- Greece
- Croatia
- Hungary
- Ireland
- Iceland
- Italy
- Liechtenstein
- Lithuania
- Luxembourg
- Latvia
and 14 moreShow fewer
- Monaco
- North Macedonia
- Malta
- Netherlands (Kingdom of the)
- Norway
- Poland
- Portugal
- Romania
- Serbia
- Sweden
- Slovenia
- Slovakia
- San Marino
- Türkiye
