JP2016116146A - Network connection control device, network connection control method, network connection control program, and network connection control system - Google Patents

Network connection control device, network connection control method, network connection control program, and network connection control system Download PDF

Info

Publication number
JP2016116146A
JP2016116146A JP2014254781A JP2014254781A JP2016116146A JP 2016116146 A JP2016116146 A JP 2016116146A JP 2014254781 A JP2014254781 A JP 2014254781A JP 2014254781 A JP2014254781 A JP 2014254781A JP 2016116146 A JP2016116146 A JP 2016116146A
Authority
JP
Japan
Prior art keywords
communication
connection
conditional expression
connection control
control
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2014254781A
Other languages
Japanese (ja)
Inventor
洋一 波多野
Yoichi Hatano
洋一 波多野
かや人 関谷
Kayahito Sekiya
かや人 関谷
健太郎 園田
Kentaro Sonoda
健太郎 園田
貴之 佐々木
Takayuki Sasaki
貴之 佐々木
俊貴 渡辺
Toshiki Watanabe
俊貴 渡辺
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.)
NEC Corp
Original Assignee
NEC 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 NEC Corp filed Critical NEC Corp
Priority to JP2014254781A priority Critical patent/JP2016116146A/en
Publication of JP2016116146A publication Critical patent/JP2016116146A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To make it difficult for an attacker to estimate a key that is a condition for connection permission.SOLUTION: A network connection control device 500 for controlling connection in a network device to which a plurality of terminals are connected through a plurality of switches includes: communication state storage means 502 for storing a communication state between respective terminals; connection condition storage means 504 for storing at least one connection control rule including a condition expression for regulating communication states of a plurality of points of the network device as a connection rule between the terminals, and a control instruction for regulating each control content corresponding to the establishment/non-establishment of the condition expression; and connection control means 506 for determining a connection control rule about communication with reference to the connection condition storage means when communication is started between prescribed terminals, instructing control content during the establishment by determining whether a communication state of a plurality of points regulated by a condition expression of the determined connection control rule exists in the communication state storage means, and instructing control contents during the non-establishment when the condition expression is not established.SELECTED DRAWING: Figure 5

Description

本発明は、複数の端末が複数のスイッチを介して接続されるネットワーク装置におけるネットワーク接続を制御するネットワーク接続制御装置、ネットワーク接続制御方法、ネットワーク接続制御プログラム、およびネットワーク接続制御システムに関する。   The present invention relates to a network connection control device, a network connection control method, a network connection control program, and a network connection control system that control network connection in a network device in which a plurality of terminals are connected via a plurality of switches.

IT(Information Technology)機器がネットワークを通じて接続されたシステムへのサイバー攻撃に対する防御方法として、攻撃者が知ることが困難な情報に基づいて接続を制御する方法が存在する。   As a defense method against a cyber attack on a system in which IT (Information Technology) devices are connected through a network, there is a method of controlling connection based on information that is difficult for an attacker to know.

非特許文献1には、Port knockingによる接続制御方法が開示されている。この方法では、決められた順序でサーバのポートにパケットを送信するという手順を踏むことにより目的とするポートが開放される。   Non-Patent Document 1 discloses a connection control method using port knocking. In this method, a target port is opened by following a procedure of transmitting packets to a server port in a predetermined order.

特許文献1には、Single Packet Authenticationによる接続制御方法が開示されている。この方法では、暗号化された特殊なパケットをサーバに送信受信するという手順を踏むことにより目的となるポートが開放される。   Patent Document 1 discloses a connection control method using Single Packet Authentication. In this method, the target port is opened by following the procedure of transmitting and receiving an encrypted special packet to the server.

通常はサーバ上のアプリケーションに接続するポートは閉じられているが、上述したような定められた手順により送信されたパケットの受信をサーバ側で検知することによってそのポートが開放され接続が可能となる。このため、このポートを開くための鍵(すなわち、上記定められた手順)を知らない攻撃者は、アプリケーションへ接続することはできない。   Normally, the port connected to the application on the server is closed. However, by detecting the reception of the packet transmitted by the predetermined procedure as described above on the server side, the port is opened and can be connected. . For this reason, an attacker who does not know the key for opening this port (that is, the above-defined procedure) cannot connect to the application.

特許文献2には、アクセス要求についての通信情報(発信元アドレス、宛先アドレス、サービス種別等)の妥当性を判断し、当該通信情報が妥当でない場合にネットワーク回線を物理的に切断する技術が記載されている。   Patent Document 2 describes a technique for determining the validity of communication information (source address, destination address, service type, etc.) for an access request and physically disconnecting the network line when the communication information is not valid. Has been.

特許文献3には、一定の対象期間における通信履歴情報(通話の回数、時間、量)に基づいて通信相手毎に有効期限を設定し、この有効期限に基づいて、通信アクセスの許可/不許可を判断する技術が記載されている。   In Patent Document 3, an expiration date is set for each communication partner based on communication history information (number of calls, time, amount) in a certain target period, and communication access is permitted / not permitted based on the expiration date. The technique to judge is described.

米国公開特許US2007/0234428US Published Patent US2007 / 0234428 特開2005−5809号公報JP 2005-5809 A 再特WO2009/8482号公報Re-specialized WO2009 / 8482

Krzywinski M (2003). Port knocking: network authentication across closed ports, SysAdmin Magazine, vol 12(6), 12-170.Krzywinski M (2003) .Port knocking: network authentication across closed ports, SysAdmin Magazine, vol 12 (6), 12-170.

しかしながら、非特許文献1、特許文献1、および特許文献2の技術は、サーバへのアクセスを試みる端末が当該サーバに送付するパケットを観察可能な条件下にある場合、接続許可の条件となる情報(例えば、鍵となるパケットやパケット列、あるいは通信情報)が容易に推定されてしまう課題を有する。条件となる情報が推定されることにより、攻撃者による不正アクセスのリスクが増大する。なお、上記において、パケット観察が可能な状態とは、例えば、中間者攻撃などによりパケットが盗聴されている場合などである。   However, in the techniques of Non-Patent Document 1, Patent Document 1, and Patent Document 2, when a terminal that attempts to access a server is in a condition in which a packet sent to the server can be observed, information that is a condition for permitting connection (For example, a key packet, a packet sequence, or communication information) is easily estimated. By estimating the information that is a condition, the risk of unauthorized access by an attacker increases. In the above, the state where the packet can be observed is, for example, a case where the packet is wiretapped by a man-in-the-middle attack or the like.

一方、特許文献3の技術の場合、通信履歴が一致していないとアクセスは許可されないので、パケット盗聴等による不正アクセスの発生を低減させることができる。しかしながら、特許文献3の場合であっても、端末自体が感染している場合には、不正アクセスを防止することはできない。   On the other hand, in the case of the technique of Patent Document 3, since access is not permitted if the communication histories do not match, the occurrence of unauthorized access due to packet eavesdropping or the like can be reduced. However, even in the case of Patent Document 3, unauthorized access cannot be prevented if the terminal itself is infected.

本発明は、このような状況を鑑みてなされたもので、攻撃者にとって、接続許可の条件となる鍵の推定が困難なネットワーク接続制御装置、ネットワーク接続制御方法、ネットワーク接続制御プログラム、およびネットワーク接続制御システムを提供することを目的とする。   The present invention has been made in view of such circumstances, and a network connection control device, a network connection control method, a network connection control program, and a network connection that are difficult for an attacker to estimate a key that is a condition for permitting connection An object is to provide a control system.

本発明のネットワーク接続制御装置は、複数の端末が複数のスイッチを介して接続されるネットワーク装置におけるネットワーク接続を制御するネットワーク接続制御装置であって、前記各端末間の通信状態を記憶する通信状態記憶手段と、前記端末間の接続ルールとして、前記ネットワーク装置の複数箇所の通信状態を規定する条件式と、前記条件式の成立/不成立に応じた各制御内容を規定する制御指示とを含む、少なくとも1つの接続制御ルールを記憶する接続条件記憶手段と、所定の端末間での通信が開始されようとする際、前記接続条件記憶手段を参照して、前記通信についての前記接続制御ルールを決定し、決定された前記接続制御ルールの前記条件式に規定される複数箇所の前記通信状態が前記通信状態記憶手段に存在するか否かを判定することで前記条件式の成立/不成立を判定する接続条件判定手段と、前記条件式が成立する場合、前記ネットワーク装置に対して、成立時の制御内容を指示し、前記条件式が成立しない場合、前記ネットワーク装置に対して、不成立時の制御内容を指示する接続制御手段とを備える。   The network connection control device of the present invention is a network connection control device that controls network connection in a network device in which a plurality of terminals are connected via a plurality of switches, and stores a communication state between the terminals. A storage unit, and a connection rule between the terminals, including a conditional expression that defines a communication state of a plurality of locations of the network device, and a control instruction that defines each control content according to the establishment / non-establishment of the conditional expression, When the communication between the connection condition storage means for storing at least one connection control rule and the predetermined terminal is to be started, the connection control rule for the communication is determined with reference to the connection condition storage means Whether the communication state storage means includes a plurality of communication states defined by the conditional expression of the determined connection control rule. A connection condition determination unit that determines whether or not the conditional expression is satisfied by determining whether or not the conditional expression is satisfied. If not established, a connection control means is provided for instructing the network device of the contents of control when it is not established.

本発明のネットワーク接続制御方法は、複数の端末が複数のスイッチを介して接続されるネットワーク装置におけるネットワーク接続を制御するネットワーク接続制御方法であって、前記各端末間の通信状態を通信状態記憶手段に記憶し、前記端末間の接続ルールとして、前記ネットワーク装置の複数箇所の通信状態を規定する条件式と、前記条件式の成立/不成立に応じた各制御内容を規定する制御指示とを含む、少なくとも1つの接続制御ルールを接続条件記憶手段に記憶し、所定の端末間での通信が開始されようとする際、前記接続条件記憶手段を参照して、前記通信についての前記接続制御ルールを決定し、決定された前記接続制御ルールの前記条件式に規定される複数箇所の前記通信状態が前記通信状態記憶手段に存在するか否かを判定することで前記条件式の成立/不成立を判定し、前記条件式が成立する場合、前記ネットワーク装置に対して、成立時の制御内容を指示し、前記条件式が成立しない場合、前記ネットワーク装置に対して、不成立時の制御内容を指示する、ことを特徴とする。   The network connection control method according to the present invention is a network connection control method for controlling network connection in a network device in which a plurality of terminals are connected via a plurality of switches, wherein the communication state storage means stores the communication state between the terminals. And, as a connection rule between the terminals, a conditional expression that defines the communication state of a plurality of locations of the network device, and a control instruction that defines each control content according to the establishment / non-establishment of the conditional expression, At least one connection control rule is stored in the connection condition storage means, and when the communication between predetermined terminals is to be started, the connection control rule for the communication is determined with reference to the connection condition storage means Whether or not the communication status storage means includes a plurality of communication statuses defined in the conditional expression of the determined connection control rule. By determining, whether the conditional expression is satisfied or not is determined, and when the conditional expression is satisfied, the network device is instructed to control contents when the conditional expression is satisfied, and when the conditional expression is not satisfied, the network device In contrast, the control content at the time of failure is instructed.

本発明のネットワーク接続制御プログラムは、複数の端末が複数のスイッチを介して接続されるネットワーク装置におけるネットワーク接続を制御するネットワーク接続制御装置のコンピュータに、前記各端末間の通信状態を通信状態記憶手段に記憶する処理と、前記端末間の接続ルールとして、前記ネットワーク装置の複数箇所の通信状態を規定する条件式と、前記条件式の成立/不成立に応じた各制御内容を規定する制御指示とを含む、少なくとも1つの接続制御ルールを接続条件記憶手段に記憶する処理と、所定の端末間での通信が開始されようとする際、前記接続条件記憶手段を参照して、前記通信についての前記接続制御ルールを決定し、決定された前記接続制御ルールの前記条件式に規定される複数箇所の前記通信状態が前記通信状態記憶手段に存在するか否かを判定することで前記条件式の成立/不成立を判定する処理と、前記条件式が成立する場合、前記ネットワーク装置に対して、成立時の制御内容を指示し、前記条件式が成立しない場合、前記ネットワーク装置に対して、不成立時の制御内容を指示する処理と、を実行させるためのプログラムである。   The network connection control program according to the present invention provides a communication state storage means for storing a communication state between the terminals in a computer of a network connection control device that controls network connection in a network device in which a plurality of terminals are connected via a plurality of switches. And a process for storing the data, a conditional expression for defining communication states at a plurality of locations of the network device, and a control instruction for defining each control content according to the establishment / non-establishment of the conditional expression. Including the process of storing at least one connection control rule in the connection condition storage means, and when the communication between predetermined terminals is to be started, the connection for the communication is referred to with reference to the connection condition storage means A control rule is determined, and the communication states at a plurality of locations specified in the conditional expression of the determined connection control rule are A process for determining whether or not the conditional expression is satisfied by determining whether or not the condition storage unit exists, and if the conditional expression is satisfied, the network device is instructed about the control contents when the conditional expression is satisfied. When the conditional expression is not satisfied, the program causes the network device to execute a process for instructing the control content when the conditional expression is not satisfied.

本発明のネットワーク接続制御システムは、複数の端末が複数のスイッチを介して接続されるネットワーク装置と、前記ネットワーク装置におけるネットワーク接続を制御するネットワーク接続制御装置と、を備え、前記ネットワーク接続制御装置は、前記各端末間の通信状態を記憶する通信状態記憶手段と、前記端末間の接続ルールとして、前記ネットワーク装置の複数箇所の通信状態を規定する条件式と、前記条件式の成立/不成立に応じた各制御内容を規定する制御指示とを含む、少なくとも1つの接続制御ルールを記憶する接続条件記憶手段と、所定の端末間での通信が開始されようとする際、前記接続条件記憶手段を参照して、前記通信についての前記接続制御ルールを決定し、決定された前記接続制御ルールの前記条件式に規定される複数箇所の前記通信状態が前記通信状態記憶手段に存在するか否かを判定することで前記条件式の成立/不成立を判定する接続条件判定手段と、前記条件式が成立する場合、前記ネットワーク装置に対して、成立時の制御内容を指示し、前記条件式が成立しない場合、前記ネットワーク装置に対して、不成立時の制御内容を指示する接続制御手段と、を備える。   The network connection control system of the present invention includes a network device in which a plurality of terminals are connected via a plurality of switches, and a network connection control device that controls network connection in the network device, and the network connection control device includes: A communication state storage means for storing a communication state between the terminals, a conditional expression for defining a communication state at a plurality of locations of the network device as a connection rule between the terminals, and depending on whether the conditional expression is satisfied or not A connection condition storage unit that stores at least one connection control rule including a control instruction that defines each control content, and when the communication between a predetermined terminal is to be started, refer to the connection condition storage unit And determining the connection control rule for the communication and specifying the conditional expression of the determined connection control rule A connection condition determination unit that determines whether the conditional expression is satisfied or not by determining whether or not the communication states at a plurality of locations exist in the communication state storage unit, and when the conditional expression is satisfied, the network Connection control means for instructing the control contents when the condition is satisfied to the apparatus and instructing the control contents when the condition is not satisfied to the network apparatus when the conditional expression is not satisfied.

本発明によれば、攻撃者による、接続許可の条件となる鍵の推定を困難とさせることができる。   According to the present invention, it is possible to make it difficult for an attacker to estimate a key that is a condition for permitting connection.

本発明の第1の実施形態に係るネットワーク接続制御システムの構成例を示すブロック図である。It is a block diagram which shows the structural example of the network connection control system which concerns on the 1st Embodiment of this invention. 図1に示されるネットワーク接続制御装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the network connection control apparatus shown by FIG. 図2に示される接続条件記憶部に記憶される接続制御ルールの一例を示す表である。It is a table | surface which shows an example of the connection control rule memorize | stored in the connection condition memory | storage part shown by FIG. ネットワーク接続制御装置の動作例を説明するためのフローチャートである。It is a flowchart for demonstrating the operation example of a network connection control apparatus. 本発明の第2の実施形態に係るネットワーク接続制御装置の構成例を示すブロック図である。It is a block diagram which shows the structural example of the network connection control apparatus which concerns on the 2nd Embodiment of this invention.

[第1の実施形態]
(構成の説明)
図1は、本発明の第1の実施形態に係るネットワーク接続制御システム1の構成例を示すブロック図である。
[First Embodiment]
(Description of configuration)
FIG. 1 is a block diagram showing a configuration example of a network connection control system 1 according to the first embodiment of the present invention.

ネットワーク接続制御システム1は、ネットワーク装置10と、ネットワーク接続制御装置20とを備える。ネットワーク装置10には、複数の端末400〜450が接続される。なお、図1では、端末の数が6個(400、410、420、430、440、450、460)である場合が例示されているが、端末の数は6個に限定されない。また、端末400〜450は、例えば、ネットワーク装置10を介して互いに通信を行うクライアントPC(Personal Computer)やサーバである。   The network connection control system 1 includes a network device 10 and a network connection control device 20. A plurality of terminals 400 to 450 are connected to the network device 10. 1 illustrates the case where the number of terminals is six (400, 410, 420, 430, 440, 450, 460), the number of terminals is not limited to six. The terminals 400 to 450 are, for example, client PCs (Personal Computers) and servers that communicate with each other via the network device 10.

ネットワーク装置10は、接続されている端末400〜450のいずれかから送信された通信パケットが他のいずれかの端末へ伝達されるように通信経路を確立したり、当該パケットが破棄されるように通信経路を遮断したり、当該パケットの通信を妨害したりする。   The network device 10 establishes a communication path such that a communication packet transmitted from any of the connected terminals 400 to 450 is transmitted to any other terminal, or discards the packet. The communication path is blocked or the communication of the packet is interrupted.

ネットワーク装置10は、コントローラ200と、複数のスイッチ300〜320とを備える。なお、図1では、スイッチの数が3個(300、310、320)である場合が例示されているが、スイッチの数は3個に限定されない。   The network device 10 includes a controller 200 and a plurality of switches 300 to 320. In addition, although the case where the number of switches is three (300, 310, 320) is illustrated in FIG. 1, the number of switches is not limited to three.

コントローラ200は、どのスイッチ間がどの他のスイッチに接続されているか等のネットワークトポロジ情報を把握し、把握した情報に基づいて端末間の最適な通信経路を計算する。そして、コントローラ200は、経路計算結果に基づき、それぞれのスイッチ300〜320に対して、通信パケットの転送先や処理方法を指示する。   The controller 200 grasps network topology information such as which switch is connected to which other switch, and calculates an optimum communication path between terminals based on the grasped information. Then, the controller 200 instructs each of the switches 300 to 320 based on the route calculation result about the transfer destination and processing method of the communication packet.

スイッチ300〜320は、コントローラ200からの指示に基づいて、端末400〜450が送信する通信パケットを他の端末へ転送する。また、スイッチ300〜320は、転送先が指定されていない通信パケットを破棄する。処理方法として、パケットの優先度の低下が指示された場合、スイッチ300〜320は、遅延やロスにより通信品質を劣化させる。一方、処理方法として、パケットに示された宛先と異なる端末への転送先の変更が指示された場合、スイッチ300〜320は、リダイレクトなどにより通信を妨害する。すなわち、コントローラ200は、スイッチ300〜320に対する指示を通じて、特定端末間の通信経路を確立したり、遮断したり、妨害したりすることができる。   The switches 300 to 320 transfer communication packets transmitted from the terminals 400 to 450 to other terminals based on an instruction from the controller 200. In addition, the switches 300 to 320 discard communication packets whose transfer destination is not specified. As a processing method, when an instruction to lower the priority of a packet is given, the switches 300 to 320 deteriorate communication quality due to delay or loss. On the other hand, as a processing method, when an instruction to change a transfer destination to a terminal different from the destination indicated in the packet is given, the switches 300 to 320 interfere with communication by redirection or the like. That is, the controller 200 can establish, block, or block a communication path between specific terminals through instructions to the switches 300 to 320.

さらに、スイッチ300〜320は、端末400〜450が互いに送受信する通信パケットの有無(すなわち、通信状態)をコントローラ200に通知する。この通知により、コントローラ200は、すべての端末間の通信状態を把握することができる。このようなコントローラ、およびスイッチとしては、例えば、Openflowプロトコルを搭載した、SDN(Software-Defined Networking)コントローラおよびSDNスイッチを挙げることができる。   Furthermore, the switches 300 to 320 notify the controller 200 of the presence or absence (that is, the communication state) of communication packets that are transmitted and received by the terminals 400 to 450. By this notification, the controller 200 can grasp the communication state between all terminals. As such a controller and a switch, for example, an SDN (Software-Defined Networking) controller and an SDN switch equipped with an Openflow protocol can be cited.

ネットワーク接続制御装置20は、ネットワーク装置10から上記通信状態を受け取り、この情報に基づいて上記端末間の通信経路の制御内容を決定する。ネットワーク接続制御装置20は、決定した制御内容を、ネットワーク装置10に通知する。   The network connection control device 20 receives the communication state from the network device 10 and determines the control content of the communication path between the terminals based on this information. The network connection control device 20 notifies the network device 10 of the determined control content.

図2は、図1に示されるネットワーク接続制御装置20の構成例を示すブロック図である。   FIG. 2 is a block diagram showing a configuration example of the network connection control device 20 shown in FIG.

ネットワーク接続制御装置20は、通信状態収集部101と、接続条件判定部102と、接続制御部103と、通信状態記憶部111と、接続条件記憶部112と、を備える。   The network connection control device 20 includes a communication state collection unit 101, a connection condition determination unit 102, a connection control unit 103, a communication state storage unit 111, and a connection condition storage unit 112.

通信状態収集部101は、ネットワーク装置10から端末間の通信状態を受け取り、通信状態記憶部111に記憶する。   The communication state collection unit 101 receives a communication state between terminals from the network device 10 and stores it in the communication state storage unit 111.

通信状態記憶部111に記憶される通信状態は、ネットワーク中の複数箇所の通信の状態を記憶したものである。通信状態とは、具体的には、端末が互いに送受信するパケットの送信元端末と送信先端末との間の通信の状態のことである。通信状態には、さらに、ヘッダ情報、統計情報、パケットのペイロードを等が含まれてもよい。例えば、ヘッダ情報には、MAC(Media Access Control)アドレス、IP(Internet Protocol)アドレス、ポート番号、プロトコル番号が含まれる。統計情報には、パケット数、バイト数、通信持続時間が含まれる。   The communication state stored in the communication state storage unit 111 stores communication states at a plurality of locations in the network. Specifically, the communication state is a state of communication between a transmission source terminal and a transmission destination terminal of packets transmitted and received between terminals. The communication state may further include header information, statistical information, packet payload, and the like. For example, the header information includes a MAC (Media Access Control) address, an IP (Internet Protocol) address, a port number, and a protocol number. The statistical information includes the number of packets, the number of bytes, and the communication duration.

接続条件記憶部112は、ネットワーク接続制御装置20が端末間の通信の接続を制御するルールを定めた接続制御ルールを記憶する。   The connection condition storage unit 112 stores a connection control rule that defines a rule for the network connection control device 20 to control communication connection between terminals.

ここで、接続制御ルールについて説明する。   Here, the connection control rule will be described.

図3は、接続条件記憶部112に記憶される接続制御ルールの一例を示す表である。接続制御ルールは、通信条件と制御指示とを含む。通信条件は、参照条件と条件式とを含む。制御指示には、条件式の判定結果に応じた制御内容が記述されている。   FIG. 3 is a table showing an example of connection control rules stored in the connection condition storage unit 112. The connection control rule includes a communication condition and a control instruction. The communication condition includes a reference condition and a conditional expression. In the control instruction, the control content corresponding to the determination result of the conditional expression is described.

参照条件は、接続制御ルールを参照するための条件(すなわち、ネットワーク装置10から受け取った通信がどの接続制御ルールに対応するかを決定する条件)である。   The reference condition is a condition for referring to the connection control rule (that is, a condition for determining which connection control rule the communication received from the network device 10 corresponds to).

条件式は、複数の通信の集合で構成された条件であり、各通信の発生順序の指定や通信を有効と判定する時間の範囲といった付随情報が含まれる。   The conditional expression is a condition configured by a set of a plurality of communications, and includes accompanying information such as designation of the order of occurrence of each communication and a time range for determining communication as valid.

制御指示は、通信条件の評価後にネットワーク接続制御装置20からコントローラ200へ指示される通信制御指示である。制御指示には、条件式の成立時の制御指示内容と不成立時の制御指示内容とが含まれる。制御指示内容には、接続または切断、妨害といった指示が含まれる。なお、接続とは、端末間の通信を可能とする指示であり、切断とは、既に確立している通信の切断、もしくは、新たな通信をブロックする指示である。妨害とは、通信に対する遅延やロスの挿入や、他端末へのリダイレクトといった指示である。   The control instruction is a communication control instruction instructed from the network connection control device 20 to the controller 200 after evaluation of the communication conditions. The control instruction includes control instruction contents when the conditional expression is satisfied and control instruction contents when the conditional expression is not satisfied. The control instruction content includes instructions such as connection, disconnection, and obstruction. The connection is an instruction that enables communication between terminals, and the disconnection is an instruction that disconnects communication that has already been established or blocks new communication. The jamming is an instruction such as insertion of a delay or loss for communication or redirection to another terminal.

例えば、図3に示される第1のルールにおいて、参照条件は、「端末400から端末410への通信」である。この場合の条件式は、「端末420と端末430との間の通信、および端末440と端末450との間の通信が同時に成立」である。条件式成立時の制御指示は、「端末400から端末410への通信の接続」である。   For example, in the first rule shown in FIG. 3, the reference condition is “communication from terminal 400 to terminal 410”. The conditional expression in this case is “communication between the terminal 420 and the terminal 430 and communication between the terminal 440 and the terminal 450 are simultaneously established”. The control instruction when the conditional expression is satisfied is “communication connection from terminal 400 to terminal 410”.

一方、図3に示される第2のルールにおいて、参照条件は、「端末400から端末450への通信」である。この場合の条件式は、「端末400と端末420との間の通信、端末400と端末430との間の通信、および端末400と端末440との間の通信がこの順番に発生」である。そして、条件式成立時の制御指示は、「端末400から端末450への通信の接続」である。   On the other hand, in the second rule shown in FIG. 3, the reference condition is “communication from terminal 400 to terminal 450”. The conditional expression in this case is “communication between the terminal 400 and the terminal 420, communication between the terminal 400 and the terminal 430, and communication between the terminal 400 and the terminal 440 occurs in this order”. The control instruction when the conditional expression is satisfied is “communication connection from terminal 400 to terminal 450”.

ここで、図2の説明が再開される。接続条件判定部102は、接続条件記憶部112と通信情報記憶部111を参照し、接続制御ルールの条件判定を行う。具体的には、接続条件判定部102は、接続条件記憶部112に記憶された接続制御ルールの参照条件を参照することで通信に該当する接続制御ルールを探索する。接続条件判定部102は、探索された接続制御ルールの条件式に含まれる通信状態が、通信状態記憶部111に存在するか否かの判定を行う。   Here, the description of FIG. 2 is resumed. The connection condition determination unit 102 refers to the connection condition storage unit 112 and the communication information storage unit 111, and determines a connection control rule condition. Specifically, the connection condition determination unit 102 searches for a connection control rule corresponding to communication by referring to the connection control rule reference condition stored in the connection condition storage unit 112. The connection condition determination unit 102 determines whether or not the communication state included in the searched connection control rule conditional expression exists in the communication state storage unit 111.

例えば、端末400から端末410への通信が発生した場合には、第1のルール(図3参照)が参照される。端末420と端末430との間の通信、および端末440と端末450との間の通信が通信状態記憶部111に記憶されている場合、接続条件判定部102は、条件式が成立したと判定する。   For example, when communication from the terminal 400 to the terminal 410 occurs, the first rule (see FIG. 3) is referred to. When the communication between the terminal 420 and the terminal 430 and the communication between the terminal 440 and the terminal 450 are stored in the communication state storage unit 111, the connection condition determination unit 102 determines that the conditional expression is satisfied. .

接続制御部103は、接続条件判定部102の判定結果に基づき、通信の制御指示をネットワーク装置10に対して行う。この制御指示に基づいて、ネットワーク装置10のコントローラ200は、端末間の通信の接続制御を行う。
(動作の説明)
図4は、ネットワーク接続制御装置20の動作例を説明するためのフローチャートである。なお、以下では、説明をより明りょうなものとするために、逐次、図3に示される接続制御ルールが用いられる。もちろん、ネットワーク接続制御装置20の動作は、図3に示される接続制御ルールに限定されるものではない。
The connection control unit 103 issues a communication control instruction to the network device 10 based on the determination result of the connection condition determination unit 102. Based on this control instruction, the controller 200 of the network device 10 performs communication connection control between terminals.
(Description of operation)
FIG. 4 is a flowchart for explaining an operation example of the network connection control device 20. In the following, the connection control rules shown in FIG. 3 are used in order to make the description clearer. Of course, the operation of the network connection control device 20 is not limited to the connection control rules shown in FIG.

ネットワーク装置10内の所定の端末による新たな通信の開始に伴う最初のパケットを受け取ったスイッチは、コントローラ200に対して、端末間の通信の発生を通知する。例えば、端末400が端末410に対して通信を開始しようとしている場合には、スイッチ300が通信発生の通知を行う。コントローラ200は、ネットワーク接続制御装置20に対して、「新規通信発生通知」を通知する。新規通信発生通知は、例えば、通信を開始した端末(送信元端末)の情報とパケットが送信される端末(送信先端末)の情報を含む。   The switch that has received the first packet associated with the start of new communication by a predetermined terminal in the network device 10 notifies the controller 200 of the occurrence of communication between the terminals. For example, when the terminal 400 is about to start communication with the terminal 410, the switch 300 notifies the occurrence of communication. The controller 200 notifies the network connection control device 20 of a “new communication occurrence notification”. The new communication occurrence notification includes, for example, information on a terminal (transmission source terminal) that starts communication and information on a terminal (transmission destination terminal) to which a packet is transmitted.

ネットワーク接続制御装置20の通信状態収集部101は、コントローラ200から、新規通信発生通知を受信する(ステップS10)。通信状態収集部101は、新規通信発生通知を、通信状態記憶部111に通信状態として保存するとともに、接続条件判定部102へ送信する。   The communication state collection unit 101 of the network connection control device 20 receives a new communication occurrence notification from the controller 200 (step S10). The communication state collection unit 101 stores a new communication occurrence notification as a communication state in the communication state storage unit 111 and transmits it to the connection condition determination unit 102.

接続条件判定部102は、新規通信発生通知の通信に対応する接続制御ルールを、接続条件記憶部112の参照条件から検索する(ステップS11)。例えば、新規通信発生通知が、端末400から端末410への新規通信開始である場合には、第1のルールが検索される。   The connection condition determination unit 102 searches for a connection control rule corresponding to the communication of the new communication occurrence notification from the reference condition of the connection condition storage unit 112 (step S11). For example, when the new communication occurrence notification is the start of new communication from the terminal 400 to the terminal 410, the first rule is searched.

対応する接続制御ルールが存在しない場合(ステップS11において“ルール無し”)、本フローの処理は終了する(すなわち、接続制御は実行されない)。   If there is no corresponding connection control rule (“no rule” in step S11), the processing of this flow ends (that is, connection control is not executed).

一方、接続制御ルールが存在する場合(ステップS11において“ルール有り”)、接続条件判定部102は、接続制御ルールの条件式中に含まれる通信状態を通信状態記憶部111から検索する(ステップS12)。例えば、第1のルールの場合、接続条件判定部102は、通信状態記憶部111から条件式中に記述された「端末420と端末430との間の通信」と「端末440と端末450との間の通信」を検索する。   On the other hand, if a connection control rule exists (“rule present” in step S11), the connection condition determination unit 102 searches the communication state storage unit 111 for a communication state included in the conditional expression of the connection control rule (step S12). ). For example, in the case of the first rule, the connection condition determination unit 102 determines that “communication between the terminal 420 and the terminal 430” described in the conditional expression from the communication state storage unit 111 and “the terminal 440 and the terminal 450 are connected. Search for “communication between”.

接続条件判定部102は、検索結果に応じて、コントローラ200に対して指示する制御指示を決定する(ステップS13)。条件式が成立する場合(条件式中に含まれる通信状態が通信状態記憶部111から検索される場合)、接続条件判定部102は、接続制御ルールにおける“条件成立時”の制御指示を、コントローラ200に対して指示する制御指示として決定する。一方、条件式が成立しない場合(条件式中に含まれる通信状態が通信状態記憶部111から検索されない場合)、接続条件判定部102は、接続制御ルールにおける“条件不成立時”の制御指示を、コントローラ200に対して指示する制御指示として決定する。   The connection condition determination unit 102 determines a control instruction to instruct the controller 200 according to the search result (step S13). When the conditional expression is satisfied (when the communication state included in the conditional expression is retrieved from the communication state storage unit 111), the connection condition determination unit 102 sends a control instruction “when the condition is satisfied” in the connection control rule to the controller. 200 is determined as a control instruction for instructing 200. On the other hand, when the conditional expression is not satisfied (when the communication state included in the conditional expression is not retrieved from the communication state storage unit 111), the connection condition determination unit 102 gives a control instruction “when the condition is not satisfied” in the connection control rule, The control instruction is determined as an instruction to the controller 200.

例えば、第1のルールの場合、端末420と端末430との間の通信、および端末440と端末450との間の通信の両方が確認された場合(すなわち、第1のルールの条件式が成立した場合)、接続条件判定部102は、制御指示として、“端末400と端末410の通信を接続”を選択する。一方、端末420と端末430との間の通信、および端末440と端末450との間の通信の少なくとも一方が確認されない場合(すなわち、第1のルールの条件式が成立しない場合)、接続条件判定部102は、制御指示として、“端末400と端末410の通信のブロック”を選択する。   For example, in the case of the first rule, when both the communication between the terminal 420 and the terminal 430 and the communication between the terminal 440 and the terminal 450 are confirmed (that is, the conditional expression of the first rule is satisfied). The connection condition determination unit 102 selects “connect communication between terminal 400 and terminal 410” as a control instruction. On the other hand, when at least one of the communication between the terminal 420 and the terminal 430 and the communication between the terminal 440 and the terminal 450 is not confirmed (that is, the conditional expression of the first rule is not satisfied), the connection condition determination Unit 102 selects “block of communication between terminal 400 and terminal 410” as a control instruction.

接続制御部103は、接続条件判定部102によって決定された制御指示を、コントローラ200へ送信する(ステップS14)。   The connection control unit 103 transmits the control instruction determined by the connection condition determination unit 102 to the controller 200 (step S14).

スイッチ300〜320は、コントローラ200からの指示に基づいた接続制御を実行する。例えば、スイッチ300〜320は、端末400〜450が送信する通信パケットを他の端末へ転送する。また、スイッチ300〜320は、転送先が指定されていない通信パケットを破棄する。また、処理方法として、パケットの優先度の低下が指示された場合、スイッチ300〜320は、遅延やロスにより通信品質を劣化させる。一方、処理方法として、パケットに示された宛先と異なる端末への転送先の変更が指示された場合、スイッチ300〜320は、リダイレクトなどにより通信を妨害する。すなわち、コントローラ200は、スイッチ300〜320に対する指示を通じて、特定端末間の通信経路を確立したり、遮断したり、妨害したりすることができる。
(効果の説明)
以上説明した第1の実施形態では、図3の“条件式”に端的に示されるように、ネットワークの複数箇所の通信状態が接続条件の鍵とされている。従って、第1の実施形態のネットワーク接続制御システムにおいて、攻撃者が鍵を特定するためには、ネットワーク上を流れるすべての通信内容を把握し、且つ接続条件の鍵となる特定の通信状態を分別する必要がある。
The switches 300 to 320 execute connection control based on an instruction from the controller 200. For example, the switches 300 to 320 transfer communication packets transmitted from the terminals 400 to 450 to other terminals. In addition, the switches 300 to 320 discard communication packets whose transfer destination is not specified. Further, as a processing method, when an instruction to lower the priority of a packet is given, the switches 300 to 320 deteriorate communication quality due to delay or loss. On the other hand, as a processing method, when an instruction to change a transfer destination to a terminal different from the destination indicated in the packet is given, the switches 300 to 320 interfere with communication by redirection or the like. That is, the controller 200 can establish, block, or block a communication path between specific terminals through instructions to the switches 300 to 320.
(Explanation of effect)
In the first embodiment described above, the communication state at a plurality of locations in the network is the key to the connection condition, as shown in the “conditional expression” in FIG. Therefore, in the network connection control system of the first embodiment, in order for an attacker to specify a key, it is necessary to grasp all communication contents flowing on the network and to identify a specific communication state that is a key for connection conditions. There is a need to.

例えば、端末400と端末410との間の通信を行うためには、端末400と端末410だけでなく端末420〜端末450を含めた全ての端末の通信内容を把握した上で、さらに、接続条件の鍵となる特定の通信状態を推定する必要がある。   For example, in order to perform communication between the terminal 400 and the terminal 410, the communication contents of all terminals including the terminal 420 to the terminal 450 as well as the terminal 400 and the terminal 410 are grasped, and further, the connection condition It is necessary to estimate a specific communication state that is the key to the above.

これを実現させるためには、ネットワーク内に存在するすべての端末を同時に悪意あるソフトウェアに感染させ、さらに、ネットワーク上を流れるすべて(あるいは多くの)パケットを同時に盗聴するといった非常に煩雑な処理が必要となる。従って、接続許可の条件となる鍵を推定することは極めて困難となる。
[第2の実施形態]
図5は、本発明の第2の実施形態に係るネットワーク接続制御装置500の構成例を示すブロック図である。
In order to achieve this, it is necessary to have a very complicated process of simultaneously infecting all terminals in the network with malicious software and simultaneously eavesdropping all (or many) packets flowing on the network. It becomes. Therefore, it is extremely difficult to estimate a key that is a condition for permitting connection.
[Second Embodiment]
FIG. 5 is a block diagram showing a configuration example of the network connection control apparatus 500 according to the second embodiment of the present invention.

ネットワーク接続制御装置500は、複数の端末が複数のスイッチを介して接続されるネットワーク装置におけるネットワーク接続を制御する。   The network connection control device 500 controls network connection in a network device to which a plurality of terminals are connected via a plurality of switches.

ネットワーク接続制御装置500は、通信状態記憶手段502と、接続条件記憶手段504と、接続条件判定手段506と、接続制御手段508と、を備える。   The network connection control device 500 includes a communication state storage unit 502, a connection condition storage unit 504, a connection condition determination unit 506, and a connection control unit 508.

通信状態記憶手段502は、各端末間の通信状態を記憶する。   The communication state storage unit 502 stores the communication state between the terminals.

接続条件記憶手段504は、端末間の接続ルールとして、複数の異なる端末間の通信状態を規定する条件式と、条件式の成立/不成立に応じた各制御内容を規定する制御指示とを含む、少なくとも1つの接続制御ルールを記憶する。   The connection condition storage unit 504 includes, as connection rules between terminals, a conditional expression that defines a communication state between a plurality of different terminals, and a control instruction that defines each control content according to whether the conditional expression is established or not, At least one connection control rule is stored.

接続条件判定手段506は、所定の端末間での通信が開始されようとする際、接続条件記憶手段を参照して、上記通信についての接続制御ルールを決定し、決定された接続制御ルールの条件式に規定される複数の通信状態が通信状態記憶手段に存在するか否かを判定することで条件式の成立/不成立を判定する。   When the communication between the predetermined terminals is about to start, the connection condition determination unit 506 refers to the connection condition storage unit to determine the connection control rule for the communication, and the condition of the determined connection control rule Whether or not the conditional expression is satisfied is determined by determining whether or not a plurality of communication states defined by the expression exist in the communication state storage unit.

接続制御手段508は、条件式が成立する場合、ネットワーク装置に対して、成立時の制御内容を指示し、条件式が成立しない場合、ネットワーク装置に対して、不成立時の制御内容を指示する。   When the conditional expression is satisfied, the connection control unit 508 instructs the network device about the control contents when the conditional expression is satisfied, and when the conditional expression is not satisfied, the connection control unit 508 instructs the network device about the control content when the conditional expression is not satisfied.

以上説明した第2の実施形態では、ネットワークの複数箇所の通信状態が接続条件の鍵とされている。従って、第2の実施形態のネットワーク接続制御装置の制御対象のネットワーク装置において、攻撃者が鍵を特定するためには、ネットワーク上を流れるすべての通信内容を把握し、且つ接続条件の鍵となる特定の通信状態を分別する必要がある。   In the second embodiment described above, communication states at a plurality of locations on the network are the key to connection conditions. Therefore, in the network device to be controlled by the network connection control device of the second embodiment, in order for an attacker to specify the key, it is necessary to grasp all communication contents flowing on the network and to be a key for the connection condition. It is necessary to sort out a specific communication state.

これを実現させるためには、ネットワーク内に存在するすべての端末を同時に悪意あるソフトウェアに感染させ、さらに、ネットワーク上を流れるすべて(あるいは多くの)パケットを同時に盗聴するといった非常に煩雑な処理が必要となる。従って、接続許可の条件となる鍵を推定することは極めて困難となる。
<変形例の説明>
以上説明した各実施形態の全部又は一部の機能を実現するためのプログラムは、コンピュータ読み取り可能な記録媒体に記録される。そして、この記録媒体に記録されたプログラムは、コンピュータシステムによって読み込まれ、実行される。
In order to achieve this, it is necessary to have a very complicated process of simultaneously infecting all terminals in the network with malicious software and simultaneously eavesdropping all (or many) packets flowing on the network. It becomes. Therefore, it is extremely difficult to estimate a key that is a condition for permitting connection.
<Description of modification>
A program for realizing all or part of the functions of the embodiments described above is recorded on a computer-readable recording medium. The program recorded on the recording medium is read and executed by the computer system.

「コンピュータシステム」の例としては、例えば、CPU(Central Processing Unit)を挙げることができる。   As an example of the “computer system”, for example, a CPU (Central Processing Unit) can be cited.

「コンピュータ読み取り可能な記録媒体」は、例えば、非一時的な記憶装置である。非一時的な記憶装置の例としては、例えば、光磁気ディスク、ROM(Read Only Memory)、不揮発性半導体メモリ等の可搬媒体、コンピュータシステムに内蔵されるハードディスクを挙げることができる。また、「コンピュータ読み取り可能な記録媒体」は、一時的な記憶装置であってもよい。一時的な記憶装置の例としては、例えば、インターネット等のネットワークや電話回線等の通信回線を介してプログラムを送信する場合の通信線、あるいは、コンピュータシステム内部の揮発性メモリを挙げることができる。   The “computer-readable recording medium” is, for example, a non-transitory storage device. Examples of non-temporary storage devices include a magneto-optical disk, a ROM (Read Only Memory), a portable medium such as a nonvolatile semiconductor memory, and a hard disk built in a computer system. The “computer-readable recording medium” may be a temporary storage device. As an example of a temporary storage device, for example, a communication line in the case of transmitting a program via a network such as the Internet or a communication line such as a telephone line, or a volatile memory inside a computer system can be cited.

また、上記プログラムは、前述した機能の一部を実現するためのものであってもよく、さらに、前述した機能をコンピュータシステムにすでに記録されているプログラムとの組み合わせで実現できるものであってもよい。   Further, the program may be for realizing a part of the above-described functions, and further, the program described above may be realized in combination with a program already recorded in the computer system. Good.

以上、各実施形態を用いて本発明を説明したが、本発明の技術的範囲は、上記各実施形態の記載に限定されない。上記各実施形態に多様な変更又は改良を加えることが可能であることは当業者にとって自明である。従って、そのような変更又は改良を加えた形態もまた本発明の技術的範囲に含まれることは説明するまでもない。また、以上説明した各実施形態において使用される、数値や各構成の名称等は例示的なものであり適宜変更可能である。   As mentioned above, although this invention was demonstrated using each embodiment, the technical scope of this invention is not limited to description of said each embodiment. It is obvious to those skilled in the art that various modifications or improvements can be added to the above embodiments. Therefore, it is needless to say that embodiments with such changes or improvements are also included in the technical scope of the present invention. The numerical values and names of the components used in the embodiments described above are illustrative and can be changed as appropriate.

1 ネットワーク接続制御システム
10 ネットワーク装置
20 ネットワーク接続制御装置
101 通信状態収集部
102 接続条件判定部
103 接続制御部
111 通信状態記憶部
112 接続条件記憶部
200 コントローラ
300〜320 スイッチ
400〜450 端末
500 ネットワーク接続制御装置
502 通信状態記憶手段
504 接続条件記憶手段
506 接続条件判定手段
508 接続制御手段
DESCRIPTION OF SYMBOLS 1 Network connection control system 10 Network apparatus 20 Network connection control apparatus 101 Communication state collection part 102 Connection condition determination part 103 Connection control part 111 Communication state memory | storage part 112 Connection condition memory | storage part 200 Controller 300-320 Switch 400-450 Terminal 500 Network connection Control device 502 Communication state storage means 504 Connection condition storage means 506 Connection condition determination means 508 Connection control means

Claims (8)

複数の端末が複数のスイッチを介して接続されるネットワーク装置におけるネットワーク接続を制御するネットワーク接続制御装置であって、
前記各端末間の通信状態を記憶する通信状態記憶手段と、
前記端末間の接続ルールとして、前記ネットワーク装置の複数箇所の通信状態を規定する条件式と、前記条件式の成立/不成立に応じた各制御内容を規定する制御指示とを含む、少なくとも1つの接続制御ルールを記憶する接続条件記憶手段と、
所定の端末間での通信が開始されようとする際、前記接続条件記憶手段を参照して、前記通信についての前記接続制御ルールを決定し、決定された前記接続制御ルールの前記条件式に規定される複数箇所の前記通信状態が前記通信状態記憶手段に存在するか否かを判定することで前記条件式の成立/不成立を判定する接続条件判定手段と、
前記条件式が成立する場合、前記ネットワーク装置に対して、成立時の制御内容を指示し、前記条件式が成立しない場合、前記ネットワーク装置に対して、不成立時の制御内容を指示する接続制御手段と
を備えることを特徴とするネットワーク接続制御装置。
A network connection control device that controls network connection in a network device in which a plurality of terminals are connected via a plurality of switches,
Communication state storage means for storing a communication state between the terminals;
As a connection rule between the terminals, at least one connection including a conditional expression that defines communication states at a plurality of locations of the network device and a control instruction that defines each control content according to the establishment / non-establishment of the conditional expression Connection condition storage means for storing control rules;
When communication between predetermined terminals is about to be started, the connection condition storage unit is referred to determine the connection control rule for the communication, and is defined in the conditional expression of the determined connection control rule A connection condition determination unit that determines whether the conditional expression is satisfied or not by determining whether or not the communication state of a plurality of locations is present in the communication state storage unit;
Connection control means for instructing the network device when the condition is satisfied when the conditional expression is satisfied, and for instructing the network device when the conditional expression is not satisfied when the conditional expression is not satisfied A network connection control device comprising:
前記接続制御ルールの前記条件式は、複数箇所の通信が同時に成立する条件式を含むことを特徴とする請求項1記載のネットワーク接続制御装置。   The network connection control device according to claim 1, wherein the conditional expression of the connection control rule includes a conditional expression in which communication at a plurality of locations is simultaneously established. 前記接続制御ルールの前記条件式は、複数箇所の通信が所定の順番で成立する条件式を含むことを特徴とする請求項1記載のネットワーク接続制御装置。   The network connection control device according to claim 1, wherein the conditional expression of the connection control rule includes a conditional expression in which communication at a plurality of locations is established in a predetermined order. 前記接続制御ルールの前記制御内容は、通信の接続、通信の切断、および通信の妨害のうちのいずれかであることを特徴とする請求項1−3のいずれか1項に記載のネットワーク接続制御装置。   The network connection control according to any one of claims 1 to 3, wherein the control content of the connection control rule is one of communication connection, communication disconnection, and communication interruption. apparatus. 前記通信の妨害は、通信に対する遅延やロスの挿入、あるいは他端末へのリダイレクトであることを特徴とする請求項4記載のネットワーク接続制御装置。   5. The network connection control apparatus according to claim 4, wherein the interference of communication is insertion of a delay or loss for communication, or redirection to another terminal. 複数の端末が複数のスイッチを介して接続されるネットワーク装置におけるネットワーク接続を制御するネットワーク接続制御方法であって、
前記各端末間の通信状態を通信状態記憶手段に記憶し、
前記端末間の接続ルールとして、前記ネットワーク装置の複数箇所の通信状態を規定する条件式と、前記条件式の成立/不成立に応じた各制御内容を規定する制御指示とを含む、少なくとも1つの接続制御ルールを接続条件記憶手段に記憶し、
所定の端末間での通信が開始されようとする際、前記接続条件記憶手段を参照して、前記通信についての前記接続制御ルールを決定し、決定された前記接続制御ルールの前記条件式に規定される複数箇所の前記通信状態が前記通信状態記憶手段に存在するか否かを判定することで前記条件式の成立/不成立を判定し、
前記条件式が成立する場合、前記ネットワーク装置に対して、成立時の制御内容を指示し、前記条件式が成立しない場合、前記ネットワーク装置に対して、不成立時の制御内容を指示する
ことを特徴とするネットワーク接続制御方法。
A network connection control method for controlling network connection in a network device in which a plurality of terminals are connected via a plurality of switches,
Storing the communication state between the terminals in a communication state storage means;
As a connection rule between the terminals, at least one connection including a conditional expression that defines communication states at a plurality of locations of the network device and a control instruction that defines each control content according to the establishment / non-establishment of the conditional expression Store the control rule in the connection condition storage means,
When communication between predetermined terminals is about to be started, the connection condition storage unit is referred to determine the connection control rule for the communication, and is defined in the conditional expression of the determined connection control rule Determining whether or not the conditional expression is satisfied by determining whether or not the communication states at a plurality of locations are present in the communication state storage means;
When the conditional expression is satisfied, the network device is instructed to control contents when it is satisfied, and when the conditional expression is not satisfied, the network device is instructed to control contents when it is not satisfied. Network connection control method.
複数の端末が複数のスイッチを介して接続されるネットワーク装置におけるネットワーク接続を制御するネットワーク接続制御装置のコンピュータに、
前記各端末間の通信状態を通信状態記憶手段に記憶する処理と、
前記端末間の接続ルールとして、前記ネットワーク装置の複数箇所の通信状態を規定する条件式と、前記条件式の成立/不成立に応じた各制御内容を規定する制御指示とを含む、少なくとも1つの接続制御ルールを接続条件記憶手段に記憶する処理と、
所定の端末間での通信が開始されようとする際、前記接続条件記憶手段を参照して、前記通信についての前記接続制御ルールを決定し、決定された前記接続制御ルールの前記条件式に規定される複数箇所の前記通信状態が前記通信状態記憶手段に存在するか否かを判定することで前記条件式の成立/不成立を判定する処理と、
前記条件式が成立する場合、前記ネットワーク装置に対して、成立時の制御内容を指示し、前記条件式が成立しない場合、前記ネットワーク装置に対して、不成立時の制御内容を指示する処理と
を実行させるためのネットワーク接続制御プログラム。
In a computer of a network connection control device that controls network connection in a network device in which a plurality of terminals are connected via a plurality of switches,
Processing for storing a communication state between the terminals in a communication state storage unit;
As a connection rule between the terminals, at least one connection including a conditional expression that defines communication states at a plurality of locations of the network device and a control instruction that defines each control content according to the establishment / non-establishment of the conditional expression Processing for storing the control rule in the connection condition storage means;
When communication between predetermined terminals is about to be started, the connection condition storage unit is referred to determine the connection control rule for the communication, and is defined in the conditional expression of the determined connection control rule A process for determining whether or not the conditional expression is satisfied by determining whether or not the communication states at a plurality of locations exist in the communication state storage unit;
When the conditional expression is satisfied, the network device is instructed to control contents when it is satisfied, and when the conditional expression is not satisfied, the network device is instructed to control contents when it is not satisfied. Network connection control program to be executed.
複数の端末が複数のスイッチを介して接続されるネットワーク装置と、
前記ネットワーク装置におけるネットワーク接続を制御するネットワーク接続制御装置と、を備え、
前記ネットワーク接続制御装置は、
前記各端末間の通信状態を記憶する通信状態記憶手段と、
前記端末間の接続ルールとして、前記ネットワーク装置の複数箇所の通信状態を規定する条件式と、前記条件式の成立/不成立に応じた各制御内容を規定する制御指示とを含む、少なくとも1つの接続制御ルールを記憶する接続条件記憶手段と、
所定の端末間での通信が開始されようとする際、前記接続条件記憶手段を参照して、前記通信についての前記接続制御ルールを決定し、決定された前記接続制御ルールの前記条件式に規定される複数箇所の前記通信状態が前記通信状態記憶手段に存在するか否かを判定することで前記条件式の成立/不成立を判定する接続条件判定手段と、
前記条件式が成立する場合、前記ネットワーク装置に対して、成立時の制御内容を指示し、前記条件式が成立しない場合、前記ネットワーク装置に対して、不成立時の制御内容を指示する接続制御手段と
を備えることを特徴とするネットワーク接続制御システム。
A network device in which a plurality of terminals are connected via a plurality of switches;
A network connection control device for controlling network connection in the network device,
The network connection control device includes:
Communication state storage means for storing a communication state between the terminals;
As a connection rule between the terminals, at least one connection including a conditional expression that defines communication states at a plurality of locations of the network device and a control instruction that defines each control content according to the establishment / non-establishment of the conditional expression Connection condition storage means for storing control rules;
When communication between predetermined terminals is about to be started, the connection condition storage unit is referred to determine the connection control rule for the communication, and is defined in the conditional expression of the determined connection control rule A connection condition determination unit that determines whether the conditional expression is satisfied or not by determining whether or not the communication state of a plurality of locations is present in the communication state storage unit;
Connection control means for instructing the network device when the condition is satisfied when the conditional expression is satisfied, and for instructing the network device when the conditional expression is not satisfied when the conditional expression is not satisfied And a network connection control system comprising:
JP2014254781A 2014-12-17 2014-12-17 Network connection control device, network connection control method, network connection control program, and network connection control system Pending JP2016116146A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014254781A JP2016116146A (en) 2014-12-17 2014-12-17 Network connection control device, network connection control method, network connection control program, and network connection control system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014254781A JP2016116146A (en) 2014-12-17 2014-12-17 Network connection control device, network connection control method, network connection control program, and network connection control system

Publications (1)

Publication Number Publication Date
JP2016116146A true JP2016116146A (en) 2016-06-23

Family

ID=56142423

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014254781A Pending JP2016116146A (en) 2014-12-17 2014-12-17 Network connection control device, network connection control method, network connection control program, and network connection control system

Country Status (1)

Country Link
JP (1) JP2016116146A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111540458A (en) * 2020-04-02 2020-08-14 出门问问信息科技有限公司 Information processing method and device, electronic equipment and computer storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111540458A (en) * 2020-04-02 2020-08-14 出门问问信息科技有限公司 Information processing method and device, electronic equipment and computer storage medium

Similar Documents

Publication Publication Date Title
JP5880560B2 (en) Communication system, forwarding node, received packet processing method and program
JP2007235341A (en) Apparatus and network system for performing protection against anomalous communication
JP2007184799A (en) Packet communication device
JPWO2011081020A1 (en) Network system, controller, and network control method
François et al. Network security through software defined networking: a survey
US20220345408A1 (en) Tool port throttling at a network visibility node
US20140219090A1 (en) Network congestion remediation utilizing loop free alternate load sharing
KR20120060655A (en) Routing Method And Apparatus For Detecting Server Attacking And Network Using Method Thereof
US10313238B2 (en) Communication system, communication method, and non-transitiory computer readable medium storing program
JPWO2013164988A1 (en) COMMUNICATION SYSTEM, ACCESS CONTROL DEVICE, SWITCH, NETWORK CONTROL METHOD, AND PROGRAM
Nagai et al. Design and implementation of an openflow-based tcp syn flood mitigation
JP2006185194A (en) Server device, communication control method, and program
US9537764B2 (en) Communication apparatus, control apparatus, communication system, communication method, method for controlling communication apparatus, and program
Wang et al. An approach for protecting the openflow switch from the saturation attack
KR101211147B1 (en) System for network inspection and providing method thereof
JP2016116146A (en) Network connection control device, network connection control method, network connection control program, and network connection control system
JP2004312416A (en) Access control method, repeater, and server
US11838197B2 (en) Methods and system for securing a SDN controller from denial of service attack
JP4542053B2 (en) Packet relay apparatus, packet relay method, and packet relay program
US10469498B2 (en) Communication system, control instruction apparatus, communication control method and program
JP2019036892A (en) Control device, communication system, control method and computer program
US20190230115A1 (en) Fatigue-based segment routing
JP2007208575A (en) Unauthorized traffic managing device and system
US20150030021A1 (en) Local port managing method and device, packet-oriented data network, digital storage media, and computer program product
WO2015145976A1 (en) Communication system, control instruction device, control implementation device, communication control method, and storage medium with program stored thereon