JP2018147172A - Abnormality detection device, abnormality detection method and program - Google Patents

Abnormality detection device, abnormality detection method and program Download PDF

Info

Publication number
JP2018147172A
JP2018147172A JP2017040589A JP2017040589A JP2018147172A JP 2018147172 A JP2018147172 A JP 2018147172A JP 2017040589 A JP2017040589 A JP 2017040589A JP 2017040589 A JP2017040589 A JP 2017040589A JP 2018147172 A JP2018147172 A JP 2018147172A
Authority
JP
Japan
Prior art keywords
unit
abnormality
data
learning
detection
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
JP2017040589A
Other languages
Japanese (ja)
Other versions
JP6823501B2 (en
Inventor
泰弘 池田
Yasuhiro Ikeda
泰弘 池田
中野 雄介
Yusuke Nakano
雄介 中野
敬志郎 渡辺
Keishiro Watanabe
敬志郎 渡辺
石橋 圭介
Keisuke Ishibashi
圭介 石橋
川原 亮一
Ryoichi Kawahara
亮一 川原
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 JP2017040589A priority Critical patent/JP6823501B2/en
Publication of JP2018147172A publication Critical patent/JP2018147172A/en
Application granted granted Critical
Publication of JP6823501B2 publication Critical patent/JP6823501B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

PROBLEM TO BE SOLVED: To suppress an increase in data necessary to learn the detection of abnormality.SOLUTION: An abnormality detection device includes: a learning part for learning correlation between data elements of a plurality of kinds of data acquired from a detection object in each unit classified on the basis of the height of correlation between the data elements by using a plurality of learning units generated about the unit, and outputting a learning result in the case that a detection object of abnormality is normal; and a detection part for calculating an abnormality degree showing the degree of a collapse of correlation of data element groups classified into the unit about the data element groups of a plurality of kinds of data acquired from the detection object at a plurality of timings on the basis of a learning result relating to the unit in each unit, and detecting abnormality of the detection object on the basis of the abnormality degree in each unit.SELECTED DRAWING: Figure 3

Description

本発明は、異常検知装置、異常検知方法及びプログラムに関する。   The present invention relates to an abnormality detection device, an abnormality detection method, and a program.

リアルタイムな異常検知においては、様々なデータを定期的に観測し、データが正常時と異なる傾向を示した場合に「異常」が検知される。ここで、異常検知アルゴリズムは、予め正常時として定義された「学習期間」のデータを教師データとして用いて学習を行い、異常検知を行う「テスト期間」においては、観測されたテストデータと、学習した教師データの傾向の比較を行うものとする。このような異常検知アルゴリズムとしては、正常時における各種データの相関関係を学習し、テスト期間においては、学習したデータの相関関係が崩れた際に「異常」と判断するようなアルゴリズムが提案されている(例えば、非特許文献1、非特許文献2、非特許文献3)。   In real-time abnormality detection, various data are regularly observed, and “abnormality” is detected when the data shows a tendency different from the normal state. Here, the anomaly detection algorithm performs learning using the data of the “learning period” defined as normal in advance as teacher data, and in the “test period” in which anomaly detection is performed, the observed test data and learning Suppose that the trend of the teacher data is compared. As such an anomaly detection algorithm, an algorithm has been proposed that learns the correlation between various data during normal operation, and determines that it is “abnormal” when the correlation between the learned data collapses during the test period. (For example, Non-Patent Document 1, Non-Patent Document 2, Non-Patent Document 3).

このようなアルゴリズムは、異常か否かを判定することが困難な異常時のデータを用いることなく、正常時のデータだけを用いて異常検知ができるという利点がある。   Such an algorithm has an advantage that abnormality detection can be performed using only normal data without using abnormal data that is difficult to determine whether it is abnormal or not.

Hodge, Victoria J., and Jim Austin. "A survey of outlier detection methodologies." Artificial intelligence review 22.2 (2004): 85-126.Hodge, Victoria J., and Jim Austin. "A survey of outlier detection methodologies." Artificial intelligence review 22.2 (2004): 85-126. 櫻田 麻由,矢入 健久,"オートエンコーダを用いた次元削減による宇宙機の異常検知", 人工知能学会全国大会論文集 28, 1-3, 2014Mayu Hamada, Takehisa Yairi, "Detection of spacecraft anomalies by dimension reduction using auto-encoder", Proceedings of National Conference of the Japanese Society for Artificial Intelligence 28, 1-3, 2014 Ringberg, Haakon, et al. "Sensitivity of PCA for traffic anomaly detection." ACM SIGMETRICS Performance Evaluation Review 35.1 (2007): 109-120.Ringberg, Haakon, et al. "Sensitivity of PCA for traffic anomaly detection." ACM SIGMETRICS Performance Evaluation Review 35.1 (2007): 109-120.

しかしながら、相関が低いデータが入力に多く含まれると、それに従って正常時にデータが取り得る状態のパターンも組合せ的に増加するため、学習に要する教師データが増加し、十分な教師データが無い場合に精度の良い異常検知が困難になる。特に、観測対象となるデータの種別が増加した場合、相関が低いデータが増加することから、このような問題はより顕著となる。   However, if a lot of data with low correlation is included in the input, the pattern of the state that the data can take normally increases accordingly, so the teacher data required for learning increases, and there is not enough teacher data Accurate abnormality detection becomes difficult. In particular, when the type of data to be observed increases, such a problem becomes more prominent because data with low correlation increases.

本発明は、上記の点に鑑みてなされたものであって、異常を検知するための学習に要するデータの増加を抑制することを目的とする。   The present invention has been made in view of the above points, and an object thereof is to suppress an increase in data required for learning for detecting an abnormality.

そこで上記課題を解決するため、異常検知装置は、異常の検知対象が正常である場合に前記検知対象から得られる複数の種別のデータのデータ要素間の相関関係を、前記データ要素間の相関の高さに基づいて分類される単位ごとに、当該単位に関して生成される複数の学習器を用いて学習し、学習結果を出力する学習部と、前記検知対象から複数のタイミングで得られる複数の種別のデータのデータ要素群について、前記単位ごとに、当該単位に係る学習結果に基づいて、当該単位に分類されるデータ要素群の相関関係の崩れの程度を示す異常度を算出し、前記単位ごとの異常度に基づいて前記検知対象の異常を検知する検知部と、を有する。   Therefore, in order to solve the above-described problem, the abnormality detection device calculates the correlation between data elements of a plurality of types of data obtained from the detection target when the abnormality detection target is normal, and the correlation between the data elements. For each unit classified based on height, a learning unit that learns using a plurality of learners generated for the unit and outputs a learning result, and a plurality of types obtained at a plurality of timings from the detection target For each data unit group of the data, for each unit, based on the learning result related to the unit, calculate the degree of abnormality indicating the degree of collapse of the correlation of the data element group classified into the unit, and for each unit And a detection unit that detects an abnormality of the detection target based on the degree of abnormality.

異常を検知するための学習に要するデータの増加を抑制することができる。   An increase in data required for learning for detecting an abnormality can be suppressed.

第1の実施の形態におけるシステム構成例を示す図である。It is a figure which shows the system configuration example in 1st Embodiment. 第1の実施の形態における異常検知装置10のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the abnormality detection apparatus 10 in 1st Embodiment. 第1の実施の形態における異常検知装置10の機能構成例を示す図である。It is a figure which shows the function structural example of the abnormality detection apparatus 10 in 1st Embodiment. 第1の実施の形態における学習処理の処理手順の一例を説明するためのフローチャートである。It is a flowchart for demonstrating an example of the process sequence of the learning process in 1st Embodiment. 第1の実施の形態における検知処理の処理手順の一例を説明するためのフローチャートである。It is a flowchart for demonstrating an example of the process sequence of the detection process in 1st Embodiment. オートエンコーダを説明するための図である。It is a figure for demonstrating an auto encoder. 第6の実施の形態において前処理部13が追加的に実行する処理手順を説明するためのフローチャートである。It is a flowchart for demonstrating the process sequence which the pre-processing part 13 performs additionally in 6th Embodiment.

以下、図面に基づいて本発明の実施の形態を説明する。図1は、第1の実施の形態におけるシステム構成例を示す図である。図1において、ネットワークN1は、異常の検知対象とされるネットワークである。ネットワークN1は、ルータやサーバ装置等の複数のノードが相互に接続されることによって構成され、所定のサービスを提供するために任意のノード間においてパケットの送受信が行われる。   Hereinafter, embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a diagram illustrating an example of a system configuration in the first embodiment. In FIG. 1, a network N1 is a network that is an abnormality detection target. The network N1 is configured by connecting a plurality of nodes such as routers and server devices to each other, and packets are transmitted and received between arbitrary nodes in order to provide a predetermined service.

ネットワークN1の複数箇所には測定装置20が配置されている。測定装置20は、配置箇所を監視することで得られる観測データを複数のタイミングで採取する。収集される観測データの一例として、MIB(Management Information Base)データ、NetFlowによるフローデータ、CPU使用率等が挙げられる。   Measuring devices 20 are arranged at a plurality of locations in the network N1. The measuring device 20 collects observation data obtained by monitoring the arrangement location at a plurality of timings. Examples of collected observation data include MIB (Management Information Base) data, NetFlow flow data, CPU usage rate, and the like.

MIBは、ネットワーク機器を監視するためのメーカ間の共通ポリシーである。MIBデータは、例えば、5分単位で集約され、「時刻、ホスト名、インターフェース(IF)名、入力データ量(ibps)、出力データ量(obps)」等を含む。   MIB is a common policy among manufacturers for monitoring network devices. The MIB data is aggregated in units of, for example, 5 minutes, and includes “time, host name, interface (IF) name, input data amount (ibps), output data amount (obsps)”, and the like.

NetFlowは、フロー単位でのネットワーク監視をおこなう技術であり、通信が終了した段階でそのフローに関する情報が出力される。また、フローとは、「何処」と「何処」が「どのような通信」を「どれだけの量」行っているかを把握するための単位をいい、通信の送り手側のIPアドレス(srcIP)、送り手側のポート番号(srcport)、受け手側のIPアドレス(dstIP)、受け手側のポート番号(dstport)、通信プロトコル(proto)の5属性によりまとめられる。フローデータは、「フロー開始時刻、srcIP、srcport、dstIP、dstport、proto、フロー継続時間、総送信パケット数、総送信バイト数」等を含む。   NetFlow is a technology that performs network monitoring in units of flows, and information about the flows is output when communication is completed. The flow is a unit for grasping “where” and “where” “what kind of communication” “how much” is performed, and the IP address (srcIP) on the sender side of the communication , The sender side port number (srcport), the receiver side IP address (dstIP), the receiver side port number (dstport), and the communication protocol (proto). The flow data includes “flow start time, srcIP, srcport, dstIP, dstport, protocol, flow duration, total number of transmitted packets, total number of transmitted bytes”, and the like.

CPU使用率は、例えば、ネットワークN1に含まれるサーバ装置又はルータ等のCPUの使用率である。   The CPU usage rate is, for example, the usage rate of a CPU such as a server device or a router included in the network N1.

測定装置20によって採取された観測データは、異常検知装置10によって収集される。異常検知装置10は、収集された観測データから、正常時の特徴を学習し、学習結果に基づいて、その後に入力される観測データについて、異常の発生を検知する(異常の有無を判定する)コンピュータである。なお、正常時の特徴の学習が行われる処理を「学習処理」という。学習処理において学習された結果に基づいて異常の検知が行われる処理を「テスト処理」という。   Observation data collected by the measurement device 20 is collected by the abnormality detection device 10. The abnormality detection device 10 learns the characteristics at the normal time from the collected observation data, and detects the occurrence of abnormality in the observation data input thereafter based on the learning result (determines whether there is an abnormality). It is a computer. Note that a process in which normal feature learning is performed is referred to as a “learning process”. A process in which an abnormality is detected based on a result learned in the learning process is referred to as a “test process”.

図2は、第1の実施の形態における異常検知装置10のハードウェア構成例を示す図である。図2の異常検知装置10は、それぞれバスBで相互に接続されているドライブ装置100、補助記憶装置102、メモリ装置103、CPU104、及びインタフェース装置105等を有する。   FIG. 2 is a diagram illustrating a hardware configuration example of the abnormality detection apparatus 10 according to the first embodiment. 2 includes a drive device 100, an auxiliary storage device 102, a memory device 103, a CPU 104, an interface device 105, and the like, which are mutually connected by a bus B.

異常検知装置10での処理を実現するプログラムは、CD−ROM等の記録媒体101によって提供される。プログラムを記憶した記録媒体101がドライブ装置100にセットされると、プログラムが記録媒体101からドライブ装置100を介して補助記憶装置102にインストールされる。但し、プログラムのインストールは必ずしも記録媒体101より行う必要はなく、ネットワークを介して他のコンピュータよりダウンロードするようにしてもよい。補助記憶装置102は、インストールされたプログラムを格納すると共に、必要なファイルやデータ等を格納する。   A program that realizes processing in the abnormality detection apparatus 10 is provided by a recording medium 101 such as a CD-ROM. When the recording medium 101 storing the program is set in the drive device 100, the program is installed from the recording medium 101 to the auxiliary storage device 102 via the drive device 100. However, the program need not be installed from the recording medium 101 and may be downloaded from another computer via a network. The auxiliary storage device 102 stores the installed program and also stores necessary files and data.

メモリ装置103は、プログラムの起動指示があった場合に、補助記憶装置102からプログラムを読み出して格納する。CPU104は、メモリ装置103に格納されたプログラムに従って異常検知装置10に係る機能を実行する。インタフェース装置105は、ネットワークに接続するためのインタフェースとして用いられる。   The memory device 103 reads the program from the auxiliary storage device 102 and stores it when there is an instruction to start the program. The CPU 104 executes functions related to the abnormality detection device 10 according to a program stored in the memory device 103. The interface device 105 is used as an interface for connecting to a network.

図3は、第1の実施の形態における異常検知装置10の機能構成例を示す図である。図3において、異常検知装置10は、受信部11、学習処理制御部12、前処理部13、学習部14、検知処理制御部15及び検知部16等を有する。これら各部は、異常検知装置10にインストールされた1以上のプログラムが、CPU104に実行させる処理により実現される。異常検知装置10は、また、教師データ記憶部121、パラメータ記憶部122、観測データ記憶部123、学習結果記憶部124及び学習データ記憶部125等を利用する。これら各記憶部は、例えば、補助記憶装置102、又は異常検知装置10にネットワークを介して接続可能な記憶装置等を用いて実現可能である。   FIG. 3 is a diagram illustrating a functional configuration example of the abnormality detection device 10 according to the first embodiment. 3, the abnormality detection device 10 includes a reception unit 11, a learning process control unit 12, a preprocessing unit 13, a learning unit 14, a detection process control unit 15, a detection unit 16, and the like. Each of these units is realized by processing that one or more programs installed in the abnormality detection apparatus 10 cause the CPU 104 to execute. The abnormality detection apparatus 10 also uses a teacher data storage unit 121, a parameter storage unit 122, an observation data storage unit 123, a learning result storage unit 124, a learning data storage unit 125, and the like. Each of these storage units can be realized using, for example, a storage device that can be connected to the auxiliary storage device 102 or the abnormality detection device 10 via a network.

教師データ記憶部121には、予め正常時に収集されたことが確認されている観測データが教師データとして記憶されている。但し、教師データは、観測データから選別されるのではなく、人為的に作成されてもよい。   In the teacher data storage unit 121, observation data that has been confirmed in advance to be collected in a normal state is stored as teacher data. However, the teacher data may be artificially created instead of being selected from the observation data.

受信部11は、測定装置20から観測データを受信する。受信された観測データは、観測データ記憶部123に記憶される
学習処理制御部12は、学習処理を制御する。
The receiving unit 11 receives observation data from the measurement device 20. The received observation data is stored in the observation data storage unit 123. The learning process control unit 12 controls the learning process.

前処理部13は、教師データの集合、観測データの集合、又は学習データ記憶部125に記憶されている学習データの集合について前処理を実行する。前処理とは、データ集合からの単位時間ごとの特徴量の抽出や、抽出された特徴量の正規化等の処理である。特徴量は、数値ベクトルの形式で表現される。なお、1回目の学習時には、教師データ記憶部121に記憶されている教師データ群が前処理の対象とされる。受信部11によって観測データの受信が開始されると、観測データ群が前処理の対象とされる。更に、検知部16による異常の検知が開始され、正常であると判定され、学習データとして学習データ記憶部125に記憶された観測データが所定数に達すると、当該学習データ群が前処理の対象とされる。   The preprocessing unit 13 performs preprocessing on a set of teacher data, a set of observation data, or a set of learning data stored in the learning data storage unit 125. Pre-processing is processing such as extraction of feature amounts per unit time from a data set and normalization of extracted feature amounts. The feature amount is expressed in the form of a numerical vector. In the first learning, a teacher data group stored in the teacher data storage unit 121 is a target of preprocessing. When reception of observation data is started by the receiving unit 11, the observation data group is subjected to preprocessing. Furthermore, when the detection of the abnormality by the detection unit 16 is started and it is determined that the detection data is normal and the observation data stored in the learning data storage unit 125 as learning data reaches a predetermined number, the learning data group is subjected to preprocessing. It is said.

前処理部13は、また、教師データ群又は学習データ群について前処理を実行する際に、観測データ又は学習データを正規化するためのパラメータ(以下、「正規化パラメータ」という。)を生成又は更新し、生成又は更新された正規化パラメータをパラメータ記憶部122に記憶する。   The pre-processing unit 13 also generates or normalizes parameters for normalizing observation data or learning data (hereinafter referred to as “normalization parameters”) when performing pre-processing on the teacher data group or learning data group. The updated normalization parameter is stored in the parameter storage unit 122.

学習部14は、教師データ又は学習データに基づいて学習を実行する。学習部14による学習結果は、学習結果記憶部124に記憶される。   The learning unit 14 performs learning based on teacher data or learning data. The learning result by the learning unit 14 is stored in the learning result storage unit 124.

検知処理制御部15は、検知処理を制御する。   The detection process control unit 15 controls the detection process.

検知部16は、観測データ記憶部123に記憶されている観測データが前処理部13によって前処理されることで生成される数値ベクトルと、学習結果記憶部124に記憶されている学習結果とに基づいて異常の発生を検知する。具体的には、検知部16は、前処理された数値ベクトルについて、学習結果との違いを異常度として算出し、当該異常度を閾値と比較することで異常の発生を検知する。異常が検知されなかった数値ベクトルの正規化前の値は、学習データとして学習データ記憶部125に記憶される。   The detection unit 16 uses a numerical vector generated when the observation data stored in the observation data storage unit 123 is preprocessed by the preprocessing unit 13 and a learning result stored in the learning result storage unit 124. The occurrence of abnormality is detected based on this. Specifically, the detection unit 16 detects the occurrence of an abnormality by calculating a difference from the learning result as a degree of abnormality for the preprocessed numerical vector and comparing the degree of abnormality with a threshold value. The value before normalization of the numerical vector in which no abnormality is detected is stored in the learning data storage unit 125 as learning data.

以下、異常検知装置10が実行する処理手順について説明する。図4は、第1の実施の形態における学習処理の処理手順の一例を説明するためのフローチャートである。なお、以下においては、便宜上、フローデータが処理対象である例について示す。   Hereinafter, a processing procedure executed by the abnormality detection apparatus 10 will be described. FIG. 4 is a flowchart for explaining an example of the processing procedure of the learning process in the first embodiment. In the following, for the sake of convenience, an example in which flow data is a processing target will be described.

学習処理が開始されると、学習処理制御部12は、教師データ記憶部121から教師データ群を取得し、当該教師データ群を前処理部13へ入力する(S101)。   When the learning process is started, the learning process control unit 12 acquires a teacher data group from the teacher data storage unit 121, and inputs the teacher data group to the preprocessing unit 13 (S101).

続いて、前処理部13は、入力された教師データ群を、単位時間ごとの集合に分割する(S102)。なお、教師データ記憶部121には、単位時間×Uの期間(以下、「学習期間」という。)分の教師データが記憶されていることとする。したがって、教師データ群は、U個の集合に分割される。   Subsequently, the preprocessing unit 13 divides the input teacher data group into sets for each unit time (S102). The teacher data storage unit 121 stores teacher data for a unit time × U period (hereinafter referred to as “learning period”). Therefore, the teacher data group is divided into U sets.

続いて、前処理部13は、分割された集合ごとに、目的に応じた特徴量を抽出し、抽出された特徴量を各次元の要素とする多次元数値ベクトルを生成する(S103)。   Subsequently, the preprocessing unit 13 extracts a feature amount according to the purpose for each divided set, and generates a multidimensional numerical vector having the extracted feature amount as an element of each dimension (S103).

例えば、単位時間が1分で、前処理部13が、1分間ごとの特徴量を抽出するとする。また、特徴量を、各プロトコル(TCP、UDP)の全送信バイト数であるとする。この場合、先頭の教師データのフロー開始時刻が12:00:00であるとすると、前処理部13は、全教師データのうち、フロー開始時刻tが11:59:00<=t<12:00:00であるような教師データ(フローデータ)の集合について、プロトコルがTCPである全フローの全送信バイト数、プロトコルがUDPである全フローの全送信バイト数等を計算し、それらの特徴量を各次元の要素とする2次元数値ベクトルを生成する。(U−1)個の他の集合についても同様に、数値ベクトルが生成される。   For example, it is assumed that the unit time is 1 minute, and the preprocessing unit 13 extracts the feature amount every minute. Further, the feature amount is assumed to be the total number of transmitted bytes of each protocol (TCP, UDP). In this case, assuming that the flow start time of the first teacher data is 12:00, the pre-processing unit 13 sets the flow start time t of all the teacher data to 11:55:00 <= t <12: For a set of teacher data (flow data) such as 00:00, the total number of transmitted bytes of all flows whose protocol is TCP, the total number of transmitted bytes of all flows whose protocol is UDP, and the like are calculated. A two-dimensional numerical vector having a quantity as an element of each dimension is generated. Similarly, numerical vectors are generated for (U-1) other sets.

なお、特徴量の属性としては、「TCPかつ送信ポート番号が80」のような組合せとして指定することも可能である。また、各フローが「フロー数:1」のような値を持つと見なせば、各属性を持つフローの総フロー数についても同様に計算し、特徴量としてみなすことが可能である。   Note that the attribute of the feature amount can be specified as a combination such as “TCP and transmission port number 80”. Further, if each flow is considered to have a value such as “number of flows: 1”, the total number of flows of each attribute can be calculated in the same manner and regarded as a feature amount.

続いて、前処理部13は、各数値ベクトルにおける各メトリックi(各次元i)の最大値xmax_iを算出し、算出したxmax_1をパラメータ記憶部122に記憶する(S104)。すなわち、第1の実施の形態において、各メトリックiの最大値xmax_iが、正規化パラメータである。   Subsequently, the preprocessing unit 13 calculates the maximum value xmax_i of each metric i (each dimension i) in each numerical vector, and stores the calculated xmax_1 in the parameter storage unit 122 (S104). That is, in the first embodiment, the maximum value xmax_i of each metric i is a normalization parameter.

ここで、U=3とする。また、ステップS103において生成された数値ベクトルが{{80,20},{90,35},{100,50}}であるとする。これは、或る3分におけるTCPの総送信バイト数及びUDPの総送信バイト数がそれぞれ「TCP:80byte,UDP:20byte」、「TCP:90byte,UDP:35byte」、「TCP:100byte,UDP:50byte」であったことを示す。この場合、これらの数値ベクトルの各メトリックの最大値xmax_iは、{100,50}である(すなわち、xmax_1=100,xmax_2=50である)。   Here, U = 3. Further, it is assumed that the numerical vector generated in step S103 is {{80, 20}, {90, 35}, {100, 50}}. This is because the total number of TCP transmission bytes and the total number of UDP transmission bytes in a certain three minutes are “TCP: 80 bytes, UDP: 20 bytes”, “TCP: 90 bytes, UDP: 35 bytes”, and “TCP: 100 bytes, UDP: "50 bytes". In this case, the maximum value xmax_i of each metric of these numerical vectors is {100, 50} (that is, xmax_1 = 100, xmax_2 = 50).

続いて、前処理部13は、正規化パラメータに基づいて、各数値ベクトルを正規化する(S105)。正規化は、各数値ベクトルのメトリックiの値が最大値xmax_iによって除されることにより行われる。したがって、正規化された数値ベクトルは、{{0.8,0.4},{0.9,0.7},{1,1}}となる。   Subsequently, the preprocessing unit 13 normalizes each numerical vector based on the normalization parameter (S105). Normalization is performed by dividing the value of the metric i of each numerical vector by the maximum value xmax_i. Therefore, the normalized numerical vector is {{0.8, 0.4}, {0.9, 0.7}, {1, 1}}.

続いて、学習部14は、当該数値ベクトルについて学習器を利用して学習する(S106)。学習結果は、学習結果記憶部124に記憶される。   Subsequently, the learning unit 14 learns the numerical vector using a learning device (S106). The learning result is stored in the learning result storage unit 124.

続いて、学習処理制御部12は、学習データ記憶部125に、学習期間分の学習データが記憶(蓄積)されるのを待機する(S107)。すなわち、U個の正規化前の数値ベクトルが学習データ記憶部125に記憶されるまで待機が継続する。なお、学習データ記憶部125には、検知部16によって正常である(異常が発生していない)と判定された数値ベクトルが記憶される。   Subsequently, the learning process control unit 12 waits for the learning data for the learning period to be stored (accumulated) in the learning data storage unit 125 (S107). That is, the standby is continued until U number of numerical vectors before normalization are stored in the learning data storage unit 125. The learning data storage unit 125 stores a numerical vector determined to be normal (no abnormality has occurred) by the detection unit 16.

学習期間分の数値ベクトルが学習データ記憶部125に記憶されると(S107でYes)、学習処理制御部12は、学習データ記憶部125から数値ベクトル群を取得し、当該数値ベクトル群を前処理部13へ入力する(S108)。なお、取得された数値ベクトル群は、学習データ記憶部125から削除される。続いて、当該数値ベクトル群について、ステップS104以降が実行される。したがって、次のステップS105では、新たに計算されるxmax_iに基づいて正規化が行われる。   When the numerical vectors for the learning period are stored in the learning data storage unit 125 (Yes in S107), the learning processing control unit 12 acquires the numerical vector group from the learning data storage unit 125, and preprocesses the numerical vector group. Input to the unit 13 (S108). The acquired numerical vector group is deleted from the learning data storage unit 125. Subsequently, step S104 and subsequent steps are executed for the numerical vector group. Therefore, in the next step S105, normalization is performed based on the newly calculated xmax_i.

図5は、第1の実施の形態における検知処理の処理手順の一例を説明するためのフローチャートである。図5の処理手順は、図4のステップS106が少なくとも1回実行された後であれば、いつ開始されてもよい。すなわち、図5の処理手順は、図4の処理手順と並行して実行される。   FIG. 5 is a flowchart for explaining an example of the processing procedure of the detection processing in the first embodiment. The processing procedure in FIG. 5 may be started any time after step S106 in FIG. 4 has been executed at least once. That is, the processing procedure of FIG. 5 is executed in parallel with the processing procedure of FIG.

ステップS201において、検知処理制御部15は、単位時間の経過を待機する。当該単位時間は、図4の説明における単位時間と同じ時間長である。この待機中に、リアルタイムに収集され、受信部11によって受信された観測データは観測データ記憶部123に記憶される
単位時間が経過すると(S201でYes)、検知処理制御部15は、直近の単位時間分の観測データ群を観測データ記憶部123から取得し、当該観測データ群を前処理部13へ入力する(S202)。
In step S201, the detection processing control unit 15 waits for the unit time to elapse. The unit time is the same length as the unit time in the description of FIG. During this standby, the observation data collected in real time and received by the receiving unit 11 is stored in the observation data storage unit 123. When the unit time has elapsed (Yes in S201), the detection processing control unit 15 The observation data group for the time is acquired from the observation data storage unit 123, and the observation data group is input to the preprocessing unit 13 (S202).

続いて、前処理部13は、当該観測データ群から目的に応じた特徴量を抽出し、抽出された特徴量を各次元の要素とする多次元数値ベクトルを生成する(S203)。例えば、プロトコルがTCPである全フローの全送信バイト数、プロトコルがUDPである全フローの全送信バイト数が抽出され、これらを各次元の要素とする2次元数値ベクトルが生成される。ここでは、1つの数値ベクトルが生成される。   Subsequently, the preprocessing unit 13 extracts a feature amount according to the purpose from the observation data group, and generates a multidimensional numerical vector having the extracted feature amount as an element of each dimension (S203). For example, the total number of transmitted bytes of all flows whose protocol is TCP and the total number of transmitted bytes of all flows whose protocol is UDP are extracted, and a two-dimensional numerical vector having these as elements of each dimension is generated. Here, one numerical vector is generated.

続いて、前処理部13は、生成された数値ベクトルを、パラメータ記憶部122に記憶されている最大値xmax_iに基づいて正規化する(S204)。すなわち、当該数値ベクトルの各メトリックiが、最大値xmax_iによって除算される。   Subsequently, the preprocessing unit 13 normalizes the generated numerical vector based on the maximum value xmax_i stored in the parameter storage unit 122 (S204). That is, each metric i of the numeric vector is divided by the maximum value xmax_i.

例えば、図4のステップS104が上記の教師データに基づいて1回のみ実行されている場合、最大値xmax_iは、{100,50}である。したがって、当該数値ベクトルが{60,40}である場合、当該数値ベクトルは、{0.6,0.8}に正規化される。   For example, when step S104 of FIG. 4 is executed only once based on the teacher data, the maximum value xmax_i is {100, 50}. Therefore, when the numerical vector is {60, 40}, the numerical vector is normalized to {0.6, 0.8}.

続いて、検知部16は、異常判定処理を実行する(S205)。異常判定処理では、正規化された数値ベクトルと、学習結果記憶部124に記憶されている最新の学習結果とに基づいて、ネットワークN1について異常の有無が判定される。   Subsequently, the detection unit 16 executes an abnormality determination process (S205). In the abnormality determination process, whether or not there is an abnormality in the network N1 is determined based on the normalized numerical vector and the latest learning result stored in the learning result storage unit 124.

異常が無いと判定された場合(S206でYes)、検知処理制御部15は、当該数値ベクトルの正規化前の数値ベクトルを、学習データとして学習データ記憶部125に記憶する(S207)。異常が有ると判定された場合(S206でNo)、当該数値ベクトルの正規化前の数値ベクトルは、学習データ記憶部125に記憶されない。したがって、学習データ記憶部125には、正常時の数値ベクトルのみが記憶される。   When it is determined that there is no abnormality (Yes in S206), the detection processing control unit 15 stores the numerical vector before normalization of the numerical vector in the learning data storage unit 125 as learning data (S207). When it is determined that there is an abnormality (No in S206), the numerical vector before normalization of the numerical vector is not stored in the learning data storage unit 125. Therefore, the learning data storage unit 125 stores only normal numerical vectors.

続いて、ステップS201以降が繰り返される。なお、ステップS201以降が繰り返される過程において、ステップS204で利用される正規化パラメータは、並行して実行されている図4のステップS104において随時更新される。その結果、入力される観測データのトレンドを考慮して数値ベクトルを正規化することができる。   Subsequently, step S201 and subsequent steps are repeated. Note that, in the process of repeating step S201 and subsequent steps, the normalization parameter used in step S204 is updated as needed in step S104 of FIG. 4 being executed in parallel. As a result, the numerical vector can be normalized in consideration of the trend of the input observation data.

例えば、U=3である場合、ステップS207が3回実行されて、{{60,40},{45,20},{30,30}}が学習データ記憶部125に記憶されたとする。この場合、xmax_1=60、xmax_2=40に更新され、更新結果がパラメータ記憶部122に反映される。   For example, when U = 3, step S207 is executed three times, and {{60, 40}, {45, 20}, {30, 30}} is stored in the learning data storage unit 125. In this case, it is updated to xmax_1 = 60 and xmax_2 = 40, and the update result is reflected in the parameter storage unit 122.

なお、上記では、観測データがフローデータである例について説明したが、フローデータ、MIBデータ、及びCPU使用率が並列的に観測データとして受信されてもよい。この場合、図4及び図5の処理手順の各ステップでは、データ種別ごと(フローデータ、MIBデータ、及びCPU使用率ごと)に実行されればよい。   In the above description, an example in which the observation data is flow data has been described. However, flow data, MIB data, and a CPU usage rate may be received in parallel as observation data. In this case, each step of the processing procedure of FIGS. 4 and 5 may be executed for each data type (flow data, MIB data, and CPU usage rate).

なお、例えば{hostID,interfaceID,ibps,obps}のような形式で与えられるMIBデータについては、「単位時間におけるホストIDaのibps」、「単位時間におけるホストIDaのobps」、「単位時間におけるホストIDbのibps」、「単位時間におけるホストIDbのobps」...「単位時間におけるinterfaceIDxのibps」、「単位時間におけるinterfaceIDxのobps」、「単位時間におけるinterfaceIDyのibps」、「単位時間におけるinterfaceIDyのobps」のように、数値ベクトルを抽出することが可能である。   For example, for MIB data given in a format such as {hostID, interfaceID, ibps, obsps}, “host IDa ibps in unit time”, “host IDa obsps in unit time”, “host IDb in unit time” Ibps of host IDb in unit time "..." interfaces IDx ibs in unit time "," interfaceIDx obsps in unit time "," interfaceIDy ibps in unit time "," interfaceIDy obsps in unit time " It is possible to extract a numerical vector like

続いて、図4のステップS106及び図5のステップS205の一例について説明する。ステップS106及びS205では、データ種別がラベルとして付与された数値ベクトル群が学習部14又は検知部16に入力される。本実施の形態において、ラベルは「フローデータ」、「MIBデータ」、及び「CPU使用率」のいずれかである。ラベルは、例えば、測定装置20又は受信部11によって教師データ及び観測データに付与される。すなわち、観測データの採取元に基づいて当該観測データに付与すべきラベルが特定可能である。当該ラベルは、前処理部13によって生成される数値ベクトルに引き継がれる。   Next, an example of step S106 in FIG. 4 and step S205 in FIG. 5 will be described. In steps S <b> 106 and S <b> 205, a numerical vector group assigned with the data type as a label is input to the learning unit 14 or the detection unit 16. In the present embodiment, the label is any one of “flow data”, “MIB data”, and “CPU usage rate”. For example, the label is given to the teacher data and the observation data by the measuring device 20 or the receiving unit 11. That is, the label to be given to the observation data can be specified based on the observation data collection source. The label is inherited by a numerical vector generated by the preprocessing unit 13.

図4のステップS106において、学習部14は、データ種別ごとに学習器を生成する。学習部14は、入力される数値ベクトルに付与されているラベルに基づいて数値ベクトルを分類し、分類結果に対応する学習器へ当該数値ベクトルを入力する。本実施の形態では「フローデータの学習器」、「MIBデータの学習器」、「CPU使用率の学習器」が生成される。学習器としては数値ベクトルのメトリック間の相関関係の学習による異常検知を行うオートエンコーダ(非特許文献2)や主成分分析(非特許文献3)等を用いることができる。本実施の形態では、学習器にオートエンコーダを用いる例について説明する。   In step S106 of FIG. 4, the learning unit 14 generates a learning device for each data type. The learning unit 14 classifies the numerical vector based on the label given to the input numerical vector, and inputs the numerical vector to the learning device corresponding to the classification result. In the present embodiment, a “flow data learning device”, a “MIB data learning device”, and a “CPU usage rate learning device” are generated. As a learning device, an auto encoder (Non-Patent Document 2) or a principal component analysis (Non-Patent Document 3) that performs abnormality detection by learning a correlation between numerical vector metrics can be used. In this embodiment, an example in which an auto encoder is used as a learning device will be described.

図6は、オートエンコーダを説明するための図である。オートエンコーダは、ディープラーニングによる異常検知アルゴリズムである。オートエンコーダは、正常時の入力データがメトリック間で相関関係を持ち、低次元に圧縮可能であることを利用する。異常時には入力データの相関関係が崩れるため、圧縮が正しく行われず入力データと出力データとの差が大きくなる。   FIG. 6 is a diagram for explaining the auto encoder. The auto encoder is an anomaly detection algorithm based on deep learning. The auto encoder utilizes the fact that the input data at normal time has a correlation between metrics and can be compressed to a low dimension. Since the correlation between the input data is lost at the time of abnormality, the compression is not performed correctly, and the difference between the input data and the output data becomes large.

図6の(1)に示されるように、学習部14が生成する学習器(オートエンコーダ)は、出力層(Layer L)が入力層(Layer L)に近くなるように学習を行う。具体的には、学習部14は、数値ベクトルを2つに複製し、一方を入力層へ当てはめ、他方を出力層に当てはめて学習を行い、学習結果を出力する。学習結果は、学習結果記憶部124に記憶される。学習結果は、学習器に対するパラメータ群である。なお、学習器は、データ種別ごとに生成されるため、学習結果もデータ種別ごとに出力され、学習結果記憶部124に記憶される。 As shown in (1) of FIG. 6, the learning device (auto encoder) generated by the learning unit 14 performs learning so that the output layer (Layer L 3 ) is close to the input layer (Layer L 1 ). Specifically, the learning unit 14 duplicates the numerical vector, applies one to the input layer, applies the other to the output layer, performs learning, and outputs a learning result. The learning result is stored in the learning result storage unit 124. The learning result is a parameter group for the learning device. Since learning devices are generated for each data type, learning results are also output for each data type and stored in the learning result storage unit 124.

一方、検知部16も、学習部14と同様に、データ種別ごとに学習器を生成する。当該学習器には、学習部14によって生成される学習器と同様にオートエンコーダ又は主成分分析等のうち、学習部14が生成する学習器に対応する方法を用いることができる。   On the other hand, similarly to the learning unit 14, the detection unit 16 also generates a learning device for each data type. As the learning device, a method corresponding to the learning device generated by the learning unit 14 in the auto encoder, the principal component analysis, or the like can be used as in the learning device generated by the learning unit 14.

図5のステップS205において、検知部16は、学習結果記憶部124に記憶されている学習結果に基づいて、「フローデータの学習器」、「MIBデータの学習器」、「CPU使用率の学習器」を生成する。すなわち、検知部16によって生成される学習器は、当該学習結果の出力時において学習部14によって生成された学習器と同じである。検知部16は、図6の(2)に示されるように、ステップS205において入力されたデータ種別ごとの数値ベクトルを当該数値ベクトルのデータ種別に対応する学習器へ入力し、学習器に対する入力データと出力データとの距離(メトリック間の相関関係の崩れの程度を示す指標)を異常度として計算する。本実施の形態ではオートエンコーダの入力層と出力層との距離である平均二乗誤差(MSE:Mean Squared Error)が異常度として計算される。MSEの計算式は、以下の通りである。   In step S205 in FIG. 5, the detection unit 16 performs “flow data learning device”, “MIB data learning device”, and “CPU usage rate learning” based on the learning result stored in the learning result storage unit 124. Is created. That is, the learning device generated by the detection unit 16 is the same as the learning device generated by the learning unit 14 when the learning result is output. As shown in (2) of FIG. 6, the detection unit 16 inputs the numerical vector for each data type input in step S205 to a learning device corresponding to the data type of the numerical vector, and inputs data to the learning device. The distance between the output data and the output data (an index indicating the degree of collapse of the correlation between metrics) is calculated as the degree of abnormality. In the present embodiment, a mean squared error (MSE) that is a distance between the input layer and the output layer of the auto encoder is calculated as the degree of abnormality. The calculation formula of MSE is as follows.

Figure 2018147172
本実施の形態では、フローデータのMSE、MIBデータのMSE、CPU使用率のMSEの3種のMSEが得られる。検知部16は、得られたMSEの平均を、最終的な異常度として計算し、最終的な異常度が予め定められた閾値を超えていた場合に異常であると判定する。そうでない場合、検知部16は、正常とであると判定する。
Figure 2018147172
In the present embodiment, three types of MSEs are obtained: MSE for flow data, MSE for MIB data, and MSE for CPU usage. The detection unit 16 calculates the average of the obtained MSEs as the final abnormality degree, and determines that the abnormality is abnormal when the final abnormality degree exceeds a predetermined threshold. Otherwise, the detection unit 16 determines that it is normal.

上述したように、第1の実施の形態によれば、データの種別ごとに学習器が生成されて、学習及び異常の検知が行われる。ここで、同一のデータ種別に属するメトリック(データ要素)は、相関が高いことが推定される。したがって、相関の低いデータが同一の学習器に入力される可能性を低下させることができる。その結果、異常を検知するための学習に要するデータの増加を抑制することができる。   As described above, according to the first embodiment, a learning device is generated for each type of data, and learning and abnormality detection are performed. Here, it is estimated that metrics (data elements) belonging to the same data type have high correlation. Therefore, it is possible to reduce the possibility that data with low correlation is input to the same learning device. As a result, an increase in data required for learning for detecting an abnormality can be suppressed.

次に、第2の実施の形態について説明する。第2の実施の形態では第1の実施の形態と異なる点について説明する。第2の実施の形態において特に言及されない点については、第1の実施の形態と同様でもよい。   Next, a second embodiment will be described. In the second embodiment, differences from the first embodiment will be described. Points that are not particularly mentioned in the second embodiment may be the same as those in the first embodiment.

第2の実施の形態において、検知部16は、各学習器から出力された異常度の重み付け平均を、最終的な異常度として算出する。この際、教師データ又は学習データに基づく数値ベクトル群を学習器に入力した際のMSEの平均値が重みとして用いられる。   In the second embodiment, the detection unit 16 calculates the weighted average of the degree of abnormality output from each learning device as the final degree of abnormality. At this time, an average value of MSE when a numerical vector group based on teacher data or learning data is input to the learning device is used as a weight.

そこで、第2の実施の形態では、学習部14が、図4のステップS106を実行するたびに、教師データ又は学習データの数値ベクトル群に基づくデータ種別ごとの学習器から出力される学習結果を学習結果記憶部124に記憶する際に、データ種別ごとに、当該学習結果に基づく学習器へ各数値ベクトルを入力したデータ種別ごとの数値ベクトルを入力する。そうすることで、学習部14は、データ種別ごと、かつ、数値ベクトルごとに異常度を算出し、更に、データ種別ごとに異常度の平均を算出する。例えば、U=3であれば、データ種別ごとに3つの異常度が算出され、データ種別ごとに異常度の平均が算出される。データ種別ごとの異常度の平均は、学習結果と共に学習結果記憶部124に記憶される。したがって、「フローデータのMSE平均」、「MIBデータのMSE平均」、「CPU使用率のMSE平均」が記憶される。以下、それぞれを、β'_{train,1}、β'_{train,2}、β'_{train,3}と表記する。   Therefore, in the second embodiment, every time the learning unit 14 executes Step S106 in FIG. 4, the learning result output from the learning device for each data type based on the teacher data or the numerical vector group of the learning data is displayed. When storing in the learning result storage unit 124, for each data type, a numerical vector for each data type is input to the learning device based on the learning result. By doing so, the learning unit 14 calculates the degree of abnormality for each data type and each numerical vector, and further calculates the average of the degree of abnormality for each data type. For example, if U = 3, three abnormalities are calculated for each data type, and an average of the abnormalities is calculated for each data type. The average degree of abnormality for each data type is stored in the learning result storage unit 124 together with the learning result. Therefore, “MSE average of flow data”, “MSE average of MIB data”, and “MSE average of CPU usage rate” are stored. Hereinafter, these are denoted as β ′ _ {train, 1}, β ′ _ {train, 2}, and β ′ _ {train, 3}, respectively.

検知処理において、観測データに基づくデータ種別ごとの数値ベクトルを各学習器に入力することで得られるMSEの平均を算出する際に、教師データ又は学習データに基づくMSEの平均が大きいデータ種別ほど、観測データに基づくMSEも大きくなることが考えられる。そこで、検知部16は、学習結果記憶部124に記憶されている、教師データ又は学習データに基づくMSEの平均を重みとして、データ種別ごとの異常度について重み付け平均を算出する。   In the detection process, when calculating the average of the MSE obtained by inputting a numerical vector for each data type based on the observation data to each learning device, the data type having a larger MSE average based on the teacher data or the learning data, It is conceivable that the MSE based on the observation data also increases. Therefore, the detection unit 16 calculates a weighted average for the degree of abnormality for each data type, using the average of MSEs based on the teacher data or the learning data stored in the learning result storage unit 124 as a weight.

具体的には、フローデータ、MIBデータ、CPU使用率の観測データに基づく数値ベクトルを、学習結果に基づく学習器に入力した時のMSEが、それぞれβ_{test,1}、β_{test,2}、β_{test,3}である場合、検知部16は、最終的な異常度βを、以下の計算式に基づいて計算する。
β=(β_{test,1}/β'_{train,1}+β_{test,2}/β'_{train,2}+β_{test,3}/β'_{train,3})/(1/β'_{train,1}+1/β'_{train,2}+1/β'_{train,3})
これは、重み係数を、教師データ又は学習データに基づくMSEの平均の逆数(1/β'_{train,i})とすることで、教師データ又は学習データに基づくMSEが大きいほど、観測データに基づくMSEの重みを小さくしていることを示す。
Specifically, the MSE when a numerical vector based on flow data, MIB data, and CPU usage rate observation data is input to the learning device based on the learning result is β_ {test, 1}, β_ {test, 2 }, Β_ {test, 3}, the detection unit 16 calculates the final abnormality degree β based on the following calculation formula.
β = (β_ {test, 1} / β ′ _ {train, 1} + β_ {test, 2} / β ′ _ {train, 2} + β_ {test, 3} / β ′ _ {train, 3}) / (1 / β ′ _ {train, 1} + 1 / β ′ _ {train, 2} + 1 / β ′ _ {train, 3})
This is because the weighting factor is the reciprocal of the average of MSEs based on teacher data or learning data (1 / β ′ _ {train, i}), and the larger the MSE based on teacher data or learning data, the larger the observed data. It shows that the weight of MSE based on is reduced.

上述したように、第2の実施の形態によれば、正常時におけるデータ種別間の異常度の大きさの違いを考慮して、検知処理において最終的な異常度を算出することができる。   As described above, according to the second embodiment, the final abnormality degree can be calculated in the detection process in consideration of the difference in the degree of abnormality between the data types at the normal time.

次に、第3の実施の形態について説明する。第3の実施の形態では第1の実施の形態と異なる点について説明する。第3の実施の形態において特に言及されない点については、第1の実施の形態と同様でもよい。   Next, a third embodiment will be described. In the third embodiment, differences from the first embodiment will be described. Points not particularly mentioned in the third embodiment may be the same as those in the first embodiment.

第3の実施の形態において、検知部16は、学習器ごとに(すなわち、データ種別ごとに)異常有無の判定を行い、少なくともいずれか一つのデータ種別に関して異常が有ると判定した場合に、最終的な判定結果を「異常有り」とする。   In the third embodiment, the detection unit 16 determines whether there is an abnormality for each learner (that is, for each data type), and determines that there is an abnormality for at least one data type. Is determined to be “abnormal”.

検知処理において、データ種別ごとに、観測データに基づく数値ベクトルを当該データ種別に係る学習器に入力した際に得られるMSEを、β_{test,1}、β_{test,2}、β_{test,3}とする。ここで、閾値は、データ種別ごとに予め定められているとし、それぞれθ_1、θ_2、θ_3と表記する。この場合、検知部16は、学習器iごとに、β_{test,i}≧θ_iの場合に異常有り、そうでない場合に異常無しと判定する。本実施の形態では、「フローデータ」、「MIBデータ」、「CPU使用率」の3種の学習器についてそれぞれ異常有無の判定が行われ、少なくともいずれか一つについて「異常有り」と判定された場合に、最終的な異常有無の判断が「異常有り」とされ、そうでない場合に「異常無し」とされる。   In the detection process, for each data type, the MSE obtained when a numerical vector based on the observation data is input to the learning device related to the data type is represented by β_ {test, 1}, β_ {test, 2}, β_ {test. , 3}. Here, it is assumed that the threshold is predetermined for each data type, and is expressed as θ_1, θ_2, and θ_3, respectively. In this case, for each learning device i, the detection unit 16 determines that there is an abnormality when β_ {test, i} ≧ θ_i, and that there is no abnormality when it is not. In the present embodiment, the presence / absence of abnormality is determined for each of the three types of learning devices of “flow data”, “MIB data”, and “CPU usage rate”, and at least one of them is determined to be “abnormal”. If there is a failure, the final determination of whether there is an abnormality is “abnormal”, and if not, “abnormal” is determined.

上述したように、第3の実施の形態によれば、第1の実施の形態と同様の効果を得ることができる。   As described above, according to the third embodiment, the same effects as those of the first embodiment can be obtained.

次に、第4の実施の形態について説明する。第4の実施の形態では第3の実施の形態と異なる点について説明する。第4の実施の形態において特に言及されない点については、第3の実施の形態と同様でもよい。   Next, a fourth embodiment will be described. In the fourth embodiment, differences from the third embodiment will be described. Points that are not particularly mentioned in the fourth embodiment may be the same as those in the third embodiment.

第4の実施の形態において、検知部16は、各データ種別の学習器ごとに異常有無の判定を行った後に、全ての学習器について「異常有り」と判定した場合にのみ、最終的な判定結果を「異常有り」とする。例えば、「フローデータ」、「MIBデータ」、「CPU使用率」の3種の全ての学習器について「異常有り」と判定された場合にのみ、最終的な判定結果が「異常有り」となり、それ以外では最終的な判定結果が「異常無し」となる。   In the fourth embodiment, the detection unit 16 determines the presence / absence of abnormality for each learning device of each data type, and then determines the final determination only when it is determined that there is “abnormality” for all learning devices. The result is “abnormal”. For example, the final determination result is “abnormal” only when it is determined “abnormal” for all three learning devices of “flow data”, “MIB data”, and “CPU usage rate”. In other cases, the final determination result is “no abnormality”.

上述したように、第4の実施の形態によれば、第1の実施の形態と同様の効果を得ることができる。   As described above, according to the fourth embodiment, an effect similar to that of the first embodiment can be obtained.

次に、第5の実施の形態について説明する。第5の実施の形態では第3の実施の形態と異なる点について説明する。第5の実施の形態において特に言及されない点については、第3の実施の形態と同様でもよい。   Next, a fifth embodiment will be described. In the fifth embodiment, differences from the third embodiment will be described. Points that are not particularly mentioned in the fifth embodiment may be the same as those in the third embodiment.

第5の実施の形態において、検知部16は、各データ種別の学習器ごとに異常有無の判定を行った後に、「異常有り」と判定した学習器の数と「異常無し」と判定した学習器の数との多数決によって、最終的な異常有無の判定を行う。例えば、「フローデータ」、「MIBデータ」、「CPU使用率」の3種の学習器のうち、2つ以上について「異常有り」と判定された場合には、最終的な判定結果が「異常有り」となり、それ以外では最終的な判定結果が「異常無し」となる。学習器の数が偶数の場合、「異常有り」の数と「異常無し」の数が同数で合った場合の取扱いは、「異常有り」とするか「異常無し」とするか、又はランダムに決定するか等、予め定められる。   In the fifth embodiment, the detection unit 16 determines the presence / absence of abnormality for each learning device of each data type, and then learns the number of learning devices determined as “abnormal” and “abnormal”. The final presence / absence of abnormality is determined by majority decision with the number of vessels. For example, when two or more learners out of three types of “flow data”, “MIB data”, and “CPU usage rate” are determined to be “abnormal”, the final determination result is “abnormal” Otherwise, the final determination result is “no abnormality”. If the number of learners is an even number, the number of “abnormal” and the number of “abnormal” are the same, and the handling is either “abnormal” or “abnormal” or randomly Whether to decide or the like is predetermined.

上述したように、第5の実施の形態によれば、第1の実施の形態と同様の効果を得ることができる。   As described above, according to the fifth embodiment, the same effect as that of the first embodiment can be obtained.

次に、第6の実施の形態について説明する。第6の実施の形態では上記各実施の形態と異なる点について説明する。第6の実施の形態において特に言及されない点については、上記各実施の形態と同様でもよい。   Next, a sixth embodiment will be described. In the sixth embodiment, differences from the above embodiments will be described. Points that are not particularly mentioned in the sixth embodiment may be the same as those in each of the above embodiments.

第6の実施の形態では、データ種別ごとではなく、データ種別ごとの数値ベクトルのメトリック間の相関関係に基づくクラスタごとに、学習器が生成される例について説明する。すなわち、上記各実施の形態では、同一のデータ種別に属する各データ要素(メトリック)は相関が高いであろうという推定に基づいて、データ種別が、データ要素間(メトリック間)の相関の高さに基づいて分類される単位として用いられた。一方、第6の実施の形態では、斯かる推定に基づくのではなく、実際に各データ要素間(各メトリック間)の相関の高さに基づいて、データ要素群が複数の集合(以下のクラスタ)に分類され、当該集合が、データ要素間(メトリック間)の相関の高さに基づいて分類される単位とされる。   In the sixth embodiment, an example will be described in which a learning device is generated for each cluster based on the correlation between metrics of numerical vectors for each data type, not for each data type. That is, in each of the above embodiments, based on the estimation that each data element (metric) belonging to the same data type will have a high correlation, the data type is set to a high correlation between data elements (between metrics). Used as a unit to be classified based on. On the other hand, in the sixth embodiment, the data element group is not based on such estimation, but actually based on the high correlation between the data elements (between each metric). ) And the set is a unit classified based on the high correlation between data elements (between metrics).

まず、第6の実施の形態では、図4のステップS103及び図5のステップS203において、単位時間ごとに、データ種別ごとではなく、1つの数値ベクトルxが生成される。例えば、フローデータの数値ベクトルの各メトリック、MIBデータの数値ベクトルの各メトリック、及びCPU使用率の各メトリックを要素として含む一つの数値ベクトルxが生成される。単位時間tにおける数値ベクトルxを、x_{i,t}(i=1,...,N,t=1,...,U)と表記する。   First, in the sixth embodiment, in step S103 of FIG. 4 and step S203 of FIG. 5, one numerical vector x is generated for each unit time, not for each data type. For example, one numerical vector x including each metric of the numerical vector of the flow data, each metric of the numerical vector of the MIB data, and each metric of the CPU usage rate is generated. A numerical vector x in a unit time t is expressed as x_ {i, t} (i = 1,..., N, t = 1,..., U).

また、前処理部13は、図4のステップS103に続いて、図7に示される処理手順を実行する。   Further, the preprocessing unit 13 executes the processing procedure shown in FIG. 7 subsequent to step S103 in FIG.

図7は、第6の実施の形態において前処理部13が追加的に実行する処理手順を説明するためのフローチャートである。   FIG. 7 is a flowchart for explaining a processing procedure additionally executed by the preprocessing unit 13 in the sixth embodiment.

ステップS301において、前処理部13は、数値ベクトルxの各メトリックに独立なIDを付与する。   In step S301, the preprocessing unit 13 assigns an independent ID to each metric of the numerical vector x.

続いて、前処理部13は、2つのメトリックの全ての組ごとに、ピアソン相関係数を算出する(S302)。すなわち、メトリックi,j間の相関係数α_{i,j}が、(x_{i,1},...,x_{i,T})と、(x_{j,1},...,{j,U})とのピアソン相関係数により算出される(i=1,...,N、j=1,...,N、i<j)。   Subsequently, the preprocessing unit 13 calculates a Pearson correlation coefficient for every set of two metrics (S302). That is, the correlation coefficient α_ {i, j} between metrics i and j is (x_ {i, 1},..., X_ {i, T}) and (x_ {j, 1},. ., {J, U}) and Pearson correlation coefficients (i = 1,..., N, j = 1,..., N, i <j).

続いて、前処理部13は、ピアソン相関係数α_{i,j}に基づいて、多次元尺度構成法を用いて、予め定めたグループ数Kに各メトリックのIDをクラスタリングする(S303)。続いて、前処理部13は、各IDが、いずれのクラスタに分類されたのかを示す、IDとクラスタとの対応情報を学習結果記憶部124に記憶する(S304)。   Subsequently, the preprocessing unit 13 clusters the IDs of the metrics into a predetermined number K of groups based on the Pearson correlation coefficient α_ {i, j} using a multidimensional scaling method (S303). Subsequently, the preprocessing unit 13 stores correspondence information between IDs and clusters indicating in which cluster each ID is classified in the learning result storage unit 124 (S304).

なお、図7の処理手順は、1回実行されればよい。すなわち、図4のステップS108に続いて実行されなくてよい。   Note that the processing procedure of FIG. 7 may be executed once. That is, it does not have to be executed following step S108 in FIG.

その他においては、上記各実施の形態におけるデータ種別が、クラスタに置き換えられればよい。例えば、図4のステップS106において、学習部14は、学習結果記憶部124に記憶されている対応情報に基づいて、クラスタごとに学習器を生成し、学習を行う。各学習器には、正規化された数値ベクトルのうち、当該学習器が対応するクラスタに分類されたIDに対応するメトリックが入力される。学習結果は、クラスタごとに学習結果記憶部124に記憶される。   In other cases, the data type in each of the above embodiments may be replaced with a cluster. For example, in step S <b> 106 of FIG. 4, the learning unit 14 generates a learning device for each cluster based on the correspondence information stored in the learning result storage unit 124 and performs learning. The metric corresponding to the ID classified into the cluster corresponding to the learner is input to each learner among the normalized numerical vectors. The learning result is stored in the learning result storage unit 124 for each cluster.

また、図5のステップS205において、検知部16は、学習結果記憶部124に記憶されているクラスタごとの学習結果に基づいて、クラスタごとに学習器を生成する。検知部16は、各学習器に、正規化された数値ベクトルのうち、当該学習器が対応するクラスタに分類されたIDに対応するメトリックを入力する。なお、検知処理(図5)において、例えば、ステップS203に続いて、前処理部13は、図7のステップS301と同様に、数値ベクトルの各ベクトルに独立したIDを付与すればよい。   5, the detection unit 16 generates a learning device for each cluster based on the learning result for each cluster stored in the learning result storage unit 124. The detection unit 16 inputs, to each learning device, a metric corresponding to an ID classified into a cluster to which the learning device corresponds, among the normalized numerical vectors. In the detection process (FIG. 5), for example, following step S <b> 203, the preprocessing unit 13 may assign an independent ID to each vector of the numeric vectors, similarly to step S <b> 301 in FIG. 7.

上述したように、第6の実施の形態によれば、より相関の高いメトリック群ごとに学習器を生成することができる。   As described above, according to the sixth embodiment, a learning device can be generated for each metric group having a higher correlation.

なお、上記各実施の形態は、ネットワーク以外から収集されるデータに関して適用されてもよい。例えば、コンピュータシステムから収集されるデータに関して上記各実施の形態が適用されてもよい。   Each of the above embodiments may be applied to data collected from other than the network. For example, the above-described embodiments may be applied to data collected from a computer system.

なお、上記各実施の形態において、前処理部13は、分類部の一例である。   In each of the above embodiments, the preprocessing unit 13 is an example of a classification unit.

以上、本発明の実施例について詳述したが、本発明は斯かる特定の実施形態に限定されるものではなく、特許請求の範囲に記載された本発明の要旨の範囲内において、種々の変形・変更が可能である。   As mentioned above, although the Example of this invention was explained in full detail, this invention is not limited to such specific embodiment, In the range of the summary of this invention described in the claim, various deformation | transformation・ Change is possible.

10 異常検知装置
11 受信部
12 学習処理制御部
13 前処理部
14 学習部
15 検知処理制御部
16 検知部
20 測定装置
100 ドライブ装置
101 記録媒体
102 補助記憶装置
103 メモリ装置
104 CPU
105 インタフェース装置
121 教師データ記憶部
122 パラメータ記憶部
123 観測データ記憶部
124 学習結果記憶部
125 学習データ記憶部
B バス
N1 ネットワーク
DESCRIPTION OF SYMBOLS 10 Abnormality detection apparatus 11 Receiving part 12 Learning process control part 13 Preprocessing part 14 Learning part 15 Detection process control part 16 Detection part 20 Measuring apparatus 100 Drive apparatus 101 Recording medium 102 Auxiliary storage apparatus 103 Memory apparatus 104 CPU
105 interface device 121 teacher data storage unit 122 parameter storage unit 123 observation data storage unit 124 learning result storage unit 125 learning data storage unit B bus N1 network

Claims (8)

異常の検知対象が正常である場合に前記検知対象から得られる複数の種別のデータのデータ要素間の相関関係を、前記データ要素間の相関の高さに基づいて分類される単位ごとに、当該単位に関して生成される複数の学習器を用いて学習し、学習結果を出力する学習部と、
前記検知対象から複数のタイミングで得られる複数の種別のデータのデータ要素群について、前記単位ごとに、当該単位に係る学習結果に基づいて、当該単位に分類されるデータ要素群の相関関係の崩れの程度を示す異常度を算出し、前記単位ごとの異常度に基づいて前記検知対象の異常を検知する検知部と、
を有することを特徴とする異常検知装置。
When the abnormality detection target is normal, the correlation between data elements of a plurality of types of data obtained from the detection target is determined for each unit classified based on the level of correlation between the data elements. A learning unit that learns using a plurality of learners generated for units and outputs a learning result;
Regarding data element groups of a plurality of types of data obtained from the detection target at a plurality of timings, the correlation of the data element groups classified into the units is broken based on the learning results of the units for each unit. A degree of abnormality indicating a degree of the detection, a detection unit that detects the abnormality of the detection target based on the degree of abnormality for each unit;
An abnormality detection device characterized by comprising:
前記単位は、前記種別ごとの単位である、
ことを特徴とする請求項1記載の異常検知装置。
The unit is a unit for each type.
The abnormality detection device according to claim 1.
異常の検知対象が正常である場合に前記検知対象から得られる複数の種別のデータのデータ要素群を、相関の高さに基づいて複数の集合に分類する分類部を有し、
前記単位は、前記集合ごとの単位である、
ことを特徴とする請求項1記載の異常検知装置。
When the abnormality detection target is normal, the data element group of a plurality of types of data obtained from the detection target has a classification unit that classifies into a plurality of sets based on the level of correlation,
The unit is a unit for each set.
The abnormality detection device according to claim 1.
前記検知部は、
前記単位ごとの異常度の平均、
又は、異常の検知対象が正常である場合のデータ要素群について前記単位ごとに前記学習結果に基づいて算出される異常度を重みとする、前記単位ごとの異常度の重み付け平均、
又は、少なくとも一つの前記単位に係る異常度が閾値を超えるか、
又は、全ての前記単位に係る異常度が閾値を超えるか、
又は、異常度が閾値を超える前記単位の数、
に基づいて前記検知対象の異常を検知する、
ことを特徴とする請求項1乃至3いずれか一項記載の異常検知装置。
The detector is
Average degree of abnormality per unit,
Or, the weighted average of the degree of abnormality for each unit, with the degree of abnormality calculated based on the learning result for each unit as the data element group when the abnormality detection target is normal,
Or the degree of abnormality related to at least one of the units exceeds a threshold,
Or, the degree of abnormality related to all the units exceeds a threshold,
Or the number of units whose abnormalities exceed a threshold,
Detecting an abnormality of the detection target based on
The abnormality detection device according to any one of claims 1 to 3, wherein
異常の検知対象が正常である場合に前記検知対象から得られる複数の種別のデータのデータ要素間の相関関係を、前記データ要素間の相関の高さに基づいて分類される単位ごとに、当該単位に関して生成される複数の学習器を用いて学習し、学習結果を出力する学習手順と、
前記検知対象から複数のタイミングで得られる複数の種別のデータのデータ要素群について、前記単位ごとに、当該単位に係る学習結果に基づいて、当該単位に分類されるデータ要素群の相関関係の崩れの程度を示す異常度を算出し、前記単位ごとの異常度に基づいて前記検知対象の異常を検知する検知手順と、
をコンピュータが実行することを特徴とする異常検知方法。
When the abnormality detection target is normal, the correlation between data elements of a plurality of types of data obtained from the detection target is determined for each unit classified based on the level of correlation between the data elements. A learning procedure for learning using a plurality of learners generated for units and outputting a learning result,
Regarding data element groups of a plurality of types of data obtained from the detection target at a plurality of timings, the correlation of the data element groups classified into the units is broken based on the learning results of the units for each unit. A detection procedure for calculating the degree of abnormality indicating the degree of detection and detecting the abnormality of the detection target based on the degree of abnormality for each unit;
An abnormality detection method characterized in that the computer executes.
前記単位は、前記種別ごとの単位である、
ことを特徴とする請求項5記載の異常検知方法。
The unit is a unit for each type.
The abnormality detection method according to claim 5.
異常の検知対象が正常である場合に前記検知対象から得られる複数の種別のデータのデータ要素群を、相関の高さに基づいて複数の集合に分類する分類手順を有し、
前記単位は、前記集合ごとの単位である、
ことを特徴とする請求項5記載の異常検知方法。
A classification procedure for classifying data element groups of a plurality of types of data obtained from the detection target when the abnormality detection target is normal into a plurality of sets based on the level of correlation,
The unit is a unit for each set.
The abnormality detection method according to claim 5.
請求項1乃至4いずれか一項記載の各部としてコンピュータを機能させるためのプログラム。   The program for functioning a computer as each part as described in any one of Claims 1 thru | or 4.
JP2017040589A 2017-03-03 2017-03-03 Anomaly detection device, anomaly detection method and program Active JP6823501B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2017040589A JP6823501B2 (en) 2017-03-03 2017-03-03 Anomaly detection device, anomaly detection method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2017040589A JP6823501B2 (en) 2017-03-03 2017-03-03 Anomaly detection device, anomaly detection method and program

Publications (2)

Publication Number Publication Date
JP2018147172A true JP2018147172A (en) 2018-09-20
JP6823501B2 JP6823501B2 (en) 2021-02-03

Family

ID=63592180

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2017040589A Active JP6823501B2 (en) 2017-03-03 2017-03-03 Anomaly detection device, anomaly detection method and program

Country Status (1)

Country Link
JP (1) JP6823501B2 (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102027389B1 (en) * 2019-03-20 2019-10-01 (주)브이엠에스 Fault diagnosis system of mechanical devices using autoencoder and deep-learning
KR20200040469A (en) * 2018-10-10 2020-04-20 주식회사 케이티 Method, system and computer program for detecting error of facilities in building
KR20200056183A (en) * 2018-11-14 2020-05-22 주식회사 디플리 Anomaly Detection Method
JP2020125971A (en) * 2019-02-04 2020-08-20 株式会社ジェイテクト Inspection device and learning model for inspection generating device
WO2020166358A1 (en) * 2019-02-13 2020-08-20 日本電信電話株式会社 Network information collection device and method therefor
JP2020166690A (en) * 2019-03-29 2020-10-08 株式会社日立製作所 Storage system, and data recording method
CN113196312A (en) * 2019-01-18 2021-07-30 欧姆龙株式会社 Model generation device, model generation method, model generation program, model generation system, inspection system, and monitoring system
WO2022055100A1 (en) * 2020-09-11 2022-03-17 주식회사 뉴로클 Anomaly detection method and device therefor
JP2022519348A (en) * 2019-01-29 2022-03-23 アプライド マテリアルズ インコーポレイテッド Chamber matching using neural networks in semiconductor manufacturing equipment tools
KR20220071841A (en) * 2020-11-24 2022-05-31 고려대학교 산학협력단 Anomaly detection model using message id sequence on unmanned moving objects

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000321176A (en) * 1999-05-17 2000-11-24 Mitsui Eng & Shipbuild Co Ltd Method and device for detecting abnormal condition
JP2003256443A (en) * 2002-03-05 2003-09-12 Fuji Xerox Co Ltd Data classification device
JP2008097360A (en) * 2006-10-12 2008-04-24 Matsushita Electric Works Ltd Anomaly monitoring device
JP2008234551A (en) * 2007-03-23 2008-10-02 Hitachi Ltd Abnormality detection apparatus and abnormality detection program
JP2010078768A (en) * 2008-09-25 2010-04-08 Toshiba Corp Stereoscopic image capturing apparatus and stereoscopic image capturing system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000321176A (en) * 1999-05-17 2000-11-24 Mitsui Eng & Shipbuild Co Ltd Method and device for detecting abnormal condition
JP2003256443A (en) * 2002-03-05 2003-09-12 Fuji Xerox Co Ltd Data classification device
JP2008097360A (en) * 2006-10-12 2008-04-24 Matsushita Electric Works Ltd Anomaly monitoring device
JP2008234551A (en) * 2007-03-23 2008-10-02 Hitachi Ltd Abnormality detection apparatus and abnormality detection program
JP2010078768A (en) * 2008-09-25 2010-04-08 Toshiba Corp Stereoscopic image capturing apparatus and stereoscopic image capturing system

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
神村吏、木谷友哉: "位置情報を用いた二輪車モーションセンシングデータへの正解データ自動ラベリング手法の一提案", 情報処理学会研究報告 マルチメディア通信と分散処理(DPS) [ONLINE], vol. 第2013-DPS-157巻, 第6号, JPN6019012593, 2013, JP, pages 1 - 6, ISSN: 0004085327 *

Cited By (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20200040469A (en) * 2018-10-10 2020-04-20 주식회사 케이티 Method, system and computer program for detecting error of facilities in building
KR102285987B1 (en) * 2018-10-10 2021-08-04 주식회사 케이티 Method, system and computer program for detecting error of facilities in building
KR20200056183A (en) * 2018-11-14 2020-05-22 주식회사 디플리 Anomaly Detection Method
KR102600745B1 (en) * 2018-11-14 2023-11-10 주식회사 디플리 Anomaly Detection Method for Sound Classification Based on Neural Network Analysis
CN113196312A (en) * 2019-01-18 2021-07-30 欧姆龙株式会社 Model generation device, model generation method, model generation program, model generation system, inspection system, and monitoring system
JP2022519348A (en) * 2019-01-29 2022-03-23 アプライド マテリアルズ インコーポレイテッド Chamber matching using neural networks in semiconductor manufacturing equipment tools
JP7200387B2 (en) 2019-01-29 2023-01-06 アプライド マテリアルズ インコーポレイテッド Chamber Matching Using Neural Networks in Semiconductor Manufacturing Equipment Tools
JP2020125971A (en) * 2019-02-04 2020-08-20 株式会社ジェイテクト Inspection device and learning model for inspection generating device
JP7283096B2 (en) 2019-02-04 2023-05-30 株式会社ジェイテクト Inspection device and learning model generation device for inspection
US11604170B2 (en) 2019-02-04 2023-03-14 Jtekt Corporation Inspection device and inspection learning model generation device
JP2020136724A (en) * 2019-02-13 2020-08-31 日本電信電話株式会社 Network information collection device and method therefor
US11444857B2 (en) 2019-02-13 2022-09-13 Nippon Telegraph And Telephone Corporation Network information collection device and method therefor
JP7193725B2 (en) 2019-02-13 2022-12-21 日本電信電話株式会社 Network information collection device and method
WO2020166358A1 (en) * 2019-02-13 2020-08-20 日本電信電話株式会社 Network information collection device and method therefor
KR102027389B1 (en) * 2019-03-20 2019-10-01 (주)브이엠에스 Fault diagnosis system of mechanical devices using autoencoder and deep-learning
JP7140705B2 (en) 2019-03-29 2022-09-21 株式会社日立製作所 Storage system and data recording method
JP2020166690A (en) * 2019-03-29 2020-10-08 株式会社日立製作所 Storage system, and data recording method
WO2022055100A1 (en) * 2020-09-11 2022-03-17 주식회사 뉴로클 Anomaly detection method and device therefor
KR20220071841A (en) * 2020-11-24 2022-05-31 고려대학교 산학협력단 Anomaly detection model using message id sequence on unmanned moving objects
KR102476359B1 (en) * 2020-11-24 2022-12-09 고려대학교 산학협력단 Anomaly detection model using message id sequence on unmanned moving objects

Also Published As

Publication number Publication date
JP6823501B2 (en) 2021-02-03

Similar Documents

Publication Publication Date Title
JP6823501B2 (en) Anomaly detection device, anomaly detection method and program
JP6564799B2 (en) Threshold determination device, threshold determination method and program
JP4786908B2 (en) Fault detection and diagnosis
US9386030B2 (en) System and method for correlating historical attacks with diverse indicators to generate indicator profiles for detecting and predicting future network attacks
US9037896B2 (en) Root cause analysis in a sensor-actuator fabric of a connected environment
KR102418969B1 (en) System and method for predicting communication apparatuses failure based on deep learning
WO2018142703A1 (en) Anomaly factor estimation device, anomaly factor estimation method, and program
JP6183450B2 (en) System analysis apparatus and system analysis method
WO2017087440A1 (en) Anomaly fusion on temporal casuality graphs
GB2478066A (en) Identifying errors in a computer system using the relationships between the sources of log messages
Ntalampiras et al. A fault diagnosis system for interdependent critical infrastructures based on HMMs
EP3316520A1 (en) Bfd method and apparatus
JP2009217382A (en) Failure analysis system, failure analysis method, failure analysis server, and failure analysis program
CN108154230A (en) The monitoring method and monitoring device of deep learning processor
US10904271B2 (en) Active prioritization of investigation targets in network security
CN114363212B (en) Equipment detection method, device, equipment and storage medium
JP7086230B2 (en) Protocol-independent anomaly detection
JP6858798B2 (en) Feature generator, feature generator and program
WO2020044898A1 (en) Device status monitoring device and program
JP6781776B2 (en) Feature generator, feature generator and program
Kilinçer et al. Automatic fault detection with Bayes method in university campus network
JP2009267892A (en) Huge flow specification method, system and program and flow control system
JP7272189B2 (en) Information processing device, wireless communication system, information processing method and program
Shafin et al. Whose Data are Reliable: Sensor Declared Data Reliability
Xie et al. Detection of stationary network load increase using univariate network aggregate traffic data by dynamic PCA

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20180502

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190121

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190129

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20190416

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190628

C60 Trial request (containing other claim documents, opposition documents)

Free format text: JAPANESE INTERMEDIATE CODE: C60

Effective date: 20190628

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20190705

C21 Notice of transfer of a case for reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C21

Effective date: 20190709

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20190802

C211 Notice of termination of reconsideration by examiners before appeal proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C211

Effective date: 20190806

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20200402

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20200807

C22 Notice of designation (change) of administrative judge

Free format text: JAPANESE INTERMEDIATE CODE: C22

Effective date: 20201007

C23 Notice of termination of proceedings

Free format text: JAPANESE INTERMEDIATE CODE: C23

Effective date: 20201126

C03 Trial/appeal decision taken

Free format text: JAPANESE INTERMEDIATE CODE: C03

Effective date: 20210107

C30A Notification sent

Free format text: JAPANESE INTERMEDIATE CODE: C3012

Effective date: 20210107

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210108

R150 Certificate of patent or registration of utility model

Ref document number: 6823501

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150