WO2018032376A1 - 一种用于区块链自安全存储系统及其方法 - Google Patents

一种用于区块链自安全存储系统及其方法 Download PDF

Info

Publication number
WO2018032376A1
WO2018032376A1 PCT/CN2016/095580 CN2016095580W WO2018032376A1 WO 2018032376 A1 WO2018032376 A1 WO 2018032376A1 CN 2016095580 W CN2016095580 W CN 2016095580W WO 2018032376 A1 WO2018032376 A1 WO 2018032376A1
Authority
WO
WIPO (PCT)
Prior art keywords
transaction
self
data
file
storage system
Prior art date
Application number
PCT/CN2016/095580
Other languages
English (en)
French (fr)
Inventor
张丛
Original Assignee
深圳市樊溪电子有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 深圳市樊溪电子有限公司 filed Critical 深圳市樊溪电子有限公司
Publication of WO2018032376A1 publication Critical patent/WO2018032376A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/64Protecting data integrity, e.g. using checksums, certificates or signatures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1446Point-in-time backing up or restoration of persistent data
    • G06F11/1448Management of the data involved in backup or backup restore
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database

Definitions

  • the invention relates to the transaction data security problem of a blockchain, in particular to a blockchain self-secure storage system and a method thereof.
  • blockchain is a secure account book database, composed of data blocks, users can constantly update and upgrade here.
  • the platform looks for data.
  • the blockchain can speed up transaction processing, reduce costs, reduce middlemen, improve market insight, and increase business transparency.
  • Computing and storage are the two basic tasks of computer systems. With the explosive growth of information, storage components will experience direct storage based on single-server, to cluster-based grid storage based on LAN, and finally to WAN-based data grids.
  • Blockchain technology is the most extreme development at present. The intrinsic characteristics of this data storage medium include intelligent storage. The quality of storage service can guarantee service differentiation and performance guarantee for user applications.
  • Storage is object-oriented mass storage, and Network storage must be confidential and complete.
  • the existing Internet does not have a good or convenient way to ensure the confidentiality, integrity, availability, and data of the data stored in the blockchain and the data stored on the storage device. Non-repudiation and the reliability of the entire network storage system, especially the generation of trusted computing technology in blockchain in recent years, puts higher demands on network storage security.
  • a secondary transaction data recovery module is further included for recovering transaction data loss caused by legal changes between the intrusion and the discovery of the intrusion.
  • the transaction file can be reliably restored to the last access before the intrusion, and after verifying the access log of the individual transaction file, if no inappropriate exception record is found, the transaction file can be completely recovered.
  • the transaction file is recorded in both time and space, one is a log-based original transaction data time recording method, and the second is a binary tree space recording method based on a multi-version log.
  • the self-secure storage system of the blockchain does not provide a module for guaranteeing confidentiality. It is assumed that these self-secure disks are connected to a transaction file server using a standard authentication protocol, and all requests sent to the secure storage system do not require additional Authentication and encryption.
  • the self-secure storage system using the blockchain can recover the invaded transaction data files faster and more completely.
  • FIG. 1 is a schematic structural diagram of a blockchain self-secure storage system according to an embodiment of the present invention.
  • the essence of a transaction is a relational data structure that contains information about the value transfer of the trading participants. These transaction information is called the accounting ledger.
  • the transaction needs to go through three creation, verification, and writing blockchains. The transaction must be digitally signed to ensure the legality of the transaction.
  • Block All transaction information is stored in the block, and a transaction information is a record, which is stored as a separate record in the blockchain.
  • the block consists of a block header and a data part.
  • the block header field contains various characteristics of the block itself, such as the previous block information, the merkle value, and the timestamp.
  • the block header hash value and block height are the two most important indicators for identifying the block.
  • the block primary identifier is its cryptographic hash value, a digital fingerprint obtained by performing a second hash calculation on the block header by the SHA algorithm.
  • the resulting 32-byte hash value is called the block hash value, or the block header hash value, and only the block header is used for calculation.
  • the block hash value can uniquely and unambiguously identify a block, and any node can independently obtain the block hash value by simply hashing the block header.
  • Blockchain A data structure in which blocks are chained in an orderly fashion.
  • a blockchain is like a vertical stack, with the first block being the first block at the bottom of the stack, and each block is then placed on top of the other blocks.
  • a block When a block is written to a blockchain, it will never change and is backed up to another blockchain server.
  • a self-secure storage system for a blockchain the storage principle is based on distrust of the host operating system, requires some basic operations to manage the file system, and installs a daemon module on the client to serve the file. access.
  • the self-secure storage system does not provide confidentiality measures. It assumes that these self-secure disks are connected to a transaction file server using a standard authentication protocol, and all requests sent to the secure storage system do not require additional authentication and encryption.
  • the self-secure storage system of the blockchain includes a raw data evolution module for creating a new version of the original data for each accessed file.
  • monitor window for recording all data and original data.
  • each access to the file is recorded by updating the log of the file, so that Unsuitable access can be traced and analyzed.
  • the monitoring window is set, it is inevitable that the data will not be monitored when it is close to the data, thus eliminating the intruder from changing the data in an undetected manner.
  • a transaction data integrity maintenance module for intrusions that occur under surveillance window monitoring at any time. The system is able to guarantee the integrity of all transaction data at the point of intrusion, through detailed records, at the blockchain administrator After the intrusion is discovered, the file can be reliably restored to the last access before the intrusion. In addition, after verifying the access log of a single transaction file, these transaction files can be completely recovered if no inappropriate exception records are found.
  • the isolation mechanism from the secure storage system ensures that the user cannot receive the problematic files and does not let the user know. The access to the file after the intruder changed.
  • It may also include a secondary transaction data recovery module for recovering transaction data loss caused by legal changes between intrusion and discovery of intrusion, thereby increasing transaction data availability and minimizing losses.
  • this embodiment records from both time and space, one is to use the log-based original transaction data time recording method, and the second is based on multiple Binary tree space recording method for version logs.
  • the system can achieve speed improvements of more than one time or more than the traditional system, and 100% restore transaction data.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • Bioethics (AREA)
  • Software Systems (AREA)
  • Computer Hardware Design (AREA)
  • General Health & Medical Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Databases & Information Systems (AREA)
  • Quality & Reliability (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Abstract

一种用于区块链的自安全存储系统及其方法,包括:(1)守护进程模块,安装在客户端,用于为文件访问服务;(2)原数据演进模块,用于为每个访问文件的原数据创建一个新版本;(3)监视窗,用于把所有数据和原数据纪录下来,用于溯源和分析任何不适宜的访问;(4)交易数据完整性维护模块,用于对任何时间发生在监视窗监视下的入侵,系统能够保证到入侵点处的所有交易数据的完整性;(5)隔离模块,用于确保用户不会受到被质疑信任度存在问题的交易文件,所述交易文件在入侵过程中会丢失交易数据,并且不会让用户不知情的访问被入侵者更改后的文件。采用该区块链的自安全存储系统及方法,可以更快更完整的恢复被入侵的交易数据文件。

Description

一种用于区块链自安全存储系统及其方法 技术领域
本发明涉及区块链的交易数据安全问题,特别是一种区块链的自安全存储系统及其方法。
背景技术
2009年比特币的出现带来了一种颠覆性的成果--区块链技术,区块链是一个安全的帐簿类数据库,由一个个数据区块组成,使用者可以在这个不断更新升级的平台查找数据,对于金融机构来说,区块链能加快交易处理过程、降低成本、减少中间人、提高市场洞察力,增加业务透明度。
计算和存储是计算机系统的两大基本任务,随着信息的爆炸性增长,存储部件会经历基于单服务器的直连存储,到基于局域网的集群网格存储,最后发展到基于广域网的数据网格,区块链技术是目前发展的最末端,这种数据存储介质的本征特质包括智能化的存储,存储服务质量可以保证为用户应用提供服务区分和性能保证,存储是面向对象的海量存储,以及网络存储必须保证是机密完整和安全的,现有的互联网还没有很好的或者方便的办法保证区块链传输过程中的数据和保存在存储设备上的数据的保密性、完整性、可用性、不可抵赖性以及整个网络存储系统的可靠性能,尤其是近年来区块链可信计算技术的产生,对网络存储安全又提出更高的要求。
发明内容
本发明的目的在于提供一种用于区块链的自安全存储系统及其方法,包括:(1)守护进程模块,安装在客户端,用于为文件访问服务;(2)原数据演进模块,用于为每个访问文件的原数据创建一个新版本;(3)监视窗,用于把所有数据和原数据纪录下来,除了记录各种修改数据的显性写操作外,每次对文件的访问都会通过更新文件的日志而被记录下来,用于溯源和分析任何不适宜的访问;(4)交易数据完整性维护模块,用于对在任何时间发生在监视窗监视下的入侵,系统能够保证到入侵点处的所有交易数据的完整性;(5)隔离模块,用于确保用户不会受到被质疑信任度存在问题的交易文件,所述交易文件在入侵过程中会丢失交易数据,并且不会让用户不知情的访问被入侵者更改后的文件。
优选的,还包括一个二次交易数据恢复模块,用于恢复发生在入侵时和发现入侵之间的合法更改所导致的交易数据丢失。
优选的,交易文件能够可靠的恢复到入侵之前的最后一个访问,并且在验证单个交易文件的访问日志后,如果没有发现不适宜的异常记录,这些交易文件可以被完整地恢复。
优选的,从时间和空间两方面进行记录交易文件,一种是使用基于日志的原交易数据时间记录法,第二种是基于多版本日志的二进制树空间记录法。
优选的,区块链的自安全存储系统不提供保证机密性的模块,假设这些自安全磁盘和一个使用标准认证协议的交易文件服务器连接,所有发送到该自安全存储系统的请求不需要额外的认证和加密。
采用该区块链的自安全存储系统,可以更快更完整的恢复被入侵的交易数据文件。
本发明的。
根据下文结合附图对本发明具体实施例的详细描述,本领域技术人员将会更加明了本发明的上述以及其他目的、优点和特征。
附图说明
后文将参照附图以示例性而非限制性的方式详细描述本发明的一些具体实施例。附图中相同的附图标记标示了相同或类似的部件或部分。本领域技术人员应该理解,这些附图未必是按比例绘制的。本发明的目标及特征考虑到如下结合附图的描述将更加明显,附图中:
图1为根据本发明实施例的区块链自安全存储系统的结构示意图。
具体实施方式
在进行具体实施方式的说明之前,为了更为清楚的表达所论述的内容,首先定义一些非常重要的概念。
交易:交易的实质是个关系数据结构,这个数据结构中包含交易参与者价值转移的相关信息。这些交易信息被称为记账总账簿。交易需经过三个创建、验证、写入区块链。交易必须经过数字签名,保证交易的合法性。
区块:所有的交易信息存放于区块中,一条交易信息就是一条记录,作为一个独立的记录存放于区块链中。区块由区块头部和数据部分组成,区块头字段包含区块本身的各种特性,例如前一区块信息,merkle值及时间戳等。其中区块头哈希值和区块高度是标识区块最主要的两个指标。区块主标识符是它的加密哈希值,一个通过SHA算法对区块头进行二次哈希计算而得到的数字指纹。产生的32字节哈希值被称为区块哈希值,或者区块头哈希值,只有区块头被用于计算。区块哈希值可以唯一、明确地标识一个区块,并且任何节点通过简单地对区块头进行哈希计算都可以独立地获取该区块哈希值。
区块链:由区块按照链式结构有序链接起来的数据结构。区块链就像一个垂直的堆栈,第一个区块作为栈底的首区块,随后每个区块都被放置在其他区块之上。当区块写入区块链后将永远不会改变,并且备份到其他的区块链服务器上。
实施例:
任何系统的机密性实际上都会被打破,因此首要目标是防止交易数据遭到破坏,并且通过检测和诊断捕获入侵区块链系统的来源。参见图1,一种用于区块链的自安全存储系统,存储原理基于对主机操作系统的不信任,需要一些基本的运算来管理文件系统,在客户端安装一个守护进程模块,服务于文件访问。该自安全存储系统不提供保证机密性的措施,它假设这些自安全磁盘和一个使用标准认证协议的交易文件服务器连接,所有发送到该自安全存储系统的请求不需要额外的认证和加密。
区块链的自安全存储系统包括原数据演进模块,用于为每个访问文件的原数据创建一个新版本。
并且还包括一个监视窗,用于把所有数据和原数据纪录下来,除了记录各种修改数据的显性写操作外,每次对文件的访问都会通过更新文件的日志而被记录下来,这样任何不适宜的访问都可以得到溯源和分析,一旦设置监视窗,就不可避免接近数据时不备监视,从而排除入侵者以不被察觉的方式更改数据。还包括交易数据完整性维护模块,用于对在任何时间发生在监视窗监视下的入侵,系统能够保证到入侵点处的所有交易数据的完整性,通过详尽的记录,在区块链管理员发现入侵后,文件能够可靠的恢复到入侵之前的最后一个访问,此外,在验证单个交易文件的访问日志后,如果没有发现不适宜的异常记录,这些交易文件可以被完整地恢复。
还包括隔离模块,那些被质疑信任度存在问题的交易文件就会在入侵过程中丢失交易数据,由自安全存储系统的隔离机构确保用户不能接收这些有问题的文件,并且不会让用户不知情的访问被入侵者更改后的文件。
还可以包括一个二次交易数据恢复模块,用于恢复发生在入侵时和发现入侵之间的合法更改所导致的交易数据丢失,从而提高交易数据可用性,损失最小化。
鉴于为每个交易文件访问都需要做一个日志,本实施例从时间和空间两方面进行记录,一种是使用基于日志的原交易数据时间记录法,第二种是基于多 版本日志的二进制树空间记录法。通过对某一份交易文件的入侵后交易数据的恢复时间和恢复状况来看,该系统能够获得比传统系统大约1倍以上的速度改进,100%恢复交易数据。
虽然本发明已经参考特定的说明性实施例进行了描述,但是不会受到这些实施例的限定而仅仅受到附加权利要求的限定。本领域技术人员应当理解可以在不偏离本发明的保护范围和精神的情况下对本发明的实施例能够进行改动和修改。

Claims (10)

  1. 一种用于区块链的自安全存储系统,其特征在于包括:
    (1)守护进程模块,安装在客户端,用于为文件访问服务;
    (2)原数据演进模块,用于为每个访问文件的原数据创建一个新版本;
    (3)监视窗,用于把所有数据和原数据纪录下来,除了记录各种修改数据的显性写操作外,每次对文件的访问都会通过更新文件的日志而被记录下来,用于溯源和分析任何不适宜的访问;
    (4)交易数据完整性维护模块,用于对在任何时间发生在监视窗监视下的入侵,系统能够保证到入侵点处的所有交易数据的完整性;
    (5)隔离模块,用于确保用户不会受到被质疑信任度存在问题的交易文件,所述交易文件在入侵过程中会丢失交易数据,并且不会让用户不知情的访问被入侵者更改后的文件。
  2. 根据权利要求1所述的一种用于区块链的自安全存储系统,其特征在于:还包括一个二次交易数据恢复模块,用于恢复发生在入侵时和发现入侵之间的合法更改所导致的交易数据丢失。
  3. 根据权利要求1所述的一种用于区块链的自安全存储系统,其特征在于:,所述交易文件能够可靠的恢复到入侵之前的最后一个访问,并且在验证单个交易文件的访问日志后,如果没有发现不适宜的异常记录,这些交易文件可以被完整地恢复。
  4. 根据权利要求1所述的一种用于区块链的自安全存储系统,其特征在于:从时间和空间两方面进行记录所述交易文件,一种是使用基于日志的原交易数据时间记录法,第二种是基于多版本日志的二进制树空间记录法。
  5. 根据权利要求1所述的一种用于区块链的自安全存储系统,其特征在于:所述区块链的自安全存储系统不提供保证机密性的模块,假设这些自安全磁盘和一个使用标准认证协议的交易文件服务器连接,所有发送到该自安全存储系 统的请求不需要额外的认证和加密。
  6. 一种用于区块链的自安全存储系统,其特征在于包括如下步骤:
    (1)守护进程模块,安装在客户端,用于为文件访问服务;
    (2)原数据演进模块,用于为每个访问文件的原数据创建一个新版本;
    (3)监视窗,用于把所有数据和原数据纪录下来,除了记录各种修改数据的显性写操作外,每次对文件的访问都会通过更新文件的日志而被记录下来,用于溯源和分析任何不适宜的访问;
    (4)交易数据完整性维护模块,用于对在任何时间发生在监视窗监视下的入侵,系统能够保证到入侵点处的所有交易数据的完整性;
    (5)隔离模块,用于确保用户不会受到被质疑信任度存在问题的交易文件,所述交易文件在入侵过程中会丢失交易数据,并且不会让用户不知情的访问被入侵者更改后的文件。
  7. 根据权利要求6所述的一种用于区块链的自安全存储系统,其特征在于:还包括一个二次交易数据恢复模块,用于恢复发生在入侵时和发现入侵之间的合法更改所导致的交易数据丢失。
  8. 根据权利要求6所述的一种用于区块链的自安全存储系统,其特征在于:,所述交易文件能够可靠的恢复到入侵之前的最后一个访问,并且在验证单个交易文件的访问日志后,如果没有发现不适宜的异常记录,这些交易文件可以被完整地恢复。
  9. 根据权利要求6所述的一种用于区块链的自安全存储系统,其特征在于:从时间和空间两方面进行记录所述交易文件,一种是使用基于日志的原交易数据时间记录法,第二种是基于多版本日志的二进制树空间记录法。
  10. 根据权利要求6所述的一种用于区块链的自安全存储系统,其特征在于:所述区块链的自安全存储方法不提供保证机密性的模块,假设这些自安全磁盘和一个使用标准认证协议的交易文件服务器连接,所有发送到该自安全存储系统的请求不需要额外的认证和加密。
PCT/CN2016/095580 2016-08-13 2016-08-16 一种用于区块链自安全存储系统及其方法 WO2018032376A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610665287.9 2016-08-13
CN201610665287.9A CN106295406A (zh) 2016-08-13 2016-08-13 一种用于区块链自安全存储系统及其方法

Publications (1)

Publication Number Publication Date
WO2018032376A1 true WO2018032376A1 (zh) 2018-02-22

Family

ID=57670625

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/095580 WO2018032376A1 (zh) 2016-08-13 2016-08-16 一种用于区块链自安全存储系统及其方法

Country Status (2)

Country Link
CN (1) CN106295406A (zh)
WO (1) WO2018032376A1 (zh)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109741064A (zh) * 2019-01-10 2019-05-10 广东工业大学 一种审查攻击处理方法、系统及电子设备和存储介质
CN110781531A (zh) * 2019-09-04 2020-02-11 安徽省粮油信息中心(安徽粮食批发交易市场管委会) 防篡改的粮库数据安全存储系统及方法
CN111680111A (zh) * 2020-05-29 2020-09-18 泰康保险集团股份有限公司 记账方法及装置、计算机设备及计算机可读存储介质
CN113570384A (zh) * 2021-07-26 2021-10-29 大连民族大学 一种基于区块链的农产品溯源方法及系统
CN115437852A (zh) * 2022-11-07 2022-12-06 四川大学 一种基于灾备恢复和文件分区表的快速区块链系统及方法

Families Citing this family (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107329888B (zh) * 2017-05-31 2019-10-18 深圳前海微众银行股份有限公司 智能合约操作码覆盖率计算方法和系统
CN107241360B (zh) * 2017-08-04 2019-01-18 北京明朝万达科技股份有限公司 一种数据安全共享交换方法和数据安全共享交换平台系统
CN109558064B (zh) * 2017-09-25 2022-06-07 航天信息股份有限公司 一种电子发票数据链的同步方法、装置、介质及电子设备
CN107943833B (zh) * 2017-10-25 2021-11-19 华南农业大学 一种基于区块链的无中心分布式文件存储及检索方法
TWI677213B (zh) * 2017-11-23 2019-11-11 財團法人資訊工業策進會 監控裝置、方法及其電腦程式產品
CN110019235B (zh) * 2017-12-29 2021-08-17 百度在线网络技术(北京)有限公司 基于区块链的数据存储、恢复方法、装置、设备及介质
CN108521434B (zh) * 2018-05-29 2019-11-19 东莞市大易产业链服务有限公司 一种基于区块链技术的网络安全入侵检测系统
CN108595720B (zh) * 2018-07-12 2020-05-19 中国科学院深圳先进技术研究院 一种区块链时空数据查询方法、系统及电子设备
CN110163007B (zh) * 2019-04-23 2021-05-04 西安邮电大学 基于区块链的数据完整性验证方法、设备和存储介质
CN110309166B (zh) * 2019-07-10 2021-10-01 中国电子科技集团公司第二十八研究所 一种可溯源的地理高程数据补齐方法
CN114553488A (zh) * 2022-01-24 2022-05-27 四川华西集采电子商务有限公司 一种四方加密投标方法及系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102082704A (zh) * 2009-11-30 2011-06-01 中国移动通信集团河北有限公司 安全监控方法及系统
US20120209822A1 (en) * 2011-02-11 2012-08-16 Purdue Research Foundation System and methods for ensuring integrity, authenticity, indemnity, and assured provenance for untrusted, outsourced, or cloud databases
CN102981945A (zh) * 2012-12-31 2013-03-20 北京京东世纪贸易有限公司 一种可靠性能监控系统及方法
CN104281808A (zh) * 2014-09-25 2015-01-14 中国科学院信息工程研究所 一种通用的Android恶意行为检测方法
CN105183609A (zh) * 2015-09-16 2015-12-23 焦点科技股份有限公司 一种应用于软件系统的实时监控系统及方法

Family Cites Families (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101403988B (zh) * 2008-11-05 2011-01-12 中国科学院计算技术研究所 一种计算机系统中文件备份的系统及方法
CN102339321A (zh) * 2011-11-09 2012-02-01 上海盛霄云计算技术有限公司 具有版本控制的网络文件系统及方法
CN104392405A (zh) * 2014-11-14 2015-03-04 杭州银江智慧医疗集团有限公司 电子病历安全系统
CN105844505A (zh) * 2016-03-17 2016-08-10 深圳市新世纪启航科技开发有限公司 一种通过区块链技术进行数字货币交易的方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102082704A (zh) * 2009-11-30 2011-06-01 中国移动通信集团河北有限公司 安全监控方法及系统
US20120209822A1 (en) * 2011-02-11 2012-08-16 Purdue Research Foundation System and methods for ensuring integrity, authenticity, indemnity, and assured provenance for untrusted, outsourced, or cloud databases
CN102981945A (zh) * 2012-12-31 2013-03-20 北京京东世纪贸易有限公司 一种可靠性能监控系统及方法
CN104281808A (zh) * 2014-09-25 2015-01-14 中国科学院信息工程研究所 一种通用的Android恶意行为检测方法
CN105183609A (zh) * 2015-09-16 2015-12-23 焦点科技股份有限公司 一种应用于软件系统的实时监控系统及方法

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109741064A (zh) * 2019-01-10 2019-05-10 广东工业大学 一种审查攻击处理方法、系统及电子设备和存储介质
CN109741064B (zh) * 2019-01-10 2023-05-05 广东工业大学 一种审查攻击处理方法、系统及电子设备和存储介质
CN110781531A (zh) * 2019-09-04 2020-02-11 安徽省粮油信息中心(安徽粮食批发交易市场管委会) 防篡改的粮库数据安全存储系统及方法
CN110781531B (zh) * 2019-09-04 2023-04-07 安徽省粮油信息中心(安徽粮食批发交易市场管委会) 防篡改的粮库数据安全存储系统及方法
CN111680111A (zh) * 2020-05-29 2020-09-18 泰康保险集团股份有限公司 记账方法及装置、计算机设备及计算机可读存储介质
CN111680111B (zh) * 2020-05-29 2023-09-01 泰康保险集团股份有限公司 记账方法及装置、计算机设备及计算机可读存储介质
CN113570384A (zh) * 2021-07-26 2021-10-29 大连民族大学 一种基于区块链的农产品溯源方法及系统
CN115437852A (zh) * 2022-11-07 2022-12-06 四川大学 一种基于灾备恢复和文件分区表的快速区块链系统及方法

Also Published As

Publication number Publication date
CN106295406A (zh) 2017-01-04

Similar Documents

Publication Publication Date Title
WO2018032376A1 (zh) 一种用于区块链自安全存储系统及其方法
EP3776208B1 (en) Runtime self-correction for blockchain ledgers
US11526487B2 (en) Database world state integrity validation
Zawoad et al. Cloud Forensics
US11698965B2 (en) Detection of encrypting malware attacks
US11151236B2 (en) File verification database system
WO2018032377A1 (zh) 一种用于区块链的只读安全文件存储系统及其方法
Zawoad et al. OCF: an open cloud forensics model for reliable digital forensics
WO2018032379A1 (zh) 一种用于区块链的非信任远程交易文件安全存储系统
WO2018032375A1 (zh) 一种用于区块链可生存存储系统及其方法
US11907199B2 (en) Blockchain based distributed file systems
US11803461B2 (en) Validation of log files using blockchain system
US11593317B2 (en) Systems and methods for tamper-resistant activity logging
US20240111870A1 (en) Systems and Methods For Protecting Against Malware Attacks
WO2020237874A1 (zh) 项目数据验证方法、装置、计算机设备及存储介质
Fu et al. Security threats to Hadoop: data leakage attacks and investigation
Antonopoulos et al. Sql ledger: Cryptographically verifiable data in azure sql database
US11868339B2 (en) Blockchain based distributed file systems
US8745010B2 (en) Data storage and archiving spanning multiple data storage systems
CN111183620A (zh) 入侵调查
US11657168B2 (en) Error detection of data leakage in a data processing system
Grance et al. Guide to computer and network data analysis: Applying forensic techniques to incident response
US20220150241A1 (en) Permissions for backup-related operations
US20240013236A1 (en) Distributed Ledgers for Enhanced Chain of Custody Certification
KR102432530B1 (ko) 대상 디스크의 데이터 선별 수집을 통한 전자증거목록 리포팅 시스템

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: 16913136

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16913136

Country of ref document: EP

Kind code of ref document: A1