JP2014056285A - Copy tracking system - Google Patents

Copy tracking system Download PDF

Info

Publication number
JP2014056285A
JP2014056285A JP2012199104A JP2012199104A JP2014056285A JP 2014056285 A JP2014056285 A JP 2014056285A JP 2012199104 A JP2012199104 A JP 2012199104A JP 2012199104 A JP2012199104 A JP 2012199104A JP 2014056285 A JP2014056285 A JP 2014056285A
Authority
JP
Japan
Prior art keywords
file
similarity
attribute information
tracking system
copy
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.)
Granted
Application number
JP2012199104A
Other languages
Japanese (ja)
Other versions
JP5806651B2 (en
Inventor
Takahiro Matsumura
隆宏 松村
Toshihiro Motoda
敏浩 元田
Shinichi Nakahara
慎一 中原
Shinya Takada
慎也 高田
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.)
Nippon Telegraph and Telephone Corp
Original Assignee
Nippon Telegraph and Telephone Corp
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 Nippon Telegraph and Telephone Corp filed Critical Nippon Telegraph and Telephone Corp
Priority to JP2012199104A priority Critical patent/JP5806651B2/en
Publication of JP2014056285A publication Critical patent/JP2014056285A/en
Application granted granted Critical
Publication of JP5806651B2 publication Critical patent/JP5806651B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide a copy tracking technique for grasping a copy state in about real time.SOLUTION: The copy tracking system comprises: a file input/output log acquisition unit 1 for acquiring logs of file input/output of a system and recording the logs in a file attribute information DB; a file feature amount calculation unit 2 for calculating file feature amount for respective files after the acquisition of the logs of file input/output and recording the file feature amount in the file attribute information DB; and a file similarity calculation unit 3 for calculating file similarity of the respective files in the file attribute information DB with a file satisfying certain conditions and recording the file similarity in the file attribute information DB.

Description

この発明は、情報セキュリティ技術に関し、特にコンピュータシステムでの情報のコピーを追跡するシステムに関する。   The present invention relates to information security technology, and more particularly to a system for tracking a copy of information in a computer system.

従来、情報のコピーを追跡するシステムとして、ファイルの類似度等を計算することでコピーの有無を検出していた(例えば、特許文献1参照。)。   Conventionally, as a system for tracking a copy of information, the presence or absence of a copy has been detected by calculating the similarity of a file or the like (see, for example, Patent Document 1).

特開2006−185167号公報JP 2006-185167 A

しかしながら、特許文献1に記載された技術には以下のような問題点があった。すなわち、特許文献1に記載された技術では、全てのファイルと類似度を計算しており、処理結果が出るまでに時間がかかり、リアルタイムに近い時間ではコピーの状況を把握することができなかった。   However, the technique described in Patent Document 1 has the following problems. That is, in the technique described in Patent Document 1, the similarity is calculated with all files, and it takes time until the processing result is obtained, and the copy status cannot be grasped in a time close to real time. .

この発明は、リアルタイムに近い時間でコピーの状況を把握することができるコピー追跡システムを提供することを目的とする。   An object of the present invention is to provide a copy tracking system capable of grasping a copy status in a time close to real time.

この発明の一態様によるコピー追跡システムによれば、システムのファイル入出力のログを取得し、ファイル属性情報DBに記録するファイル入出力ログ取得部と、ファイル入出力のログを取得後直ちにファイル毎にファイル特徴量を計算してファイル属性情報DBに記録するファイル特徴量算出部と、ファイル属性情報DBの各ファイルに対して、一定の条件を満たすファイルとのファイル類似度を算出してファイル属性情報DBに記録するファイル類似度算出部を含むように構成すればよい。   According to the copy tracking system according to the aspect of the present invention, the file input / output log of the system is acquired and recorded in the file attribute information DB, and the file input / output log is acquired for each file immediately after acquiring the file input / output log. A file feature amount calculation unit that calculates a file feature amount and records it in the file attribute information DB, and calculates a file similarity between each file in the file attribute information DB and a file that satisfies a certain condition. What is necessary is just to comprise so that the file similarity calculation part recorded on information DB may be included.

ファイル特徴量算出後直ちに前記ファイル類似度の算出を行うように前記ファイル類似度算出部が構成してもよい。   The file similarity calculation unit may be configured to calculate the file similarity immediately after calculating the file feature amount.

ファイル類似度算出部が、アプリケーションの動作時刻を時系列に並べることにより、操作されるアプリケーションの順番を決定し、直前のアプリケーションが作成したファイルとその後のアプリケーションが作成したファイルとの類似度を計算するように、構成してもよい。ファイル特徴量算出部がエントロピーを計算するよう構成してもよい。   The file similarity calculation unit determines the order of the applications to be operated by arranging the operation times of the applications in time series, and calculates the similarity between the file created by the previous application and the file created by the subsequent application You may comprise so that it may do. The file feature amount calculation unit may be configured to calculate entropy.

そして、ファイル属性情報DBをもとにして情報のコピーがどのような順番で行われたかの追跡結果の図(データトレース図という)を作成してもよい。   Then, based on the file attribute information DB, a trace result diagram (referred to as a data trace diagram) indicating the order in which information is copied may be created.

リアルタイムに近い時間でコピーの状況を把握することができる。   The copy status can be ascertained in near real time.

コピー追跡システムの例を説明するためのブロック図。The block diagram for demonstrating the example of a copy tracking system. コピー追跡システムの例を説明するための流れ図。6 is a flowchart for explaining an example of a copy tracking system. ファイル属性情報DBの例を説明するための図。The figure for demonstrating the example of file attribute information DB. ファイル類似度算出部の処理の例を説明するための図。The figure for demonstrating the example of a process of a file similarity calculation part. 図作成部の処理の例を説明するための図。The figure for demonstrating the example of a process of the figure preparation part.

以下、図面を参照して、この発明の実施形態について説明する。   Embodiments of the present invention will be described below with reference to the drawings.

図1に示すように、コピー追跡システムは、ファイル入出力ログ取得部1と、ファイル特徴量算出部2と、ファイル類似度算出部3と、ファイル属性情報DB4と、図作成部5と、制御部6とを例えば備えている。制御部6は、各部の動作をコントロールしている。   As shown in FIG. 1, the copy tracking system includes a file input / output log acquisition unit 1, a file feature amount calculation unit 2, a file similarity calculation unit 3, a file attribute information DB 4, a diagram creation unit 5, and a control. For example, the unit 6 is provided. The control unit 6 controls the operation of each unit.

ファイル入出力ログ取得部1は、PC、サーバ、スマートフォン、タブレット、携帯電話等のコンピュータにおいて、ファイル入出力のログを取得し、ファイル属性情報DB4に記録する(ステップS1)。ファイル入出力ログ取得部1は、例えば、コンピュータのシステムからファイル入出力のログを取得する。   The file input / output log acquisition unit 1 acquires a file input / output log in a computer such as a PC, server, smartphone, tablet, or mobile phone, and records it in the file attribute information DB 4 (step S1). For example, the file input / output log acquisition unit 1 acquires a file input / output log from a computer system.

ファイル入出力のログは、生成されたファイルについての情報と、生成の基になったファイルがある場合にはその基になったファイルについての情報とを含む。ファイル入出力のログは、ファイルを生成したアプリケーションの動作時刻、ファイル名、ファイルの格納場所、アプリケーション情報を含んでいてもよい。   The file input / output log includes information on the generated file and information on the file on which the generation is based, if any. The file input / output log may include the operation time, file name, file storage location, and application information of the application that generated the file.

ファイル特徴量算出部2は、ファイル入出力のログを取得後ファイル毎にファイル特徴量を計算してファイル属性情報DB4に記録する(ステップS2)。ファイル特徴量の計算の対象となるファイルは、取得されたファイル入出力のログに関係するファイルである。   The file feature quantity calculation unit 2 calculates the file feature quantity for each file after acquiring the file input / output log, and records it in the file attribute information DB 4 (step S2). The file that is the target of the file feature amount calculation is a file related to the acquired file input / output log.

ファイル特徴量算出部2は、ファイル入出力のログが取得された場合に、取得後直ちに、その取得されたファイル入出力のログに関係するファイルについてのファイル特徴量を計算してもよい。   When a file input / output log is acquired, the file feature amount calculation unit 2 may calculate a file feature amount for a file related to the acquired file input / output log immediately after acquisition.

ファイル属性情報DB4は、例えば図3のように、時刻、ファイル名、ファイル格納場所及びアプリケーション名称からなるファイル入出力のログと、ファイル特徴量と、一定の条件を満たすファイルのそれぞれと、そのそれぞれの一定の条件を満たすファイルとの類似度とを含んでいる。ここで、時刻とは、そのファイルを生成したアプリケーションの動作時刻である。ファイル入出力のログはファイル入出力ログ取得部1により生成され、ファイル特徴量は後述するファイル特徴量算出部2により生成され、一定の条件を満たすファイルのそれぞれとそのそれぞれの一定の条件を満たすファイルとの類似度とは後述するファイル類似度算出部3により生成される。   For example, as shown in FIG. 3, the file attribute information DB 4 includes a file input / output log including a time, a file name, a file storage location, and an application name, a file feature amount, a file that satisfies a certain condition, and each of the files. And the degree of similarity with a file that satisfies certain conditions. Here, the time is the operation time of the application that generated the file. A file input / output log is generated by the file input / output log acquisition unit 1, and a file feature amount is generated by a file feature amount calculation unit 2, which will be described later, and each of the files satisfying a certain condition and each of the certain condition are satisfied. The similarity to the file is generated by the file similarity calculation unit 3 described later.

ファイル特徴量としては、例えばファイルをバイナリーとして見たときのエントロピーが用いられる。Sを情報源の集合とし、iをSの集合の要素とし、Piをiが起きる確率とする。このとき、Sの特徴量H(S)を下記のエントロピー量で定義する。ファイルを構成するビット列をiとし、ビット列iのビット数をmとすると、Sは2m個の要素からなる集合となる。 As the file feature amount, for example, entropy when the file is viewed as binary is used. And a set of S sources of information, the i as an element of a set of S, and the probability that the P i i occurs. At this time, the feature quantity H (S) of S is defined by the following entropy quantity. S is a set of 2 m elements, where i is the bit string constituting the file and m is the number of bits in the bit string i.

H(S)=-Σi∈SPilog2Pi
図3の例では、表計算ソフトLのファイルa.xlsのファイル特徴量が特徴量7.9、クリップボードMのテンポラリーファイルresume.xlsのファイル特徴量が7.8、文書作成ソフトNのファイルb.docのファイル特徴量が7.7、イメージ文書表示ソフトPのファイルc.pdfのファイル特徴量が7.8との計算結果がファイル特徴量算出部2により計算され、ファイル属性情報DB4に記録された。
H (S) = -Σ i∈S P i log 2 P i
In the example of FIG. 3, the file feature quantity of the file a.xls of the spreadsheet software L is the feature quantity 7.9, the file feature quantity of the temporary file resume.xls of the clipboard M is 7.8, and the file b of the document creation software N The file feature quantity calculation unit 2 calculates the file feature quantity of .doc file characteristic amount 7.7 and the image document display software P file c.pdf file feature quantity 7.8, and records it in the file attribute information DB 4 It was done.

ファイル類似度算出部3は、ファイル属性情報DB4の各ファイルに対して、一定の条件を満たすファイルとのファイル類似度を算出してファイル属性情報DB4に記録する。   The file similarity calculation unit 3 calculates a file similarity with a file satisfying a certain condition for each file in the file attribute information DB 4 and records it in the file attribute information DB 4.

ファイル類似度算出部3は、ファイル特徴量が算出されたら、直ちに又は一定時間経過後に、ファイル属性情報DB4の各ファイルに対して、そのファイルと一定の条件を満たすファイルを対象として、ファイル類似度を算出して、ファイル属性情報DB4に記録する(ステップS3)。   When the file feature amount is calculated, the file similarity calculation unit 3 immediately or after a lapse of a certain time, with respect to each file in the file attribute information DB 4 for the file that satisfies a certain condition with the file similarity Is calculated and recorded in the file attribute information DB 4 (step S3).

そのファイルと一定の条件を満たすファイルとは、例えば、そのファイルを生成したアプリケーションの動作時刻から一定時間内に生成又はファイル属性情報DBに記録されたファイル、そのファイルと同じフォルダ又はディレクトリーに属するファイル、そのファイルと同じディスク(ハードディスク、USBメモリ、フロッピー(登録商標)ディスク、CD−ROM等の物理ディスク)に属するファイルである。   The file and the file that satisfies a certain condition are, for example, a file that is generated or recorded in the file attribute information DB within a certain time from the operation time of the application that generated the file, and a file that belongs to the same folder or directory as the file. The file belongs to the same disk (hard disk, USB memory, floppy (registered trademark) disk, physical disk such as CD-ROM) as the file.

図3ファイル属性情報DB4の例では、ファイル類似度算出部3は、a.xlsというファイルに対して一定の条件を満たすファイル1とのファイル類似度を計算し、次いで一定の条件を満たすファイル2とのファイル類似度を計算し、条件を満たす最後のファイルとのファイル類似度を計算し、ファイル属性情報DB4に記録している。   In the example of the file attribute information DB 4 in FIG. 3, the file similarity calculation unit 3 calculates the file similarity with the file 1 that satisfies a certain condition for the file a.xls, and then the file 2 that satisfies the certain condition. And the file similarity with the last file that satisfies the condition is calculated and recorded in the file attribute information DB 4.

二つのファイルE1とE2の間のファイル類似度としては、次式で定義される類似度Likenessを例に挙げることができる。   As a file similarity between the two files E1 and E2, the similarity Likeness defined by the following equation can be cited as an example.

Likeness=100*H(E2)/H(E1)
ファイル類似度として、例えば上記の類似度Likenessを用いると、表計算ソフトLのファイルa.xlsとクリップボードMのテンポラリーファイルresume.xlsとのファイル類似度は101.28、クリップボードMのテンポラリーファイルresume.xlsと文書作成ソフトNのファイルb.docとのファイル類似度は101.29、文書作成ソフトNのファイルb.docと文書イメージ表示ソフトPのファイルc.pdfとのファイル類似度は98.71となる。
Likeness = 100 * H (E2) / H (E1)
As the file similarity, for example, when the above similarity Likeness is used, the file similarity between the file a.xls of the spreadsheet software L and the temporary file resume.xls of the clipboard M is 101.28, and the temporary file resume.xls of the clipboard M is The file similarity between the document creation software N and the file b.doc is 101.29, and the file similarity between the document creation software N file b.doc and the document image display software P file c.pdf is 98.71.

また、類似度Likeness は次式のように構成しても良い。   Further, the similarity Likeness may be configured as follows.

Likeness=|H(E2)-H(E1)|*12.5
なお、ファイル類似度算出部3は、ファイル属性情報DB4のアプリケーションの動作時刻を時系列に並べることにより、操作されたアプリケーションの順番を決定してもよい。そして、ファイル類似度算出部3は、直前のアプリケーションが作成したファイルとその後のアプリケーションが作成したファイルとの類似度を計算してもよい。
Likeness = | H (E2) -H (E1) | * 12.5
The file similarity calculation unit 3 may determine the order of the operated applications by arranging the operation times of the applications in the file attribute information DB 4 in time series. Then, the file similarity calculation unit 3 may calculate the similarity between the file created by the immediately preceding application and the file created by the subsequent application.

図4の例は、時系列に並べ替えた結果を示していて、初めに表計算ソフトLが起動してa.xlsというファイルを2012年7月1日10時0分に作成し、C:\ というフォルダに格納した。次に、クリップボードMが起動して同日10時15分にクリップボードのテンポラリーファイルであるresume.xlsをC:\user\というフォルダに格納した。さらに、文書作成ソフトNが同日10時30分にb.docというファイルをD:\に格納した。最後に、文書イメージ表示ソフトPが10時45分にc.pdfというファイルをE:\ というフォルダに格納した。   The example in FIG. 4 shows the result of sorting in chronological order. First, the spreadsheet software L is started and a file a.xls is created at 10:00 on July 1, 2012. Stored in a folder called \. Next, at 10:15 on the same day when the clipboard M was activated, the clipboard temporary file resume.xls was stored in the folder C: \ user \. Furthermore, the document creation software N stored a file called b.doc in D: \ at 10:30 on the same day. Finally, the document image display software P stored a file c.pdf in the folder E: \ at 10:45.

また、図作成部5が、ファイル属性情報DB4を参照して情報のコピーがどのような順番で行われたかの追跡結果の図を作成してもよい。図作成部5は、例えば、ファイル類似度が100に近いファイル、言い換えれば、αを所定の正の数としてファイル類似度が100−αから100+αの範囲であるファイルをつなげることにより追跡結果の図を作成する。   In addition, the diagram creation unit 5 may create a diagram of tracking results indicating the order in which information is copied with reference to the file attribute information DB 4. For example, the diagram creation unit 5 connects the files whose file similarity is close to 100, in other words, the files whose file similarity is in the range of 100−α to 100 + α with α being a predetermined positive number. Create

2つのファイル類似度が100に近い場合には、直前のソフトウェアが作成したファイルを、直後のアプリケーションのユーザがコピーして直後のアプリケーションソフトにより保存したと推定することができる。   If the two file similarities are close to 100, it can be estimated that the file created by the immediately preceding software has been copied by the user of the immediately following application and saved by the immediately following application software.

例えば、図5に例示するように、表計算ソフトLのファイルa.xlsをクリップボードMにコピーし、クリップボードMのテンポラリーファイルresume.xlsを文書作成ファイルNがコピーして保存し、文書作成ソフトNのファイルb.docがコピーされて、文書イメージ表示ソフトPのファイルc.pdfに保存されたと推定できる。このようにしてファイル類似度を利用して、コピーを追跡することができる。   For example, as illustrated in FIG. 5, the file a.xls of the spreadsheet software L is copied to the clipboard M, the temporary file resume.xls of the clipboard M is copied and saved, and the document creation software N It can be presumed that the file b.doc was copied and saved in the file c.pdf of the document image display software P. In this way, the copy can be traced using the file similarity.

このように、ファイルIOを契機としてファイルを特定し、限られたファイルの計算のみを行うことにより、クリップボード等の時間とともに消滅する種類の情報のコピー追跡が可能となり、情報のコピーをリアルタイムに近い時間で追跡でき、コピー追跡の処理時間を短縮することができる
コピー追跡システムは、コンピュータによって実現することができる。この場合、この装置の各部の処理内容はプログラムによって記述される。そして、このプログラムをコンピュータで実行することにより、この装置における各部がコンピュータ上で実現される。
In this way, by specifying a file with the file IO as a trigger, and performing only a limited file calculation, it becomes possible to track the copy of the information that disappears with time such as the clipboard, and the information copy is close to real time. A copy tracking system that can be tracked in time and can reduce the processing time of copy tracking can be realized by a computer. In this case, the processing content of each part of this apparatus is described by a program. Then, by executing this program on a computer, each unit in this apparatus is realized on the computer.

この処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。また、この形態では、コンピュータ上で所定のプログラムを実行させることにより、これらの装置を構成することとしたが、これらの処理内容の少なくとも一部をハードウェア的に実現することとしてもよい。   The program describing the processing contents can be recorded on a computer-readable recording medium. In this embodiment, these apparatuses are configured by executing a predetermined program on a computer. However, at least a part of these processing contents may be realized by hardware.

この発明は、上述の実施形態に限定されるものではなく、本発明の趣旨を逸脱しない範囲で適宜変更が可能である。   The present invention is not limited to the above-described embodiment, and can be modified as appropriate without departing from the spirit of the present invention.

1 ファイル入出力ログ取得部
2 ファイル特徴量算出部
3 ファイル類似度算出部
4 ファイル属性情報DB
5 図作成部
DESCRIPTION OF SYMBOLS 1 File input / output log acquisition part 2 File feature-value calculation part 3 File similarity calculation part 4 File attribute information DB
5 Drawing creation department

Claims (5)

システムのファイル入出力のログを取得し、ファイル属性情報DBに記録するファイル入出力ログ取得部と、
前記ファイル入出力のログを取得後ファイル毎にファイル特徴量を計算してファイル属性情報DBに記録するファイル特徴量算出部と、
前記ファイル属性情報DBの各ファイルに対して、一定の条件を満たすファイルとのファイル類似度を算出して前記ファイル属性情報DBに記録するファイル類似度算出部と、
を含むコピー追跡システム。
A file input / output log acquisition unit for acquiring a file input / output log of the system and recording it in the file attribute information DB;
A file feature quantity calculation unit for calculating a file feature quantity for each file after acquiring the file input / output log and recording the file feature quantity in a file attribute information DB;
A file similarity calculation unit that calculates a file similarity with a file that satisfies a certain condition for each file in the file attribute information DB and records the file similarity in the file attribute information DB;
Including copy tracking system.
請求項1のコピー追跡システムにおいて、
ファイル特徴量算出後前記ファイル類似度の算出を行うように前記ファイル類似度算出部が構成されることを特徴とする、
コピー追跡システム。
The copy tracking system of claim 1,
The file similarity calculation unit is configured to calculate the file similarity after calculating the file feature amount,
Copy tracking system.
請求項1又は2のコピー追跡システムにおいて、
前記ファイル類似度算出部が、アプリケーションの動作時刻を時系列に並べることにより、操作されたアプリケーションの順番を決定し、直前のアプリケーションが作成したファイルとその後のアプリケーションが作成したファイルとの類似度を計算するように、構成されたことを特徴とする、
コピー追跡システム。
The copy tracking system of claim 1 or 2,
The file similarity calculation unit determines the order of the operated applications by arranging the operation times of the applications in time series, and calculates the similarity between the file created by the immediately preceding application and the file created by the subsequent application. Characterized by being configured to calculate,
Copy tracking system.
請求項1から3の何れかのコピー追跡システムにおいて、
前記ファイル特徴量算出部が、エントロピーを計算するよう構成されたことを特徴とする、
コピー追跡システム。
The copy tracking system according to any one of claims 1 to 3,
The file feature amount calculation unit is configured to calculate entropy,
Copy tracking system.
請求項1から4の何れかのコピー追跡システムにおいて、
図作成部が、ファイル属性情報DBの記録をもとに情報のコピーがどのような順番で行われたかの追跡結果の図を作成するように構成されたことを特徴とする、
コピー追跡システム。
The copy tracking system according to any one of claims 1 to 4,
The diagram creation unit is configured to create a diagram of a tracking result of the order in which information is copied based on the record of the file attribute information DB.
Copy tracking system.
JP2012199104A 2012-09-11 2012-09-11 Copy tracking system Expired - Fee Related JP5806651B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2012199104A JP5806651B2 (en) 2012-09-11 2012-09-11 Copy tracking system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2012199104A JP5806651B2 (en) 2012-09-11 2012-09-11 Copy tracking system

Publications (2)

Publication Number Publication Date
JP2014056285A true JP2014056285A (en) 2014-03-27
JP5806651B2 JP5806651B2 (en) 2015-11-10

Family

ID=50613572

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2012199104A Expired - Fee Related JP5806651B2 (en) 2012-09-11 2012-09-11 Copy tracking system

Country Status (1)

Country Link
JP (1) JP5806651B2 (en)

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006185167A (en) * 2004-12-27 2006-07-13 Nippon Telegr & Teleph Corp <Ntt> File retrieval method, file retrieval device, and file retrieval program
JP2008167025A (en) * 2006-12-27 2008-07-17 Fuji Xerox Co Ltd Image processor, image processing system, image processing program and image processing method
US20090051961A1 (en) * 2007-08-24 2009-02-26 Fuji Xerox Co., Ltd. Document monitor device, recording medium storing document monitor program, document monitor system, and document monitor method
JP2009093563A (en) * 2007-10-11 2009-04-30 Fuji Xerox Co Ltd Similar image search apparatus and similar image search program
JP2009223390A (en) * 2008-03-13 2009-10-01 Fuji Xerox Co Ltd Image processing monitoring system and program
JP2012018549A (en) * 2010-07-08 2012-01-26 Hitachi Ltd Method and device for calculating digital sequence feature amount
JP2012083923A (en) * 2010-10-08 2012-04-26 Fujitsu Ltd Log management program, log management device and log management method
JP2012174151A (en) * 2011-02-24 2012-09-10 Mitsubishi Electric Corp File tracking device, file tracking method and file tracking program

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006185167A (en) * 2004-12-27 2006-07-13 Nippon Telegr & Teleph Corp <Ntt> File retrieval method, file retrieval device, and file retrieval program
JP2008167025A (en) * 2006-12-27 2008-07-17 Fuji Xerox Co Ltd Image processor, image processing system, image processing program and image processing method
US20090051961A1 (en) * 2007-08-24 2009-02-26 Fuji Xerox Co., Ltd. Document monitor device, recording medium storing document monitor program, document monitor system, and document monitor method
JP2009053813A (en) * 2007-08-24 2009-03-12 Fuji Xerox Co Ltd Document monitoring device, document monitoring program, and document monitoring system
JP2009093563A (en) * 2007-10-11 2009-04-30 Fuji Xerox Co Ltd Similar image search apparatus and similar image search program
JP2009223390A (en) * 2008-03-13 2009-10-01 Fuji Xerox Co Ltd Image processing monitoring system and program
JP2012018549A (en) * 2010-07-08 2012-01-26 Hitachi Ltd Method and device for calculating digital sequence feature amount
JP2012083923A (en) * 2010-10-08 2012-04-26 Fujitsu Ltd Log management program, log management device and log management method
JP2012174151A (en) * 2011-02-24 2012-09-10 Mitsubishi Electric Corp File tracking device, file tracking method and file tracking program

Also Published As

Publication number Publication date
JP5806651B2 (en) 2015-11-10

Similar Documents

Publication Publication Date Title
US10255108B2 (en) Parallel execution of blockchain transactions
US8458186B2 (en) Systems and methods for processing and managing object-related data for use by a plurality of applications
US20210073174A1 (en) Automated Archiving Of User Generated Media Files
US9864736B2 (en) Information processing apparatus, control method, and recording medium
US20140164334A1 (en) Data block backup system and method
KR102187127B1 (en) Deduplication method using data association and system thereof
US20170344433A1 (en) Apparatus and method for data migration
WO2017028690A1 (en) File processing method and system based on etl
Roussev Digital forensic science: issues, methods, and challenges
US10249068B2 (en) User experience for multiple uploads of documents based on similar source material
Ölvecký et al. Wiping techniques and anti-forensics methods
US20220083507A1 (en) Trust chain for official data and documents
US20130018920A1 (en) Configuration management database security
US20170068682A1 (en) FILE MANAGEMENT FOR eDISCOVERY
Garfinkel et al. An automated solution to the multiuser carved data ascription problem
US20150242417A1 (en) Techniques for Leveraging a Backup Data Set for EDiscovery Data Storage
US10311021B1 (en) Systems and methods for indexing backup file metadata
JP5806651B2 (en) Copy tracking system
US9734195B1 (en) Automated data flow tracking
CN103970799B (en) A kind of generation method of electronic document, device and client
Karresand Digital Forensic Usage of the Inherent Structures in NTFS
Khatri et al. A manual approach for multimedia file carving
US8412738B2 (en) Portable infrastructure object for capturing machine images
Mahamdeh The Processing of Arabic Financial Reports
Peer The repository as data (re) user: Hand curating for replication

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20140626

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20150119

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150127

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150325

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20150616

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20150804

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20150901

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20150904

R150 Certificate of patent or registration of utility model

Ref document number: 5806651

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees