JP3957712B2 - Communication monitoring system - Google Patents

Communication monitoring system Download PDF

Info

Publication number
JP3957712B2
JP3957712B2 JP2004337676A JP2004337676A JP3957712B2 JP 3957712 B2 JP3957712 B2 JP 3957712B2 JP 2004337676 A JP2004337676 A JP 2004337676A JP 2004337676 A JP2004337676 A JP 2004337676A JP 3957712 B2 JP3957712 B2 JP 3957712B2
Authority
JP
Japan
Prior art keywords
unit
feature information
feature
monitoring system
communication monitoring
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.)
Expired - Fee Related
Application number
JP2004337676A
Other languages
Japanese (ja)
Other versions
JP2006148686A (en
Inventor
信之 中村
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Oki Electric Industry Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Oki Electric Industry Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP2004337676A priority Critical patent/JP3957712B2/en
Publication of JP2006148686A publication Critical patent/JP2006148686A/en
Application granted granted Critical
Publication of JP3957712B2 publication Critical patent/JP3957712B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)
  • Maintenance And Management Of Digital Transmission (AREA)

Description

この発明は、ネットワーク上での不正や異常を検出する通信監視システムに関する。   The present invention relates to a communication monitoring system for detecting fraud and abnormality on a network.

近年、インターネット等の通信ネットワークでは、ハッカー等による不正行為(攻撃や侵入等)の問題が顕著になっている。かかる問題への対処技術の一つとして、ネットワーク侵入検知システム(NIDS;Network Intrusion Detection System) が知られている。ネットワーク侵入検知システムとは、予め定めた判定ルールとネットワーク状態とを比較することによって、不正行為を検知するシステムである。   In recent years, problems of fraud (attack, intrusion, etc.) by hackers have become prominent in communication networks such as the Internet. A network intrusion detection system (NIDS) is known as one technique for dealing with such a problem. The network intrusion detection system is a system that detects fraud by comparing a predetermined determination rule with a network state.

ネットワーク侵入検知システムの侵入検出アルゴリズムは、不正検出法と異常検出法とに大別される。不正検出法とは、不正行為が行われる際にネットワーク状態に表れる特徴を予め分析・ルール化しておき、ネットワーク状態がこのルールと一致したときに不正行為が行われていると判断する検出技術である。一方、異常検出法とは、正常時(不正行為等が発生していないとき)にネットワーク状態に表れる特徴を予め分析・ルール化しておき、ネットワーク状態がこのルールと一致しなくなったときに不正行為が行われていると判断する検出技術である。   The intrusion detection algorithm of the network intrusion detection system is roughly classified into a fraud detection method and an anomaly detection method. The fraud detection method is a detection technology that analyzes and rules in advance the features that appear in the network status when fraud is performed, and determines that fraud is being performed when the network status matches this rule. is there. On the other hand, the anomaly detection method is to analyze and rule the features that appear in the network state in normal time (when no fraud etc. occur), and to cheat when the network state no longer matches this rule. This is a detection technique that determines that the

これらの検出方法を比較すると、未知の不正行為等にも対処し得るという点では、異常検出法の方が優れている。しかしながら、異常検出法には、アルゴリズムが複雑であり、誤報率が高いという欠点がある。   Comparing these detection methods, the abnormality detection method is superior in that it can cope with unknown fraud. However, the abnormality detection method has a drawback that the algorithm is complicated and the false alarm rate is high.

これに対して、SVM(Support Vector Machines) と称される学習装置を用いて異常検出ルールを作成する技術が、下記非特許文献1によって提案されている。この技術によれば、ヘッダ情報から得られる情報を統計的に学習して異常検出ルールを作成することにより、アルゴリズムの複雑化を伴わずに誤報率を下げることが可能になる。
宮本貴朗、他3名、「SVMを用いたネットワークトラヒックからの異常検出」、電子情報通信学会論文誌、電子通信情報学会、2004年4月、Vol.J87-B No.4、p593-598
On the other hand, the following Non-Patent Document 1 proposes a technique for creating an abnormality detection rule using a learning device called SVM (Support Vector Machines). According to this technique, it is possible to reduce the false alarm rate without complicating the algorithm by statistically learning information obtained from header information and creating an abnormality detection rule.
Takaro Miyamoto and three others, “Abnormality detection from network traffic using SVM”, IEICE Transactions, IEICE, April 2004, Vol. J87-B No. 4, p593-598

しかしながら、非特許文献1の技術には、以下のような欠点がある。
(1)非特許文献1の技術では、ネットワークの正常/異常を検出することはできるものの、システム管理者が異常の原因を判別することはできないという欠点がある。このため、非特許文献1の技術を採用したシステムでは、異常の原因を解明するためには人手で解析する必要があり、このため、多大なコストや時間等を要することになる。
(2)非特許文献1の技術では、ネットワークに異常が発生したことを検出できても、かかる異常がネットワーク全体の異常であるのか或いは局地的な異常であるのかを判断することはできない。このため、異常の発生が検出されたときに、正常状態を回復するための迅速な対策を取ることが困難である。
(3)非特許文献1の技術では、ネットワーク装置(例えばプローブ装置)毎にトラフィックデータを集積し続けるため、各ネットワーク装置は膨大なディスク資源を必要となる。さらには、ディスク資源へのデータ書き込み等に計算機資源を奪われることになるので、通信パケットの取りこぼし等の不都合が発生するおそれもある。
(4)非特許文献1の技術では、学習機能を用いるので、ネットワーク装置を設置する場所でのトラフィックの傾向を予め学習させる必要があり、したがって運用開始までの作業負担が大きい。
(5)非特許文献1の技術ではネットワーク装置毎に学習データを保存するが、この学習データは一般に秘密情報として扱われるため、ネットワーク装置毎に漏洩対策を施す必要があり、コスト増の原因になる。
(6)非特許文献1の技術では、学習機能を用いるので、小規模システム等で学習データが少ない場合には、誤報率を低く抑えることが困難になる。
However, the technique of Non-Patent Document 1 has the following drawbacks.
(1) Although the technique of Non-Patent Document 1 can detect the normality / abnormality of the network, it has a drawback that the system administrator cannot determine the cause of the abnormality. For this reason, in a system that employs the technique of Non-Patent Document 1, it is necessary to perform manual analysis in order to elucidate the cause of the abnormality, which requires a great deal of cost and time.
(2) With the technique of Non-Patent Document 1, even if it is possible to detect that an abnormality has occurred in the network, it is not possible to determine whether such an abnormality is an abnormality of the entire network or a local abnormality. For this reason, it is difficult to take a quick measure for recovering the normal state when the occurrence of abnormality is detected.
(3) In the technique of Non-Patent Document 1, since traffic data is continuously accumulated for each network device (for example, a probe device), each network device requires an enormous amount of disk resources. Furthermore, since computer resources are deprived of data writing to disk resources, there is a possibility that inconveniences such as dropping of communication packets may occur.
(4) In the technique of Non-Patent Document 1, since the learning function is used, it is necessary to learn the traffic tendency at the place where the network device is installed in advance, and therefore the work load until the start of operation is large.
(5) In the technique of Non-Patent Document 1, learning data is stored for each network device. However, since this learning data is generally handled as confidential information, it is necessary to take measures against leakage for each network device, which causes an increase in cost. Become.
(6) Since the learning function is used in the technique of Non-Patent Document 1, it is difficult to keep the false alarm rate low when learning data is small in a small-scale system or the like.

この発明の課題は、信頼性が高く且つ低コストで実現できる通信監視システムを提供する点にある。   An object of the present invention is to provide a communication monitoring system that is highly reliable and can be realized at low cost.

この発明に係る通信監視システムは、予め定められた測定周期でネットワーク装置を通過する通信パケットのトラフィックを測定するトラフィック測定部と、通信パケットから読み出された一種類または複数種類のヘッダ情報を測定周期毎に統計処理する統計計算部と、トラフィック測定部の測定結果および統計計算部の計算結果を含む複数の特徴項目を有する特徴情報を測定周期毎に作成・保持する特徴情報保持部と、特徴情報保持部が新しい特徴情報を作成するたびに特徴情報保持部から古い特徴情報を読み出して蓄積するデータベース部と、特徴情報保持部が新しい特徴情報を作成するたびに、所定の1または複数の特徴項目が新しい特徴情報と同一性の範囲内にある特徴情報をデータベース部から読み出し、読み出された特徴情報の他の特徴項目についての正常範囲を統計的に算出し、新しい特徴情報の他の特徴項目と正常範囲とを比較することによって異常の発生を判断する異常検出部とを備える。   A communication monitoring system according to the present invention measures a traffic measurement unit that measures traffic of a communication packet passing through a network device at a predetermined measurement cycle, and measures one or more types of header information read from the communication packet. A statistical calculation unit that performs statistical processing for each period, a feature information holding unit that creates and holds characteristic information having a plurality of characteristic items including a measurement result of the traffic measurement unit and a calculation result of the statistical calculation unit for each measurement period, and a feature A database unit that reads and stores old feature information from the feature information holding unit every time the information holding unit creates new feature information, and a predetermined one or more features each time the feature information holding unit creates new feature information The feature information whose items are within the same range as the new feature information is read from the database unit, and the read feature information Statistically calculating the normal range for characteristic item, and an abnormality detection unit for determining the occurrence of abnormality by comparing the other characteristic item and a normal range of new feature information.

本発明によれば、複数の特徴項目を含む特徴情報をデータベース部に順次蓄積し、これらの各特徴項目の相関性から異常検出部で正常/異常を判断するので、信頼性の高い通信監視システムを低コストで提供することができる。   According to the present invention, feature information including a plurality of feature items is sequentially accumulated in the database unit, and normality / abnormality is determined by the abnormality detection unit from the correlation between these feature items. Therefore, a highly reliable communication monitoring system Can be provided at low cost.

以下、この発明の実施の形態について、図面を用いて説明する。なお、図中、各構成成分の大きさ、形状および配置関係は、この発明が理解できる程度に概略的に示してあるにすぎず、また、以下に説明する数値的条件は単なる例示にすぎない。   Embodiments of the present invention will be described below with reference to the drawings. In the drawings, the size, shape, and arrangement relationship of each component are shown only schematically to the extent that the present invention can be understood, and the numerical conditions described below are merely examples. .

第1の実施形態
以下、この発明に係る通信監視システムの一実施形態について、この発明をプローブ装置に適用した場合を例に採り、図1および図2を用いて説明する。プローブ装置とは、通信トラフィックを監視する装置であり、ネットワークどうしを接続するインタフェース部分に設置される。
First Embodiment Hereinafter, an embodiment of a communication monitoring system according to the present invention will be described with reference to FIGS. 1 and 2, taking the case where the present invention is applied to a probe device as an example. The probe device is a device that monitors communication traffic, and is installed at an interface portion that connects networks.

図1は、この実施形態に係るプローブ装置の要部構成を概略的に示すブロック図である。   FIG. 1 is a block diagram schematically showing a main configuration of the probe apparatus according to this embodiment.

図1に示したように、この実施形態のプローブ装置100は、ネットワークインタフェース部110と、トラフィック測定部120と、パケット解析部130と、解析区切指定部140と、統計計算部150と、特徴情報保持部160と、データベース部170と、異常検出部180とを備える。   As shown in FIG. 1, the probe apparatus 100 of this embodiment includes a network interface unit 110, a traffic measurement unit 120, a packet analysis unit 130, an analysis delimiter designating unit 140, a statistical calculation unit 150, and feature information. A holding unit 160, a database unit 170, and an abnormality detection unit 180 are provided.

ネットワークインタフェース部110は、2つのネットワーク191,192どうしを接続する伝送路193上に配置され、この伝送路193上を伝送されるIPパケットを中継する。すなわち、これらのネットワーク191,192間を伝送されるIPパケットは、すべてネットワークインタフェース部110を通過する。   The network interface unit 110 is disposed on a transmission line 193 connecting the two networks 191 and 192, and relays IP packets transmitted on the transmission line 193. That is, all IP packets transmitted between these networks 191 and 192 pass through the network interface unit 110.

トラフィック測定部120は、解析区切指定部140が指定した測定周期毎に、ネットワークインタフェース部110を通過するIPパケット数やスループットを測定する。また、トラフィック測定部120は、解析区切指定部140から受信した測定周期情報に基づいて各測定周期の開始・終了日時を記録し、特徴情報保持部160に送る。   The traffic measurement unit 120 measures the number of IP packets that pass through the network interface unit 110 and the throughput for each measurement period specified by the analysis delimitation specifying unit 140. In addition, the traffic measurement unit 120 records the start / end date and time of each measurement cycle based on the measurement cycle information received from the analysis delimiter designating unit 140 and sends it to the feature information holding unit 160.

パケット解析部130は、ネットワークインタフェース部110を通過したIPパケットを解析して当該IPパケットの種類やポート番号等(後述)を判別し、統計計算部150に送る。   The packet analysis unit 130 analyzes the IP packet that has passed through the network interface unit 110 to determine the type and port number (described later) of the IP packet, and sends the IP packet to the statistical calculation unit 150.

解析区切指定部140は、トラフィック測定部120およびパケット解析部130の測定周期を制御する。測定周期としては、例えば、時間的な周期や総パケット数の周期等を採用することができる。   The analysis delimiter designating unit 140 controls the measurement period of the traffic measurement unit 120 and the packet analysis unit 130. As the measurement cycle, for example, a time cycle or a cycle of the total number of packets can be employed.

統計計算部150は、パケット解析部130から解析結果を受け取り、測定周期毎に統計処理を行う。   The statistical calculation unit 150 receives the analysis result from the packet analysis unit 130 and performs statistical processing for each measurement period.

特徴情報保持部160は、トラフィック測定部120から測定結果や日時情報を受け取り、統計計算部150から処理結果を受け取る。そして、特徴情報保持部160は、これらの情報(以下、「特徴項目」と記す)を有する特徴情報を、測定周期毎に作成し、保持する(後述の図2参照)。また、特徴情報保持部160は、新しい特徴情報を作成するたびに、その直前に作成された古い特徴情報をデータベース部170に送るとともに、異常検出部180に更新通知信号を送る。   The feature information holding unit 160 receives measurement results and date / time information from the traffic measurement unit 120 and receives processing results from the statistical calculation unit 150. Then, the feature information holding unit 160 creates and holds feature information having these pieces of information (hereinafter referred to as “feature items”) for each measurement cycle (see FIG. 2 described later). Further, each time new feature information is created, the feature information holding unit 160 sends the old feature information created immediately before to the database unit 170 and sends an update notification signal to the abnormality detection unit 180.

データベース部170は、特徴情報保持部160から受け取った特徴情報を、すべて蓄積する。   The database unit 170 stores all feature information received from the feature information holding unit 160.

異常検出部180は、特徴情報保持部160の特徴情報が更新されるたびに、当該特徴情報とデータベース部170に蓄積された過去の特徴情報とを用いて、正常/異常の判断を行う(後述)。   Each time the feature information stored in the feature information holding unit 160 is updated, the abnormality detection unit 180 determines normality / abnormality using the feature information and past feature information accumulated in the database unit 170 (described later). ).

図2は、特徴情報保持部160が作成した特徴情報の一例を示す表である。   FIG. 2 is a table showing an example of feature information created by the feature information holding unit 160.

図2に示したように、この実施形態の特徴情報は、特徴項目として、「日時」、「総パケット数」、「スループット」、「TCPパケット数」、「UDPパケット数」、「ICMPパケット数」、「TCPウインドウズサイズ」、「TCPポート番号」、「送信元TCPポート番号」、「宛先TCPポート番号」、「UDPポート番号」、「発信元UDPポート番号」、「宛先UDPポート番号」、「TCPフラグ」、「TCPフラグセット」、「ICMPタイプコード」、「IP−TOS」、「IP−TTL」、「IPプロトコル」を含む。   As shown in FIG. 2, the feature information of this embodiment includes “date and time”, “total number of packets”, “throughput”, “number of TCP packets”, “number of UDP packets”, “number of ICMP packets” as feature items. ”,“ TCP Windows size ”,“ TCP port number ”,“ source TCP port number ”,“ destination TCP port number ”,“ UDP port number ”,“ source UDP port number ”,“ destination UDP port number ”, It includes “TCP flag”, “TCP flag set”, “ICMP type code”, “IP-TOS”, “IP-TTL”, and “IP protocol”.

「日時」とは、当該特徴情報に係る測定周期の開始・終了日時である。図2の例では、2004年9月10日の0時0分から0時5分までの5分間にネットワークインタフェース部110を通過したIPパケットに関する特徴情報であることを示している。この特徴項目は、トラフィック測定部120から取得される。   “Date / time” is the start / end date / time of the measurement cycle related to the feature information. The example of FIG. 2 indicates that the feature information is related to the IP packet that has passed through the network interface unit 110 for 5 minutes from 0:00 to 0:05 on September 10, 2004. This feature item is acquired from the traffic measurement unit 120.

「総パケット数」は、当該測定周期内にネットワークインタフェース部110を通過したIPパケットの総数である。この特徴項目は、パケット解析部130によって測定される。   The “total number of packets” is the total number of IP packets that have passed through the network interface unit 110 within the measurement period. This feature item is measured by the packet analysis unit 130.

「スループット」は、当該プローブ装置100の実効的な通信速度であり、アプリケーション層で単位時間内に処理できる情報量を規定する。この特徴項目は、トラフィック測定部120によって測定される。   “Throughput” is an effective communication speed of the probe apparatus 100 and defines the amount of information that can be processed within a unit time in the application layer. This feature item is measured by the traffic measurement unit 120.

「TCPパケット数」は、当該測定周期内にネットワークインタフェース部110を通過したIPパケットのうち、TCPパケット(トランスポート層のプロトコルとしてTCP(Transmission Control Protocol) を使用するパケット)の総数である。TCPパケット数は、パケット解析部130によって、測定周期毎にカウントされる。   The “number of TCP packets” is the total number of TCP packets (packets using TCP (Transmission Control Protocol) as a transport layer protocol) among IP packets that have passed through the network interface unit 110 within the measurement period. The number of TCP packets is counted by the packet analysis unit 130 every measurement period.

「UDPパケット数」は、当該測定周期内にネットワークインタフェース部110を通過したIPパケットのうち、UDPパケット(トランスポート層のプロトコルとしてUDP(User Datagram Protocol)を使用するパケット)の総数である。この特徴項目も、パケット解析部130で、測定周期毎にカウントされる。   The “number of UDP packets” is the total number of UDP packets (packets that use User Datagram Protocol (UDP) as a transport layer protocol) among IP packets that have passed through the network interface unit 110 within the measurement period. This feature item is also counted by the packet analysis unit 130 every measurement cycle.

「ICMPパケット数」は、当該測定周期内にネットワークインタフェース部110を通過したIPパケットのうち、ICMPパケット(ICMP(Internet Control Message Protocol) を使用するパケット)の総数である。この特徴項目も、パケット解析部130で、測定周期毎にカウントされる。   “Number of ICMP packets” is the total number of ICMP packets (packets using Internet Control Message Protocol (ICMP)) among IP packets that have passed through the network interface unit 110 within the measurement period. This feature item is also counted by the packet analysis unit 130 every measurement cycle.

「TCPウィンドウサイズ」は、TCPヘッダ内に格納された情報の一つであり、通信端末装置が一度に受信できるデータ量を示す値である。TCPウィンドウサイズは、パケット解析部130により、すべての通過TCPパケットから読み出される。そして、統計計算部150が、各ウィンドウサイズ値のTCPパケット数をカウントし、カウント数が多いウィンドウサイズ値の上位3個をリストアップする。   “TCP window size” is one piece of information stored in the TCP header, and is a value indicating the amount of data that can be received at one time by the communication terminal apparatus. The TCP window size is read from all the passing TCP packets by the packet analysis unit 130. Then, the statistical calculation unit 150 counts the number of TCP packets of each window size value, and lists the top three window size values having the largest count number.

「TCPポート番号」は、TCPヘッダ内に格納された情報の一つであり、TCPで使用されるポート番号(アプリケーションを特定するためにIPアドレスの下位に設けられる補助アドレス)である。TCPヘッダには、送信元ポート番号と宛先ポート番号とが格納されるが、この実施形態では、これらを総称してTCPポート番号と記す。TCPポート番号は、パケット解析部130により、すべての通過TCPパケットから読み出される。そして、統計計算部150が、各TCPポート番号のTCPパケット数をカウントし、カウント数が多いTCPポート番号の上位5個をリストアップする。   The “TCP port number” is one piece of information stored in the TCP header, and is a port number used in TCP (an auxiliary address provided below the IP address in order to identify an application). The TCP header stores a source port number and a destination port number. In this embodiment, these are collectively referred to as a TCP port number. The TCP port number is read from all passing TCP packets by the packet analysis unit 130. Then, the statistical calculation unit 150 counts the number of TCP packets of each TCP port number, and lists the top five TCP port numbers with the largest number of counts.

「送信元TCPポート番号」は、上述のTCPポート番号のうち、当該TCPパケットを送信したプローブ装置のアプリケーションを特定するためのポート番号である。送信元TCPポート番号は、パケット解析部130により、すべての通過TCPパケットから読み出される。そして、統計計算部150が、当該ポート番号毎のTCPパケット数をカウントアップする。   The “transmission source TCP port number” is a port number for identifying the application of the probe device that has transmitted the TCP packet among the above-described TCP port numbers. The source TCP port number is read from all the passing TCP packets by the packet analysis unit 130. Then, the statistical calculation unit 150 counts up the number of TCP packets for each port number.

「宛先TCPポート番号」は、上述のTCPポート番号のうち、当該TCPパケットを受信する通信端末装置のアプリケーションを特定するためのポート番号である。宛先TCPポート番号は、パケット解析部130により、すべての通過TCPパケットから読み出される。そして、統計計算部150が、当該ポート番号毎のTCPパケット数をカウントアップする。   The “destination TCP port number” is a port number for specifying an application of the communication terminal device that receives the TCP packet among the above TCP port numbers. The destination TCP port number is read from all passing TCP packets by the packet analysis unit 130. Then, the statistical calculation unit 150 counts up the number of TCP packets for each port number.

「UDPポート番号」は、UDPヘッダ内に格納された情報の一つであり、UDPで使用されるポート番号である。この実施形態では、送信元ポート番号と宛先ポート番号とを総称してUDPポート番号と記す。UDPポート番号は、パケット解析部130により、すべての通過UDPパケットから読み出される。そして、統計計算部150が、UDPポート番号毎のUDPパケット数をカウントし、カウント数が多いUDPポート番号の上位5個をリストアップする。   The “UDP port number” is one of information stored in the UDP header and is a port number used in UDP. In this embodiment, the transmission source port number and the destination port number are collectively referred to as a UDP port number. The UDP port number is read from all the passing UDP packets by the packet analysis unit 130. Then, the statistical calculation unit 150 counts the number of UDP packets for each UDP port number, and lists the top five UDP port numbers with the largest number of counts.

「送信元UDPポート番号」は、上述のUDPポート番号のうち、当該UDPパケットを送信したプローブ装置のアプリケーションを特定するためのポート番号である。送信元UDPポート番号は、パケット解析部130により、すべての通過UDPパケットから読み出される。そして、統計計算部150が、当該ポート番号毎のUDPパケット数をカウントアップする。   The “transmission source UDP port number” is a port number for specifying the application of the probe device that has transmitted the UDP packet among the above-mentioned UDP port numbers. The source UDP port number is read from all the passing UDP packets by the packet analysis unit 130. Then, the statistical calculation unit 150 counts up the number of UDP packets for each port number.

「宛先UDPポート番号」は、上述のUDPポート番号のうち、当該UDPパケットを受信する通信端末装置のアプリケーションを特定するためのポート番号である。宛先UDPポート番号は、パケット解析部130により、すべての通過UDPパケットから読み出される。そして、統計計算部150が、当該ポート番号毎のUDPパケット数をカウントアップする。   The “destination UDP port number” is a port number for specifying an application of the communication terminal device that receives the UDP packet among the above-described UDP port numbers. The destination UDP port number is read from all passing UDP packets by the packet analysis unit 130. Then, the statistical calculation unit 150 counts up the number of UDP packets for each port number.

「TCPフラグ」は、TCPヘッダのフラグ領域(1バイト)に格納されたフラグのビット値である。このフラグ領域には、2ビットの予約フラグと、URGフラグと、ACKフラグと、PUSHフラグと、RSTフラグと、SYNフラグと、FINフラグとが格納されている(図2の特徴項目NのU,A,P,R,S,Fに対応)。パケット解析部130は、これらのフラグのうち予約フラグを除く6個について、フラグがセットされている(‘1’になっている)TCPパケット数をカウントする。   The “TCP flag” is a bit value of a flag stored in the flag area (1 byte) of the TCP header. In this flag area, a 2-bit reservation flag, a URG flag, an ACK flag, a PUSH flag, an RST flag, a SYN flag, and a FIN flag are stored (U of the feature item N in FIG. 2). , A, P, R, S, F). The packet analysis unit 130 counts the number of TCP packets in which the flags are set ('1') for six of these flags excluding the reservation flag.

「TCPフラグセット」は、上述の6個のTCPフラグのうち、セットされているフラグの組み合わせを示す情報である。パケット解析部130は、すべての通過TCPパケットのヘッダから各TCPフラグの値を読み出し、セットされているフラグの組み合わせ毎にTCPパケット数をカウントする。例えば、ACKフラグおよびSYNフラグの値は‘1’であるが他のフラグの値は‘0’のTCPパケットが1個解析されたとき、‘ACK+SYN’のTCPパケット数が1個増加することになる。統計計算部150は、読み出し回数が多いフラグ値組み合わせの上位3個をリストアップする。   The “TCP flag set” is information indicating a combination of set flags among the six TCP flags described above. The packet analysis unit 130 reads the value of each TCP flag from the headers of all the passing TCP packets, and counts the number of TCP packets for each set of flag combinations. For example, when one TCP packet whose ACK flag and SYN flag values are '1' but the other flag values are '0', the number of TCP packets of 'ACK + SYN' increases by one. Become. The statistical calculation unit 150 lists the top three flag value combinations that are read frequently.

「ICMPタイプコード」は、ICMPパケットのヘッダ内に格納された情報の一つであり、ネットワーク制御のためのメッセージを示すタイプ(大分類)およびコード(小分類)である。例えばタイプ・コードが8・0の場合、エコー要求メッセージを示している。パケット解析部130は、すべての通過ICMPパケットのヘッダからタイプおよびコードを読み出し、タイプコード毎のICMPパケット数をカウントする。そして、統計計算部150が、カウント数が多いタイプ・コードの上位3個をリストアップする。   The “ICMP type code” is one of information stored in the header of the ICMP packet, and is a type (major classification) and a code (minor classification) indicating a message for network control. For example, when the type code is 8.0, an echo request message is indicated. The packet analysis unit 130 reads the type and code from the headers of all passing ICMP packets, and counts the number of ICMP packets for each type code. Then, the statistical calculation unit 150 lists the top three types / codes having the largest count number.

「IP−TOS」は、IPヘッダのTOS(Type Of Service) 領域に格納された8ビット情報であり、そのIPパケットのルーティング優先度等を示している。パケット解析部130は、すべての通過IPパケットからIP−TOSを読み出して、IP−TOS値毎のIPパケット数をカウントする。そして、統計計算部150が、カウント数が多いIP−TOS値の上位3個をリストアップする。   “IP-TOS” is 8-bit information stored in a TOS (Type Of Service) area of the IP header, and indicates the routing priority of the IP packet. The packet analysis unit 130 reads IP-TOS from all passing IP packets, and counts the number of IP packets for each IP-TOS value. Then, the statistical calculation unit 150 lists the top three IP-TOS values with the largest number of counts.

「IP−TTL」は、IPヘッダのTTL(Time To Live)領域に格納された8ビット情報であり、そのIPパケットの寿命を示している。パケット解析部130は、すべての通過IPパケットからIP−TTLを読み出して、IP−TTL値毎のIPパケット数をカウントする。そして、統計計算部150が、カウント数が多いIP−TTL値の上位3個をリストアップする。   “IP-TTL” is 8-bit information stored in a TTL (Time To Live) area of the IP header, and indicates the lifetime of the IP packet. The packet analysis unit 130 reads IP-TTL from all the passing IP packets and counts the number of IP packets for each IP-TTL value. Then, the statistical calculation unit 150 lists the top three IP-TTL values with the largest number of counts.

「IPプロトコル」は、IP(ネットワーク層)よりも上位の層に属するプロトコルを示す情報であり、上述のTCP、UDP、ICMP等がある。パケット解析部130は、すべての通過IPパケットのIPプロトコルを判定して、各IPプロトコルの検出回数をカウントする。そして、統計計算部150が、カウント数が多いIPプロトコルの上位3個をリストアップする。   “IP protocol” is information indicating a protocol belonging to a layer higher than IP (network layer), and includes the above-described TCP, UDP, ICMP, and the like. The packet analysis unit 130 determines the IP protocol of all the passing IP packets and counts the number of detections of each IP protocol. Then, the statistical calculation unit 150 lists the top three IP protocols with the largest number of counts.

なお、図2の特徴項目は一例にすぎず、これらの特徴項目の一部のみを採用してもよいし、他の特徴項目を使用してもよい。例えば、TCPパケット数、UDPパケット数、ICMPパケット数に代えて、TCPパケット数/総パケット数、UDPパケット数/総パケット数、ICMPパケット数/総パケット数を使用してもよい。   Note that the feature items in FIG. 2 are merely examples, and only some of these feature items may be employed, or other feature items may be used. For example, instead of the number of TCP packets, the number of UDP packets, and the number of ICMP packets, the number of TCP packets / total number of packets, the number of UDP packets / total number of packets, and the number of ICMP packets / total number of packets may be used.

また、IPパケットがフラグメントパケットである場合に、当該フラグメントパケットの先頭のIPパケットのみをカウントすることにしてもよい。   In addition, when the IP packet is a fragment packet, only the top IP packet of the fragment packet may be counted.

次に、この実施形態のプローブ装置100の全体動作を説明する。   Next, the overall operation of the probe apparatus 100 of this embodiment will be described.

ネットワークインタフェース部110は、ネットワーク(図示せず)のトラフィックを解析するために、IPパケットのヘッダ情報を随時取得する。取得されたIPパケット・ヘッダは、パケット解析部130に送られる。   The network interface unit 110 acquires header information of IP packets as needed in order to analyze traffic on a network (not shown). The acquired IP packet header is sent to the packet analysis unit 130.

トラフィック測定部120は、ネットワークインタフェース部110を常に監視することにより、スループットを測定する(図2の特徴項目C参照)。また、トラフィック測定部120は、上述のように、各測定周期の開始・終了日時を記録・保持する(図2の特徴項目A参照)。これらの特徴項目A,Cは、測定周期毎に作成されて、特徴情報保持部160に送られる。   The traffic measurement unit 120 measures the throughput by constantly monitoring the network interface unit 110 (see feature item C in FIG. 2). Further, as described above, the traffic measurement unit 120 records and holds the start / end date and time of each measurement cycle (see the feature item A in FIG. 2). These feature items A and C are created for each measurement cycle and sent to the feature information holding unit 160.

パケット解析部130は、ネットワークインタフェース部110から受け取ったIPパケット・ヘッダを解析することにより、パケットやポートの種類の判断、カウント等を行う。この解析処理の結果は、統計計算部150に送られる。   The packet analysis unit 130 analyzes the IP packet header received from the network interface unit 110, thereby determining the type of packet or port, counting, and the like. The result of this analysis process is sent to the statistical calculation unit 150.

統計計算部150は、パケット解析部130から受け取った解析結果に基づいて、上述のリストアップ等を行い、特徴項目B,D〜S(図2参照)を作成する。これらの特徴項目B,D〜Sは、特徴情報保持部160に送られる。   The statistical calculation unit 150 performs the above-described listing based on the analysis result received from the packet analysis unit 130, and creates feature items B and D to S (see FIG. 2). These feature items B and D to S are sent to the feature information holding unit 160.

特徴情報保持部160は、同じ測定周期に対応する特徴項目A〜Sを一覧表化することにより、特徴情報を作成する。作成された特徴情報は、次の測定周期に対応する特徴情報が作成されるまで、特徴情報保持部160内に保持される。新しい特徴情報(すなわち、次の測定周期に対応する特徴情報)が作成されたとき、特徴情報保持部160は、内部に保持されていた古い特徴情報を、データベース部170に送ったあとで、内部に保持されている特徴情報を、当該新しい特徴情報に更新する。そして、特徴情報保持部160は、特著情報が更新されたことを示す信号を、異常検出部180に送る。   The feature information holding unit 160 creates feature information by listing the feature items A to S corresponding to the same measurement cycle. The created feature information is held in the feature information holding unit 160 until feature information corresponding to the next measurement cycle is created. When new feature information (that is, feature information corresponding to the next measurement cycle) is created, the feature information holding unit 160 sends the old feature information held inside to the database unit 170, Is updated to the new feature information. Then, the feature information holding unit 160 sends a signal indicating that the special book information has been updated to the abnormality detection unit 180.

データベース部170は、特徴情報保持部160から受け取った特徴情報を、すべて蓄積する。   The database unit 170 stores all feature information received from the feature information holding unit 160.

異常検出部180は、特徴情報が更新されるたびに、特徴情報保持部160から新しい特徴情報を読み出す。そして、異常検出部180は、当該特徴情報の所定の1種類または複数種類の特徴項目について、同一性の範囲を判断する。例えば、スループットの同一性の範囲を求める場合、このスループット値の±10パーセント以内を、同一性の範囲とすることができる。また、TCPウィンドウサイズの同一性を求める場合に、上位3個のリストのサイズ値および順位が完全に一致する場合のみを同一性の範囲としてもよく、さらには、上位3個のリストの各サイズ値のみが一致していればこれら3個の順位が異なっていても同一性の範囲であるとしてもよい。   The abnormality detection unit 180 reads new feature information from the feature information holding unit 160 every time the feature information is updated. Then, the abnormality detection unit 180 determines the range of identity for a predetermined one type or a plurality of types of feature items of the feature information. For example, when the range of identity of throughput is obtained, the range of identity can be within ± 10% of this throughput value. In addition, when obtaining the TCP window size identity, the range of identity may be set only when the size values and ranks of the top three lists completely match, and each size of the top three lists may be determined. If only the values match, even if these three ranks are different, they may be in the same range.

続いて、異常検出部180は、当該特徴項目が同一性の範囲内にある特徴情報を、データベース部170から、すべて読み出す。そして、異常検出部180は、読み出された特徴情報から、「同一性の範囲」の判断対象となった特徴項目を除く各特徴項目について、正常範囲を統計的に算出する。例えば、読み出された特徴情報にそれぞれ含まれるTCPパケット数の標準偏差を算出し、かかる標準偏差の3倍以内を正常範囲とすることができる。また、例えば、TCPウィンドウサイズについて、上位3個のリストのうち2個以上が一致する場合を正常範囲とすることができる。正確な異常検出を行うためには、正常範囲の判断方法を、プローブ装置のトラフィック環境等に応じて、特徴項目毎に定めることが望ましい。   Subsequently, the abnormality detection unit 180 reads all the feature information whose feature items are within the same range from the database unit 170. Then, the abnormality detection unit 180 statistically calculates a normal range for each feature item excluding the feature item for which the “identity range” is determined from the read feature information. For example, the standard deviation of the number of TCP packets included in the read feature information can be calculated, and the normal range can be within three times the standard deviation. For example, regarding the TCP window size, a case where two or more of the top three lists match can be set as the normal range. In order to perform accurate abnormality detection, it is desirable to determine a normal range determination method for each feature item in accordance with the traffic environment of the probe device.

異常検出部180は、特徴情報保持部160から読み出された特徴情報の各特徴項目(同一性の範囲の判断対象となった特徴項目を除く)を、対応する正常範囲と比較する。そして、この比較結果に応じて、ネットワークの正常/異常を判断する。例えば、TCPポート135およびICMPのカウント値が非常に大きい場合には(図2の特徴項目H,S参照)、‘MS Blaster’と称される不正攻撃を受けている可能性が高い。この判断では、正常範囲内にない特徴項目が一つでもあれば異常と判断することとしてもよいし、正常範囲内にない特徴項目が所定数個以上である場合にのみ異常と判断することとしてもよい。さらには、特定の特徴項目については正常範囲内にないものが一つでもあれば異常と判断するが、他の特徴項目については正常範囲内にないものが所定数個以上である場合にのみ異常と判断することとしてもよい。   The abnormality detection unit 180 compares each feature item of feature information read from the feature information holding unit 160 (excluding the feature item for which the range of identity is determined) with the corresponding normal range. Then, whether the network is normal or abnormal is determined according to the comparison result. For example, when the count values of the TCP port 135 and ICMP are very large (refer to the characteristic items H and S in FIG. 2), there is a high possibility that an illegal attack called 'MS Blaster' is being received. In this determination, if there is one feature item that is not within the normal range, it may be determined to be abnormal, or only if there are a predetermined number or more of feature items that are not within the normal range, it is determined to be abnormal. Also good. Furthermore, if there is at least one specific feature item that is not within the normal range, it is determined to be abnormal, but other feature items are abnormal only when there are a predetermined number of items that are not within the normal range. It is good also as judging.

異常検出部180は、正常と判断された場合には、そのまま検出動作を終了して、特徴情報保持部160の次の特徴情報更新まで待機する。一方、異常と判断された場合には、異常検出部180は、ユーザ或いはオペレータに対して、異常の発生と正常範囲内にない特徴項目とを告知する。   If it is determined that the abnormality is normal, the abnormality detection unit 180 ends the detection operation as it is, and waits for the next feature information update of the feature information holding unit 160. On the other hand, if it is determined that there is an abnormality, the abnormality detection unit 180 notifies the user or operator of the occurrence of the abnormality and the feature item that is not within the normal range.

以上説明したように、この実施形態に係る通信監視システムによれば、新しく取得した特徴情報の各特徴項目を過去の各特徴項目と統計的に比較して正常/異常を判断するので、簡単な構成で、信頼性の高い通信監視を行うことができる。   As described above, according to the communication monitoring system according to this embodiment, each feature item of newly acquired feature information is statistically compared with each past feature item to determine normality / abnormality. With the configuration, highly reliable communication monitoring can be performed.

また、この実施形態に係る通信監視システムによれば、正常範囲内にない特徴項目を簡単に特定することができるので、異常の原因を容易に解明することができる。   Further, according to the communication monitoring system according to this embodiment, it is possible to easily identify a feature item that is not within the normal range, so that the cause of the abnormality can be easily clarified.

加えて、この実施形態に係る通信監視システムによれば、学習機能を使用する必要がないので、誤検出であった場合にも、誤検出である旨や当該誤検出の原因を容易に特定することができ、このため、正常範囲の判断方法の改善等の対策が容易である。   In addition, according to the communication monitoring system according to this embodiment, since it is not necessary to use a learning function, even if it is a false detection, the fact that it is a false detection and the cause of the false detection are easily identified. Therefore, it is easy to take measures such as improvement of the normal range judgment method.

第2の実施形態
次に、この発明に係る通信監視システムの第2の実施形態について、図3〜図5を用いて説明する。
Second Embodiment Next, a second embodiment of the communication monitoring system according to the present invention will be described with reference to FIGS.

この実施形態は、複数台のプローブ装置が特徴情報を共用できるように通信監視システムを構築した例である。   This embodiment is an example in which a communication monitoring system is constructed so that a plurality of probe devices can share feature information.

図3は、この実施形態に係る通信監視システムの全体構成を概略的に示す概念図である。   FIG. 3 is a conceptual diagram schematically showing the overall configuration of the communication monitoring system according to this embodiment.

図3に示したように、この実施形態に係る通信監視システム300は、ネットワーク311〜314のインタフェース部分の伝送路193上に設置された複数台(図3の例では3台)のプローブ装置321,322,323を備えている。   As shown in FIG. 3, the communication monitoring system 300 according to this embodiment includes a plurality (three in the example of FIG. 3) of probe devices 321 installed on the transmission path 193 of the interface portion of the networks 311 to 314. , 322, 323.

図4は、プローブ装置321の要部構成を概略的に示すブロック図である。図4において、図1と同じ符号を付した構成要素は、それぞれ図1の場合と同じものである。なお、プローブ装置322,323の内部構成も、それぞれプローブ装置321と同様である。また、図5は、特徴情報保持部421(後述)が作成した特徴情報の一例を示す概念図である。   FIG. 4 is a block diagram schematically showing a main configuration of the probe device 321. In FIG. 4, the constituent elements having the same reference numerals as those in FIG. 1 are the same as those in FIG. The internal configurations of the probe devices 322 and 323 are the same as the probe device 321, respectively. FIG. 5 is a conceptual diagram showing an example of feature information created by a feature information holding unit 421 (described later).

図4において、特徴情報保持部401は、第1の実施形態と同様にして特徴情報を作成するとともに、この特徴情報に、図5に示したようなプローブIDを付加する。プローブIDとは、プローブ装置321で取得された特徴情報を他のプローブ装置322,323で取得されたものと区別するためのID(Identity Data) である。特徴情報保持部401は、図5のような特徴情報を測定周期毎に作成して保持する。そして、特徴情報保持部401は、新しい特徴情報を作成するたびに、その直前に作成された古い特徴情報をデータベース部170に送るとともに、異常検出部403に更新通知信号を送る。   In FIG. 4, the feature information holding unit 401 creates feature information as in the first embodiment, and adds a probe ID as shown in FIG. 5 to this feature information. The probe ID is ID (Identity Data) for distinguishing feature information acquired by the probe device 321 from information acquired by the other probe devices 322 and 323. The feature information holding unit 401 creates and holds feature information as shown in FIG. 5 for each measurement period. Each time new feature information is created, the feature information holding unit 401 sends the old feature information created immediately before to the database unit 170 and sends an update notification signal to the abnormality detection unit 403.

分散データベース制御部402には、プローブ装置321と特徴情報を共用する他のプローブ装置(この実施形態では、プローブ装置322,323)が登録されている。分散データベース制御部402は、データベース部170に蓄積されていない特徴情報を、他のプローブ装置322,323に要求する。加えて、分散データベース制御部402は、プローブ装置322,323から送信された当該特徴情報を、データベース部170に蓄積する。例えば、特徴情報保持部401に保持された特徴情報からスループットの同一性の範囲を求めたが、該当する特徴情報がデータベース部170に存在しないような場合(或いは所定数に達していないような場合)等に、分散データベース制御部402が他のプローブ装置322,323から特徴情報を取得する。さらに、分散データベース制御部402は、他のプローブ装置322,323からの要求にしたがい、データベース部170に格納された特徴情報を、これらプローブ装置322,323に送る。   In the distributed database control unit 402, other probe devices that share characteristic information with the probe device 321 (in this embodiment, the probe devices 322 and 323) are registered. The distributed database control unit 402 requests feature information not stored in the database unit 170 from the other probe devices 322 and 323. In addition, the distributed database control unit 402 stores the feature information transmitted from the probe devices 322 and 323 in the database unit 170. For example, the range of throughput identity is obtained from the feature information held in the feature information holding unit 401, but the corresponding feature information does not exist in the database unit 170 (or the predetermined number is not reached). ) Etc., the distributed database control unit 402 acquires feature information from the other probe devices 322 and 323. Furthermore, the distributed database control unit 402 sends the feature information stored in the database unit 170 to these probe devices 322 and 323 in accordance with requests from other probe devices 322 and 323.

異常検出部403は、特徴情報保持部401の特徴情報が更新されるたびに、当該特徴情報とデータベース部170に蓄積された過去の特徴情報とを用いて、正常/異常の判断を行う。このとき、異常検出部403は、上述のプローブIDによって各特徴情報を作成したプローブ装置を判断し、自己のプローブ装置321で作成された特徴情報の重みを他のプローブ装置322,323で作成された特徴情報の重みよりも大きくして、「正常範囲」の統計的計算を行うこととしてもよい。そして、異常検出部403は、第1の実施形態と同様にして、ネットワークの正常/異常を判断する。   Each time the feature information in the feature information holding unit 401 is updated, the abnormality detection unit 403 determines normality / abnormality using the feature information and past feature information stored in the database unit 170. At this time, the abnormality detection unit 403 determines the probe device that has created each feature information based on the probe ID described above, and the weight of the feature information created by the own probe device 321 is created by the other probe devices 322 and 323. It is also possible to perform statistical calculation of the “normal range” by making it larger than the weight of the feature information. Then, the abnormality detection unit 403 determines whether the network is normal / abnormal as in the first embodiment.

また、異常検出部403は、異常が検出された場合に、他のプローブ装置322,323から、正常/異常の判断結果を取得する。そして、異常検出部403は、この取得情報に基づいて、かかる異常が、プローブ装置321周辺のみで発生した局地的な異常であるのか、それともネットワークの広域わたって発生した異常であるのかを、判断する。この判断結果は、異常が発生した旨とともに、ユーザ或いはオペレータに告知される。   In addition, when an abnormality is detected, the abnormality detection unit 403 acquires a normal / abnormal determination result from the other probe devices 322 and 323. Based on this acquired information, the abnormality detection unit 403 determines whether the abnormality is a local abnormality that has occurred only around the probe device 321 or an abnormality that has occurred over a wide area of the network. to decide. This determination result is notified to the user or operator together with the fact that an abnormality has occurred.

他の構成部分の構成および動作は、上述の第1の実施形態と同様であるので、説明を省略する。   Since the configuration and operation of the other components are the same as those in the first embodiment described above, description thereof is omitted.

この実施形態に係る通信監視システムによれば、第1の実施形態と同様、簡単な構成で信頼性の高いネットワーク侵入検知を行うことができ、異常の原因を容易に解明することができ、且つ、誤検出である旨や当該誤検出の原因を容易に特定することができる。   According to the communication monitoring system according to this embodiment, similarly to the first embodiment, it is possible to perform highly reliable network intrusion detection with a simple configuration, and to easily elucidate the cause of the abnormality, and Thus, it is possible to easily identify the fact that it is a false detection and the cause of the false detection.

加えて、この実施形態に係る通信監視システムによれば、複数のプローブ装置間で特徴情報を共用することができるので、データベース部170に蓄積された特徴情報の量が少ない場合にも、信頼性の高い異常検出が期待できる。したがって、通信監視システムの運用を開始する際の作業負担が小さく、また、小規模システム等でも高い信頼性を確保し易くなる。   In addition, according to the communication monitoring system according to this embodiment, since feature information can be shared among a plurality of probe devices, reliability can be improved even when the amount of feature information stored in the database unit 170 is small. High abnormality detection can be expected. Therefore, the work load at the start of operation of the communication monitoring system is small, and high reliability can be easily ensured even in a small-scale system.

第3の実施形態
次に、この発明に係る通信監視システムの第3の実施形態について、図6〜図8を用いて説明する。
Third Embodiment Next, a third embodiment of the communication monitoring system according to the present invention will be described with reference to FIGS.

この実施形態は、複数台のプローブ装置のデータベース部を共通化した通信監視システムの例である。   This embodiment is an example of a communication monitoring system in which a database unit of a plurality of probe devices is shared.

図6は、この実施形態に係る通信監視システムの全体構成を概略的に示す概念図である。図6において、図3と同じ符号を付した構成要素は、それぞれ図3の場合と同じものである。   FIG. 6 is a conceptual diagram schematically showing the overall configuration of the communication monitoring system according to this embodiment. In FIG. 6, components denoted by the same reference numerals as those in FIG. 3 are the same as those in FIG. 3.

図6に示したように、この実施形態に係る通信監視システム600は、プローブ装置611〜613と、通信監視サーバ装置621とを備えている。   As shown in FIG. 6, the communication monitoring system 600 according to this embodiment includes probe devices 611 to 613 and a communication monitoring server device 621.

図7は、プローブ装置611の要部構成を概略的に示すブロック図である。図7において、図1と同じ符号を付した構成要素は、それぞれ図1の場合と同じものである。なお、プローブ装置612,613の内部構成も、それぞれ、プローブ装置611の内部構成と同様である。   FIG. 7 is a block diagram schematically showing a main configuration of the probe device 611. In FIG. 7, the constituent elements having the same reference numerals as those in FIG. 1 are the same as those in FIG. The internal configurations of the probe devices 612 and 613 are the same as the internal configuration of the probe device 611, respectively.

図7に示したように、このプローブ装置611は、データベース部を備えておらず、且つ、データ送信部701と、統計情報問い合わせ部702と、異常検出部703とを備えている。   As shown in FIG. 7, the probe device 611 does not include a database unit, and includes a data transmission unit 701, a statistical information inquiry unit 702, and an abnormality detection unit 703.

データ送信部701は、特徴情報保持部401が新しい特徴情報を作成するたびに、その直前に作成された古い特徴情報を受け取り、通信監視サーバ装置621(図6参照)に送る。   Each time the feature information holding unit 401 creates new feature information, the data transmission unit 701 receives old feature information created immediately before and sends it to the communication monitoring server device 621 (see FIG. 6).

統計情報問い合わせ部702は、異常検出部703からの要求にしたがって、通信監視サーバ装置621に情報送信要求を送る。さらに、統計情報問い合わせ部702は、この要求に応じて通信監視サーバ装置621から送られてきた特徴情報を受信し、異常検出部703に提供する。   The statistical information inquiry unit 702 sends an information transmission request to the communication monitoring server device 621 in accordance with the request from the abnormality detection unit 703. Further, the statistical information inquiry unit 702 receives the feature information sent from the communication monitoring server device 621 in response to this request, and provides it to the abnormality detection unit 703.

異常検出部703は、特徴情報保持部401が特徴情報を更新するたびに、同一性の範囲」の算出と、当該「同一性の範囲」の判断対象となった特徴項目を除く各特徴項目について「正常範囲」か否かの判断を行う点で、第1の実施形態の異常検出部180と同様である。但し、「正常範囲」を求めるための統計処理を行わない点で、第1の実施形態の異常検出部180と異なる。後述するように、「正常範囲」の統計処理は、監視サーバ装置621内の統計情報解析部850が行う(図8参照)。   Each time the feature information holding unit 401 updates the feature information, the anomaly detection unit 703 calculates the identity range, and for each feature item excluding the feature item for which the “identity range” is determined. It is the same as the abnormality detection unit 180 of the first embodiment in that it is determined whether or not it is “normal range”. However, it differs from the abnormality detection unit 180 of the first embodiment in that statistical processing for obtaining the “normal range” is not performed. As will be described later, the statistical processing of the “normal range” is performed by the statistical information analysis unit 850 in the monitoring server device 621 (see FIG. 8).

図8は、通信監視サーバ装置621の要部構成を概略的に示すブロック図である。図8に示したように、この通信監視サーバ装置621は、ネットワークインタフェース部810と、データ受信部820と、データベース部830と、統計情報返答部840と、統計情報解析部850とを備えている。   FIG. 8 is a block diagram schematically showing a main part configuration of the communication monitoring server device 621. As illustrated in FIG. 8, the communication monitoring server device 621 includes a network interface unit 810, a data receiving unit 820, a database unit 830, a statistical information response unit 840, and a statistical information analysis unit 850. .

ネットワークインタフェース部810は、ネットワーク311との間で、IPパケットの送受信を行う。   The network interface unit 810 transmits and receives IP packets to and from the network 311.

データ受信部820は、プローブ装置611〜613から送信された特徴情報を受信して、データベース部830に書き込む。   The data receiving unit 820 receives the feature information transmitted from the probe devices 611 to 613 and writes it in the database unit 830.

データベース部830は、データ受信部820から受け取った特徴情報を、すべて蓄積する。   The database unit 830 accumulates all the feature information received from the data receiving unit 820.

統計情報返答部840は、プローブ装置611〜613から送信された情報送信要求を受信して、統計情報解析部850に送る。さらに、統計情報返答部840は、統計情報解析部850から受け取った情報(統計処理結果)を、当該情報送信要求を発行したプローブ装置に送信する。   The statistical information response unit 840 receives the information transmission request transmitted from the probe devices 611 to 613 and sends it to the statistical information analysis unit 850. Further, the statistical information response unit 840 transmits the information (statistic processing result) received from the statistical information analysis unit 850 to the probe device that has issued the information transmission request.

統計解析部850は、統計情報返答部840から受け取った情報送信要求に対応する特徴情報をデータベース部830から読み出して、統計処理を施し(後述)、処理結果を統計情報返答部840に送る。   The statistical analysis unit 850 reads feature information corresponding to the information transmission request received from the statistical information response unit 840 from the database unit 830, performs statistical processing (described later), and sends the processing result to the statistical information response unit 840.

次に、この実施形態に係る通信監視システムの全体動作について、プローブ装置611の通信監視を例に採って説明する。   Next, the overall operation of the communication monitoring system according to this embodiment will be described taking communication monitoring of the probe device 611 as an example.

第1の実施形態と同様、プローブ装置611のトラフィック測定部120はネットワークインタフェース部110を通過するIPパケットのスループット測定や日時情報の作成を行ない、パケット解析部130は当該IPパケットのヘッダ解析等を行ない、さらに、統計計算部150はパケット解析部130の解析結果に基づいてカウント数のリストアップ等を行う。そして、第1の実施形態と同様にして、このようにして作成された特徴項目A〜Sから、特徴情報保持部401が特徴情報を作成・保持する。   As in the first embodiment, the traffic measurement unit 120 of the probe device 611 measures the throughput of IP packets passing through the network interface unit 110 and creates date / time information, and the packet analysis unit 130 performs header analysis of the IP packets. In addition, the statistical calculation unit 150 lists up the count number based on the analysis result of the packet analysis unit 130. In the same manner as in the first embodiment, the feature information holding unit 401 creates and holds feature information from the feature items A to S created in this way.

特徴情報が更新されるときに、特徴情報保持部401は、内部に保持されていた古い特徴情報を、データ送信部701に送るとともに、この更新を示す信号を異常検出部703に送る。   When the feature information is updated, the feature information holding unit 401 sends the old feature information held therein to the data transmission unit 701 and sends a signal indicating this update to the abnormality detection unit 703.

データ送信部701は、特徴情報保持部401から受け取った特徴情報を、ネットワークインタフェース部110を介して、通信監視サーバ装置621に送る。   The data transmission unit 701 transmits the feature information received from the feature information holding unit 401 to the communication monitoring server device 621 via the network interface unit 110.

通信監視サーバ装置621のデータ受信部820は、ネットワークインタフェース部810を介して受け取った特徴情報を、データベース部830に書き込む。   The data receiving unit 820 of the communication monitoring server device 621 writes the feature information received via the network interface unit 810 in the database unit 830.

一方、プローブ装置611の異常検出部703は、特徴情報保持部401が特徴情報を更新するたびに、この新しい特徴情報を特徴情報保持部401から読み出す。そして、異常検出部703は、第1の実施形態と同様にして、当該特徴情報の所定の特徴項目について、同一性の範囲を判断する。さらに、当該特徴項目が同一性の範囲内にある特徴情報を、統計情報問い合わせ部702に要求する。   On the other hand, the abnormality detection unit 703 of the probe device 611 reads out this new feature information from the feature information holding unit 401 every time the feature information holding unit 401 updates the feature information. And the abnormality detection part 703 judges the range of the identity about the predetermined feature item of the said feature information similarly to 1st Embodiment. Furthermore, the statistical information inquiry unit 702 is requested for feature information in which the feature item is within the same range.

統計情報問い合わせ部702は、該当する特徴情報に関する情報送信要求を、通信監視サーバ装置621に送る。   The statistical information inquiry unit 702 sends an information transmission request regarding the relevant feature information to the communication monitoring server device 621.

通信監視サーバ装置621内の統計情報返答部840は、この情報送信要求を受信して、統計情報解析部850に送る。   The statistical information response unit 840 in the communication monitoring server device 621 receives this information transmission request and sends it to the statistical information analysis unit 850.

統計情報解析部850は、この情報送信要求に対応する特徴情報のすべてを、データベース部830から読み出す。そして、統計情報解析部850は、第1の実施形態の異常検出部703と同様にして、これらの特徴情報から、「同一性の範囲」の判断対象となった特徴項目を除く各特徴項目について、「正常範囲」を統計的に算出する。そして、統計情報解析部850は、かかる統計処理の結果を、統計情報返答部840に送る。このような統計解析をプローブ装置611内ではなく通信監視サーバ装置621内で行うことにより、プローブ装置611と通信監視サーバ装置621との間の通信データ量を減らすことができる。   The statistical information analysis unit 850 reads all the feature information corresponding to the information transmission request from the database unit 830. Then, the statistical information analysis unit 850, for each feature item excluding the feature item for which the “identity range” is determined, from these feature information, similarly to the abnormality detection unit 703 of the first embodiment. The “normal range” is calculated statistically. Then, the statistical information analysis unit 850 sends the result of the statistical processing to the statistical information response unit 840. By performing such statistical analysis not in the probe device 611 but in the communication monitoring server device 621, the amount of communication data between the probe device 611 and the communication monitoring server device 621 can be reduced.

統計情報返答部840は、この統計処理結果を、プローブ装置611に送信する。   The statistical information response unit 840 transmits the statistical processing result to the probe device 611.

プローブ装置611の統計情報問い合わせ部702は、かかる統計処理結果を受け取って、異常検出部703に送る。   The statistical information inquiry unit 702 of the probe device 611 receives the statistical processing result and sends it to the abnormality detection unit 703.

異常検出部703は、特徴情報保持部401から読み出された特徴情報の各特徴項目(同一性の範囲の判断対象となった特徴項目を除く)を、受信した統計処理結果から得た「正常範囲」と比較する。そして、この比較結果に応じて、ネットワークの正常/異常を判断する。そして、異常検出部703は、正常と判断された場合にはそのまま検出動作を終了し、異常と判断された場合には、異常検出部703はユーザ或いはオペレータに異常の発生と正常範囲内にない特徴項目とを告知する。   The abnormality detection unit 703 obtains each feature item of the feature information read from the feature information holding unit 401 (excluding the feature item for which the range of identity is determined) from the received statistical processing result “normal” Compare with "range". Then, whether the network is normal or abnormal is determined according to the comparison result. When the abnormality detection unit 703 determines that the abnormality is normal, the abnormality detection unit 703 terminates the detection operation as it is. Announce feature items.

この実施形態に係る通信監視システムによれば、第1の実施形態と同様、簡単な構成で信頼性の高いネットワーク侵入検知を行うことができ、異常の原因を容易に解明することができ、且つ、誤検出である旨や当該誤検出の原因を容易に特定することができる。   According to the communication monitoring system according to this embodiment, similarly to the first embodiment, it is possible to perform highly reliable network intrusion detection with a simple configuration, and to easily elucidate the cause of the abnormality, and Thus, it is possible to easily identify the fact that it is a false detection and the cause of the false detection.

加えて、この実施形態に係る通信監視システムによれば、第2の実施形態と同様、複数のプローブ装置間で特徴情報を共用することができるので、データベース部830に蓄積された特徴情報の量が少ない場合にも、信頼性の高い異常検出が期待できる。したがって、通信監視システムの運用を開始する際の作業負担が小さく、また、小規模システム等でも高い信頼性を確保し易くなる。   In addition, according to the communication monitoring system according to this embodiment, the feature information can be shared among a plurality of probe devices as in the second embodiment, so the amount of feature information accumulated in the database unit 830 Even when there are few errors, highly reliable abnormality detection can be expected. Therefore, the work load at the start of operation of the communication monitoring system is small, and high reliability can be easily ensured even in a small-scale system.

また、プローブ装置毎にハードディスクを設ける必要がないので、装置の小型化、低価格化を図ることができる。   In addition, since it is not necessary to provide a hard disk for each probe device, it is possible to reduce the size and cost of the device.

第4の実施形態
次に、この発明に係る通信監視システムの第4の実施形態について、図9および図10を用いて説明する。
Fourth Embodiment Next, a fourth embodiment of the communication monitoring system according to the present invention will be described with reference to FIGS.

この実施形態は、複数台のプローブ装置のデータベース部を共通化した通信監視システムの他の例である。   This embodiment is another example of a communication monitoring system in which a database unit of a plurality of probe devices is shared.

この実施形態に係る通信監視システムの全体構成は、上述の第3の実施形態の場合(図6参照)と同様であるため、説明を省略する。   The overall configuration of the communication monitoring system according to this embodiment is the same as that in the case of the third embodiment described above (see FIG. 6), and thus the description thereof is omitted.

図9は、この実施形態に係るプローブ装置900の要部構成を概略的に示すブロック図である。図9において、図7と同じ符号を付した構成要素は、ぞれぞれ図7の場合と同じものである。図9に示したように、この実施形態のプローブ装置900は、異常検出部および情報問い合わせ部を備えていない。   FIG. 9 is a block diagram schematically showing a main configuration of the probe apparatus 900 according to this embodiment. In FIG. 9, components having the same reference numerals as those in FIG. 7 are the same as those in FIG. 7. As shown in FIG. 9, the probe apparatus 900 of this embodiment does not include an abnormality detection unit and an information inquiry unit.

図9において、データ送信部901は、特徴情報保持部401が新しい特徴情報を作成するたびに、その直前に作成された古い特徴情報と更新通知信号とを当該特徴情報保持部160から受け取り、通信監視サーバ装置621に送る。   In FIG. 9, every time the feature information holding unit 401 creates new feature information, the data transmission unit 901 receives the old feature information and update notification signal created immediately before it from the feature information holding unit 160, and performs communication. The data is sent to the monitoring server device 621.

図10は、この実施形態に係る通信監視サーバ装置1000の要部構成を概略的に示すブロック図である。図10において、図8と同じ符号を付した構成要素は、ぞれぞれ図8の場合と同じものである。図10に示したように、この通信監視サーバ装置1000は、データ受信部1001と、異常検出部1002とを備えている。   FIG. 10 is a block diagram schematically showing the main configuration of the communication monitoring server apparatus 1000 according to this embodiment. In FIG. 10, the components given the same reference numerals as those in FIG. 8 are the same as those in FIG. As shown in FIG. 10, the communication monitoring server apparatus 1000 includes a data receiving unit 1001 and an abnormality detecting unit 1002.

データ受信部1001は、プローブ装置から受信した特徴情報をおよび更新通知信号を異常検出部1002に送るとともに、異常検出処理の終了後に、この特徴情報をデータベース部830に書き込む。   The data reception unit 1001 sends the feature information received from the probe device and the update notification signal to the abnormality detection unit 1002, and writes the feature information in the database unit 830 after the abnormality detection processing is completed.

異常検出部1002は、特徴情報が更新されるたびに、「同一性の範囲」の演算および「正常範囲」の演算を行い、さらに、異常検出部1002は、この「正常範囲」を用いてネットワークの正常/異常を判断する。   Each time the feature information is updated, the abnormality detection unit 1002 performs a calculation of “range of identity” and a calculation of “normal range”. Further, the abnormality detection unit 1002 uses the “normal range” to calculate the network. Determine the normality / abnormality.

次に、この実施形態に係る通信監視システムの全体動作について説明する。   Next, the overall operation of the communication monitoring system according to this embodiment will be described.

第3の実施形態と同様、プローブ装置900のトラフィック測定部120はネットワークインタフェース部110を通過するIPパケットのスループット測定や日時情報の作成を行ない、パケット解析部130は当該IPパケットのヘッダ解析等を行ない、さらに、統計計算部150はパケット解析部130の解析結果に基づいてカウント数のリストアップ等を行う。そして、第3の実施形態と同様にして、このようにして作成された特徴項目A〜Sから、特徴情報保持部401が特徴情報を作成・保持する。   As in the third embodiment, the traffic measurement unit 120 of the probe apparatus 900 measures the throughput of IP packets passing through the network interface unit 110 and creates date / time information, and the packet analysis unit 130 performs header analysis of the IP packets. In addition, the statistical calculation unit 150 lists up the count number based on the analysis result of the packet analysis unit 130. In the same manner as in the third embodiment, the feature information holding unit 401 creates and holds feature information from the feature items A to S created in this way.

特徴情報が更新されるときに、特徴情報保持部401は、内部に保持されていた古い特徴情報および更新通知信号を、データ送信部901に送る。   When the feature information is updated, the feature information holding unit 401 sends the old feature information and the update notification signal held therein to the data transmission unit 901.

データ送信部901は、特徴情報保持部401から受け取った特徴情報および更新通知信号を、ネットワークインタフェース部110を介して、通信監視サーバ装置1000に送る。   The data transmission unit 901 transmits the feature information and the update notification signal received from the feature information holding unit 401 to the communication monitoring server apparatus 1000 via the network interface unit 110.

通信監視サーバ装置1000のデータ受信部1001は、受信した特徴情報および更新通知信号を、異常検出部1002に送る。   The data receiving unit 1001 of the communication monitoring server apparatus 1000 sends the received feature information and update notification signal to the abnormality detecting unit 1002.

異常検出部1002は、新しい特徴情報と更新通知信号とを受け取るたびに、第1の実施形態と同様にして、当該新しい特徴情報の所定の特徴項目について、同一性の範囲を判断する。さらに、当該特徴項目が同一性の範囲内にある特徴情報をすべて、データベース部830から読み出す。そして、異常検出部1002は、これらの特徴情報から、「同一性の範囲」の判断対象となった特徴項目を除く各特徴項目について、「正常範囲」を統計的に算出する。さらに、新しい特徴情報の各特徴項目(同一性の範囲の判断対象となった特徴項目を除く)を「正常範囲」と比較して、ネットワークの正常/異常を判断する。そして、異常検出部1002は、正常と判断された場合にはそのまま検出動作を終了し、異常と判断された場合には、異常検出部1002はユーザ或いはオペレータに異常の発生と正常範囲内にない特徴項目とを告知する。   Each time the abnormality detection unit 1002 receives new feature information and an update notification signal, the abnormality detection unit 1002 determines the range of identity for a predetermined feature item of the new feature information, as in the first embodiment. Further, all feature information in which the feature items are within the same range is read from the database unit 830. Then, the abnormality detection unit 1002 statistically calculates the “normal range” for each feature item excluding the feature item for which the “identity range” is determined from the feature information. Furthermore, each feature item of the new feature information (excluding the feature item for which the identity range is determined) is compared with the “normal range” to determine whether the network is normal or abnormal. If the abnormality detection unit 1002 is determined to be normal, the abnormality detection unit 1002 terminates the detection operation. If the abnormality detection unit 1002 is determined to be abnormal, the abnormality detection unit 1002 is not within the normal range when an abnormality has occurred to the user or the operator. Announce feature items.

その後、この特徴情報を、データベース部830に書き込む。   Thereafter, the feature information is written in the database unit 830.

この実施形態に係る通信監視システムによれば、第1〜第3の実施形態と同様、簡単な構成で信頼性の高いネットワーク侵入検知を行うことができ、異常の原因を容易に解明することができ、且つ、誤検出である旨や当該誤検出の原因を容易に特定することができる。また、この実施形態に係る通信監視システムによれば、第2の実施形態と同様、複数のプローブ装置間で特徴情報を共用することができるので、データベース部830に蓄積された特徴情報の量が少ない場合にも、信頼性の高い異常検出が期待できる。したがって、通信監視システムの運用を開始する際の作業負担が小さく、また、小規模システム等でも高い信頼性を確保し易くなる。さらに、この実施形態に係る通信監視システムによれば、第3の実施形態と同様、プローブ装置毎にハードディスクを設ける必要がないので、装置の小型化、低価格化を図ることができる。   According to the communication monitoring system according to this embodiment, as in the first to third embodiments, a highly reliable network intrusion detection can be performed with a simple configuration, and the cause of the abnormality can be easily clarified. In addition, it is possible to easily identify the fact that it is a false detection and the cause of the false detection. In addition, according to the communication monitoring system according to this embodiment, the feature information can be shared among a plurality of probe devices as in the second embodiment, so that the amount of feature information stored in the database unit 830 can be reduced. Even when there are few, reliable abnormality detection can be expected. Therefore, the work load at the start of operation of the communication monitoring system is small, and high reliability can be easily ensured even in a small-scale system. Furthermore, according to the communication monitoring system according to this embodiment, as in the third embodiment, it is not necessary to provide a hard disk for each probe device, so that the size and price of the device can be reduced.

加えて、この実施形態では、特徴情報の管理や正常/異常の判断はすべて通信監視サーバ装置1000内で行い、プローブ装置900は新しい特徴情報を作成するだけである。このため、この実施形態では、機密漏洩防止の対策は、通信監視サーバ装置1000だけで行えばよく、セキュリティコストを低減することができる。   In addition, in this embodiment, all feature information management and normal / abnormal judgment are performed in the communication monitoring server device 1000, and the probe device 900 only creates new feature information. For this reason, in this embodiment, the countermeasure for preventing the leakage of confidential information may be performed only by the communication monitoring server apparatus 1000, and the security cost can be reduced.

さらに、この実施形態では、通信監視サーバ装置1000が複数台のプローブ装置900の正常/異常の判断を行うので、異常の発生状況(当該異常がネットワーク全体の異常であるのか或いは局地的な異常であるのか等)を、監視用のネットワークを使用せずに、即座に判断することができる。したがって、NOC(Network Operatin Center) やSOC(Security Operatin Center)に通信監視サーバ装置1000を設置することとすれば、監視用ネットワークがダウンしたような場合でも、ネットワークの正常状態を回復するための迅速な対策を取ることができる。   Furthermore, in this embodiment, since the communication monitoring server apparatus 1000 determines the normality / abnormality of the plurality of probe apparatuses 900, the occurrence state of an abnormality (whether the abnormality is an abnormality of the entire network or a local abnormality) Or the like) can be immediately determined without using a monitoring network. Therefore, if the communication monitoring server device 1000 is installed in the NOC (Network Operatin Center) or SOC (Security Operatin Center), even if the monitoring network goes down, it is quick to recover the normal state of the network. Measures can be taken.

第5の実施形態
次に、この発明に係る通信監視システムの第5の実施形態について、図11を用いて説明する。
Fifth Embodiment Next, a communication monitoring system according to a fifth embodiment of the present invention will be described with reference to FIG.

この実施形態は、データベース部に格納する特徴情報を加工・整形することによって異常の検出精度を向上させた通信監視システムの例である。   This embodiment is an example of a communication monitoring system in which abnormality detection accuracy is improved by processing / shaping feature information stored in a database unit.

図11は、この実施形態に係るプローブ装置1100の要部構成を概略的に示すブロック図である。図11において、図1と同じ符号を付した構成要素は、ぞれぞれ図1の場合と同じものである。図11に示したように、この実施形態のプローブ装置1100は、データフィルタ部1101と、データ適合部1102とを備えている。   FIG. 11 is a block diagram schematically showing the main configuration of the probe apparatus 1100 according to this embodiment. In FIG. 11, the components given the same reference numerals as those in FIG. 1 are the same as those in FIG. As shown in FIG. 11, the probe device 1100 of this embodiment includes a data filter unit 1101 and a data matching unit 1102.

データフィルタ部1101は、統計計算部150から特徴項目B,D〜Sを受け取って、特異なデータを有する特徴項目(すなわち、出現率が所定のしきい値より低いデータを含む特徴項目)を加工する。例えば、TCPウインドウサイズの上位3個のリストのうち、1位および2位の値の比率の和が99パーセントを超えており、3位の値の比率が1パーセントにも満たないような場合には、当該3位の値を誤差であるとみなして「不定」に変更する。その後、データフィルタ部1101は、加工後の特徴項目を、統計計算部150に返送する。例えば、上述のように上位3個のリストのうち3位以降の値の比率が1パーセントにも満たない場合には、3位の値を特定することは無意味である場合が多い。このため、このような特異データを削除した方が、異常検出の信頼性を高めることができる。   The data filter unit 1101 receives the feature items B and D to S from the statistical calculation unit 150, and processes the feature items having unique data (that is, feature items including data whose appearance rate is lower than a predetermined threshold value). To do. For example, when the sum of the ratios of the first and second values in the top three lists of TCP window sizes exceeds 99% and the ratio of the third value is less than 1%. Considers the third value as an error and changes it to “undefined”. Thereafter, the data filter unit 1101 returns the processed feature items to the statistical calculation unit 150. For example, as described above, when the ratio of the third and subsequent values in the top three lists is less than 1%, it is often meaningless to specify the third value. For this reason, the reliability of abnormality detection can be improved by deleting such unique data.

データ適合部1102は、異常検出部180が出力した「同一性の範囲」条件の一部を削除し、残りの条件と一致する特徴情報をデータベース部170からすべて読み出す。そして、データ適合部1102は、データベース部170から読み出された特徴情報を、削除された「同一性の範囲」の条件を用いて、整形する。例えば、異常検出部180が出力した「同一性の範囲」の条件が、条件A:「スループットが38Mbps±10パーセント」と条件B:「TCPウインドウサイズの上位3個が33304,33298,32148」とであった場合に、データ適合部1102は、条件Aを削除し、条件Bのみを満たす特徴情報をデータベース部170から読み出す。そして、読み出された特徴情報のうち、条件Aにも適合する特徴情報は、そのまま異常検出部180に送る。また、条件Bには適合するが条件Aには適合しない特徴情報については、条件Aに適合するように各特徴項目を整形して、異常検出部180に送る。例えば、条件Bには適合するがスループットは19Mbpsの特徴情報が読み出された場合、データ適合部1102は、当該特徴情報の総パケット数、TCPパケット数、UDPパケット数およびICMPパケット数の値をそれぞれ2倍(=38Mbps/19Mbps)して、異常検出部180に送る。これにより、異常検出に使用する特徴情報の数を増やすことができるので、当該異常検出の信頼性を高めることができる。   The data matching unit 1102 deletes part of the “identity range” condition output from the abnormality detection unit 180 and reads all feature information that matches the remaining conditions from the database unit 170. Then, the data matching unit 1102 shapes the feature information read from the database unit 170 using the deleted “identity range” condition. For example, the condition of “identity range” output by the abnormality detection unit 180 is condition A: “throughput is 38 Mbps ± 10 percent” and condition B: “the top three TCP window sizes are 33304, 33298, 32148”. The data matching unit 1102 deletes the condition A and reads out feature information satisfying only the condition B from the database unit 170. Then, of the read feature information, the feature information that also meets the condition A is sent to the abnormality detection unit 180 as it is. For feature information that matches the condition B but does not match the condition A, each feature item is shaped so as to meet the condition A and sent to the abnormality detection unit 180. For example, when feature information that meets Condition B but has a throughput of 19 Mbps is read, the data adaptation unit 1102 sets values of the total number of packets, the number of TCP packets, the number of UDP packets, and the number of ICMP packets of the feature information. Each is doubled (= 38 Mbps / 19 Mbps) and sent to the abnormality detection unit 180. Thereby, since the number of characteristic information used for abnormality detection can be increased, the reliability of the abnormality detection can be improved.

他の構成部分の構成および動作は、上述の第1の実施形態と同様であるので、説明を省略する。   Since the configuration and operation of the other components are the same as those in the first embodiment described above, description thereof is omitted.

この実施形態に係る通信監視システムによれば、第1の実施形態と同様、簡単な構成で信頼性の高いネットワーク侵入検知を行うことができ、異常の原因を容易に解明することができ、且つ、誤検出である旨や当該誤検出の原因を容易に特定することができる。   According to the communication monitoring system according to this embodiment, similarly to the first embodiment, it is possible to perform highly reliable network intrusion detection with a simple configuration, and to easily elucidate the cause of the abnormality, and Thus, it is possible to easily identify the fact that it is a false detection and the cause of the false detection.

また、この実施形態に係る通信監視システムによれば、特異なデータを有する特徴項目をデータフィルタ部1101で加工するので、特徴情報の信頼性を高めることができる。   Further, according to the communication monitoring system according to this embodiment, the feature item having unique data is processed by the data filter unit 1101, so that the reliability of the feature information can be improved.

加えて、この実施形態に係る通信監視システムによれば、「同一性の範囲」の一部の条件が一致しない特徴情報を、データ適合部1102で特徴項目を整形して使用するので、データベース部170に蓄積された特徴情報の量が少ない場合でも、信頼性の高い異常検出が期待できる。したがって、通信監視システムの運用を開始する際の作業負担が小さく、また、小規模システム等でも高い信頼性を確保し易くなる。   In addition, according to the communication monitoring system according to this embodiment, the feature information that does not match some conditions of the “identity range” is used by shaping the feature item in the data matching unit 1102. Even when the amount of feature information stored in 170 is small, highly reliable abnormality detection can be expected. Therefore, the work load at the start of operation of the communication monitoring system is small, and high reliability can be easily ensured even in a small-scale system.

第1の実施形態に係るプローブ装置の要部構成を概略的に示すブロック図である。It is a block diagram which shows roughly the principal part structure of the probe apparatus which concerns on 1st Embodiment. 第1の実施形態に係る特徴情報の一例を示す表である。It is a table | surface which shows an example of the feature information which concerns on 1st Embodiment. 第2の実施形態に係る通信監視システムの全体構成を概略的に示す概念図である。It is a conceptual diagram which shows roughly the whole structure of the communication monitoring system which concerns on 2nd Embodiment. 第2の実施形態に係るプローブ装置の要部構成を概略的に示すブロック図である。It is a block diagram which shows roughly the principal part structure of the probe apparatus which concerns on 2nd Embodiment. 第2の実施形態に係る特徴情報の一例を示す表である。It is a table | surface which shows an example of the characteristic information which concerns on 2nd Embodiment. 第3の実施形態に係る通信監視システムの全体構成を概略的に示す概念図である。It is a conceptual diagram which shows roughly the whole structure of the communication monitoring system which concerns on 3rd Embodiment. 第3の実施形態に係るプローブ装置の要部構成を概略的に示すブロック図である。It is a block diagram which shows roughly the principal part structure of the probe apparatus which concerns on 3rd Embodiment. 第3の実施形態に係る通信監視サーバ装置の要部構成を概略的に示すブロック図である。It is a block diagram which shows roughly the principal part structure of the communication monitoring server apparatus which concerns on 3rd Embodiment. 第4の実施形態に係るプローブ装置の要部構成を概略的に示すブロック図である。It is a block diagram which shows roughly the principal part structure of the probe apparatus which concerns on 4th Embodiment. 第4の実施形態に係る通信監視サーバ装置の要部構成を概略的に示すブロック図である。It is a block diagram which shows roughly the principal part structure of the communication monitoring server apparatus which concerns on 4th Embodiment. 第5の実施形態に係るプローブ装置の要部構成を概略的に示すブロック図である。It is a block diagram which shows roughly the principal part structure of the probe apparatus which concerns on 5th Embodiment.

符号の説明Explanation of symbols

100,321,322,323,611,612,613 プローブ装置
110,810 ネットワークインタフェース部
120 トラフィック測定部
130 パケット解析部
140 解析区切指定部
150 統計計算部
160,401 特徴情報保持部
170,830 データベース部
180,403,703,1002 異常検出部
191,192,311,312,313,314 ネットワーク
193 伝送路
402 分散データベース制御部
621,1000 通信監視サーバ装置
701,901 データ送信部
702 統計情報問い合わせ部
820,1001 データ受信部
840 統計情報返答部
850 統計情報解析部
100, 321, 322, 323, 611, 612, 613 Probe device 110, 810 Network interface unit 120 Traffic measurement unit 130 Packet analysis unit 140 Analysis delimitation designation unit 150 Statistical calculation unit 160, 401 Feature information holding unit 170, 830 Database unit 180, 403, 703, 1002 Abnormality detection unit 191, 192, 311, 312, 313, 314 Network 193 Transmission path 402 Distributed database control unit 621, 1000 Communication monitoring server device 701, 901 Data transmission unit 702 Statistical information inquiry unit 820, 1001 Data reception unit 840 Statistical information response unit 850 Statistical information analysis unit

Claims (12)

予め定められた測定周期で、ネットワーク装置を通過する通信パケットのトラフィックを測定するトラフィック測定部と、
前記通信パケットから読み出された一種類または複数種類のヘッダ情報を、前記測定周期毎に統計処理する統計計算部と、
前記トラフィック測定部の測定結果および前記統計計算部の計算結果を含む複数の特徴項目を有する特徴情報を、前記測定周期毎に作成・保持する特徴情報保持部と、
当該特徴情報保持部が新しい前記特徴情報を作成するたびに、当該特徴情報保持部から古い当該特徴情報を読み出して蓄積するデータベース部と、
当該特徴情報保持部が新しい前記特徴情報を作成するたびに、所定の1または複数の前記特徴項目が当該新しい特徴情報と同一性の範囲内にある特徴情報を前記データベース部から読み出し、読み出された特徴情報の他の前記特徴項目についての正常範囲を統計的に算出し、前記新しい特徴情報の当該他の特徴項目と当該正常範囲とを比較することによって異常の発生を判断する異常検出部と、
を備えることを特徴とする通信監視システム。
A traffic measurement unit for measuring traffic of communication packets passing through the network device at a predetermined measurement cycle;
A statistical calculator that statistically processes one or more types of header information read from the communication packet for each measurement period;
A feature information holding unit for creating and holding feature information having a plurality of feature items including a measurement result of the traffic measurement unit and a calculation result of the statistical calculation unit;
Each time the feature information holding unit creates new feature information, a database unit that reads and stores the old feature information from the feature information holding unit;
Each time the feature information holding unit creates new feature information, feature information in which one or more predetermined feature items are within the same range as the new feature information is read from the database unit and read. An abnormality detection unit that statistically calculates a normal range for the other feature item of the acquired feature information and determines the occurrence of an abnormality by comparing the other feature item of the new feature information with the normal range; ,
A communication monitoring system comprising:
前記トラフィック測定部、前記統計計算部、前記特徴情報保持部、前記データベース部および前記異常検出部が、侵入検知を行う前記ネットワーク装置内に設けられたことを特徴とする請求項1に記載の通信監視システム。   The communication according to claim 1, wherein the traffic measurement unit, the statistical calculation unit, the feature information holding unit, the database unit, and the abnormality detection unit are provided in the network device that performs intrusion detection. Monitoring system. 前記ネットワーク装置が、自己の前記データベース部から読み出した前記特徴情報を他のネットワーク装置に送信し、且つ、当該他のネットワーク装置から受信した前記特徴情報を前記自己の前記データベース部に格納する、分散データベース制御部をさらに備えることを特徴とする請求項2に記載の通信監視システム。   The network device transmits the feature information read from its own database unit to another network device, and stores the feature information received from the other network device in the database unit of its own The communication monitoring system according to claim 2, further comprising a database control unit. 前記トラフィック測定部、前記統計計算部、前記特徴情報保持部および前記異常検出部が、侵入検知を行う複数の前記ネットワーク装置内にそれぞれ設けられ、
前記データベース部が、前記複数のネットワーク装置と通信接続されたサーバ装置内に設けられ、
当該サーバ装置が、前記ネットワーク装置から受信した前記特徴情報を前記データベース部に蓄積し、該ネットワーク装置からの要求に応じて前記特徴項目が同一性の範囲内にある特徴情報を当該ネットワーク装置に送信する、
ことを特徴とする請求項1に記載の通信監視システム。
The traffic measurement unit, the statistical calculation unit, the feature information holding unit, and the abnormality detection unit are respectively provided in the plurality of network devices that perform intrusion detection,
The database unit is provided in a server device that is communicatively connected to the plurality of network devices,
The server device stores the feature information received from the network device in the database unit, and transmits the feature information in which the feature items are within the same range in response to a request from the network device to the network device. To
The communication monitoring system according to claim 1.
前記トラフィック測定部、前記統計計算部および前記特徴情報保持部が、侵入検知を行う複数の前記ネットワーク装置内にそれぞれ設けられ、
前記データベース部および前記異常検出部が、前記複数のネットワーク装置と通信接続されたサーバ装置内に設けられ、
当該サーバ装置が、前記ネットワーク装置から受信した前記特徴情報を前記データベース部に蓄積し、当該データベース部内の前記特徴情報を用いて前記異常検出部に異常の発生の有無を判断させる、
ことを特徴とする請求項1に記載の通信監視システム。
The traffic measurement unit, the statistical calculation unit, and the feature information holding unit are respectively provided in the plurality of network devices that perform intrusion detection,
The database unit and the abnormality detection unit are provided in a server device that is communicatively connected to the plurality of network devices,
The server device accumulates the feature information received from the network device in the database unit, and causes the abnormality detection unit to determine whether an abnormality has occurred using the feature information in the database unit;
The communication monitoring system according to claim 1.
前記統計処理が、前記所定のヘッダ情報の値を出現数が多い順に所定数個リストアップする処理であることを特徴とする請求項1〜5のいずれかに記載の通信監視システム。   The communication monitoring system according to claim 1, wherein the statistical process is a process of listing a predetermined number of values of the predetermined header information in descending order of appearance numbers. リストアップされた所定数の前記ヘッダ情報値のうち、出現率が他の前記ヘッダ情報値の出現率と比較して所定しきい値よりも小さいヘッダ情報値を、前記統計処理の結果から削除することを特徴とする請求項6に記載の通信監視システム。   Of the predetermined number of header information values listed, a header information value whose appearance rate is smaller than a predetermined threshold value compared with the appearance rate of the other header information values is deleted from the result of the statistical processing The communication monitoring system according to claim 6. 前記特徴項目が、総パケット数、所定プロトコルのパケット数、総パケット数に対する所定プロトコルのパケット数の比のいずれか1つ以上をさらに含むことを特徴とする請求項1〜7のいずれかに記載の通信監視システム。   The feature item further includes one or more of a total number of packets, a number of packets of a predetermined protocol, and a ratio of the number of packets of the predetermined protocol to the total number of packets. Communication monitoring system. 通信パケットがフラグメントパケットである場合に、当該フラグメントパケットの先頭の通信パケットのみを計数することを特徴とする請求項1〜8のいずれかに記載の通信監視システム。   9. The communication monitoring system according to claim 1, wherein when the communication packet is a fragment packet, only the first communication packet of the fragment packet is counted. 前記同一性の範囲が、当該新しい特徴情報に含まれる当該他の特徴項目の値と、判断対象となる当該特徴情報の当該他の特徴項目の値との比で規定されることを特徴とする請求項1〜9のいずれかに記載の通信監視システム。   The range of the identity is defined by a ratio between a value of the other feature item included in the new feature information and a value of the other feature item of the feature information to be determined. The communication monitoring system according to claim 1. 前記正常範囲が、当該他の特徴項目の標準偏差で規定されることを特徴とする請求項1〜9のいずれかに記載の通信監視システム。   The communication monitoring system according to claim 1, wherein the normal range is defined by a standard deviation of the other feature item. 前記新しい特徴情報のトラフィック測定結果と前記データベース部から読み出された前記特徴情報のトラフィック測定結果との比を、当該読み出された特徴情報の所定の前記特徴項目に乗じ、当該乗算後の当該他の特徴項目を用いて前記異常検出部による正常範囲の算出を行うことを特徴とする請求項1〜11のいずれかに記載の通信監視システム。   The ratio of the traffic measurement result of the new feature information and the traffic measurement result of the feature information read from the database unit is multiplied by the predetermined feature item of the read feature information, and the product after the multiplication The communication monitoring system according to claim 1, wherein a normal range is calculated by the abnormality detection unit using other characteristic items.
JP2004337676A 2004-11-22 2004-11-22 Communication monitoring system Expired - Fee Related JP3957712B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004337676A JP3957712B2 (en) 2004-11-22 2004-11-22 Communication monitoring system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004337676A JP3957712B2 (en) 2004-11-22 2004-11-22 Communication monitoring system

Publications (2)

Publication Number Publication Date
JP2006148686A JP2006148686A (en) 2006-06-08
JP3957712B2 true JP3957712B2 (en) 2007-08-15

Family

ID=36627837

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004337676A Expired - Fee Related JP3957712B2 (en) 2004-11-22 2004-11-22 Communication monitoring system

Country Status (1)

Country Link
JP (1) JP3957712B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11816249B2 (en) 2017-04-09 2023-11-14 Privacy Rating Ltd. System and method for dynamic management of private data

Families Citing this family (21)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8320242B2 (en) 2004-12-24 2012-11-27 Net Optics, Inc. Active response communications network tap
US7760859B2 (en) 2005-03-07 2010-07-20 Net Optics, Inc. Intelligent communications network tap port aggregator
JP4232828B2 (en) 2007-02-01 2009-03-04 沖電気工業株式会社 Application classification method, network abnormality detection method, application classification program, network abnormality detection program, application classification apparatus, network abnormality detection apparatus
JP5298293B2 (en) * 2007-03-30 2013-09-25 国立大学法人九州大学 Detection apparatus, detection method, communication control method, history space data production method, and program capable of causing a computer to execute these methods
US8094576B2 (en) 2007-08-07 2012-01-10 Net Optic, Inc. Integrated switch tap arrangement with visual display arrangement and methods thereof
US7898984B2 (en) 2007-08-07 2011-03-01 Net Optics, Inc. Enhanced communication network tap port aggregator arrangement and methods thereof
US7903576B2 (en) 2007-08-07 2011-03-08 Net Optics, Inc. Methods and arrangement for utilization rate display
US7773529B2 (en) 2007-12-27 2010-08-10 Net Optic, Inc. Director device and methods thereof
JP4513878B2 (en) * 2008-03-04 2010-07-28 沖電気工業株式会社 Statistical processing method and apparatus, and statistical processing method program
EP2446583A1 (en) * 2009-06-25 2012-05-02 Telefonaktiebolaget L M Ericsson (PUBL) Estimating user-perceived tcp throughput
US9813448B2 (en) 2010-02-26 2017-11-07 Ixia Secured network arrangement and methods thereof
US9306959B2 (en) 2010-02-26 2016-04-05 Ixia Dual bypass module and methods thereof
US8320399B2 (en) 2010-02-26 2012-11-27 Net Optics, Inc. Add-on module and methods thereof
US8737197B2 (en) 2010-02-26 2014-05-27 Net Optic, Inc. Sequential heartbeat packet arrangement and methods thereof
WO2011106589A2 (en) 2010-02-28 2011-09-01 Net Optics, Inc Gigabits zero-delay tap and methods thereof
US9749261B2 (en) 2010-02-28 2017-08-29 Ixia Arrangements and methods for minimizing delay in high-speed taps
JP5853465B2 (en) 2011-07-27 2016-02-09 沖電気工業株式会社 Network analysis system
JP5782958B2 (en) * 2011-09-26 2015-09-24 沖電気工業株式会社 Information processing apparatus and program
JP6228262B2 (en) * 2016-06-03 2017-11-08 エヌ・ティ・ティ・コミュニケーションズ株式会社 Attack detection apparatus, attack detection method, and attack detection program
US9998213B2 (en) 2016-07-29 2018-06-12 Keysight Technologies Singapore (Holdings) Pte. Ltd. Network tap with battery-assisted and programmable failover
CN115102884B (en) * 2022-06-23 2023-07-21 青岛联众芯云科技有限公司 Remote data flow statistics method and device for industrial personal computer application program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11816249B2 (en) 2017-04-09 2023-11-14 Privacy Rating Ltd. System and method for dynamic management of private data
US12013971B2 (en) 2017-04-09 2024-06-18 Privacy Rating Ltd. System and method for dynamic management of private data

Also Published As

Publication number Publication date
JP2006148686A (en) 2006-06-08

Similar Documents

Publication Publication Date Title
JP3957712B2 (en) Communication monitoring system
JP6703613B2 (en) Anomaly detection in data stream
CN108289088B (en) Abnormal flow detection system and method based on business model
US10164839B2 (en) Log analysis system
US10104108B2 (en) Log analysis system
US9130978B2 (en) Systems and methods for detecting and preventing flooding attacks in a network environment
US9848004B2 (en) Methods and systems for internet protocol (IP) packet header collection and storage
JP2006279930A (en) Method and device for detecting and blocking unauthorized access
JP5264470B2 (en) Attack determination device and program
US7804787B2 (en) Methods and apparatus for analyzing and management of application traffic on networks
US7672283B1 (en) Detecting unauthorized wireless devices in a network
JP2018533897A5 (en)
US7903657B2 (en) Method for classifying applications and detecting network abnormality by statistical information of packets and apparatus therefor
US20070022468A1 (en) Packet transmission equipment and packet transmission system
US20200195672A1 (en) Analyzing user behavior patterns to detect compromised nodes in an enterprise network
CN109361673B (en) Network anomaly detection method based on flow data sample statistics and balance information entropy estimation
US20060262789A1 (en) Method and corresponding device for packets classification
CN110417747B (en) Method and device for detecting violent cracking behavior
CN112953971A (en) Network security traffic intrusion detection method and system
JP2007208328A (en) Method, system and apparatus for determining communication state
JP4985435B2 (en) Monitoring and analyzing apparatus, method, and program
JP7045949B2 (en) Information processing equipment, communication inspection method and program
US11895146B2 (en) Infection-spreading attack detection system and method, and program
CN111865951A (en) Network data flow abnormity detection method based on data packet feature extraction
WO2018157336A1 (en) Data processing device and method

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070313

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070508

R150 Certificate of patent or registration of utility model

Ref document number: 3957712

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100518

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110518

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120518

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130518

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140518

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees