WO2021043144A1 - Blockchain-based evidence collection service system - Google Patents

Blockchain-based evidence collection service system Download PDF

Info

Publication number
WO2021043144A1
WO2021043144A1 PCT/CN2020/112897 CN2020112897W WO2021043144A1 WO 2021043144 A1 WO2021043144 A1 WO 2021043144A1 CN 2020112897 W CN2020112897 W CN 2020112897W WO 2021043144 A1 WO2021043144 A1 WO 2021043144A1
Authority
WO
WIPO (PCT)
Prior art keywords
evidence
forensic
unit
user
verification
Prior art date
Application number
PCT/CN2020/112897
Other languages
French (fr)
Chinese (zh)
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 WO2021043144A1 publication Critical patent/WO2021043144A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2458Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
    • G06F16/2471Distributed queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3236Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials using cryptographic hash functions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/50Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols using hash chains, e.g. blockchains or hash trees

Definitions

  • Blockchain technology is an emerging distributed technology that has emerged in recent years.
  • the core technology points include consensus algorithms, point-to-point transmission, and distributed databases.
  • the entire blockchain is composed of a large number of nodes, and each node has a complete ledger or database.
  • Writing data to a blockchain node requires a consensus algorithm to confirm that the entire blockchain has reached a consensus before it can be written.
  • the data of the blockchain is stored in a chain structure, that is, the previous block and the next block are related to each other. Therefore, due to the difficulty of controlling a large number of nodes, the blockchain has the characteristics of non-tampering and traceability, which is suitable for the safe storage and anti-tampering of data.
  • blockchain is introduced to solidify the collected electronic data, so as to achieve data credibility and anti-tampering.
  • the account module is used to collect user identity related information, confirm the user's real identity through identity authentication technology, and generate a blockchain account for the user;
  • the forensic module is used to collect user's forensic instructions, perform corresponding forensic tasks, and perform hash calculation and blockchain storage of forensic data.
  • the forensic module includes a web page forensic unit, a process forensic unit, a mobile terminal forensic unit, Hash calculation unit, evidence on-chain unit and identity verification unit, including:
  • the Hash calculation unit is used to perform a hash calculation on the evidence package collected and generated by the web page forensic unit, the process forensic unit, and the mobile terminal forensic unit to generate a Hash associated with the evidence package;
  • the evidence query unit is configured to search the evidence database according to the keyword field input by the user, find the evidence data that matches the field under the user account, and display the evidence through the evidence display unit;
  • the evidence display unit is used to retrieve the evidence database according to the user account, display the user's forensic data in the form of a list or detail page, and generate an extraction code for the user, provide evidence files and evidence certificate downloads;
  • the certificate issuance module is used to retrieve forensic data stored on the blockchain and generate evidence documents.
  • the certificate issuance module includes a certificate issuance unit, a certificate hash calculation unit, and a certificate chain unit, wherein:
  • a blockchain-based forensic service system includes: an account module, a forensic module, an evidence display module, a certificate issuance module, a verification module, and an evidence database, in which:
  • the verification module is used to retrieve the forensic data stored on the blockchain, compare the forensic data stored on the blockchain with the forensic data submitted by the user, and output and display the verification result.
  • the forensic module includes a web forensic unit, a process forensic unit, a mobile-end forensic unit, a hash calculation unit, a proof on-chain unit, and an identity verification unit, wherein:
  • the evidence chaining unit is used to send the Hash generated by the Hash calculation unit to the blockchain, write it into the blockchain evidence database after passing the blockchain consensus, and record the time of writing to the blockchain;
  • the evidence display module includes an evidence query unit and an evidence display unit, wherein:
  • the evidence display unit is used to obtain evidence data retrieved from the evidence database, display the evidence data in the form of a list or a detail page, generate extraction codes for users, and provide evidence files and evidence certificates for downloading service.
  • the certificate issuance unit is used to summarize the Hash, the name of the evidence, the type of evidence, the collection time, and the blockchain where the evidence is located for each piece of evidence record, and generate a certificate for the piece of evidence;
  • the certificate chaining unit is used to send the certificate Hash to the block chain, write it into the block chain evidence database after passing the block chain consensus, and record the time of writing to the block chain.
  • the result display unit is used to display the verification result.
  • the result display unit is also used to display the verification result in the form of an information box in the mode of hash checksum file verification; in the mode of original text query, the query result is displayed in the form of tables and pictures Show.
  • first and second are only used for descriptive purposes, and cannot be understood as indicating or implying relative importance or implicitly indicating the number of indicated technical features. Therefore, the features defined with “first” and “second” may explicitly or implicitly include at least one of the features.
  • a plurality of means at least two, such as two, three, etc., unless specifically defined otherwise.
  • everal means at least one, such as one, two, etc., unless otherwise specifically defined.
  • the account module is used to collect user identity related information, confirm the user's real identity through identity authentication technology, and generate a blockchain account for the user.
  • the process forensic unit is used to provide a virtual machine desktop to the user and record the screen of the virtual machine desktop; record all remote operations of the user, generate a screen recording document evidence package, and record the time and name of the forensic collection;
  • the evidence query unit is configured to search the evidence database according to the keyword field input by the user, find the evidence data that matches the field under the user account, and display the evidence through the evidence display unit;
  • the certificate issuance module is used to retrieve forensic data stored on the blockchain and form a generated evidence document.
  • the certificate issuance module includes a certificate issuance unit, a certificate hash calculation unit, and a certificate chain unit, wherein:
  • the certificate issuance unit is used to summarize the Hash, the name of the evidence, the type of evidence, the collection time, and the blockchain where the evidence is located for each piece of evidence record, and generate a certificate for the piece of evidence;
  • the verification module is used to retrieve the forensic data stored on the blockchain and compare it with the forensic data submitted by the user, and output and display the verification result.
  • the verification module includes an evidence verification unit and a result display unit ,among them:
  • the result display unit is used to display the verification result.
  • the verification result is displayed in the form of an information box; in the mode of original text query, the query result is displayed in the form of a table and a picture. Form for display.
  • the above-mentioned blockchain-based forensic service system has the following advantages:
  • the blockchain-based forensic service system provides evidence collection tools covering various forensic demand scenarios, including web pages, client applications, audio, video, and mobile terminals. App evidence acquisition; and after the collection of electronic evidence, it is stored and fixed through the blockchain in real time, which realizes the anti-tampering of evidence and solves the problem of low credibility of electronic data.
  • the verification module 350 is used to retrieve forensic data stored on the blockchain, compare the forensic data stored on the blockchain with the forensic data submitted by the user, and output and display the verification result;
  • the web page forensics unit is used to collect the URL address submitted by the user, collect the resources under the URL address after initiating an access to the URL address, and generate an evidence package containing pictures, resource files and the forensic process according to the collected resources, And record the forensic time, URL address and the forensic name;
  • the evidence on-chain unit is used to send the Hash generated by the Hash calculation unit to the blockchain, write it into the blockchain evidence database 360 after passing the blockchain consensus, and record the time of writing to the blockchain;
  • the evidence display unit is used to obtain evidence data retrieved from the evidence database 360, display the evidence data in the form of a list or a detail page, and generate extraction codes for users and provide evidence files and evidence certificates. Download service.
  • the certificate issuance unit is used to summarize the Hash, the name of the evidence, the type of evidence, the collection time, and the blockchain where the evidence is located for each piece of evidence record, and generate a certificate for the piece of evidence;
  • the verification module 350 includes an evidence verification unit and a result display unit, wherein:
  • the evidence verification unit is configured to verify the evidence according to the verification request submitted by the user, and transmit the verification result to the result display unit;
  • Original query Collect the Hash and extraction code submitted by the user from the evidence display unit, and retrieve the corresponding evidence content in the evidence database 360;
  • the result display unit is also used to display the verification result in the form of an information box in the mode of hash checksum file verification; in the mode of original text query, the query result is displayed in the form of tables and pictures Show.
  • Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Fuzzy Systems (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Computing Systems (AREA)
  • Signal Processing (AREA)
  • Mathematical Physics (AREA)
  • Probability & Statistics with Applications (AREA)
  • Software Systems (AREA)
  • Computational Linguistics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Storage Device Security (AREA)

Abstract

The present application relates to a blockchain-based evidence collection service system, comprising: an account module for creating a unique account of a user and managing identity information of the user; an evidence collection module for collecting an evidence collection instruction of the user, executing a corresponding evidence collection task and carrying out hash calculation and blockchain storage on evidence collection data; an evidence presenting module for carrying out corresponding management and presentation on the evidence collection data of the user; a certificate issuing module for calling stored evidence collection data stored in a blockchain and generating an evidence document; an evidence verification module for calling the evidence collection data stored in the blockchain and comparing same with the evidence collection data submitted by the user, and outputting and presenting a verification result; and an evidence database for storing evidence data collected by means of a system executing different evidence collection instructions. The problem of a low degree of credibility of electronic data is solved.

Description

基于区块链的取证服务系统Blockchain-based forensic service system
相关申请Related application
本申请要求2019年9月3日申请的,申请号为201910827935.X,发明名称为“一种基于区块链的取证服务系统”的中国专利申请的优先权,其全部内容通过引用结合在本申请中。This application claims the priority of the Chinese patent application filed on September 3, 2019 with the application number 201910827935.X and the invention title "a blockchain-based evidence collection service system", the entire content of which is incorporated herein by reference Applying.
技术领域Technical field
本申请涉及区块链技术领域,特别是涉及基于区块链的取证服务系统。This application relates to the field of blockchain technology, in particular to a forensic service system based on blockchain.
背景技术Background technique
区块链技术是近年兴起的一项新兴分布式技术,核心技术点包括共识算法、点对点传输、分布式数据库等。整条区块链由大量节点组成,每个节点有一个完整的账本即数据库。向区块链节点写入数据需要通过共识算法,确认整条区块链达成共识后才可以写入。区块链的数据通过链式结构存储,即上一个区块与下一个区块之间互相关联。因此,由于控制大量节点存在一定困难,区块链具有不可篡改、可追溯的特性,适用于数据的安全存储与防篡改。Blockchain technology is an emerging distributed technology that has emerged in recent years. The core technology points include consensus algorithms, point-to-point transmission, and distributed databases. The entire blockchain is composed of a large number of nodes, and each node has a complete ledger or database. Writing data to a blockchain node requires a consensus algorithm to confirm that the entire blockchain has reached a consensus before it can be written. The data of the blockchain is stored in a chain structure, that is, the previous block and the next block are related to each other. Therefore, due to the difficulty of controlling a large number of nodes, the blockchain has the characteristics of non-tampering and traceability, which is suitable for the safe storage and anti-tampering of data.
电子数据具有分布性广、复制性强、易篡改的特点,传统的电子数据取证工具仅仅能将电子数据进行采集和存储,而无法进一步提高数据可信度,导致电子数据作为一种证据类型在司法领域应用困难重重。Electronic data has the characteristics of wide distribution, strong duplication, and easy tampering. Traditional electronic data forensics tools can only collect and store electronic data, but cannot further improve the credibility of data. As a result, electronic data is used as a type of evidence. The application in the judicial field is very difficult.
为了解决电子数据存在的可信度低的问题,引入区块链对所采集的电子数据进行固化,实现数据增信、防篡改。In order to solve the problem of low credibility of electronic data, blockchain is introduced to solidify the collected electronic data, so as to achieve data credibility and anti-tampering.
发明内容Summary of the invention
基于此,针对现有技术的不足,本申请提供一种基于区块链的取证服务系统,该系统能够实现网页、客户端、移动端等场景的电子证据的获取与固定,以解决电子数据存在的可信度低的问题,实现数据增信、防篡改。Based on this, in view of the shortcomings of the prior art, this application provides a blockchain-based forensics service system, which can realize the acquisition and fixation of electronic evidence in web pages, clients, mobile terminals and other scenarios to solve the existence of electronic data The problem of low credibility, to achieve data credibility and anti-tampering.
根据本申请的各种实施例,提供一种基于区块链的取证服务系统,所述系统包括:账户模块、取证模块、证据展示模块、证书出具模块、校验模块和证据数据库,其中:According to various embodiments of the present application, a blockchain-based forensic service system is provided. The system includes: an account module, a forensic module, an evidence display module, a certificate issuance module, a verification module, and an evidence database, in which:
所述账户模块,用于采集用户身份相关信息,通过身份认证技术确认用户的真实身份,并为用户生成区块链账户;The account module is used to collect user identity related information, confirm the user's real identity through identity authentication technology, and generate a blockchain account for the user;
所述证据数据库,用于存储采集到的证据文件和证据证书;The evidence database is used to store the collected evidence files and evidence certificates;
所述取证模块,用于采集用户的取证指令,执行相应的取证任务并对取证数据进行哈希计算以及区块链存储,所述取证模块包括网页取证单元、过程取证单元、移动端取证单元、Hash计算单元、证据上链单元以及身份验证单元,其中:The forensic module is used to collect user's forensic instructions, perform corresponding forensic tasks, and perform hash calculation and blockchain storage of forensic data. The forensic module includes a web page forensic unit, a process forensic unit, a mobile terminal forensic unit, Hash calculation unit, evidence on-chain unit and identity verification unit, including:
所述网页取证单元,用于采集用户提交的URL地址,发起对目标URL地址的访问后采集该URL地址下的资源,生成包含图片、资源文件和取证过程的证据包,并记录取证时间、URL地址以及取证名称;The web page forensics unit is used to collect the URL address submitted by the user, collect the resources under the URL address after initiating access to the target URL address, generate an evidence package including pictures, resource files and the forensic process, and record the time and URL of the forensic collection Address and forensic name;
所述过程取证单元,用于向用户提供虚拟机桌面,并对所述虚拟机桌面进行录屏;记录用户的全部远程操作,生成录屏文件证据包,并记录取证时间和取证名称;The process forensic unit is used to provide a virtual machine desktop to the user and record the screen of the virtual machine desktop; record all remote operations of the user, generate a screen recording document evidence package, and record the time and name of the forensic collection;
所述移动端取证单元,用于采集用户通过移动端设备获取的图片、视频、音频文件,记录用户移动端设备信息和网络信息,生成证据包并记录取证时间、取证名称和取证设备码;The mobile terminal forensics unit is used to collect pictures, videos, and audio files obtained by users through mobile terminal devices, record user mobile terminal device information and network information, generate evidence packages and record the forensic time, the forensic name and the forensic device code;
所述Hash计算单元,用于对网页取证单元、过程取证单元以及移动端取证单元所采集生成的证据包进行哈希计算,生成与证据包关联的Hash;The Hash calculation unit is used to perform a hash calculation on the evidence package collected and generated by the web page forensic unit, the process forensic unit, and the mobile terminal forensic unit to generate a Hash associated with the evidence package;
所述证据上链单元,用于将Hash计算单元生成的Hash发送至区块链,通过区块链共识后写入区块链证据数据库,并记录写入区块链的时间;The evidence chaining unit is used to send the Hash generated by the Hash calculation unit to the blockchain, write it into the blockchain evidence database after passing the blockchain consensus, and record the time of writing to the blockchain;
所述身份验证单元,用于在用户提交网页取证、过程取证和移动端取证请求时,对用户的真实身份进行验证;The identity verification unit is used to verify the real identity of the user when the user submits a request for web page forensics, process forensics, and mobile terminal forensics;
所述证据展示模块,用于对用户的取证数据进行相应的管理与展示,所述证据展示模块包括证据查询单元和证据展示单元,其中:The evidence display module is used to manage and display the user's forensic data. The evidence display module includes an evidence query unit and an evidence display unit, wherein:
所述证据查询单元,用于根据用户输入的关键词字段检索证据数据库,查找该用户账户下与字段匹配且的证据数据并通过证据展示单元进行展示;The evidence query unit is configured to search the evidence database according to the keyword field input by the user, find the evidence data that matches the field under the user account, and display the evidence through the evidence display unit;
所述证据展示单元,用于根据用户账户检索证据数据库,以列表或详情页面形式展示用户的取证数据,并为用户生成提取码、提供证据文件和证据证书下载;The evidence display unit is used to retrieve the evidence database according to the user account, display the user's forensic data in the form of a list or detail page, and generate an extraction code for the user, provide evidence files and evidence certificate downloads;
所述证书出具模块,用于调取区块链上已存储的取证数据并生成证据文书,所述证书出具模块包括证书出具单元、证书Hash计算单元以及证书上链单元,其中:The certificate issuance module is used to retrieve forensic data stored on the blockchain and generate evidence documents. The certificate issuance module includes a certificate issuance unit, a certificate hash calculation unit, and a certificate chain unit, wherein:
所述证书出具单元,用于针对每一条证据记录,汇总证据的Hash、证据名称、证据类型、采集时间、所在区块链并生成该条证据的证书;The certificate issuance unit is used to summarize the Hash, the name of the evidence, the type of evidence, the collection time, and the blockchain where the evidence is located for each piece of evidence record, and generate a certificate for the piece of evidence;
所述证书Hash计算单元,用于将证书出具单元生成的证书通过Hash算法计算出证书Hash;The certificate Hash calculation unit is used to calculate the certificate Hash by using the Hash algorithm for the certificate generated by the certificate issuing unit;
所述证书上链单元,用于将证书Hash发送至区块链,通过区块链共识后写入区块链证据数据库中,并记录写入区块链的时间;The certificate chaining unit is used to send the certificate Hash to the blockchain, write it into the blockchain evidence database after passing the blockchain consensus, and record the time of writing to the blockchain;
所述校验模块,用于调取区块链上已存储的取证数据并与用户提交的取证数据进行对比,输出、展示校验结果,所述校验模块包括证据校验单元和结果展示单元,其中:The verification module is used to retrieve the forensic data stored on the blockchain and compare it with the forensic data submitted by the user, and output and display the verification result. The verification module includes an evidence verification unit and a result display unit ,among them:
所述证据校验单元,用于根据用户提交的校验请求对证据进行校验,包括3种校验方式:The evidence verification unit is used to verify the evidence according to the verification request submitted by the user, and includes 3 verification methods:
(1)哈希校验:用户提交来源于证据展示单元的Hash,系统使用该Hash对证据数据库进行查询匹配,若匹配成功,则哈希校验通过;匹配失败,则哈希校验失败;(1) Hash verification: The user submits the Hash from the evidence display unit, and the system uses the Hash to query and match the evidence database. If the match is successful, the hash verification passes; if the match fails, the hash verification fails;
(2)文件校验:用户提交从证据展示单元中下载的证据文件后系统对该文件进行Hash计算,使用计算所得Hash对证据数据库进行查询匹配,如匹配成功则文件校验通过,匹配失败则文件校验失败;(2) File verification: After the user submits the evidence file downloaded from the evidence display unit, the system performs Hash calculation on the file, and uses the calculated Hash to query and match the evidence database. If the matching is successful, the file verification passes, and the matching fails. File verification failed;
(3)原文查询:采集用户提交来源于证据展示单元的的Hash与提取码,检索证据数据库中对应的证据内容;(3) Original text query: Collect the Hash and extraction code submitted by the user from the evidence display unit, and retrieve the corresponding evidence content in the evidence database;
所述结果展示单元,用于展示校验结果,在哈希校验和文件校验的方式下,校验结果以信息框的形式进行展示;在原文查询的方式下,查询结果以表格与图片形式进行展示。The result display unit is used to display the verification result. In the mode of hash check and file verification, the verification result is displayed in the form of an information box; in the mode of original text query, the query result is displayed in the form of a table and a picture. Form for display.
上述基于区块链的取证服务系统具有以下优点:该基于区块链的取证服务系统提供了覆盖各类取证需求场景的证据采集工具,包括针对网页、客户端应用程序、音频、视频、移动端APP的证据获取;并在电子证据采集后实时通过区块链进行存储固定,实现证据防篡改,解决了电子数据存在的可信度低的问题。The above-mentioned blockchain-based forensic service system has the following advantages: The blockchain-based forensic service system provides evidence collection tools covering various forensic demand scenarios, including web pages, client applications, audio, video, and mobile terminals. App evidence acquisition; and after the collection of electronic evidence, it is stored and fixed through the blockchain in real time, which realizes the anti-tampering of evidence and solves the problem of low credibility of electronic data.
在其中一个实施例中,所述账户模块中的身份认证方式包括个人认证与企业认证;所述账户模块在个人认证时,采集的用户身份相关信息包括用户真实姓名、用户身份证号码和用户身份证影像信息;所述账户模块在企业认证时,采集的用户身份相关信息包括企业营业执照、法人代表真实姓名、法人代表身份证号码和法人代表身份证影像信息。In one of the embodiments, the identity authentication methods in the account module include personal authentication and enterprise authentication; when the account module is personally authenticated, the user identity related information collected includes the user's real name, user ID number, and user identity When the account module authenticates the enterprise, the user identity-related information collected includes the business license of the enterprise, the real name of the legal representative, the ID number of the legal representative, and the image information of the ID card of the legal representative.
在其中一个实施例中,所述校验模块还可以对证书出具模块的证书进行校验。中的证书校验过程为:用户提交从证据展示单元中下载的证书后,系统对该证书进行Hash计算,并根据使用计算所得得到的Hash对证据数据库进行查询匹配,若如匹配成功,则文件校验通过;若匹配失败,则文件校验失败。In one of the embodiments, the verification module may also verify the certificate of the certificate issuance module. The certificate verification process in is: after the user submits the certificate downloaded from the evidence display unit, the system performs a hash calculation on the certificate, and queries the evidence database based on the calculated hash. If the matching is successful, the file The verification is passed; if the matching fails, the file verification fails.
根据本申请的各种实施例,提供一种基于区块链的取证服务系统,所述系统包括:账户模块、取证模块、证据展示模块、证书出具模块、校验模块和证据数据库,其中:According to various embodiments of the present application, a blockchain-based forensic service system is provided. The system includes: an account module, a forensic module, an evidence display module, a certificate issuance module, a verification module, and an evidence database, in which:
所述账户模块,用于采集用户身份相关信息,通过身份认证技术确认用户的真实身份,并为用户生成区块链账户;The account module is used to collect user identity related information, confirm the user's real identity through identity authentication technology, and generate a blockchain account for the user;
所述证据数据库,用于存储采集到的证据文件和证据证书;The evidence database is used to store the collected evidence files and evidence certificates;
所述取证模块,用于采集用户的取证指令,执行相应的取证任务并对取证数据进行哈希计算以及区块链存储;The forensic module is used to collect user's forensic instructions, perform corresponding forensic tasks, and perform hash calculation and blockchain storage of forensic data;
所述证据展示模块,用于对用户的取证数据进行相应的管理与展示;The evidence display module is used to manage and display the user's forensic data accordingly;
所述证书出具模块,用于调取区块链上已存储的取证数据并生成证据文书;The certificate issuance module is used to retrieve forensic data stored on the blockchain and generate evidence documents;
所述校验模块,用于调取区块链上已存储的取证数据,将区块链上存储的取证数据与用户提交的取证数据进行对比,并输出和展示校验结果。The verification module is used to retrieve the forensic data stored on the blockchain, compare the forensic data stored on the blockchain with the forensic data submitted by the user, and output and display the verification result.
上述基于区块链的取证服务系统具有以下优点:该基于区块链的取证服务系统提供了覆盖各类取证需求场景的证据采集工具,包括针对网页、客户端应用程序、音频、视频、移动端APP的证据获取;并在电子证据采集后实时通过区块链进行存储固定,实现证据防篡改,解决了电子数据存在的可信度低的问题。The above-mentioned blockchain-based forensic service system has the following advantages: The blockchain-based forensic service system provides evidence collection tools covering various forensic demand scenarios, including web pages, client applications, audio, video, and mobile terminals. App evidence acquisition; and after the collection of electronic evidence, it is stored and fixed through the blockchain in real time, which realizes the anti-tampering of evidence and solves the problem of low credibility of electronic data.
在其中一个实施例中,所述取证模块包括网页取证单元、过程取证单元、移动端取证单元、Hash计算单元、证据上链单元以及身份验证单元,其中:In one of the embodiments, the forensic module includes a web forensic unit, a process forensic unit, a mobile-end forensic unit, a hash calculation unit, a proof on-chain unit, and an identity verification unit, wherein:
所述网页取证单元,用于采集用户提交的URL地址,发起对所述URL地址的访问后采集所述URL地址下的资源,根据采集的资源生成包含图片、资源文件和取证过程的证据包,并记录取证时间、URL地址以及取证名称;The web page forensics unit is used to collect the URL address submitted by the user, collect the resources under the URL address after initiating an access to the URL address, and generate an evidence package containing pictures, resource files and the forensic process according to the collected resources, And record the forensic time, URL address and the forensic name;
所述过程取证单元,用于向用户提供虚拟机桌面,并对所述虚拟机桌面进行录屏处理,以记录用户的全部远程操作,生成录屏文件证据包,并记录取证时间和取证名称;The process forensic unit is used to provide a virtual machine desktop to the user and perform screen recording processing on the virtual machine desktop to record all remote operations of the user, generate a screen recording document evidence package, and record the time and name of the forensic collection;
所述移动端取证单元,用于采集用户通过移动端设备获取的图片、视频和音频文件,记录用户移动端设备信息和网络信息,生成证据包并记录取证时间、取证名称和取证设备码;The mobile terminal forensics unit is used to collect pictures, video and audio files obtained by the user through the mobile terminal device, record user mobile terminal device information and network information, generate evidence package and record the forensic time, the forensic name and the forensic device code;
所述Hash计算单元,用于对所述网页取证单元、所述过程取证单元以及所述移动端取证单元所采集生成的证据包进行哈希计算,生成与证据包关联的Hash;The Hash calculation unit is configured to perform a hash calculation on the evidence package collected and generated by the web page forensic unit, the process forensic unit, and the mobile terminal forensic unit to generate a Hash associated with the evidence package;
所述证据上链单元,用于将所述Hash计算单元生成的Hash发送至区块链,通过区块链共识后写入区块链证据数据库,并记录写入区块链的时间;The evidence chaining unit is used to send the Hash generated by the Hash calculation unit to the blockchain, write it into the blockchain evidence database after passing the blockchain consensus, and record the time of writing to the blockchain;
所述身份验证单元,用于在用户提交网页取证、过程取证和移动端取证请求时,对用户的真实身份进行验证。The identity verification unit is used to verify the real identity of the user when the user submits a request for web page forensics, process forensics, and mobile terminal forensics.
在其中一个实施例中,所述证据展示模块包括证据查询单元和证据展示单元,其中:In one of the embodiments, the evidence display module includes an evidence query unit and an evidence display unit, wherein:
所述证据查询单元,用于根据用户输入的关键词字段,从证据数据库中查找所述用户账户下与字段匹配的证据数据,并将所述证据数据传输至所述证据展示单元进行展示;The evidence query unit is configured to search for evidence data matching the field under the user account from the evidence database according to the keyword field input by the user, and transmit the evidence data to the evidence display unit for display;
所述证据展示单元,用于获取从所述证据数据库检索到的证据数据,将所述证据数据以列表或者详情页面的形式进行展示,并为用户生成提取码以及提供证据文件和证据证书的下载服务。The evidence display unit is used to obtain evidence data retrieved from the evidence database, display the evidence data in the form of a list or a detail page, generate extraction codes for users, and provide evidence files and evidence certificates for downloading service.
在其中一个实施例中,所述证书出具模块包括证书出具单元、证书Hash计算单元以及证书上链单元,其中:In one of the embodiments, the certificate issuance module includes a certificate issuance unit, a certificate hash calculation unit, and a certificate on-chain unit, wherein:
所述证书出具单元,用于针对每一条证据记录,汇总证据的Hash、证据名称、证据类型、采集时间、所在区块链并生成该条证据的证书;The certificate issuance unit is used to summarize the Hash, the name of the evidence, the type of evidence, the collection time, and the blockchain where the evidence is located for each piece of evidence record, and generate a certificate for the piece of evidence;
所述证书Hash计算单元,用于根据所述证书出具单元生成的证书和Hash算法,计算出证书Hash;The certificate Hash calculation unit is configured to calculate the certificate Hash according to the certificate and the hash algorithm generated by the certificate issuance unit;
所述证书上链单元,用于将证书Hash发送至区块链,通过区块链共识后写入区块链证据数据库中,并记录写入区块链的时间。The certificate chaining unit is used to send the certificate Hash to the block chain, write it into the block chain evidence database after passing the block chain consensus, and record the time of writing to the block chain.
在其中一个实施例中,所述校验模块包括证据校验单元和结果展示单元,其中:In one of the embodiments, the verification module includes an evidence verification unit and a result display unit, wherein:
所述证据校验单元,用于根据用户提交的校验请求对证据进行校验,并将校验结果传输至所述结果展示单元;The evidence verification unit is configured to verify the evidence according to the verification request submitted by the user, and transmit the verification result to the result display unit;
所述结果展示单元,用于展示校验结果。The result display unit is used to display the verification result.
在其中一个实施例中,所述证据校验单元的校验方式包括哈希校验、文件校验和原文查询,其中:In one of the embodiments, the verification mode of the evidence verification unit includes hash verification, file verification and original text query, wherein:
哈希校验:用户提交来源于证据展示单元的Hash,系统使用该Hash对证据数据库进行查询匹配,若匹配成功,则哈希校验通过;匹配失败,则哈希校验失败;Hash verification: The user submits the Hash from the evidence display unit, and the system uses the Hash to query and match the evidence database. If the match is successful, the hash verification passes; if the match fails, the hash verification fails;
文件校验:用户提交从证据展示单元中下载的证据文件后系统对该文件进行Hash计算,使用计算所得Hash对证据数据库进行查询匹配,如匹配成功则文件校验通过,匹配失败则文件校验失败;File verification: After the user submits the evidence file downloaded from the evidence display unit, the system performs Hash calculation on the file, and uses the calculated Hash to query and match the evidence database. If the matching is successful, the file verification passes, and the matching fails, the file verification failure;
原文查询:采集用户提交来源于证据展示单元的的Hash与提取码,检索证据数据库中对应的证据内容;Original query: Collect the Hash and extraction code submitted by the user from the evidence display unit, and retrieve the corresponding evidence content in the evidence database;
所述结果展示单元,还用于在哈希校验和文件校验的方式下,将校验结果以信息框的形式进行展示;在原文查询的方式下,将查询结果以表格与图片形式进行展示。The result display unit is also used to display the verification result in the form of an information box in the mode of hash checksum file verification; in the mode of original text query, the query result is displayed in the form of tables and pictures Show.
在其中一个实施例中,所述账户模块中的身份认证方式包括个人认证与企业认证;所述账户模块在个人认证时,采集的用户身份相关信息包括用户真实姓名、用户身份证号码和用户身份证影像信息;所述账户模块在企业认证时,采集的用户身份相关信息包括企业营业执照、法人代表真实姓名、法人代表身份证号码和法人代表身份证影像信息。In one of the embodiments, the identity authentication methods in the account module include personal authentication and enterprise authentication; when the account module is personally authenticated, the user identity related information collected includes the user's real name, user ID number, and user identity When the account module authenticates the enterprise, the user identity-related information collected includes the business license of the enterprise, the real name of the legal representative, the ID number of the legal representative, and the image information of the ID card of the legal representative.
在其中一个实施例中,所述校验模块中的证书校验过程为:对用户提交的证书文件进行Hash计算,并将计算得到的Hash与证据数据库进行查询匹配,若匹配成功,则证书文件的校验通过;若匹配失败,则证书文件的校验失败。In one of the embodiments, the certificate verification process in the verification module is: Hash calculation is performed on the certificate file submitted by the user, and the calculated Hash is searched and matched with the evidence database. If the matching is successful, the certificate file The verification of the certificate file is passed; if the matching fails, the verification of the certificate file fails.
附图说明Description of the drawings
为了更好地描述和说明这里公开的那些发明的实施例和/或示例,可以参考一幅或多 幅附图。用于描述附图的附加细节或示例不应当被认为是对所公开的发明、目前描述的实施例和/或示例以及目前理解的这些发明的最佳模式中的任何一者的范围的限制。In order to better describe and illustrate the embodiments and/or examples of the inventions disclosed herein, one or more drawings may be referred to. The additional details or examples used to describe the drawings should not be considered as limiting the scope of any of the disclosed inventions, the currently described embodiments and/or examples, and the best mode of these inventions currently understood.
图1为本申请实施例的基于区块链的取证服务系统的基本架构图。Figure 1 is a basic architecture diagram of a blockchain-based forensics service system according to an embodiment of the application.
图2为本申请实施例的基于区块链的取证服务系统流程的示意图。Fig. 2 is a schematic diagram of the process of a blockchain-based forensic service system according to an embodiment of the application.
图3为本申请具体实施例的基于区块链的取证服务系统的结构示意图。Fig. 3 is a schematic structural diagram of a blockchain-based forensic service system according to a specific embodiment of the application.
具体实施方式detailed description
为了便于理解本申请,为使本申请的上述目的、特征和优点能够更加明显易懂,下面结合附图对本申请的具体实施方式做详细的说明。在下面的描述中阐述了很多具体细节以便于充分理解本申请,附图中给出了本申请的较佳实施方式。但是,本申请可以以许多不同的形式来实现,并不限于本文所描述的实施方式。相反地,提供这些实施方式的目的是使对本申请的公开内容理解的更加透彻全面。本申请能够以很多不同于在此描述的其它方式来实施,本领域技术人员可以在不违背本申请内涵的情况下做类似改进,因此本申请不受下面公开的具体实施例的限制。In order to facilitate the understanding of this application, and to make the above objectives, features and advantages of this application more comprehensible, specific implementations of this application will be described in detail below with reference to the accompanying drawings. In the following description, many specific details are set forth in order to fully understand the application, and the preferred embodiments of the application are shown in the accompanying drawings. However, this application can be implemented in many different forms and is not limited to the implementation described herein. On the contrary, the purpose of providing these embodiments is to make the understanding of the disclosure of this application more thorough and comprehensive. This application can be implemented in many other ways different from those described herein, and those skilled in the art can make similar improvements without violating the connotation of this application. Therefore, this application is not limited by the specific embodiments disclosed below.
此外,术语“第一”、“第二”仅用于描述目的,而不能理解为指示或暗示相对重要性或者隐含指明所指示的技术特征的数量。由此,限定有“第一”、“第二”的特征可以明示或者隐含地包括至少一个该特征。在本申请的描述中,“多个”的含义是至少两个,例如两个,三个等,除非另有明确具体的限定。在本申请的描述中,“若干”的含义是至少一个,例如一个,两个等,除非另有明确具体的限定。In addition, the terms "first" and "second" are only used for descriptive purposes, and cannot be understood as indicating or implying relative importance or implicitly indicating the number of indicated technical features. Therefore, the features defined with "first" and "second" may explicitly or implicitly include at least one of the features. In the description of the present application, "a plurality of" means at least two, such as two, three, etc., unless specifically defined otherwise. In the description of this application, "several" means at least one, such as one, two, etc., unless otherwise specifically defined.
除非另有定义,本文所使用的所有的技术和科学术语与属于本申请的技术领域的技术人员通常理解的含义相同。本文中所使用的术语只是为了描述具体的实施方式的目的,不是旨在于限制本申请。本文所使用的术语“及/或”包括一个或多个相关的所列项目的任意的和所有的组合。Unless otherwise defined, all technical and scientific terms used herein have the same meaning as commonly understood by those skilled in the technical field of this application. The terminology used herein is only for the purpose of describing specific embodiments, and is not intended to limit the application. The term "and/or" as used herein includes any and all combinations of one or more related listed items.
以下将对本申请提供的基于区块链的场外交易方法、系统、存储介质和电子装置作进一步说明:The following will further explain the blockchain-based over-the-counter transaction methods, systems, storage media, and electronic devices provided in this application:
图1为本申请实施例的基于区块链的取证服务系统的基本架构图,如图1所示,所述系统包括:账户模块、取证模块、证据展示模块、证书出具模块、校验模块和证据数据库,其中:Figure 1 is a basic architecture diagram of a blockchain-based forensic service system according to an embodiment of the application. As shown in Figure 1, the system includes: an account module, a forensic module, an evidence display module, a certificate issuance module, a verification module, and Evidence database, including:
所述账户模块,用于采集用户身份相关信息,通过身份认证技术确认用户的真实身份,并为用户生成区块链账户。The account module is used to collect user identity related information, confirm the user's real identity through identity authentication technology, and generate a blockchain account for the user.
所述证据数据库,用于存储采集到的证据文件和证据证书。The evidence database is used to store the collected evidence files and evidence certificates.
所述取证模块,用于采集用户的取证指令,执行相应的取证任务并对取证数据进行哈希计算以及区块链存储,所述取证模块包括网页取证单元、过程取证单元、移动端取证单元、Hash计算单元、证据上链单元以及身份验证单元,其中:The forensic module is used to collect user's forensic instructions, perform corresponding forensic tasks, and perform hash calculation and blockchain storage of forensic data. The forensic module includes a web page forensic unit, a process forensic unit, a mobile terminal forensic unit, Hash calculation unit, evidence on-chain unit and identity verification unit, including:
所述网页取证单元,用于采集用户提交的URL地址,发起对目标URL地址的访问后采集该URL地址下的资源,生成包含图片、资源文件和取证过程的证据包,并记录取证时间、URL地址以及取证名称;The web page forensics unit is used to collect the URL address submitted by the user, collect the resources under the URL address after initiating access to the target URL address, generate an evidence package including pictures, resource files and the forensic process, and record the time and URL of the forensic collection Address and forensic name;
所述过程取证单元,用于向用户提供虚拟机桌面,并对所述虚拟机桌面进行录屏;记录用户的全部远程操作,生成录屏文件证据包,并记录取证时间和取证名称;The process forensic unit is used to provide a virtual machine desktop to the user and record the screen of the virtual machine desktop; record all remote operations of the user, generate a screen recording document evidence package, and record the time and name of the forensic collection;
所述移动端取证单元,用于采集用户通过移动端设备获取的图片、视频、音频文件,记录用户移动端设备信息和网络信息,生成证据包并记录取证时间、取证名称和取证设备码;The mobile terminal forensics unit is used to collect pictures, videos, and audio files obtained by users through mobile terminal devices, record user mobile terminal device information and network information, generate evidence packages and record the forensic time, the forensic name and the forensic device code;
所述Hash计算单元,用于对网页取证单元、过程取证单元以及移动端取证单元所采集生成的证据包进行哈希计算,生成与证据包关联的Hash;The Hash calculation unit is used to perform a hash calculation on the evidence package collected and generated by the web page forensic unit, the process forensic unit, and the mobile terminal forensic unit to generate a Hash associated with the evidence package;
所述证据上链单元,用于将Hash计算单元生成的Hash发送至区块链,通过区块链共识后写入区块链证据数据库,并记录写入区块链的时间;The evidence chaining unit is used to send the Hash generated by the Hash calculation unit to the blockchain, write it into the blockchain evidence database after passing the blockchain consensus, and record the time of writing to the blockchain;
所述身份验证单元,用于在用户提交网页取证、过程取证和移动端取证请求时,对用户的真实身份进行验证。The identity verification unit is used to verify the real identity of the user when the user submits a request for web page forensics, process forensics, and mobile terminal forensics.
进一步地,所述取证类型包括网页证据、过程证据、录像证据、录音证据、录屏证据、拍照证据。Further, the types of evidence collection include web page evidence, process evidence, video evidence, audio recording evidence, screen recording evidence, and photo evidence.
所述证据展示模块,用于对用户的取证数据进行相应的管理与展示,所述证据展示模块包括证据查询单元和证据展示单元,其中:The evidence display module is used to manage and display the user's forensic data. The evidence display module includes an evidence query unit and an evidence display unit, wherein:
所述证据查询单元,用于根据用户输入的关键词字段检索证据数据库,查找该用户账户下与字段匹配且的证据数据并通过证据展示单元进行展示;The evidence query unit is configured to search the evidence database according to the keyword field input by the user, find the evidence data that matches the field under the user account, and display the evidence through the evidence display unit;
所述证据展示单元,用于根据用户账户检索证据数据库,以列表或详情页面形式展示用户的取证数据,并为用户生成提取码、提供证据文件和证据证书下载。The evidence display unit is used to retrieve the evidence database according to the user account, display the user's forensic data in the form of a list or a detailed page, and generate an extraction code for the user, provide evidence files and download evidence certificates.
所述证书出具模块,用于调取区块链上已存储的取证数据并形成生成的证据文书,所述证书出具模块包括证书出具单元、证书Hash计算单元以及证书上链单元,其中:The certificate issuance module is used to retrieve forensic data stored on the blockchain and form a generated evidence document. The certificate issuance module includes a certificate issuance unit, a certificate hash calculation unit, and a certificate chain unit, wherein:
所述证书出具单元,用于针对每一条证据记录,汇总证据的Hash、证据名称、证据类型、采集时间、所在区块链并生成该条证据的证书;The certificate issuance unit is used to summarize the Hash, the name of the evidence, the type of evidence, the collection time, and the blockchain where the evidence is located for each piece of evidence record, and generate a certificate for the piece of evidence;
所述证书Hash计算单元,用于将证书出具单元生成的证书通过Hash算法计算出证书Hash;The certificate Hash calculation unit is used to calculate the certificate Hash by using the Hash algorithm for the certificate generated by the certificate issuing unit;
所述证书上链单元,用于将证书Hash发送至区块链,通过区块链共识后写入区块链证据 数据库中,并记录写入区块链的时间。The certificate chaining unit is used to send the certificate Hash to the blockchain, write it into the blockchain evidence database after passing the blockchain consensus, and record the time of writing to the blockchain.
所述校验模块,用于调取区块链上已存储的取证数据并与用户提交的取证数据进行对比,输出、展示校验结果,所述校验模块包括证据校验单元和结果展示单元,其中:The verification module is used to retrieve the forensic data stored on the blockchain and compare it with the forensic data submitted by the user, and output and display the verification result. The verification module includes an evidence verification unit and a result display unit ,among them:
所述证据校验单元,用于根据用户提交的校验请求对证据进行校验,包括3种校验方式:The evidence verification unit is used to verify the evidence according to the verification request submitted by the user, and includes 3 verification methods:
(1)哈希校验:用户提交来源于证据展示单元的Hash,系统使用该Hash对证据数据库进行查询匹配,若匹配成功,则哈希校验通过;匹配失败,则哈希校验失败;(1) Hash verification: The user submits the Hash from the evidence display unit, and the system uses the Hash to query and match the evidence database. If the match is successful, the hash verification passes; if the match fails, the hash verification fails;
(2)文件校验:用户提交从证据展示单元中下载的证据文件后系统对该文件进行Hash计算,使用计算所得Hash对证据数据库进行查询匹配,如匹配成功则文件校验通过,匹配失败则文件校验失败;(2) File verification: After the user submits the evidence file downloaded from the evidence display unit, the system performs Hash calculation on the file, and uses the calculated Hash to query and match the evidence database. If the matching is successful, the file verification passes, and the matching fails. File verification failed;
(3)原文查询:采集用户提交来源于证据展示单元的的Hash与提取码,检索证据数据库中对应的证据内容;(3) Original text query: Collect the Hash and extraction code submitted by the user from the evidence display unit, and retrieve the corresponding evidence content in the evidence database;
所述结果展示单元,用于展示校验结果,在哈希校验和文件校验的方式下,校验结果以信息框的形式进行展示;在原文查询的方式下,查询结果以表格与图片形式进行展示。The result display unit is used to display the verification result. In the mode of hash check and file verification, the verification result is displayed in the form of an information box; in the mode of original text query, the query result is displayed in the form of a table and a picture. Form for display.
本申请提供的基于区块链的取证服务系统,用户使用时需要注册该取证服务系统,并进行身份信息认证,系统确认用户真实身份信息后向用户发放私钥,并与区块链账户进行绑定。用户后续可通过该账户发起取证请求,取证请求类型包括网页取证、过程取证、移动端取证,移动端取证包括录音、录像、录屏、拍照。用户提交取证请求时,需要进行身份信息验证。系统根据用户提交的取证请求,执行相应命令并完成电子证据的采集后,形成证据包,并将证据包进行Hash计算后写入到区块链进行存储。对每一条取证记录,系统单独生成唯一、可校验的证书。用户可对其账户下的所有电子证据进行查看、证据包下载、证据校验、证书校验。For the blockchain-based forensic service system provided by this application, the user needs to register the forensic service system when using it, and perform identity information authentication. After the system confirms the user’s real identity information, the private key is issued to the user and tied to the blockchain account set. The user can subsequently initiate a forensic request through the account. Forensic request types include web forensics, process forensics, and mobile forensics. Mobile forensics include audio recording, video recording, screen recording, and photographing. When a user submits a forensic request, identity information verification is required. According to the forensic request submitted by the user, the system executes the corresponding order and completes the collection of electronic evidence, then forms an evidence package, and writes the evidence package to the blockchain for storage after Hash calculation. For each forensic record, the system separately generates a unique and verifiable certificate. Users can view all the electronic evidence under their account, download the evidence package, verify the evidence, and verify the certificate.
上述基于区块链的取证服务系统具有以下优点:该基于区块链的取证服务系统提供了覆盖各类取证需求场景的证据采集工具,包括针对网页、客户端应用程序、音频、视频、移动端APP的证据获取;并在电子证据采集后实时通过区块链进行存储固定,实现证据防篡改,解决了电子数据存在的可信度低的问题。The above-mentioned blockchain-based forensic service system has the following advantages: The blockchain-based forensic service system provides evidence collection tools covering various forensic demand scenarios, including web pages, client applications, audio, video, and mobile terminals. App evidence acquisition; and after the collection of electronic evidence, it is stored and fixed through the blockchain in real time, which realizes the anti-tampering of evidence and solves the problem of low credibility of electronic data.
图2为本申请实施例的基于区块链的取证服务系统流程的示意图,如图2所示,为本系统的典型使用流程为:用户身份认证通过后,使用系统提交取证请求,在提交取证请求时,对用户的身份进行验证,验证不通过则取证失败。验证通过后,系统执行用户输入的取证指令,获取证据后计算该证据的Hash,并将计算结果实时上链。上链成功后,对该条证据生成证据证书,并计算证据证书Hash,再将该证书Hash上链并完成该次取证。取证成功后,用户可以进行证据管理,包括查询、查看、校验等操作。Figure 2 is a schematic diagram of the process of the blockchain-based forensic service system according to an embodiment of the application. As shown in Figure 2, the typical use process of this system is: after the user's identity is authenticated, use the system to submit a forensic request. When requesting, the user’s identity is verified. If the verification fails, the forensics will fail. After the verification is passed, the system executes the forensic instruction entered by the user, calculates the Hash of the evidence after obtaining the evidence, and uploads the calculation result to the chain in real time. After the chain is successfully chained, a proof certificate is generated for the piece of evidence, and the proof certificate Hash is calculated, and then the certificate Hash is chained and the evidence collection is completed. After the evidence collection is successful, the user can perform evidence management, including operations such as query, view, and verification.
在其中一个实施例中,所述账户模块中的身份认证方式包括个人认证与企业认证;所述账户模块在个人认证时,采集的用户身份相关信息包括用户真实姓名、用户身份证号码和用户身份证影像信息;所述账户模块在企业认证时,采集的用户身份相关信息包括企业营业执照、法人代表真实姓名、法人代表身份证号码和法人代表身份证影像信息。In one of the embodiments, the identity authentication methods in the account module include personal authentication and enterprise authentication; when the account module is personally authenticated, the user identity related information collected includes the user's real name, user ID number, and user identity When the account module authenticates the enterprise, the user identity-related information collected includes the business license of the enterprise, the real name of the legal representative, the ID number of the legal representative, and the image information of the ID card of the legal representative.
在其中一个实施例中,所述校验模块还可以对证书出具模块的证书进行校验。中的证书校验过程为:用户提交从证据展示单元中下载的证书后,系统对该证书进行Hash计算,并根据使用计算所得得到的Hash对证据数据库进行查询匹配,若如匹配成功,则文件校验通过;若匹配失败,则文件校验失败。In one of the embodiments, the verification module may also verify the certificate of the certificate issuance module. The certificate verification process in is: after the user submits the certificate downloaded from the evidence display unit, the system performs a Hash calculation on the certificate, and searches and matches the evidence database based on the calculated Hash. If the matching is successful, the file The verification is passed; if the matching fails, the file verification fails.
以下,将通过以下具体实施例对所述基于区块链的取证服务系统做进一步的说明:Hereinafter, the blockchain-based forensic service system will be further explained through the following specific embodiments:
图3为本申请具体实施例的基于区块链的取证服务系统的结构示意图,如图3所示,所述系统包括:账户模块310、取证模块320、证据展示模块330、证书出具模块340、校验模块350和证据数据库360,其中:Fig. 3 is a schematic structural diagram of a blockchain-based forensic service system according to a specific embodiment of the application. As shown in Fig. 3, the system includes: an account module 310, a forensic module 320, an evidence display module 330, a certificate issuance module 340, The verification module 350 and the evidence database 360, in which:
所述账户模块310,用于采集用户身份相关信息,通过身份认证技术确认用户的真实身份,并为用户生成区块链账户;The account module 310 is used to collect user identity related information, confirm the user's true identity through identity authentication technology, and generate a blockchain account for the user;
所述取证模块320,用于采集用户的取证指令,执行相应的取证任务并对取证数据进行哈希计算以及区块链存储;The forensic module 320 is used to collect the user's forensic instructions, perform corresponding forensic tasks, and perform hash calculation and blockchain storage on the forensic data;
所述证据展示模块330,用于对用户的取证数据进行相应的管理与展示;The evidence display module 330 is used to manage and display the user's forensic data accordingly;
所述证书出具模块340,用于调取区块链上已存储的取证数据并生成证据文书;The certificate issuance module 340 is used to retrieve forensic data stored on the blockchain and generate evidence documents;
所述校验模块350,用于调取区块链上已存储的取证数据,将区块链上存储的取证数据与用户提交的取证数据进行对比,并输出和展示校验结果;The verification module 350 is used to retrieve forensic data stored on the blockchain, compare the forensic data stored on the blockchain with the forensic data submitted by the user, and output and display the verification result;
所述证据数据库360,用于存储采集到的证据文件和证据证书。The evidence database 360 is used to store the collected evidence files and evidence certificates.
上述基于区块链的取证服务系统具有以下优点:该基于区块链的取证服务系统提供了覆盖各类取证需求场景的证据采集工具,包括针对网页、客户端应用程序、音频、视频、移动端APP的证据获取;并在电子证据采集后实时通过区块链进行存储固定,实现证据防篡改,解决了电子数据存在的可信度低的问题。The above-mentioned blockchain-based forensic service system has the following advantages: The blockchain-based forensic service system provides evidence collection tools covering various forensic demand scenarios, including web pages, client applications, audio, video, and mobile terminals. App evidence acquisition; and after the electronic evidence is collected, it is stored and fixed through the blockchain in real time, which realizes the anti-tampering of the evidence and solves the problem of low credibility of electronic data.
在其中一个实施例中,所述取证模块320包括网页取证单元、过程取证单元、移动端取证单元、Hash计算单元、证据上链单元以及身份验证单元,其中:In one of the embodiments, the forensic module 320 includes a web forensic unit, a process forensic unit, a mobile-end forensic unit, a hash calculation unit, an evidence chain unit, and an identity verification unit, wherein:
所述网页取证单元,用于采集用户提交的URL地址,发起对所述URL地址的访问后采集所述URL地址下的资源,根据采集的资源生成包含图片、资源文件和取证过程的证据包,并记录取证时间、URL地址以及取证名称;The web page forensics unit is used to collect the URL address submitted by the user, collect the resources under the URL address after initiating an access to the URL address, and generate an evidence package containing pictures, resource files and the forensic process according to the collected resources, And record the forensic time, URL address and the forensic name;
所述过程取证单元,用于向用户提供虚拟机桌面,并对所述虚拟机桌面进行录屏处理, 以记录用户的全部远程操作,生成录屏文件证据包,并记录取证时间和取证名称;The process forensic unit is used to provide a virtual machine desktop to the user, and perform screen recording processing on the virtual machine desktop to record all remote operations of the user, generate a screen recording document evidence package, and record the time and name of the forensic collection;
所述移动端取证单元,用于采集用户通过移动端设备获取的图片、视频和音频文件,记录用户移动端设备信息和网络信息,生成证据包并记录取证时间、取证名称和取证设备码;The mobile terminal forensics unit is used to collect pictures, video and audio files obtained by the user through the mobile terminal device, record user mobile terminal device information and network information, generate evidence package and record the forensic time, the forensic name and the forensic device code;
所述Hash计算单元,用于对所述网页取证单元、所述过程取证单元以及所述移动端取证单元所采集生成的证据包进行哈希计算,生成与证据包关联的Hash;The Hash calculation unit is configured to perform a hash calculation on the evidence package collected and generated by the web page forensic unit, the process forensic unit, and the mobile terminal forensic unit to generate a Hash associated with the evidence package;
所述证据上链单元,用于将所述Hash计算单元生成的Hash发送至区块链,通过区块链共识后写入区块链证据数据库360,并记录写入区块链的时间;The evidence on-chain unit is used to send the Hash generated by the Hash calculation unit to the blockchain, write it into the blockchain evidence database 360 after passing the blockchain consensus, and record the time of writing to the blockchain;
所述身份验证单元,用于在用户提交网页取证、过程取证和移动端取证请求时,对用户的真实身份进行验证。The identity verification unit is used to verify the real identity of the user when the user submits a request for web page forensics, process forensics, and mobile terminal forensics.
在其中一个实施例中,所述证据展示模块330包括证据查询单元和证据展示单元,其中:In one of the embodiments, the evidence display module 330 includes an evidence query unit and an evidence display unit, wherein:
所述证据查询单元,用于根据用户输入的关键词字段,从证据数据库360中查找所述用户账户下与字段匹配的证据数据,并将所述证据数据传输至所述证据展示单元进行展示;The evidence query unit is configured to search the evidence database 360 for evidence data matching the field under the user account according to the keyword field input by the user, and transmit the evidence data to the evidence display unit for display;
所述证据展示单元,用于获取从所述证据数据库360检索到的证据数据,将所述证据数据以列表或者详情页面的形式进行展示,并为用户生成提取码以及提供证据文件和证据证书的下载服务。The evidence display unit is used to obtain evidence data retrieved from the evidence database 360, display the evidence data in the form of a list or a detail page, and generate extraction codes for users and provide evidence files and evidence certificates. Download service.
在其中一个实施例中,所述证书出具模块340包括证书出具单元、证书Hash计算单元以及证书上链单元,其中:In one of the embodiments, the certificate issuance module 340 includes a certificate issuance unit, a certificate hash calculation unit, and a certificate on-chain unit, wherein:
所述证书出具单元,用于针对每一条证据记录,汇总证据的Hash、证据名称、证据类型、采集时间、所在区块链并生成该条证据的证书;The certificate issuance unit is used to summarize the Hash, the name of the evidence, the type of evidence, the collection time, and the blockchain where the evidence is located for each piece of evidence record, and generate a certificate for the piece of evidence;
所述证书Hash计算单元,用于根据所述证书出具单元生成的证书和Hash算法,计算出证书Hash;The certificate Hash calculation unit is configured to calculate the certificate Hash according to the certificate and the hash algorithm generated by the certificate issuance unit;
所述证书上链单元,用于将证书Hash发送至区块链,通过区块链共识后写入区块链证据数据库360中,并记录写入区块链的时间。The certificate chaining unit is used to send the certificate Hash to the blockchain, write it into the blockchain evidence database 360 after passing the blockchain consensus, and record the time of writing to the blockchain.
在其中一个实施例中,所述校验模块350包括证据校验单元和结果展示单元,其中:In one of the embodiments, the verification module 350 includes an evidence verification unit and a result display unit, wherein:
所述证据校验单元,用于根据用户提交的校验请求对证据进行校验,并将校验结果传输至所述结果展示单元;The evidence verification unit is configured to verify the evidence according to the verification request submitted by the user, and transmit the verification result to the result display unit;
所述结果展示单元,用于展示校验结果。The result display unit is used to display the verification result.
在其中一个实施例中,所述证据校验单元的校验方式包括哈希校验、文件校验和原文查询,其中:In one of the embodiments, the verification mode of the evidence verification unit includes hash verification, file verification and original text query, wherein:
哈希校验:用户提交来源于证据展示单元的Hash,系统使用该Hash对证据数据库360 进行查询匹配,若匹配成功,则哈希校验通过;匹配失败,则哈希校验失败;Hash verification: The user submits the Hash from the evidence display unit, and the system uses the Hash to query and match the evidence database 360. If the match is successful, the hash verification passes; if the match fails, the hash verification fails;
文件校验:用户提交从证据展示单元中下载的证据文件后系统对该文件进行Hash计算,使用计算所得Hash对证据数据库360进行查询匹配,如匹配成功则文件校验通过,匹配失败则文件校验失败;File verification: After the user submits the evidence file downloaded from the evidence display unit, the system performs Hash calculation on the file, and uses the calculated Hash to query and match the evidence database 360. If the matching is successful, the file verification is passed, and the matching fails, the file is verified. Test failed
原文查询:采集用户提交来源于证据展示单元的的Hash与提取码,检索证据数据库360中对应的证据内容;Original query: Collect the Hash and extraction code submitted by the user from the evidence display unit, and retrieve the corresponding evidence content in the evidence database 360;
所述结果展示单元,还用于在哈希校验和文件校验的方式下,将校验结果以信息框的形式进行展示;在原文查询的方式下,将查询结果以表格与图片形式进行展示。The result display unit is also used to display the verification result in the form of an information box in the mode of hash checksum file verification; in the mode of original text query, the query result is displayed in the form of tables and pictures Show.
在其中一个实施例中,所述账户模块310中的身份认证方式包括个人认证与企业认证;所述账户模块310在个人认证时,采集的用户身份相关信息包括用户真实姓名、用户身份证号码和用户身份证影像信息;所述账户模块310在企业认证时,采集的用户身份相关信息包括企业营业执照、法人代表真实姓名、法人代表身份证号码和法人代表身份证影像信息。In one of the embodiments, the identity authentication methods in the account module 310 include personal authentication and enterprise authentication; when the account module 310 performs personal authentication, the user identity-related information collected includes the user’s real name, user ID number, and User ID image information; the user ID related information collected by the account module 310 during enterprise authentication includes the business license, the real name of the legal representative, the ID number of the legal representative, and the image information of the ID card of the legal representative.
在其中一个实施例中,所述校验模块350中的证书校验过程为:对用户提交的证书文件进行Hash计算,并将计算得到的Hash与证据数据库360进行查询匹配,若匹配成功,则证书文件的校验通过;若匹配失败,则证书文件的校验失败。In one of the embodiments, the certificate verification process in the verification module 350 is: Hash calculation is performed on the certificate file submitted by the user, and the calculated Hash is searched and matched with the evidence database 360. If the matching is successful, then The verification of the certificate file is passed; if the matching fails, the verification of the certificate file fails.
本领域普通技术人员可以理解实现上述实施例方法中的全部或部分流程,是可以通过计算机程序来指令相关的硬件来完成,所述的计算机程序可存储于一非易失性计算机可读取存储介质中,该计算机程序在执行时,可包括如上述各方法的实施例的流程。其中,本申请所提供的各实施例中所使用的对存储器、存储、数据库或其它介质的任何引用,均可包括非易失性和/或易失性存储器。非易失性存储器可包括只读存储器(ROM)、可编程ROM(PROM)、电可编程ROM(EPROM)、电可擦除可编程ROM(EEPROM)或闪存。易失性存储器可包括随机存取存储器(RAM)或者外部高速缓冲存储器。作为说明而非局限,RAM以多种形式可得,诸如静态RAM(SRAM)、动态RAM(DRAM)、同步DRAM(SDRAM)、双数据率SDRAM(DDRSDRAM)、增强型SDRAM(ESDRAM)、同步链路(Synchlink)DRAM(SLDRAM)、存储器总线(Rambus)直接RAM(RDRAM)、直接存储器总线动态RAM(DRDRAM)、以及存储器总线动态RAM(RDRAM)等。A person of ordinary skill in the art can understand that all or part of the processes in the above-mentioned embodiment methods can be implemented by instructing relevant hardware through a computer program. The computer program can be stored in a non-volatile computer readable storage. In the medium, when the computer program is executed, it may include the procedures of the above-mentioned method embodiments. Wherein, any reference to memory, storage, database or other media used in the embodiments provided in this application may include non-volatile and/or volatile memory. Non-volatile memory may include read only memory (ROM), programmable ROM (PROM), electrically programmable ROM (EPROM), electrically erasable programmable ROM (EEPROM), or flash memory. Volatile memory may include random access memory (RAM) or external cache memory. As an illustration and not a limitation, RAM is available in many forms, such as static RAM (SRAM), dynamic RAM (DRAM), synchronous DRAM (SDRAM), double data rate SDRAM (DDRSDRAM), enhanced SDRAM (ESDRAM), synchronous chain Channel (Synchlink) DRAM (SLDRAM), memory bus (Rambus) direct RAM (RDRAM), direct memory bus dynamic RAM (DRDRAM), and memory bus dynamic RAM (RDRAM), etc.
以上所述实施例的各技术特征可以进行任意的组合,为使描述简洁,未对上述实施例中的各个技术特征所有可能的组合都进行描述,然而,只要这些技术特征的组合不存在矛盾,都应当认为是本说明书记载的范围。The technical features of the above-mentioned embodiments can be combined arbitrarily. In order to make the description concise, all possible combinations of the various technical features in the above-mentioned embodiments are not described. However, as long as there is no contradiction in the combination of these technical features, All should be considered as the scope of this specification.
以上所述实施例仅表达了本申请的几种实施方式,其描述较为具体和详细,但并不能因此而理解为对申请专利范围的限制。应当指出的是,对于本领域的普通技术人员来说,在 不脱离本申请构思的前提下,还可以做出若干变形和改进,这些都属于本申请的保护范围。因此,本申请专利的保护范围应以所附权利要求为准。The above-mentioned embodiments only express several implementation manners of the present application, and their descriptions are relatively specific and detailed, but they should not be understood as a limitation on the scope of the patent application. It should be pointed out that for those of ordinary skill in the art, without departing from the concept of this application, several modifications and improvements can be made, and these all fall within the protection scope of this application. Therefore, the scope of protection of the patent of this application shall be subject to the appended claims.

Claims (11)

  1. 一种基于区块链的取证服务系统,其特征在于,所述系统包括:账户模块、取证模块、证据展示模块、证书出具模块、校验模块和证据数据库,其中:A forensic service system based on blockchain, which is characterized in that the system includes: an account module, a forensic module, an evidence display module, a certificate issuance module, a verification module, and an evidence database, wherein:
    所述账户模块,用于采集用户身份相关信息,通过身份认证技术确认用户的真实身份,并为用户生成区块链账户;The account module is used to collect user identity related information, confirm the user's real identity through identity authentication technology, and generate a blockchain account for the user;
    所述证据数据库,用于存储采集到的证据文件和证据证书;The evidence database is used to store the collected evidence files and evidence certificates;
    所述取证模块,用于采集用户的取证指令,执行相应的取证任务并对取证数据进行哈希计算以及区块链存储;The forensic module is used to collect user's forensic instructions, perform corresponding forensic tasks, and perform hash calculation and blockchain storage of forensic data;
    所述证据展示模块,用于对用户的取证数据进行相应的管理与展示;The evidence display module is used to manage and display the user's forensic data accordingly;
    所述证书出具模块,用于调取区块链上已存储的取证数据并生成证据文书;The certificate issuance module is used to retrieve forensic data stored on the blockchain and generate evidence documents;
    所述校验模块,用于调取区块链上已存储的取证数据,将区块链上存储的取证数据与用户提交的取证数据进行对比,并输出和展示校验结果。The verification module is used to retrieve the forensic data stored on the blockchain, compare the forensic data stored on the blockchain with the forensic data submitted by the user, and output and display the verification result.
  2. 根据权利要求1所述的基于区块链的取证服务系统,其特征在于,所述取证模块包括网页取证单元、过程取证单元、移动端取证单元、Hash计算单元、证据上链单元以及身份验证单元,其中:The blockchain-based forensic service system according to claim 1, wherein the forensic module includes a web forensic unit, a process forensic unit, a mobile-end forensic unit, a hash calculation unit, an evidence on-chain unit, and an identity verification unit ,among them:
    所述网页取证单元,用于采集用户提交的URL地址,发起对所述URL地址的访问后采集所述URL地址下的资源,根据采集的资源生成包含图片、资源文件和取证过程的证据包,并记录取证时间、URL地址以及取证名称;The web page forensics unit is used to collect the URL address submitted by the user, collect the resources under the URL address after initiating an access to the URL address, and generate an evidence package containing pictures, resource files and the forensic process according to the collected resources, And record the forensic time, URL address and the forensic name;
    所述过程取证单元,用于向用户提供虚拟机桌面,并对所述虚拟机桌面进行录屏处理,以记录用户的全部远程操作,生成录屏文件证据包,并记录取证时间和取证名称;The process forensic unit is used to provide a virtual machine desktop to the user and perform screen recording processing on the virtual machine desktop to record all remote operations of the user, generate a screen recording document evidence package, and record the time and name of the forensic collection;
    所述移动端取证单元,用于采集用户通过移动端设备获取的图片、视频和音频文件,记录用户移动端设备信息和网络信息,生成证据包并记录取证时间、取证名称和取证设备码;The mobile terminal forensics unit is used to collect pictures, video and audio files obtained by the user through the mobile terminal device, record user mobile terminal device information and network information, generate evidence package and record the forensic time, the forensic name and the forensic device code;
    所述Hash计算单元,用于对所述网页取证单元、所述过程取证单元以及所述移动端取证单元所采集生成的证据包进行哈希计算,生成与证据包关联的Hash;The Hash calculation unit is configured to perform a hash calculation on the evidence package collected and generated by the web page forensic unit, the process forensic unit, and the mobile terminal forensic unit to generate a Hash associated with the evidence package;
    所述证据上链单元,用于将所述Hash计算单元生成的Hash发送至区块链,通过区块链共识后写入区块链证据数据库,并记录写入区块链的时间;The evidence chaining unit is used to send the Hash generated by the Hash calculation unit to the blockchain, write it into the blockchain evidence database after passing the blockchain consensus, and record the time of writing to the blockchain;
    所述身份验证单元,用于在用户提交网页取证、过程取证和移动端取证请求时,对用户的真实身份进行验证。The identity verification unit is used to verify the real identity of the user when the user submits a request for web page forensics, process forensics, and mobile terminal forensics.
  3. 根据权利要求1所述的基于区块链的取证服务系统,其特征在于,所述证据展示模块包括证据查询单元和证据展示单元,其中:The blockchain-based forensic service system according to claim 1, wherein the evidence display module includes an evidence query unit and an evidence display unit, wherein:
    所述证据查询单元,用于根据用户输入的关键词字段,从证据数据库中查找所述用户账 户下与字段匹配的证据数据,并将所述证据数据传输至所述证据展示单元进行展示;The evidence query unit is configured to search the evidence database for the evidence data that matches the field under the user account according to the keyword field input by the user, and transmit the evidence data to the evidence display unit for display;
    所述证据展示单元,用于获取从所述证据数据库检索到的证据数据,将所述证据数据以列表或者详情页面的形式进行展示,并为用户生成提取码以及提供证据文件和证据证书的下载服务。The evidence display unit is used to obtain evidence data retrieved from the evidence database, display the evidence data in the form of a list or a detail page, generate extraction codes for users, and provide evidence files and evidence certificates for downloading service.
  4. 根据权利要求1所述的基于区块链的取证服务系统,其特征在于,所述证书出具模块包括证书出具单元、证书Hash计算单元以及证书上链单元,其中:The blockchain-based forensic service system according to claim 1, wherein the certificate issuance module includes a certificate issuance unit, a certificate Hash calculation unit, and a certificate on-chain unit, wherein:
    所述证书出具单元,用于针对每一条证据记录,汇总证据的Hash、证据名称、证据类型、采集时间、所在区块链并生成该条证据的证书;The certificate issuance unit is used to summarize the Hash, the name of the evidence, the type of evidence, the collection time, and the blockchain where the evidence is located for each piece of evidence record, and generate a certificate for the piece of evidence;
    所述证书Hash计算单元,用于根据所述证书出具单元生成的证书和Hash算法,计算出证书Hash;The certificate Hash calculation unit is configured to calculate the certificate Hash according to the certificate and the hash algorithm generated by the certificate issuance unit;
    所述证书上链单元,用于将证书Hash发送至区块链,通过区块链共识后写入区块链证据数据库中,并记录写入区块链的时间。The certificate chaining unit is used to send the certificate Hash to the block chain, write it into the block chain evidence database after passing the block chain consensus, and record the time of writing to the block chain.
  5. 根据权利要求1所述的基于区块链的取证服务系统,其特征在于,所述校验模块包括证据校验单元和结果展示单元,其中:The blockchain-based forensic service system according to claim 1, wherein the verification module includes an evidence verification unit and a result display unit, wherein:
    所述证据校验单元,用于根据用户提交的校验请求对证据进行校验,并将校验结果传输至所述结果展示单元;The evidence verification unit is configured to verify the evidence according to the verification request submitted by the user, and transmit the verification result to the result display unit;
    所述结果展示单元,用于展示校验结果。The result display unit is used to display the verification result.
  6. 根据权利要求5所述的基于区块链的取证服务系统,其特征在于,所述证据校验单元的校验方式包括哈希校验、文件校验和原文查询,其中:The blockchain-based forensic service system according to claim 5, wherein the verification mode of the evidence verification unit includes hash verification, document verification and original text query, wherein:
    哈希校验:用户提交来源于证据展示单元的Hash,系统使用该Hash对证据数据库进行查询匹配,若匹配成功,则哈希校验通过;匹配失败,则哈希校验失败;Hash verification: The user submits the Hash from the evidence display unit, and the system uses the Hash to query and match the evidence database. If the match is successful, the hash verification passes; if the match fails, the hash verification fails;
    文件校验:用户提交从证据展示单元中下载的证据文件后系统对该文件进行Hash计算,使用计算所得Hash对证据数据库进行查询匹配,如匹配成功则文件校验通过,匹配失败则文件校验失败;File verification: After the user submits the evidence file downloaded from the evidence display unit, the system performs Hash calculation on the file, and uses the calculated Hash to query and match the evidence database. If the matching is successful, the file verification passes, and the matching fails, the file verification failure;
    原文查询:采集用户提交来源于证据展示单元的的Hash与提取码,检索证据数据库中对应的证据内容;Original query: Collect the Hash and extraction code submitted by the user from the evidence display unit, and retrieve the corresponding evidence content in the evidence database;
    所述结果展示单元,还用于在哈希校验和文件校验的方式下,将校验结果以信息框的形式进行展示;在原文查询的方式下,将查询结果以表格与图片形式进行展示。The result display unit is also used to display the verification result in the form of an information box in the mode of hash checksum file verification; in the mode of original text query, the query result is displayed in the form of tables and pictures Show.
  7. 根据权利要求1所述的基于区块链的取证服务系统,其特征在于,所述账户模块中的身份认证方式包括个人认证与企业认证;所述账户模块在个人认证时,采集的用户身份相关信息包括用户真实姓名、用户身份证号码和用户身份证影像信息;所述账户模块在企业认证 时,采集的用户身份相关信息包括企业营业执照、法人代表真实姓名、法人代表身份证号码和法人代表身份证影像信息。The blockchain-based forensic service system according to claim 1, wherein the identity authentication method in the account module includes personal authentication and enterprise authentication; when the account module is personally authenticated, the collected user identity is related The information includes the user's real name, user ID number, and user ID image information; when the account module is used for enterprise authentication, the user identity-related information collected includes the enterprise business license, the real name of the legal representative, the ID number of the legal representative, and the legal representative ID image information.
  8. 根据权利要求1所述的基于区块链的取证服务系统,其特征在于,所述校验模块中的证书校验过程为:对用户提交的证书文件进行Hash计算,并将计算得到的Hash与证据数据库进行查询匹配,若匹配成功,则证书文件的校验通过;若匹配失败,则证书文件的校验失败。The blockchain-based forensic service system according to claim 1, wherein the certificate verification process in the verification module is: Hash calculation on the certificate file submitted by the user, and the calculated Hash and The evidence database performs query matching. If the matching is successful, the verification of the certificate file passes; if the matching fails, the verification of the certificate file fails.
  9. 一种基于区块链的取证服务系统,其特征在于,所述系统包括:账户模块、取证模块、证据展示模块、证书出具模块、校验模块和证据数据库,其中:A forensic service system based on blockchain, which is characterized in that the system includes: an account module, a forensic module, an evidence display module, a certificate issuance module, a verification module, and an evidence database, wherein:
    所述账户模块,用于采集用户身份相关信息,通过身份认证技术确认用户的真实身份,并为用户生成区块链账户;The account module is used to collect user identity related information, confirm the user's real identity through identity authentication technology, and generate a blockchain account for the user;
    所述证据数据库,用于存储采集到的证据文件和证据证书;The evidence database is used to store the collected evidence files and evidence certificates;
    所述取证模块,用于采集用户的取证指令,执行相应的取证任务并对取证数据进行哈希计算以及区块链存储,所述取证模块包括网页取证单元、过程取证单元、移动端取证单元、Hash计算单元、证据上链单元以及身份验证单元,其中:The forensic module is used to collect user's forensic instructions, perform corresponding forensic tasks, and perform hash calculation and blockchain storage of forensic data. The forensic module includes a web page forensic unit, a process forensic unit, a mobile terminal forensic unit, Hash calculation unit, evidence on-chain unit and identity verification unit, including:
    所述网页取证单元,用于采集用户提交的URL地址,发起对目标URL地址的访问后采集该URL地址下的资源,生成包含图片、资源文件和取证过程的证据包,并记录取证时间、URL地址以及取证名称;The web page forensics unit is used to collect the URL address submitted by the user, collect the resources under the URL address after initiating access to the target URL address, generate an evidence package including pictures, resource files and the forensic process, and record the time and URL of the forensic collection Address and forensic name;
    所述过程取证单元,用于向用户提供虚拟机桌面,并对所述虚拟机桌面进行录屏;记录用户的全部远程操作,生成录屏文件证据包,并记录取证时间和取证名称;The process forensic unit is used to provide a virtual machine desktop to the user and record the screen of the virtual machine desktop; record all remote operations of the user, generate a screen recording document evidence package, and record the time and name of the forensic collection;
    所述移动端取证单元,用于采集用户通过移动端设备获取的图片、视频、音频文件,记录用户移动端设备信息和网络信息,生成证据包并记录取证时间、取证名称和取证设备码;The mobile terminal forensics unit is used to collect pictures, videos, and audio files obtained by users through mobile terminal devices, record user mobile terminal device information and network information, generate evidence packages and record the forensic time, the forensic name and the forensic device code;
    所述Hash计算单元,用于对网页取证单元、过程取证单元以及移动端取证单元所采集生成的证据包进行哈希计算,生成与证据包关联的Hash;The Hash calculation unit is used to perform a hash calculation on the evidence package collected and generated by the web page forensic unit, the process forensic unit, and the mobile terminal forensic unit to generate a Hash associated with the evidence package;
    所述证据上链单元,用于将Hash计算单元生成的Hash发送至区块链,通过区块链共识后写入区块链证据数据库,并记录写入区块链的时间;The evidence chaining unit is used to send the Hash generated by the Hash calculation unit to the blockchain, write it into the blockchain evidence database after passing the blockchain consensus, and record the time of writing to the blockchain;
    所述身份验证单元,用于在用户提交网页取证、过程取证和移动端取证请求时,对用户的真实身份进行验证;The identity verification unit is used to verify the real identity of the user when the user submits a request for web page forensics, process forensics, and mobile terminal forensics;
    所述证据展示模块,用于对用户的取证数据进行相应的管理与展示,所述证据展示模块包括证据查询单元和证据展示单元,其中:The evidence display module is used to manage and display the user's forensic data. The evidence display module includes an evidence query unit and an evidence display unit, wherein:
    所述证据查询单元,用于根据用户输入的关键词字段检索证据数据库,查找该用户账户下与字段匹配且的证据数据并通过证据展示单元进行展示;The evidence query unit is configured to search the evidence database according to the keyword field input by the user, find the evidence data that matches the field under the user account, and display the evidence through the evidence display unit;
    所述证据展示单元,用于根据用户账户检索证据数据库,以列表或详情页面形式展示用户的取证数据,并为用户生成提取码、提供证据文件和证据证书下载;The evidence display unit is used to retrieve the evidence database according to the user account, display the user's forensic data in the form of a list or detail page, and generate an extraction code for the user, provide evidence files and evidence certificate downloads;
    所述证书出具模块,用于调取区块链上已存储的取证数据并生成证据文书,所述证书出具模块包括证书出具单元、证书Hash计算单元以及证书上链单元,其中:The certificate issuance module is used to retrieve forensic data stored on the blockchain and generate evidence documents. The certificate issuance module includes a certificate issuance unit, a certificate hash calculation unit, and a certificate chain unit, wherein:
    所述证书出具单元,用于针对每一条证据记录,汇总证据的Hash、证据名称、证据类型、采集时间、所在区块链并生成该条证据的证书;The certificate issuance unit is used to summarize the Hash, the name of the evidence, the type of evidence, the collection time, and the blockchain where the evidence is located for each piece of evidence record, and generate a certificate for the piece of evidence;
    所述证书Hash计算单元,用于将证书出具单元生成的证书通过Hash算法计算出证书Hash;The certificate Hash calculation unit is used to calculate the certificate Hash by using the Hash algorithm for the certificate generated by the certificate issuing unit;
    所述证书上链单元,用于将证书Hash发送至区块链,通过区块链共识后写入区块链证据数据库中,并记录写入区块链的时间;The certificate chaining unit is used to send the certificate Hash to the blockchain, write it into the blockchain evidence database after passing the blockchain consensus, and record the time of writing to the blockchain;
    所述校验模块,用于调取区块链上已存储的取证数据并与用户提交的取证数据进行对比,输出、展示校验结果,所述校验模块包括证据校验单元和结果展示单元,其中:The verification module is used to retrieve the forensic data stored on the blockchain and compare it with the forensic data submitted by the user, and output and display the verification result. The verification module includes an evidence verification unit and a result display unit ,among them:
    所述证据校验单元,用于根据用户提交的校验请求对证据进行校验,包括3种校验方式:The evidence verification unit is used to verify the evidence according to the verification request submitted by the user, and includes 3 verification methods:
    (1)哈希校验:用户提交来源于证据展示单元的Hash,系统使用该Hash对证据数据库进行查询匹配,若匹配成功,则哈希校验通过;匹配失败,则哈希校验失败;(1) Hash verification: The user submits the Hash from the evidence display unit, and the system uses the Hash to query and match the evidence database. If the match is successful, the hash verification passes; if the match fails, the hash verification fails;
    (2)文件校验:用户提交从证据展示单元中下载的证据文件后系统对该文件进行Hash计算,使用计算所得Hash对证据数据库进行查询匹配,如匹配成功则文件校验通过,匹配失败则文件校验失败;(2) File verification: After the user submits the evidence file downloaded from the evidence display unit, the system performs Hash calculation on the file, and uses the calculated Hash to query and match the evidence database. If the matching is successful, the file verification passes, and the matching fails. File verification failed;
    (3)原文查询:采集用户提交来源于证据展示单元的的Hash与提取码,检索证据数据库中对应的证据内容;(3) Original text query: Collect the Hash and extraction code submitted by the user from the evidence display unit, and retrieve the corresponding evidence content in the evidence database;
    所述结果展示单元,用于展示校验结果,在哈希校验和文件校验的方式下,校验结果以信息框的形式进行展示;在原文查询的方式下,查询结果以表格与图片形式进行展示。The result display unit is used to display the verification result. In the mode of hash check and file verification, the verification result is displayed in the form of an information box; in the mode of original text query, the query result is displayed in the form of a table and a picture. Form for display.
  10. 根据权利要求9所述的基于区块链的取证服务系统,其特征在于,所述账户模块中的身份认证方式包括个人认证与企业认证;所述账户模块在个人认证时,采集的用户身份相关信息包括用户真实姓名、用户身份证号码和用户身份证影像信息;所述账户模块在企业认证时,采集的用户身份相关信息包括企业营业执照、法人代表真实姓名、法人代表身份证号码和法人代表身份证影像信息。The blockchain-based forensic service system according to claim 9, wherein the identity authentication method in the account module includes personal authentication and enterprise authentication; when the account module is personally authenticated, the collected user identity is related The information includes the user’s real name, user ID number, and user ID image information; when the account module authenticates the enterprise, the user identity-related information collected includes the enterprise business license, the real name of the legal representative, the ID number of the legal representative, and the legal representative ID image information.
  11. 根据权利要求9所述的基于区块链的取证服务系统,其特征在于,所述校验模块中的证书校验过程为:当用户提交从证据展示单元中下载的证书后,系统对该证书进行Hash计算,并根据计算得到的Hash对证据数据库进行查询匹配,若匹配成功,则证书文件的校验通过;若匹配失败,则证书文件的校验失败。The blockchain-based forensics service system according to claim 9, wherein the certificate verification process in the verification module is: when the user submits the certificate downloaded from the evidence display unit, the system will Perform Hash calculation, and query and match the evidence database according to the calculated Hash. If the matching is successful, the verification of the certificate file is passed; if the matching fails, the verification of the certificate file fails.
PCT/CN2020/112897 2019-09-03 2020-09-01 Blockchain-based evidence collection service system WO2021043144A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201910827935.XA CN110535660B (en) 2019-09-03 2019-09-03 Evidence obtaining service system based on block chain
CN201910827935.X 2019-09-03

Publications (1)

Publication Number Publication Date
WO2021043144A1 true WO2021043144A1 (en) 2021-03-11

Family

ID=68666446

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2020/112897 WO2021043144A1 (en) 2019-09-03 2020-09-01 Blockchain-based evidence collection service system

Country Status (2)

Country Link
CN (1) CN110535660B (en)
WO (1) WO2021043144A1 (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113726804A (en) * 2021-09-02 2021-11-30 佛山职业技术学院 Sound evidence storage system and method based on block chain
CN113810496A (en) * 2021-09-17 2021-12-17 中国长江三峡集团有限公司 Financial staff operation record black box storage method based on block chain technology
CN113806809A (en) * 2021-11-17 2021-12-17 北京溪塔科技有限公司 Job seeker information disclosure method and system based on block chain
CN113849572A (en) * 2021-10-11 2021-12-28 浙江数秦科技有限公司 Small credit and debt dispute case evidence management system based on block chain
CN113986915A (en) * 2021-10-13 2022-01-28 支付宝(杭州)信息技术有限公司 Data storage method and device
CN114385648A (en) * 2021-12-17 2022-04-22 天津八分量数字科技有限公司 Supply chain financial system based on block chain isolation verification
CN114422144A (en) * 2022-01-20 2022-04-29 浙商银行股份有限公司 Method, system, equipment and storage medium for improving reliability of chain certificate of scene certificate block
CN114610991A (en) * 2022-03-01 2022-06-10 北京航空航天大学 Multi-source data fusion full-period traceability analysis method and system based on block chain
CN114710323A (en) * 2022-03-16 2022-07-05 苏州木星科技有限公司 Cloud desktop device based on block chain and data processing method
CN115225346A (en) * 2022-06-29 2022-10-21 北京邮电大学 Data deposit system for credit investigation big data field
CN116155629A (en) * 2023-04-20 2023-05-23 南京鹤梦信息技术有限公司 Block chain time authentication method, device, system and computer readable medium
CN116702219A (en) * 2023-08-08 2023-09-05 深圳市大恒数据安全科技有限责任公司 Block chain-based trusted certification method and device
CN117714213A (en) * 2024-02-05 2024-03-15 云上(江西)密码服务科技有限公司 Evidence chain automatic verification method and system based on commercial password evaluation requirements
CN117714071A (en) * 2023-12-18 2024-03-15 中金金融认证中心有限公司 Scene-based digital certificate issuing method, system and storage medium
CN118035264A (en) * 2024-04-11 2024-05-14 成都融见软件科技有限公司 Method for automatically acquiring netlist database, electronic equipment and storage medium

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110535660B (en) * 2019-09-03 2021-11-05 杭州趣链科技有限公司 Evidence obtaining service system based on block chain
CN111079101B (en) * 2019-12-20 2020-10-23 支付宝(杭州)信息技术有限公司 Method and device for obtaining evidence of infringement based on block chain, electronic equipment and storage medium
CN111814141B (en) * 2020-09-15 2020-12-18 浙江数秦科技有限公司 Off-line process evidence obtaining and storing method based on block chain
CN112632372B (en) * 2020-12-11 2022-05-13 杭州趣链科技有限公司 Electronic evidence information uplink method and device and block link point equipment
CN112714351A (en) * 2020-12-14 2021-04-27 杭州趣链科技有限公司 Evidence obtaining method, evidence obtaining device and server
CN112784285A (en) * 2020-12-29 2021-05-11 上海律桐智能信息科技有限公司 Evidence obtaining system
CN112685794A (en) * 2020-12-31 2021-04-20 树根互联技术有限公司 Online evidence obtaining method, evidence obtaining and right maintaining method, system and computer equipment
CN113411321B (en) * 2021-06-15 2022-04-05 国网电子商务有限公司 Block chain-based electricity consumption data acquisition method and system
CN114666353A (en) * 2022-03-16 2022-06-24 南京邮电大学 Electronic access evidence obtaining system and method based on block chain
CN115170355A (en) * 2022-07-27 2022-10-11 湖南红普创新科技发展有限公司 Evidence obtaining data credibility verification method and device, computer equipment and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160283920A1 (en) * 2015-03-28 2016-09-29 Justin Fisher Authentication and verification of digital data utilizing blockchain technology
CN109102437A (en) * 2018-08-10 2018-12-28 山东省计算中心(国家超级计算济南中心) A kind of webpage automatic evidence-collecting method and system based on block chain
CN110032880A (en) * 2018-12-13 2019-07-19 阿里巴巴集团控股有限公司 Record screen evidence collecting method, system and electronic equipment based on block chain
CN110535660A (en) * 2019-09-03 2019-12-03 杭州趣链科技有限公司 A kind of evidence obtaining service system based on block chain

Family Cites Families (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP3257191B1 (en) * 2016-02-23 2018-04-11 Nchain Holdings Limited Registry and automated management method for blockchain-enforced smart contracts
GB201609450D0 (en) * 2016-05-27 2016-07-13 Chain Of Things Ltd Device security chain of proof
CN107888375A (en) * 2017-11-08 2018-04-06 深圳市携网科技有限公司 A kind of electronic evidence safety system and method based on block chain technology
CN108268915B (en) * 2018-01-24 2021-07-13 北京信用达互联网信息技术有限公司 Electronic evidence curing system and method
CN110163750A (en) * 2018-04-10 2019-08-23 吉安英佳电子科技有限公司 A kind of electronic evidence certification and exchange method and system based on block chain
CN108512653A (en) * 2018-04-18 2018-09-07 成都零光量子科技有限公司 A kind of electronic evidence acquisition and method of servicing based on block chain
CN108717431A (en) * 2018-05-11 2018-10-30 中国科学院软件研究所 A kind of electronic evidence based on block chain deposits card, verification method and system
CN108959416B (en) * 2018-06-08 2020-01-10 浙江数秦科技有限公司 Webpage data automatic evidence obtaining and storing method based on block chain
CN108920965A (en) * 2018-06-25 2018-11-30 北京奇虎科技有限公司 A kind of block chain deposits card method and device
GB201811263D0 (en) * 2018-07-10 2018-08-29 Netmaster Solutions Ltd A method and system for managing digital using a blockchain
CN109274746A (en) * 2018-09-29 2019-01-25 中链科技有限公司 A kind of proof processing method and processing device based on block chain
CN110022298B (en) * 2019-03-04 2021-04-06 创新先进技术有限公司 Evidence verification method and device based on block chain and electronic equipment

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20160283920A1 (en) * 2015-03-28 2016-09-29 Justin Fisher Authentication and verification of digital data utilizing blockchain technology
CN109102437A (en) * 2018-08-10 2018-12-28 山东省计算中心(国家超级计算济南中心) A kind of webpage automatic evidence-collecting method and system based on block chain
CN110032880A (en) * 2018-12-13 2019-07-19 阿里巴巴集团控股有限公司 Record screen evidence collecting method, system and electronic equipment based on block chain
CN110535660A (en) * 2019-09-03 2019-12-03 杭州趣链科技有限公司 A kind of evidence obtaining service system based on block chain

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
XU LEI: "Research and Implementation of Cloud Forensics System Based on Block Chain Technology", CHINESE MASTER'S THESES FULL-TEXT DATABASE (ELECTRONIC JOURNAL), INFORMATION SCIENCE, NO.01, 2018, 15 January 2018 (2018-01-15), XP055787154 *

Cited By (24)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113726804B (en) * 2021-09-02 2022-04-29 佛山职业技术学院 Sound evidence storage system and method based on block chain
CN113726804A (en) * 2021-09-02 2021-11-30 佛山职业技术学院 Sound evidence storage system and method based on block chain
CN113810496A (en) * 2021-09-17 2021-12-17 中国长江三峡集团有限公司 Financial staff operation record black box storage method based on block chain technology
CN113849572B (en) * 2021-10-11 2024-05-21 浙江数秦科技有限公司 Block chain-based small creditor dispute case evidence management system
CN113849572A (en) * 2021-10-11 2021-12-28 浙江数秦科技有限公司 Small credit and debt dispute case evidence management system based on block chain
CN113986915A (en) * 2021-10-13 2022-01-28 支付宝(杭州)信息技术有限公司 Data storage method and device
CN113806809A (en) * 2021-11-17 2021-12-17 北京溪塔科技有限公司 Job seeker information disclosure method and system based on block chain
CN114385648A (en) * 2021-12-17 2022-04-22 天津八分量数字科技有限公司 Supply chain financial system based on block chain isolation verification
CN114385648B (en) * 2021-12-17 2024-04-30 天津八分量数字科技有限公司 Supply chain financial system based on block chain isolation verification
CN114422144A (en) * 2022-01-20 2022-04-29 浙商银行股份有限公司 Method, system, equipment and storage medium for improving reliability of chain certificate of scene certificate block
CN114610991A (en) * 2022-03-01 2022-06-10 北京航空航天大学 Multi-source data fusion full-period traceability analysis method and system based on block chain
CN114610991B (en) * 2022-03-01 2024-04-16 北京航空航天大学 Multi-source data fusion full-period traceability analysis method and system based on block chain
CN114710323A (en) * 2022-03-16 2022-07-05 苏州木星科技有限公司 Cloud desktop device based on block chain and data processing method
CN115225346A (en) * 2022-06-29 2022-10-21 北京邮电大学 Data deposit system for credit investigation big data field
CN115225346B (en) * 2022-06-29 2024-05-10 北京邮电大学 Data evidence storage system oriented to credit investigation big data field
CN116155629B (en) * 2023-04-20 2023-07-18 南京鹤梦信息技术有限公司 Block chain time authentication method, device, system and computer readable medium
CN116155629A (en) * 2023-04-20 2023-05-23 南京鹤梦信息技术有限公司 Block chain time authentication method, device, system and computer readable medium
CN116702219B (en) * 2023-08-08 2024-01-23 深圳市大恒数据安全科技有限责任公司 Block chain-based trusted certification method and device
CN116702219A (en) * 2023-08-08 2023-09-05 深圳市大恒数据安全科技有限责任公司 Block chain-based trusted certification method and device
CN117714071A (en) * 2023-12-18 2024-03-15 中金金融认证中心有限公司 Scene-based digital certificate issuing method, system and storage medium
CN117714213A (en) * 2024-02-05 2024-03-15 云上(江西)密码服务科技有限公司 Evidence chain automatic verification method and system based on commercial password evaluation requirements
CN117714213B (en) * 2024-02-05 2024-04-26 云上(江西)密码服务科技有限公司 Evidence chain automatic verification method and system based on commercial password evaluation requirements
CN118035264A (en) * 2024-04-11 2024-05-14 成都融见软件科技有限公司 Method for automatically acquiring netlist database, electronic equipment and storage medium
CN118035264B (en) * 2024-04-11 2024-06-07 成都融见软件科技有限公司 Method for automatically acquiring netlist database, electronic equipment and storage medium

Also Published As

Publication number Publication date
CN110535660B (en) 2021-11-05
CN110535660A (en) 2019-12-03

Similar Documents

Publication Publication Date Title
WO2021043144A1 (en) Blockchain-based evidence collection service system
JP6985576B2 (en) Business process systems, business data processing methods and equipment
WO2019085699A1 (en) Data sharing method, client, server, computing device, and storage medium
US11797519B2 (en) Atomic capture of a set of related files, using a distributed ledger, for proof of authenticity
US20220407725A1 (en) File storage method, terminal, and storage medium
US11853457B2 (en) Selectively verifying personal data
US9491150B2 (en) Document-authorized access to a shared workspace
US20160283920A1 (en) Authentication and verification of digital data utilizing blockchain technology
US7809686B2 (en) Electronic discovery system and method
WO2020055926A2 (en) Establishing provenance of digital assets using blockchain system
US20140032486A1 (en) Selective publication of collaboration data
US11563560B2 (en) Blockchain-based data evidence storage method and apparatus
US20200127811A1 (en) Tamper-proof management of audit logs
US10205597B2 (en) Composite document referenced resources
CN112860778B (en) Database management method, device, equipment and medium for desktop application program
CN113468599A (en) File storage certificate method, device, system, equipment and storage medium
US20230129705A1 (en) System and method for certified data storage and retrieval
US9697350B1 (en) Electronic signing of content
CN110597820A (en) Block chain based information processing method and device, storage medium and equipment
WO2019119665A1 (en) File acceleration display method, computing device, and computer storage medium
CN110598477A (en) Block chain based information processing method and device, storage medium and equipment
US11764970B2 (en) Method of verifying partial data based on collective certificate
US20230038652A1 (en) Systems and methods for verifying video authenticity using blockchain
US20220171881A1 (en) Digital file forensic accounting and management system
KR20230090805A (en) Service application for managing identity using blockchain

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

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

Country of ref document: EP

Kind code of ref document: A1