CN105488173A - Method for recovering and extracting historical records of 360 browser - Google Patents

Method for recovering and extracting historical records of 360 browser Download PDF

Info

Publication number
CN105488173A
CN105488173A CN201510861107.XA CN201510861107A CN105488173A CN 105488173 A CN105488173 A CN 105488173A CN 201510861107 A CN201510861107 A CN 201510861107A CN 105488173 A CN105488173 A CN 105488173A
Authority
CN
China
Prior art keywords
data
page
pages
record
browser
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201510861107.XA
Other languages
Chinese (zh)
Inventor
梁效宁
赵飞
许超明
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
SICHUAN XLY INFORMATION SAFETY TECHNOLOGY Co Ltd
Original Assignee
SICHUAN XLY INFORMATION SAFETY TECHNOLOGY Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by SICHUAN XLY INFORMATION SAFETY TECHNOLOGY Co Ltd filed Critical SICHUAN XLY INFORMATION SAFETY TECHNOLOGY Co Ltd
Priority to CN201510861107.XA priority Critical patent/CN105488173A/en
Publication of CN105488173A publication Critical patent/CN105488173A/en
Pending legal-status Critical Current

Links

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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2228Indexing structures
    • G06F16/2246Trees, e.g. B+trees
    • 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/2457Query processing with adaptation to user needs

Abstract

The invention discloses a method for recovering and extracting historical records of a 360 browser. The method comprises the following steps: obtaining a database; determining the sizes of pages; finding out a root page of a table; finding out a data table to mark all pages; forming a B tree; reading contents of the pages; distinguishing and marking normal data, deleted data and fragmented data in the pages; marking all the pages; performing structural division of bottom data corresponding to a leaf page; converting corresponding data into a visual type; distinguishing data states; and classifying and sorting the data. The method disclosed by the invention has the benefits that: the deleted data and the fragmented data in the historical records of the 360 browser can be found out; the data can be distinguished and disposed; the recovery success rate is high; the working efficiency is increased; and the recovered data are more visualized to display.

Description

A kind of recovery extracting method of 360 browser history records
Technical field
The present invention relates to field of information security technology, particularly a kind of recovery extracting method of 360 browser history records.
Background technology
In the 21 century that informationization develops rapidly, computer technology is maked rapid progress, closely bound up with daily life, the fast development of network causes the behavior utilizing computing machine to carry out the network crime to increase gradually, and browser history vestige becomes the emphasis of computer forensics.
At present, based on 360 browsers of Windows7 and 8 systems, the method for keeping records is generally preserved by the mode of SQLite database; Do not have instrument or method to carry out resolving and extracting for this file layout on the market, thus run into this browser history vestige deleted after, if do not have resolve method, whole link of solving a case just has reached an impasse.
Summary of the invention
The present invention is directed to the defect of prior art, provide a kind of recovery extracting method of 360 browser history records, effectively can solve above-mentioned prior art Problems existing.
A recovery extracting method for 360 browser history records, comprises step below:
S1: the database obtaining storage 360 browser history record;
S2: the size of searching page in database file head determination database file;
S3: the root page finding table from the rootpage field of SQLite_Matter table, the size * (root page-1) of the start address=page of root page;
S4: find the tables of data depositing 360 browser history records, from the root page of table, travels through all pages successively, judges page type, if leaf page, then record this page of page number; If inner page, then search all leaf pages of this inner page, record the page number of this inner page and the page number of all leaf pages;
S5: after all pages have all traveled through, returns all page numbers, and makes page number logically form B tree;
S6: according to B tree, take out page number successively, read page content;
S7: for each page, judges page type, distinguishes normal data with the management byte in this page, deletes data, crumb data marking; Mark all pages;
S8: the bottom data of all leaf page correspondences is carried out structure division, its structure divides consistent with 360 database master data features; The size that described structure divides each record in a table by 360 database master data features divides with the size of each field in record.
S9: according to the stage extraction bottom data in page, and the data type combining correspondence converts data to visual type;
S10: separate data and the crumb data that S9 extracts the deletion in data in conjunction with the mark zone in S7;
S11: classify according to data mode, access time and the data of browser access network address to the extraction of S10 and sort; Then according to the ascending order of access time or descending respectively by the data of deleting and crumb data sequence, and to combine with the order of data mode, access time and URL address.
Compared with prior art the invention has the advantages that: can find the deleted data in 360 historical records and crumb data, and distinguish and disposal data, revert to power high, increase work efficiency, the data recovered present more directly perceived.
Embodiment
For making object of the present invention, technical scheme and advantage clearly understand, by the following examples, the present invention is described in further details.
A recovery extracting method for 360 browser history records, comprises step below:
S1: the database obtaining storage 360 browser history record, its path is: " C: Users Administrator AppData Roaming 360se6 UserData Default History ";
S2: the size of searching page in database file head determination database file.Analyze this database file head, can know that the size of B_Tree page is 0x1000;
S3: the root page finding table from the rootpage field of SQLite_Matter table, the size * (root page-1) of the start address=page of root page;
S4: the tables of data depositing the historical record of browser in this example is urls.From the root page of urls table, travel through the page that all urls show successively, judge page type, if table leaf page, then record this page of page number; If show inner page, then search all leaf pages of this inner page, record the page number of this inner page and the page number of all leaf pages;
S5: after the page that all urls of belonging to show all has traveled through, return all page numbers, and make page number logically form B tree;
S6: according to the B tree of urls table, take out page number successively, read page content;
S7: for each page, judges page type, distinguishes normal data with the management byte (managing byte in page head zone, the Data Position in flag page) in this page, deletes data, crumb data; If this page is inner page, due to not store data, so only make marks;
If leaf page, then the unit of leaf page is resolved, if unit contains overflow page, the crumb data in overflow page is marked;
Mark obtains urls and shows all pages.
S8: the bottom data of all leaf page correspondences is carried out structure division, its structure divides consistent with 360 database master data features; Described structure divides and divides with the size of each field in record by the size of each record in a table.
The master data feature in 360 browser data storehouses is as follows:
The field of obtaining information comparatively core has: [url]: browser access network address, [Title]: access theme, [last_visit_time]: access time.
S9: according to the stage extraction bottom data in page, and the data type combining correspondence converts data to visual type;
S10: separate data and the crumb data that S9 extracts the deletion in data in conjunction with the mark zone in S7;
S11: according to data mode (data mode is normal data, the data of deletion and crumb data), access time and browser access network address the data of the deletion of S10 and crumb data classified and sort; Then according to the ascending order of access time or descending by data sorting, and to combine with the order of data mode, access time and URL address.
Those of ordinary skill in the art will appreciate that, embodiment described here is to help reader understanding's implementation method of the present invention, should be understood to that protection scope of the present invention is not limited to so special statement and embodiment.Those of ordinary skill in the art can make various other various concrete distortion and combination of not departing from essence of the present invention according to these technology enlightenment disclosed by the invention, and these distortion and combination are still in protection scope of the present invention.

Claims (1)

1. a recovery extracting method for 360 browser history records, comprises step below:
S1: the database obtaining storage 360 browser history record;
S2: the size of searching page in database file head determination database file;
S3: the root page finding table from the rootpage field of SQLite_Matter table, the size * (root page-1) of the start address=page of root page;
S4: find the tables of data depositing 360 browser history records, from the root page of table, travels through all pages successively, judges page type, if leaf page, then record this page of page number; If inner page, then search all leaf pages of this inner page, record the page number of this inner page and the page number of all leaf pages;
S5: after all pages have all traveled through, returns all page numbers, and makes page number logically form B tree;
S6: according to B tree, take out page number successively, read page content;
S7: for each page, judges page type, distinguishes normal data, deletes data, crumb data marking, mark all pages with the management byte in this page;
S8: the bottom data of all leaf page correspondences is carried out structure division, its structure divides consistent with 360 database master data features; The size that described structure divides each record in a table by 360 database master data features divides with the size of each field in record;
S9: according to the stage extraction bottom data in page, and the data type combining correspondence converts data to visual type;
S10: separate data and the crumb data that S9 extracts the deletion in data in conjunction with the mark zone in S7;
S11: classify according to data mode, access time and the data of browser access network address to the extraction of S10 and sort; Then according to the ascending order of access time or descending respectively by the data of deleting and crumb data sequence, and to combine with the order of data mode, access time and URL address.
CN201510861107.XA 2015-12-01 2015-12-01 Method for recovering and extracting historical records of 360 browser Pending CN105488173A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201510861107.XA CN105488173A (en) 2015-12-01 2015-12-01 Method for recovering and extracting historical records of 360 browser

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201510861107.XA CN105488173A (en) 2015-12-01 2015-12-01 Method for recovering and extracting historical records of 360 browser

Publications (1)

Publication Number Publication Date
CN105488173A true CN105488173A (en) 2016-04-13

Family

ID=55675147

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201510861107.XA Pending CN105488173A (en) 2015-12-01 2015-12-01 Method for recovering and extracting historical records of 360 browser

Country Status (1)

Country Link
CN (1) CN105488173A (en)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102937926A (en) * 2012-10-30 2013-02-20 厦门市美亚柏科信息股份有限公司 Method and device for recovering deleted sqlite files on mobile terminal
CN103778259A (en) * 2014-03-03 2014-05-07 公安部第三研究所 Method for realizing data recovery of smart phone on basis of Sqlite3
CN104298766A (en) * 2014-10-28 2015-01-21 四川秘无痕信息安全技术有限责任公司 Method for clearing data in SQLite database

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102937926A (en) * 2012-10-30 2013-02-20 厦门市美亚柏科信息股份有限公司 Method and device for recovering deleted sqlite files on mobile terminal
CN103778259A (en) * 2014-03-03 2014-05-07 公安部第三研究所 Method for realizing data recovery of smart phone on basis of Sqlite3
CN104298766A (en) * 2014-10-28 2015-01-21 四川秘无痕信息安全技术有限责任公司 Method for clearing data in SQLite database

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
王随刚等: "基于SQLite3的Android手机数据恢复技术的研究", 《警察技术》 *
陈明艳: "手机信息取证系统的研究与设计", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Similar Documents

Publication Publication Date Title
CN102930031B (en) By the method and system extracting bilingual parallel text in webpage
CN101770446B (en) Method and system for identifying form in layout file
CN104598577B (en) A kind of extracting method of Web page text
CN102270206A (en) Method and device for capturing valid web page contents
CN101944109A (en) System and method for extracting picture abstract based on page partitioning
CN104331446A (en) Memory map-based mass data preprocessing method
JP2005085285A5 (en)
CN106446072B (en) The treating method and apparatus of web page contents
CN101763394B (en) Method for searching secret-related files in computer system
CN101727498A (en) Automatic extraction method of web page information based on WEB structure
JP2005352888A5 (en)
CN107291682B (en) Multi-electronic-document segmentation algorithm based on skip processing and double verification
CN105589894B (en) Document index establishing method and device and document retrieval method and device
CN103324622A (en) Method and device for automatic generating of front page abstract
CN104598462A (en) Method and device for extracting structural data
CN107515849A (en) It is a kind of into word judgment model generating method, new word discovery method and device
CN109086361A (en) A kind of automatic abstracting method of webpage article information and system based on mutual information between web page joint
CN105488471A (en) Character pattern recognition method and device
CN100562872C (en) Automatic moulding plate information locating method at the structuring webpage
CN102819595A (en) Web page classification method, web page classification device and network equipment
CN104408097A (en) Hybrid indexing method and system based on character field hot update
CN102073682B (en) Code mode-based document data recovering system and quick recovering method thereof
CN105488173A (en) Method for recovering and extracting historical records of 360 browser
CN104699688A (en) File searching method and electronic device
CN109948015B (en) Meta search list result extraction method and system

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
WD01 Invention patent application deemed withdrawn after publication

Application publication date: 20160413

WD01 Invention patent application deemed withdrawn after publication