WO2017085159A1 - Method to verify the execution integrity of an application in a target device - Google Patents
Method to verify the execution integrity of an application in a target device Download PDFInfo
- Publication number
- WO2017085159A1 WO2017085159A1 PCT/EP2016/077932 EP2016077932W WO2017085159A1 WO 2017085159 A1 WO2017085159 A1 WO 2017085159A1 EP 2016077932 W EP2016077932 W EP 2016077932W WO 2017085159 A1 WO2017085159 A1 WO 2017085159A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- function
- challenge
- application
- attestation
- target device
- 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
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/57—Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
- G06F21/577—Assessing vulnerabilities and evaluating computer system security
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/30—Authentication, i.e. establishing the identity or authorisation of security principals
- G06F21/44—Program or device authentication
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/51—Monitoring 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
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/52—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/52—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
- G06F21/53—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by executing in a restricted environment, e.g. sandbox or secure virtual machine
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/50—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
- G06F21/52—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow
- G06F21/54—Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems during program execution, e.g. stack integrity ; Preventing unwanted data erasure; Buffer overflow by adding security routines or objects to programs
Definitions
- the present invention concerns the field of software verification, in particular to check whether the run-time integrity of a software application can be demonstrated.
- Remote attestation is a method to detect changes to the user's computer (or any software embedded in a device) by authorized parties. For example, trusted centers can identify unauthorized changes to software, including users tampering with their software to circumvent technological protection measures.
- the target device generates a certificate (an attestation) making an expression on the execution of software and/or the execution platform. The target device can then present this certificate to a remote party to show that unaltered software is currently executing.
- Remote attestation may be combined with public-key encryption so that the information sent can only be read by the programs that presented and requested the attestation, and not by an unauthorized third party.
- the verification method is based on the transmission, by a verification center, of a challenge to the target device. This challenge is used by the software to produce a result, this result being dependent of the software code and execution-time information and the challenge. The result is then transmitted back to the verification center for verification.
- the key to verify the result is a precise knowledge of the software of the target device so as to produce a reference result for comparison.
- a method to verify the execution integrity of an application in a target device by producing an application signature from run time application information, said signature being used to verify the execution integrity of the application by a verification server, said application comprising an array of blocks, each block producing a digest, thus producing an array of digests related to the array of blocks, comprising the steps of :
- FIG. 1 illustrates the system comprising a head end and a target device as well as the steps to verify an application
- Attestation schemes are schemes where a run-time environment or application produces a proof of integrity (an attestation).
- Remote attestation schemes are challenge-response protocols, where an application is requested to compute such an attestation based on the challenge it received from a verification server. Based on the received response (the attestation), the verifier (a remote trusted entity such as a Head-End) is able to make a trustworthiness verdict on the integrity of the execution of that application.
- Usual attestation schemes compute such an attestation from run-time information such as memory content. There are for example schemes published where the challenge defines a predefined visit through memory; the attestation being the hash of the values encountered during this visit.
- the known remote attestation schemes require that the run-time environment of the application is emulated or that at least the application (or part thereof) is available by the trusted entity, such that it can compute the expected result given the challenge and verify the correctness of the received attestation.
- This introduces significant complexity that in practice is very hard to deal with, because of, e.g., the diversity of application versions; and the number of application instances that needs to be verified.
- it is proposed an attestation scheme where the verdict computation is reduced to verifying if a tuple ⁇ version, appsign ⁇ exists in a given set, which heavily reduces the complexity of deployment in practice.
- RAF Remote Attestation Frontend
- the head end HE comprises a Verification Entity VE and a Remote Attestation Frontend RAF.
- the Verification Entity VE requests the Remote
- Attestation Frontend RAF to perform a query to a target device TD.
- the Remote Attestation Frontend RAF prepares a challenge CH and sends it to the target device TD.
- a target device can be any type of electronic device embedding a processing unit executing a program.
- the step A is the transmission of the challenge to the target device.
- a challenge is a value unpredictable by the target device. It can be for example randomly generated by the Remote
- the transmission between the Remote Attestation Frontend RAF and the target device TD can be a bidirectional channel such as an Internet connection, or can be a broadcast connection in which the challenge CH is sent to a plurality of target devices TD.
- the target device TD comprises an attestation module AM in charge of producing the attestation.
- This attestation module AM can be a dedicated program of the target device or an independent processor connected to the main communication bus of the main processor. In this latter case, the independent processor has access to the memory storing the variables and can calculate the digest on these variables.
- Attestation R F (CH, APP), where F represents the function that computes the attestation based on the received challenge CH, and some (run-time) information of the Application (APP) such as the application memory space.
- APP Application
- the RAF Given the challenge CH and the response R, the RAF computes the app signature, which is a value that should only depend on the application information independent from the challenge.
- a set of vector of digests [ hO, hi, ... , hn ] is built, which solely depend on (parts of) the application (run-time) information, and define the attestation as some function on this vector; the function being instantiated by the challenge and being invertible.
- the RAF can compute the inverse function, such that from the attestation (response), he can reconstruct this vector of digests.
- the app signature is then the result of some function computed onto this vector of digests (or a part thereof).
- the figure 2 explains in more detail the process of the attestation generation.
- the program to be verified is divided into blocks (BO ... B3), and the attestation module AM comprises a memory to store the map of the blocks taking part of the attestation generation.
- the attestation module generates for each block a digest H representing the block. This digest H can be calculated as follows:
- - static a hash value of the block, or any operation on the content of the memory block
- run-time memories including for example registers, stack, heap content at the end of the execution of the block.
- run-time memories are set to predefined values before the execution.
- the next step is the calculation of the attestation, this operation being dependent of the challenge.
- a function F(CH) is applied on the set of digests to produce the attestation ( ⁇ ', ⁇ ... ⁇ ').
- the key factor is the possibility to have the inverse function F 1 allowing to retrieve the set of digests.
- Shuffling function the challenge CH is used as a parameter to shuffle each member of the set.
- the resulting set contains all digests, only the position into the set is randomly modified based on the challenge CH.
- the resulting digest H' is the result of an operation of at least two digests.
- the selection of the digests participating to the operation is based on the challenge CH.
- Affine function Affine functions represent vector-valued functions of the form of, for example
- HO' A0. H0 + A1. H 1 + ... An. Hn in which the AO to An coefficients are given by the challenge.
- affine transformations include linear functions such as additions or multiplication with a constant (the constant could be the coefficient of the challenge).
- the set of di ests (HO ... Hn) can be expressed as a matrix of digests of x lines and y columns such as H
- function F is an encryption function of the matrix of digests, the key used for that encryption could be the challenge or information derived from the challenge according to a derivation function known by the RAF and the target device.
- the function used to determine the attestation can be a multivariate function that computes the attestation based on the challenge and the matrix of digests. This is preferably an invertible linear function. This can be defined unambiguously by generating an invertible function based on the challenge. The resulting matrix is then multiplied with the matrix of digests in order to obtain an attestation that is sent (as a matrix of the same length of the matrix of digests) to the RAF.
- the RAF can use the same algorithm to compute the same matrix from the challenge CH that it persisted, and then compute its inverse matrix. This applies on the response producing the original matrix of digests, which is then in turn used to compute the app signature.
- the attestation ATT is received (step C, figure 1) together with the identifier of the application (VER).
- the attestation ATT comprises a set of values ( ⁇ ', HI' ... Hn') which is unique per challenge.
- the RAF as the generator of the challenge C, can use it with the inverse function F 1 on the attestation ATT (step D, figure 1). This will produce the set of calculated digests HO, HI ... Hn.
- a signature S is generated from the calculated digests, for example by mixing the digests to produce a single value S.
- the mixing function can be a hash function on the digests. This signature S is sent to the Verification Entity VE for verification.
- the Verification Entity VE comprises data storage to store a pair of reference data, said pair comprising at least the reference signature SR and the version of the application.
- the Verification Entity VE has generated the set of reference digests (HOR, H1R ... HnR) and produced the reference signature SR, the set of reference digests being produced on a reference client device.
- a comparison is carried out between the current signature S and the reference signature SR and the result of the verification allows determining if the application of the target device is genuine.
- the Verification Entity can then inform a service provider which is in charge of delivering content to the target device or send a validation message to the target device.
- the step of producing the attestation from the set of digests can be combined with the operation that computes the digests.
- the attestation generation function is a multivariate function
- the function to compute the digests from the block is a multivariate function too
- these can be combined.
- the block BO of the application APP is divided into a plurality of sub-digests BOa, BOb ... BOn.
- the function F then defines the operations, parameterized with the challenge C, on the sub-digests.
- H I' CO x Bla x Bib + CI X (BOa + BOb).
- This computation can be represented as such that it becomes difficult to separate the 2 operations.
- the multiplications and additions are given as an example. Any type of mathematical operations can be applied with two or more sub-digests. So the set of digests HO' ... Hn' is produced directly from the sub-digests of a plurality of blocks, generalizing the example above.
- the attestation module of the target device has a definition of the blocks BO ... Bn. This definition is stored in the memory of the attestation module of the target device or directly implemented into the attestation module software.
- the Verification Entity VE comprises in its data storage, a plurality of definitions with the corresponding set of reference signatures and the version of the application.
- a definition is to be understood as defining the blocks in the application taking part of the generation of the digests (this can be in the form of a set of memory range or a set of memory addresses) or defining the initialization parameters of the run-time execution of the block.
- a reference signature is stored in the database.
- the attestation module can then comprises several definitions of array of blocks stored in a memory table.
- the RAF include in the message sent to the target device the indication (table index) of which definition should be used for the determination of the attestation. Example of the definition table
- Each block can be identified by a starting and ending address of the target software.
- the attestation module receives from the RAF the definition of the blocks taking part of the attestation.
- target devices are audio/video receivers and in particular the application which is responsible of the verification of the right to process said audio/video.
- the verification can take place in any device having software that needs verification, such as a smartphone or device used in critical environment (plant security for example).
- the figure 4 illustrates de target device. It comprises a communication module COMM to receive the challenge with the request to perform the generation of an attestation. This module is used also to send the attestation to the RAF.
- the target device TD comprises a processing unit PROC to execute the operations related to the generation of the attestation. Alternatively, the processing module can delegate the generation of the attestation to an attestation module AM. Both the processing unit and the attestation module have access to the memory from which attestation procedure can take place.
- inventive subject matter may be referred to herein, individually and/or collectively, by the term "invention" merely for convenience and without intending to voluntarily limit the scope of this application to any single inventive concept if more than one is in fact disclosed.
- inventive subject matter may be referred to herein, individually and/or collectively, by the term "invention" merely for convenience and without intending to voluntarily limit the scope of this application to any single inventive concept if more than one is in fact disclosed.
- inventive subject matter merely for convenience and without intending to voluntarily limit the scope of this application to any single inventive concept if more than one is in fact disclosed.
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Software Systems (AREA)
- Theoretical Computer Science (AREA)
- Computer Hardware Design (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Physics & Mathematics (AREA)
- Computing Systems (AREA)
- Mobile Radio Communication Systems (AREA)
- Debugging And Monitoring (AREA)
- Storage Device Security (AREA)
- Stored Programmes (AREA)
- Measuring Or Testing Involving Enzymes Or Micro-Organisms (AREA)
Abstract
Description
Claims
Priority Applications (9)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US15/774,673 US10846409B2 (en) | 2015-11-19 | 2016-11-17 | Method to verify the execution integrity of an application in a target device |
| MX2018006204A MX384515B (en) | 2015-11-19 | 2016-11-17 | METHOD FOR VERIFYING THE INTEGRITY OF EXECUTION OF AN APPLICATION ON A TARGET DEVICE. |
| ES16797889T ES2774487T3 (en) | 2015-11-19 | 2016-11-17 | Method to verify the integrity of an application's execution on a target device |
| CN201680067368.7A CN108292341B (en) | 2015-11-19 | 2016-11-17 | Method for checking execution integrity of application in target device |
| KR1020187014060A KR102603797B1 (en) | 2015-11-19 | 2016-11-17 | How to verify the execution integrity of an application on a target device |
| BR112018010120-6A BR112018010120B1 (en) | 2015-11-19 | 2016-11-17 | METHOD AND SYSTEM FOR VERIFYING THE EXECUTION INTEGRITY OF AN APPLICATION ON A TARGET DEVICE |
| SG11201803707PA SG11201803707PA (en) | 2015-11-19 | 2016-11-17 | Method to verify the execution integrity of an application in a target device |
| EP16797889.9A EP3378005B1 (en) | 2015-11-19 | 2016-11-17 | Method to verify the execution integrity of an application in a target device |
| US17/099,814 US11526616B1 (en) | 2015-11-19 | 2020-11-17 | Method to verify the execution integrity of an application in a target device |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| EP15195379 | 2015-11-19 | ||
| EP15195379.1 | 2015-11-19 |
Related Child Applications (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| US15/774,673 A-371-Of-International US10846409B2 (en) | 2015-11-19 | 2016-11-17 | Method to verify the execution integrity of an application in a target device |
| US17/099,814 Continuation US11526616B1 (en) | 2015-11-19 | 2020-11-17 | Method to verify the execution integrity of an application in a target device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017085159A1 true WO2017085159A1 (en) | 2017-05-26 |
Family
ID=54843588
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/EP2016/077932 Ceased WO2017085159A1 (en) | 2015-11-19 | 2016-11-17 | Method to verify the execution integrity of an application in a target device |
Country Status (9)
| Country | Link |
|---|---|
| US (2) | US10846409B2 (en) |
| EP (1) | EP3378005B1 (en) |
| KR (1) | KR102603797B1 (en) |
| CN (1) | CN108292341B (en) |
| BR (1) | BR112018010120B1 (en) |
| ES (1) | ES2774487T3 (en) |
| MX (1) | MX384515B (en) |
| SG (1) | SG11201803707PA (en) |
| WO (1) | WO2017085159A1 (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113039544A (en) * | 2018-11-16 | 2021-06-25 | 苹果公司 | Application integrity validation |
| CN114760061A (en) * | 2020-12-29 | 2022-07-15 | 深信服科技股份有限公司 | Data uploading method, device, equipment and storage medium |
Families Citing this family (10)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| KR102036618B1 (en) * | 2019-01-31 | 2019-10-28 | 주식회사그린존시큐리티 | Integrity vertfication chain for verifying integrity of device and method for verifying integrity of device using the same |
| US11271721B2 (en) * | 2019-03-25 | 2022-03-08 | Micron Technology, Inc. | Distributed secure array using intra-dice communications to perform data attestation |
| US11740970B2 (en) | 2020-03-02 | 2023-08-29 | Micron Technology, Inc. | Dynamic adjustment of data integrity operations of a memory system based on error rate classification |
| US11086572B1 (en) | 2020-03-02 | 2021-08-10 | Micron Technology, Inc. | Self adapting iterative read calibration to retrieve data from memory cells |
| US12009034B2 (en) | 2020-03-02 | 2024-06-11 | Micron Technology, Inc. | Classification of error rate of data retrieved from memory cells |
| US11221800B2 (en) | 2020-03-02 | 2022-01-11 | Micron Technology, Inc. | Adaptive and/or iterative operations in executing a read command to retrieve data from memory cells |
| US11029890B1 (en) | 2020-03-02 | 2021-06-08 | Micron Technology, Inc. | Compound feature generation in classification of error rate of data retrieved from memory cells |
| US11081200B1 (en) | 2020-05-07 | 2021-08-03 | Micron Technology, Inc. | Intelligent proactive responses to operations to read data from memory cells |
| US11257546B2 (en) | 2020-05-07 | 2022-02-22 | Micron Technology, Inc. | Reading of soft bits and hard bits from memory cells |
| CN115840944B (en) * | 2021-11-15 | 2025-08-05 | 宁德时代新能源科技股份有限公司 | Methods for generating software packages, flashing and updating software packages, and signing software packages |
Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050132031A1 (en) * | 2003-12-12 | 2005-06-16 | Reiner Sailer | Method and system for measuring status and state of remotely executing programs |
| EP2282474A1 (en) * | 2009-07-08 | 2011-02-09 | Uniloc Usa, Inc. | System and method for secured mobile communication |
| US20110173643A1 (en) * | 2008-10-10 | 2011-07-14 | Nicolson Kenneth Alexander | USING TRANSIENT PCRs TO REALISE TRUST IN APPLICATION SPACE OF A SECURE PROCESSING SYSTEM |
Family Cites Families (20)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| AU748955B2 (en) * | 1998-06-17 | 2002-06-13 | Aristocrat Technologies Australia Pty Limited | Software verification and authentication |
| US7581103B2 (en) * | 2001-06-13 | 2009-08-25 | Intertrust Technologies Corporation | Software self-checking systems and methods |
| US7103779B2 (en) * | 2003-09-18 | 2006-09-05 | Apple Computer, Inc. | Method and apparatus for incremental code signing |
| JP4064914B2 (en) * | 2003-12-02 | 2008-03-19 | インターナショナル・ビジネス・マシーンズ・コーポレーション | Information processing apparatus, server apparatus, method for information processing apparatus, method for server apparatus, and apparatus executable program |
| US8688991B1 (en) * | 2007-06-01 | 2014-04-01 | Adobe Systems Incorporated | Media player embodiments and secure playlist packaging |
| KR101495535B1 (en) * | 2007-06-22 | 2015-02-25 | 삼성전자주식회사 | Method and system for transmitting data through checking revocation of contents device and data server thereof |
| KR101426270B1 (en) * | 2008-02-13 | 2014-08-05 | 삼성전자주식회사 | A computer-readable recording medium storing a program for executing an electronic signature of a software, a verification method, a device thereof, and a method thereof |
| KR20100126478A (en) * | 2008-03-04 | 2010-12-01 | 애플 인크. | System and method for authorizing execution of software code based on accessible entitlements |
| US20090300348A1 (en) * | 2008-06-02 | 2009-12-03 | Samsung Electronics Co., Ltd. | Preventing abuse of services in trusted computing environments |
| US8544092B2 (en) * | 2009-03-12 | 2013-09-24 | International Business Machines Corporation | Integrity verification using a peripheral device |
| EP2372592B1 (en) * | 2009-12-14 | 2016-08-24 | Nxp B.V. | integrated circuit and system for installing computer code thereon |
| KR101457355B1 (en) * | 2009-12-22 | 2014-11-04 | 인텔 코포레이션 | Method and apparatus to provide secure application execution |
| EP2438511B1 (en) * | 2010-03-22 | 2019-07-03 | LRDC Systems, LLC | A method of identifying and protecting the integrity of a set of source data |
| EP2378452B1 (en) * | 2010-04-16 | 2012-12-19 | Thomson Licensing | Method, device and computer program support for verification of checksums for self-modified computer code |
| US20120324557A1 (en) * | 2011-06-17 | 2012-12-20 | Raytheon Bbn Technologies Corp | System and method for remote integrity verification |
| US9569618B2 (en) * | 2013-08-28 | 2017-02-14 | Korea University Research And Business Foundation | Server and method for attesting application in smart device using random executable code |
| CN103810421B (en) * | 2014-02-19 | 2017-01-04 | 北京视博数字电视科技有限公司 | The method of calibration of application program, device and terminal unit |
| CN103995992A (en) * | 2014-05-28 | 2014-08-20 | 全联斯泰克科技有限公司 | Method and device for protecting software |
| US10936720B2 (en) * | 2015-07-10 | 2021-03-02 | Nec Corporation | Method and system for reliable computation of a program |
| US20170068955A1 (en) * | 2015-09-04 | 2017-03-09 | Ca, Inc. | Verification and provisioning of mobile payment applications |
-
2016
- 2016-11-17 US US15/774,673 patent/US10846409B2/en active Active
- 2016-11-17 BR BR112018010120-6A patent/BR112018010120B1/en active IP Right Grant
- 2016-11-17 WO PCT/EP2016/077932 patent/WO2017085159A1/en not_active Ceased
- 2016-11-17 ES ES16797889T patent/ES2774487T3/en active Active
- 2016-11-17 KR KR1020187014060A patent/KR102603797B1/en active Active
- 2016-11-17 CN CN201680067368.7A patent/CN108292341B/en active Active
- 2016-11-17 EP EP16797889.9A patent/EP3378005B1/en active Active
- 2016-11-17 MX MX2018006204A patent/MX384515B/en unknown
- 2016-11-17 SG SG11201803707PA patent/SG11201803707PA/en unknown
-
2020
- 2020-11-17 US US17/099,814 patent/US11526616B1/en active Active
Patent Citations (3)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20050132031A1 (en) * | 2003-12-12 | 2005-06-16 | Reiner Sailer | Method and system for measuring status and state of remotely executing programs |
| US20110173643A1 (en) * | 2008-10-10 | 2011-07-14 | Nicolson Kenneth Alexander | USING TRANSIENT PCRs TO REALISE TRUST IN APPLICATION SPACE OF A SECURE PROCESSING SYSTEM |
| EP2282474A1 (en) * | 2009-07-08 | 2011-02-09 | Uniloc Usa, Inc. | System and method for secured mobile communication |
Non-Patent Citations (2)
| Title |
|---|
| JUAN A GARAY ET AL: "Software Integrity Protection Using Timed Executable Agents", PROCEEDINGS OF THE 2006 ACM SYMPOSIUM ON INFORMATION, COMPUTER AND COMMUNICATIONS SECURITY, ASIACCS 2006, 21 March 2006 (2006-03-21), Taipei, Taiwan, XP055271649, Retrieved from the Internet <URL:https://pdfs.semanticscholar.org/3e09/516be0436e6aecd77c993ee88542fef1e24c.pdf> [retrieved on 20160510] * |
| XIN HUANG ET AL: "An Effective Approach for Remote Attestation in Trusted Computing", PROCEEDINGS. THE 2009 INTERNATIONAL SYMPOSIUM ON WEB INFORMATION SYSTEMS AND APPLICATIONS (WISA 2009), 22 May 2009 (2009-05-22), Nanchang, P. R. China, pages 80 - 83, XP055271456 * |
Cited By (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN113039544A (en) * | 2018-11-16 | 2021-06-25 | 苹果公司 | Application integrity validation |
| EP3881206A1 (en) * | 2018-11-16 | 2021-09-22 | Apple Inc. | Application integrity attestation |
| US11790119B2 (en) * | 2018-11-16 | 2023-10-17 | Apple Inc. | Application integrity attestation |
| EP3881206B1 (en) * | 2018-11-16 | 2025-08-20 | Apple Inc. | Application integrity attestation |
| CN114760061A (en) * | 2020-12-29 | 2022-07-15 | 深信服科技股份有限公司 | Data uploading method, device, equipment and storage medium |
| CN114760061B (en) * | 2020-12-29 | 2023-09-05 | 深信服科技股份有限公司 | Method, device, equipment and storage medium for uploading data |
Also Published As
| Publication number | Publication date |
|---|---|
| EP3378005B1 (en) | 2020-01-08 |
| MX2018006204A (en) | 2018-08-01 |
| US20180330098A1 (en) | 2018-11-15 |
| BR112018010120A2 (en) | 2018-11-21 |
| KR102603797B1 (en) | 2023-11-16 |
| US11526616B1 (en) | 2022-12-13 |
| CN108292341B (en) | 2022-03-29 |
| US10846409B2 (en) | 2020-11-24 |
| MX384515B (en) | 2025-03-14 |
| KR20180084053A (en) | 2018-07-24 |
| EP3378005A1 (en) | 2018-09-26 |
| SG11201803707PA (en) | 2018-06-28 |
| BR112018010120B1 (en) | 2023-12-05 |
| CN108292341A (en) | 2018-07-17 |
| ES2774487T3 (en) | 2020-07-21 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US11526616B1 (en) | Method to verify the execution integrity of an application in a target device | |
| CN111801910B (en) | System and method for authenticating off-chain data based on proof verification | |
| US10992481B2 (en) | Two-dimensional code generation method, apparatus, data processing method, apparatus, and server | |
| EP3025235B1 (en) | Anti-piracy protection for software | |
| CN111143883B (en) | Blockchain-based digital content forensics method, device and equipment | |
| US7240200B2 (en) | System and method for guaranteeing software integrity via combined hardware and software authentication | |
| WO2021150238A1 (en) | Remote attestation | |
| JP2018501567A (en) | Device verification method and equipment | |
| EP3803662B1 (en) | Data processing | |
| CN110298691B (en) | Legality verification method, device and electronic equipment | |
| CN116244756A (en) | Browser plug-in verification method, device, and computing device | |
| CN117992932B (en) | Digital resource right protection method and system for collaborative storage of upper chain and lower chain of block chain | |
| CN115514492A (en) | BIOS firmware verification method, device, server, storage medium and program product | |
| JP7477907B2 (en) | Information provision system, information provision method, and information provision program | |
| CN114238913B (en) | Digital certificate verification method, device, computer equipment and storage medium | |
| Majd et al. | Secure and Cost Effective IoT Authentication and Data Storage Framework using Blockchain NFT | |
| CN115001748A (en) | Model processing method and device and computer readable storage medium | |
| CN107209506A (en) | Secure Product Identification and Verification | |
| CN115114674B (en) | Cloud auditing method, device, equipment and medium supporting automatic compensation for damaged data | |
| CN119622826A (en) | A method and system for automatic verification of engineering archives based on intelligent electronic signature | |
| CN119382904A (en) | Method, device, equipment and storage medium for generating declarable multi-designated verifier signatures | |
| CN117155553A (en) | Certificate storing method, device, medium and equipment | |
| CN120415839A (en) | Request verification method, device and readable storage medium | |
| CN120165892A (en) | Data transmission method, system, device and readable storage medium | |
| CN114547693A (en) | Storage method and device of environmental data, terminal equipment and storage medium |
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: 16797889 Country of ref document: EP Kind code of ref document: A1 |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 11201803707P Country of ref document: SG |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 15774673 Country of ref document: US |
|
| ENP | Entry into the national phase |
Ref document number: 20187014060 Country of ref document: KR Kind code of ref document: A |
|
| WWE | Wipo information: entry into national phase |
Ref document number: MX/A/2018/006204 Country of ref document: MX |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| REG | Reference to national code |
Ref country code: BR Ref legal event code: B01A Ref document number: 112018010120 Country of ref document: BR |
|
| WWE | Wipo information: entry into national phase |
Ref document number: 2016797889 Country of ref document: EP |
|
| ENP | Entry into the national phase |
Ref document number: 112018010120 Country of ref document: BR Kind code of ref document: A2 Effective date: 20180518 |

