JP2016110411A - Controller state verification system and controller state verification method - Google Patents

Controller state verification system and controller state verification method Download PDF

Info

Publication number
JP2016110411A
JP2016110411A JP2014247649A JP2014247649A JP2016110411A JP 2016110411 A JP2016110411 A JP 2016110411A JP 2014247649 A JP2014247649 A JP 2014247649A JP 2014247649 A JP2014247649 A JP 2014247649A JP 2016110411 A JP2016110411 A JP 2016110411A
Authority
JP
Japan
Prior art keywords
information
control device
memory
memory map
evaluation target
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2014247649A
Other languages
Japanese (ja)
Other versions
JP6174003B2 (en
Inventor
宏樹 内山
Hiroki Uchiyama
宏樹 内山
大和田 徹
Toru Owada
徹 大和田
信 萱島
Makoto Kayashima
信 萱島
尚 寺江
Nao Terae
尚 寺江
訓 大久保
Satoshi Okubo
訓 大久保
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.)
Hitachi Ltd
Original Assignee
Hitachi 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 Hitachi Ltd filed Critical Hitachi Ltd
Priority to JP2014247649A priority Critical patent/JP6174003B2/en
Priority to PCT/JP2015/080251 priority patent/WO2016092962A1/en
Publication of JP2016110411A publication Critical patent/JP2016110411A/en
Application granted granted Critical
Publication of JP6174003B2 publication Critical patent/JP6174003B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/30Monitoring
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/55Detecting local intrusion or implementing counter-measures
    • G06F21/56Computer malware detection or handling, e.g. anti-virus arrangements

Abstract

PROBLEM TO BE SOLVED: To allow the mixing of an unauthorized program to be detected without imposing a processing load on a controller.SOLUTION: A controller state verification system includes: a communication device 11 that communicates with a controller via a network; a storage device 13 for storing evaluation object specification information in a memory map of the controller and initial configuration information on information corresponding to the evaluation object in the memory map of the controller; and a computing device 14 (CPU) that collects memory maps of the controller, extracts information corresponding to the evaluation object in the collected memory maps on the basis of the specification information, compares the extracted evaluation object information with the initial configuration information, detects a change from the initial state in the evaluation object in the memory maps, and performs processing to transmit alert information to a prescribed device if a change is detected.SELECTED DRAWING: Figure 2

Description

本発明は、制御装置状態検証システムおよび制御装置状態検証方法に関するものであり、具体的には、制御装置に処理負荷を掛けることなく、不正プログラムの混入を検知可能とする技術に関する。   The present invention relates to a control device state verification system and a control device state verification method, and more specifically to a technique that enables detection of unauthorized program mixing without imposing a processing load on the control device.

電力、鉄道、水道、ガスといった社会インフラや自動車で利用される制御システムは、専用OSや専用プロトコルを備えて、センサの情報をもとにバルブやアクチュエータといった装置を動作させ、あらかじめ設定されている圧力や温度を自動的に保つ構成となっている。このような制御システムは、インターネット等の外部ネットワークに接続されず孤立した状態で設置されているため、いわゆるコンピュータウィルスやDoS攻撃といったサイバー攻撃からは無縁であると考えられてきた。   Control systems used in social infrastructure and automobiles such as electric power, railway, water, and gas are equipped with a dedicated OS and protocol, and are set in advance by operating devices such as valves and actuators based on sensor information. It is configured to automatically maintain pressure and temperature. Since such a control system is installed in an isolated state without being connected to an external network such as the Internet, it has been considered that it is free from cyber attacks such as so-called computer viruses and DoS attacks.

しかしながら、コスト削減のため制御システムにおいても汎用OSや汎用プロトコルを利用するケースが増加しており、また、効率向上のために情報系システムと接続する形態も増えてきている。さらに近年では、制御システムをターゲットとしたコンピュータウィルスが発見されており、今まではサイバー攻撃と無縁とされていた制御システムにおいても、情報システムと同様にマルウェア等の不正なプログラムを検知する技術が必要となってきている。   However, cases where a general-purpose OS or a general-purpose protocol is used in a control system are increasing for cost reduction, and a form of connecting to an information system is increasing for improving efficiency. In recent years, computer viruses targeting control systems have been discovered, and technologies that detect malicious programs such as malware, as well as information systems, have been developed in control systems that were previously unrelated to cyber attacks. It has become necessary.

こうした課題に対応する技術としては、例えば、装置内のプログラム起動時にファイルシステムにアクセスする特性を利用し、ファイルシステムのアクセスをフックし、プログラムのハッシュ値が正当なプログラムのハッシュ値と一致するか検証した上で起動を許可する技術(特許文献1参照)などが提案されている。   As a technology to deal with such a problem, for example, using the characteristic of accessing the file system when starting the program in the device, hooking the access of the file system, and whether the hash value of the program matches the hash value of the legitimate program A technique (see Patent Document 1) that permits activation after verification has been proposed.

また、装置内で起動が許可されているプログラムリストと起動中のプログラムリストを比較することにより、不正なプログラムの混入を検知する技術(特許文献2参照)なども提案されている。   In addition, there has been proposed a technique (see Patent Document 2) that detects mixing of an illegal program by comparing a program list that is permitted to be activated in the apparatus with a program list that is being activated.

特開2001−337864号公報JP 2001-337864 A 特開2004−302657号公報JP 2004-302657 A

一方、制御システムで利用される制御装置の中には、内部にファイルシステムを持たず、起動時にプログラムやデータをメモリ上に展開し、実行するものが存在する。このような制御装置に対しては、従来のごとくファイルシステムへのアクセスを検知し、起動を制御する技術を適用することは困難であった。   On the other hand, some control devices used in the control system do not have a file system inside, and develop and execute programs and data on a memory at startup. For such a control device, it has been difficult to apply a technology for detecting access to a file system and controlling activation as in the past.

他方、上述したように制御システムにおいては、センサ情報等に基づいた装置制御を自動的に行うため、各種処理を周期的に行うことが一般的であり、制御システム内の各装置で実行される処理が1周期の中で完結することが要求される。また、常に1周期内で処理が完結するために、各処理の処理時間が状況によって変化せずに一定であることも求められるなど、処理時間に関する各種の制約が存在する。そのため、ファイルシステムを持つ制御装置であっても、上述の処理時間の制約のため、プログラム起動時にCPUやメモリ
リソースを使用して起動可否を確認することは困難である。
On the other hand, as described above, in the control system, in order to automatically perform device control based on sensor information or the like, it is common to periodically perform various processes, which are executed by each device in the control system. The process is required to be completed within one cycle. In addition, since the processing is always completed within one cycle, there are various restrictions on the processing time, such as the processing time of each processing being required to be constant without changing depending on the situation. For this reason, even a control device having a file system is difficult to confirm whether or not it can be activated using a CPU or a memory resource when the program is activated due to the above-described limitations on processing time.

また、起動中のプログラムリストを検証するとしても、不正なプログラムが正当なプログラムを上書きするといった状況が生じている場合、それを検知することはできないという問題もあった。   Further, there is a problem that even if the activated program list is verified, it cannot be detected if an illegal program overwrites a valid program.

そこで本発明の目的は、制御装置に処理負荷を掛けることなく、不正プログラムの混入を検知可能とする技術を提供することにある。   SUMMARY OF THE INVENTION An object of the present invention is to provide a technique that enables detection of unauthorized program mixing without imposing a processing load on a control device.

上記課題を解決する本発明の制御装置状態検証システムは、ネットワークを介して制御装置と通信する通信装置と、前記制御装置のメモリマップにおける評価対象の指定情報と、前記制御装置のメモリマップのうち前記評価対象に対応する情報の初期構成情報と、を格納する記憶装置と、前記制御装置と通信して該当制御装置のメモリマップを収集し、当該収集したメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と前記初期構成情報とを比較して、前記メモリマップの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する処理を実行する演算装置を備えることを特徴とする。   The control device state verification system of the present invention that solves the above problems includes a communication device that communicates with a control device via a network, designation information of an evaluation target in a memory map of the control device, and a memory map of the control device A storage device that stores initial configuration information of information corresponding to the evaluation target, and a memory map of the corresponding control device is collected by communicating with the control device, and corresponds to the evaluation target in the collected memory map Information is extracted based on the designation information, the extracted evaluation object information is compared with the initial configuration information, and the presence or absence of a change from the initial state in the evaluation object of the memory map is detected, and the change is detected. And an arithmetic unit that executes processing for transmitting alert information to a predetermined device.

また、本発明の制御装置状態検証方法は、ネットワークを介して制御装置と通信する通信装置と、前記制御装置のメモリマップにおける評価対象の指定情報と、前記制御装置のメモリマップのうち前記評価対象に対応する情報の初期構成情報と、を格納する記憶装置とを備えたコンピュータシステムが、前記制御装置と通信して該当制御装置のメモリマップを収集し、当該収集したメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と前記初期構成情報とを比較して、前記メモリマップの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する処理を実行することを特徴とする。   Further, the control device state verification method of the present invention includes a communication device that communicates with a control device via a network, designation information of an evaluation target in a memory map of the control device, and the evaluation target of the memory map of the control device. And a storage device for storing the initial configuration information of information corresponding to the information, the computer system communicates with the control device and collects a memory map of the control device, and the evaluation target of the collected memory map Is extracted based on the designation information, the extracted evaluation object information is compared with the initial configuration information, the presence or absence of a change from the initial state in the evaluation object of the memory map is detected, and the change When the error is detected, a process of transmitting alert information to a predetermined device is executed.

本発明によれば、制御装置に処理負荷を掛けることなく、不正プログラムの混入検知が可能となる。   According to the present invention, it is possible to detect mixing of unauthorized programs without imposing a processing load on the control device.

第1実施形態における制御装置状態検証システムのネットワーク構成例を示す図である。It is a figure which shows the network structural example of the control apparatus state verification system in 1st Embodiment. 第1実施形態における監視装置及び監視サーバのハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the monitoring apparatus and monitoring server in 1st Embodiment. 第1実施形態における制御装置のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the control apparatus in 1st Embodiment. 第1実施形態における制御装置状態検証方法の処理手順例1を示すフロー図である。It is a flowchart which shows process sequence example 1 of the control apparatus state verification method in 1st Embodiment. 第1実施形態における制御装置状態検証方法の処理手順例2を示すフロー図である。It is a flowchart which shows process sequence example 2 of the control apparatus state verification method in 1st Embodiment. 第1実施形態において各制御装置から取得するメモリマップの構成例を示す図である。It is a figure which shows the structural example of the memory map acquired from each control apparatus in 1st Embodiment. 第1実施形態における評価対象情報の構成例を示す図である。It is a figure which shows the structural example of the evaluation object information in 1st Embodiment. 第1実施形態における初期構成情報の構成例を示す図である。It is a figure which shows the structural example of the initial structure information in 1st Embodiment. 第1実施形態における制御装置状態検証方法の処理手順例3を示すフロー図である。It is a flowchart which shows process sequence example 3 of the control apparatus state verification method in 1st Embodiment. 第2実施形態における制御装置状態検証システムのネットワーク構成例を示す図である。It is a figure which shows the network structural example of the control apparatus state verification system in 2nd Embodiment. 第2実施形態における制御装置状態検証方法の処理手順例を示すフロー図である。It is a flowchart which shows the process sequence example of the control apparatus state verification method in 2nd Embodiment. 第3実施形態における制御装置状態検証システムのネットワーク構成例を示す図である。It is a figure which shows the network structural example of the control apparatus state verification system in 3rd Embodiment. 第3実施形態において各制御装置から取得するメモリダンプ情報の構成例を示す図である。It is a figure which shows the structural example of the memory dump information acquired from each control apparatus in 3rd Embodiment. 第3実施形態における制御装置状態検証方法の処理手順例を示すフロー図である。It is a flowchart which shows the process sequence example of the control apparatus state verification method in 3rd Embodiment.

−−−第1実施形態−−− --- First Embodiment ---

以下に本発明の実施形態について図面を用いて詳細に説明する。図1は、第1実施形態における制御装置状態検証システムたる監視装置10(以下、監視装置10)を含むネットワーク構成図である。図1に示す制御装置状態検証システムたる監視装置10は、監視対象である制御装置30に処理負荷を掛けることなく、不正プログラムの混入を検知可能とするコンピュータシステムである。   Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a network configuration diagram including a monitoring device 10 (hereinafter, monitoring device 10) which is a control device state verification system in the first embodiment. A monitoring device 10 that is a control device state verification system shown in FIG. 1 is a computer system that can detect mixing of unauthorized programs without imposing a processing load on the control device 30 to be monitored.

なお、第1実施形態における監視装置10は、単体で制御装置状態検証システムを構成するとしてもよいし、図1のネットワーク構成例にて示すように、ネットワーク40を介して通信可能に結ばれた監視サーバ20および制御装置30〜30nも含んで構成されているとしてもよい。いずれにしても制御装置状態検証方法を主体的に実行する装置は、監視装置10となる。 Note that the monitoring device 10 according to the first embodiment may be configured as a single control device state verification system, or may be communicable via the network 40 as shown in the network configuration example of FIG. The monitoring server 20 and the control devices 30 1 to 30 n may be included. In any case, the device that executes the control device state verification method independently is the monitoring device 10.

こうした構成における上述の監視装置10は、所定のプログラムを実行することで実装する機能部として、例えばメモリマップ収集部101、評価対象取得部102、暗号演算部103、改ざん検知部104、およびアラート生成部105を備えている。また監視装置10は、処理に必要なデータの格納部として、初期構成情報格納部106および評価対象格納部107を備えている。監視装置10は、この他に、ネットワーク40にアクセスして他装置との通信を行う通信部108を更に有している。   The monitoring device 10 having such a configuration includes, for example, a memory map collection unit 101, an evaluation target acquisition unit 102, a cryptographic operation unit 103, a falsification detection unit 104, and an alert generation as functional units that are implemented by executing a predetermined program. Part 105 is provided. The monitoring apparatus 10 includes an initial configuration information storage unit 106 and an evaluation target storage unit 107 as storage units for data necessary for processing. In addition, the monitoring device 10 further includes a communication unit 108 that accesses the network 40 and communicates with other devices.

上述の監視装置10が備える機能のうちメモリマップ収集部101は、監視対象である各制御装置30〜30nから通信部108を介してメモリ情報を収集するものである。また、評価対象取得部102は、制御装置30〜30nのメモリ情報の中で、該当制御装置の運転時に構成や内部データが変化せず評価対象となる領域の情報を取得するものである。また、暗号演算部103は、初期構成情報や、メモリマップ収集部101が得たメモリ情報に対する暗号演算を行って、そのデータサイズを低減するものである。また、改ざん検知部104は、メモリマップ収集部101が収集したメモリ情報の改ざん有無を検知するものである。また、アラート生成部105は、改ざん検知部104により改ざんが検知された場合に監視サーバ20に対してアラートを通知するものである。 Among the functions of the monitoring device 10 described above, the memory map collection unit 101 collects memory information from each of the control devices 30 1 to 30 n to be monitored via the communication unit 108. Moreover, the evaluation object acquisition unit 102 acquires information on an area to be evaluated in the memory information of the control devices 30 1 to 30 n without changing the configuration or internal data during operation of the corresponding control device. The cryptographic operation unit 103 performs cryptographic operations on the initial configuration information and the memory information obtained by the memory map collection unit 101 to reduce the data size. Further, the tampering detection unit 104 detects whether or not the memory information collected by the memory map collection unit 101 has been tampered with. The alert generation unit 105 notifies the monitoring server 20 of an alert when tampering is detected by the tampering detection unit 104.

また、監視装置10が備える上述の初期構成情報格納部106は、制御装置30〜30nの稼動開始前の初期メモリ情報を格納するものである。また、評価対象格納部107は、制御装置30〜30nのメモリ情報の中で、運転時に構成や内部データが変化せず評価対象とする情報を格納するものである。 The above-described initial configuration information storage unit 106 provided in the monitoring device 10 stores initial memory information before the operation of the control devices 30 1 to 30n is started. Moreover, the evaluation object storage unit 107 stores information to be evaluated in the memory information of the control devices 30 1 to 30 n without changing the configuration or internal data during operation.

一方、ネットワーク40を介して上述の監視装置10と通信可能な監視サーバ20は、監視装置10から通知されるアラートを収集するアラート収集部201と、ネットワーク40と通信を行う通信部202を機能として備えている。こうした監視サーバ20における各部は、いずれも適宜なプログラムを実行することで実装される機能である。   On the other hand, the monitoring server 20 that can communicate with the monitoring device 10 via the network 40 functions as an alert collecting unit 201 that collects alerts notified from the monitoring device 10 and a communication unit 202 that communicates with the network 40. I have. Each unit in the monitoring server 20 is a function that is implemented by executing an appropriate program.

また、監視対象である上述の制御装置30〜30nは、該当制御装置内部のメモリ情報を取得するメモリマップ取得部301〜301nと、ネットワーク40と通信を行う通信部302〜302nと、備えている。こうした制御装置30〜30nにおける機能は、いずれも適宜なプログラムを実行することで実装される機能、或いはチップセット等の適宜なハードウェアに備わる機能である。 In addition, the above-described control devices 30 1 to 30 n to be monitored include memory map acquisition units 301 1 to 301 n that acquire memory information inside the corresponding control device, communication units 302 1 to 302 n that communicate with the network 40, and I have. The functions of the control devices 30 1 to 30 n are functions that are implemented by executing an appropriate program, or functions that are provided in appropriate hardware such as a chip set.

また、上述した各装置のうち監視装置10および監視サーバ20のハードウェア構成は以下の如く一般的なコンピュータ装置と同様の構成となる。すなわち、ネットワーク40と適宜なインターフェイスで接続してデータ通信を実行するネットワークインターフェイスカードなどの通信装置11、ユーザからの入力および処理結果の出力を担う入出力装置12、SSD(Solid State Drive)やハードディスクドライブなど適宜な不揮発性記憶素子で構成される記憶装置13、この記憶装置13に保持されるデータや適宜なプログラムをメモリ15に読み出すなどして実行し装置自体の統括制御を行なうとともに各種判定、演算及び制御処理を行なうCPU14(演算装置)、RAMなど揮発性記憶素子で構成されるメモリ15、および、記憶媒体17を読み込む読取装置16といった各構成要素がバスなどの内部通信線18で連結され、構成されている。   Of the above-described devices, the hardware configurations of the monitoring device 10 and the monitoring server 20 are the same as those of a general computer device as follows. That is, a communication device 11 such as a network interface card that performs data communication by connecting to the network 40 through an appropriate interface, an input / output device 12 that takes input from a user and outputs processing results, an SSD (Solid State Drive), a hard disk A storage device 13 composed of an appropriate non-volatile storage element such as a drive, and data stored in the storage device 13 and an appropriate program are read out and executed in the memory 15 to perform overall control of the device itself and make various determinations. Each component such as a CPU 14 (arithmetic unit) that performs arithmetic and control processing, a memory 15 that includes a volatile storage element such as a RAM, and a reading device 16 that reads a storage medium 17 is connected by an internal communication line 18 such as a bus. ,It is configured.

他方、監視対象である制御装置30〜30nのハードウェア構成の例は図3に示すものとなる。ここで例示する制御装置30〜30nは、既に述べたように、電力、鉄道、水道、ガスといった社会インフラや自動車で利用される制御システムに備わる、小規模なコンピュータ装置であって、その構成は、ネットワーク40にアクセスしてデータ通信を担う通信装置31、指示の受付や処理結果の出力等を担う入出力装置32、不揮発性記憶素子で構成される記憶装置33、CPU34、および揮発性記憶素子で構成されるメモリ35、がバスなどの内部通信線36で連結され、構成されている。 On the other hand, an example of the hardware configuration of the control devices 30 1 to 30n to be monitored is shown in FIG. The control devices 30 1 to 30 n exemplified here are small-scale computer devices included in a control system used in social infrastructure such as electric power, railway, water supply, and gas, and automobiles, as described above. Includes a communication device 31 that accesses the network 40 and performs data communication, an input / output device 32 that receives instructions, outputs processing results, and the like, a storage device 33 that includes nonvolatile storage elements, a CPU 34, and volatile storage A memory 35 composed of elements is connected and configured by an internal communication line 36 such as a bus.

続いて、第1実施形態における制御装置状態検証方法の実際手順について図に基づき説明する。以下に述べる処理フローは、監視装置10、監視サーバ20、および制御装置30〜30nの各記憶装置に格納されたプログラムがメモリにロードされ、CPUにより実行されることにより、各装置上に具現化される各処理部により実行されるものである。また、各プログラムは予め記憶装置に格納されても良いし、他の記憶媒体または通信媒体(ネットワーク40またはネットワーク40を伝搬する搬送波)を介して、必要なときに導入されても良い。 Next, the actual procedure of the control device state verification method in the first embodiment will be described with reference to the drawings. The processing flow described below is implemented on each device by loading a program stored in each storage device of the monitoring device 10, the monitoring server 20, and the control devices 30 1 to 30n into the memory and executing it by the CPU. It is executed by each processing unit. Each program may be stored in a storage device in advance, or may be introduced when necessary via another storage medium or communication medium (network 40 or a carrier wave propagating through network 40).

図4は、第1実施形態における制御装置状態検証方法の処理手順例1を示すフロー図であり、具体的には、制御装置30〜30nの試運転や運転時に監視装置10らが実施する処理フローを示した図である。 FIG. 4 is a flowchart illustrating a processing procedure example 1 of the control device state verification method according to the first embodiment. Specifically, the processing performed by the monitoring device 10 and the like during a test run and operation of the control devices 30 1 to 30 n. It is the figure which showed the flow.

ここではまず、制御装置30〜30nの試運転時に、監視装置10と制御装置30〜30nとの間で初期化処理を実行する(S401)。このステップS401における初期化処理の詳細については図5に基づき後述するものとする。 Here, first, when commissioning of the control device 30 1 ~30n, executes an initialization process between the monitoring device 10 control device 30 1 ~30n (S401). Details of the initialization process in step S401 will be described later with reference to FIG.

次に、制御装置30〜30nの運転時に、監視装置10、制御装置30〜30n、および監視サーバ20の間で検知処理を実行する(S402)。このステップS402における検知処理の詳細については図9に基づき後述するものとする。 Then, during operation of the control device 30 1 ~30n, the monitoring device 10, control device 30 1 ~30n, and executes the detection process with the monitoring server 20 (S402). The details of the detection process in step S402 will be described later with reference to FIG.

次に、監視装置10は、コンピュータ装置として通常備わるクロック機能等による所定のタイマーを起動させ、上述の検知処理(S402)の実行から所定時間が経過しているか判定する(S403)。この判定の結果、所定時間が経過していないと判断した場合(S403:N)、監視装置10は、当該ステップS403における判定を再度実行し、こ
こで所定時間が経過していると判断した場合には(S403:Y)、上述のステップS402における検知処理を再度実行する。なお、ここでは、時間経過の判定によって検知処理を再実行するタイミングを制御する構成としているが、これに限らず、監視装置10が特定イベントの発生に応じて再実行する構成としてもよい。
Next, the monitoring apparatus 10 activates a predetermined timer using a clock function or the like normally provided as a computer apparatus, and determines whether or not a predetermined time has elapsed since the execution of the above-described detection process (S402) (S403). As a result of this determination, when it is determined that the predetermined time has not elapsed (S403: N), the monitoring apparatus 10 executes the determination in step S403 again and determines that the predetermined time has elapsed here (S403: Y), the detection process in step S402 described above is executed again. In addition, although it is set as the structure which controls the timing which re-executes a detection process here by determination of time passage, it is good also as a structure which the monitoring apparatus 10 re-executes according to generation | occurrence | production of a specific event.

次に、上述のステップS401における初期化処理の詳細について図5に基づき説明する。図5は、第1実施形態における制御装置状態検証方法の処理手順例2を示すフロー図であり、具体的には、制御装置30〜30nの試運転時に各制御装置の初期メモリ状態を取得する際の処理フローを示した図である。 Next, details of the initialization process in step S401 will be described with reference to FIG. FIG. 5 is a flowchart showing a processing procedure example 2 of the control device state verification method according to the first embodiment. Specifically, the initial memory state of each control device is acquired during a trial run of the control devices 30 1 to 30n. It is the figure which showed the processing flow at the time.

この場合、監視装置10は、監視対象の1つである制御装置30のメモリ情報を取得するため、メモリマップ取得コマンドA501を生成し(S501)、このメモリマップ取得コマンドA501を、制御装置30に対し送信する。ここで生成したメモリマップ取得コマンドA501は、制御装置30〜30nにおけるメモリマップ取得部301でのプロトコルに応じたコマンドとなっている。 In this case, the monitoring device 10 to obtain one in memory information control unit 30 1 is monitored, and generates a memory map acquisition command A 501 1 (S501 1), this memory map acquisition command A 501 1, and it transmits to the control device 30 1. Here generated memory map acquisition command A 501 1 was has a command according to the protocol of the memory map acquiring unit 301 1 in the control unit 30 1 ~30n.

一方、制御装置30は、監視装置10から上述のメモリマップ取得コマンドA501を受信し、当該コマンドに応じて、メモリ35にて保持しているメモリの構成情報であるメモリマップを取得し(S502)、取得したメモリマップ(A502)を監視装置10に送信する。 On the other hand, the control unit 30 1 receives a memory map acquisition command A 501 1 described above from the monitoring device 10, in response to the command, acquires a memory map which is configuration information of a memory held in the memory 35 ( S502 1 ), and the acquired memory map (A502 1 ) is transmitted to the monitoring apparatus 10.

上述のメモリマップの構成例について図6に示す。図6は第1実施形態において、各制御装置から取得するメモリマップの構成例を示す図である。ここで例示するメモリマップA701は、メモリ内における領域を識別する名称である領域名A702をキーとして、各領域の先頭アドレスを示す領域先頭アドレスA703、および各領域のサイズを示すエリアサイズA704の各値を対応付けたレコードの集合体となっている。なお、メモリマップA701の構成要素は上述の例に限定されるものではなく、少なくとも上述した領域名A702、領域先頭アドレスA703、およびエリアサイズA704の各要素が含まれていればよい。また、メモリマップA701の構成要素の配置順序は図6の例に限定されない。   A configuration example of the above-described memory map is shown in FIG. FIG. 6 is a diagram illustrating a configuration example of a memory map acquired from each control device in the first embodiment. The memory map A 701 exemplified here has each of an area start address A 703 indicating the start address of each area and an area size A 704 indicating the size of each area, using an area name A 702 that is a name for identifying an area in the memory as a key. It is a collection of records with associated values. Note that the constituent elements of the memory map A701 are not limited to the above example, and it is sufficient that at least the above-described elements of the area name A702, the area head address A703, and the area size A704 are included. Further, the arrangement order of the components of the memory map A701 is not limited to the example of FIG.

ここで図5のフローの説明に戻る。続いて監視装置10は、評価対象格納部107より、制御装置30に関して保持している評価対象情報を取得する(S503)。この評価対象情報は、該当制御装置のメモリマップにおける評価対象の指定情報であり、その構成例は図7に示すものとなる。 Now, the description returns to the flow of FIG. Then the monitoring device 10, from the evaluation target storage unit 107, acquires the evaluation object information retained with respect to the control apparatus 30 1 (S503 1). This evaluation target information is the designation information of the evaluation target in the memory map of the corresponding control device, and its configuration example is as shown in FIG.

図7は第1実施形態における監視装置10が保持する評価対象情報の構成例を示す図である。ここで例示する評価対象情報A801は、該当制御装置の種類を識別する装置種類A802をキーとして、該当制御装置におけるメモリ35中で制御装置運転時に変化しないと想定される領域名称のリストを示す評価対象領域名リストA803を対応付けたレコードの集合体となっている。なお、評価対象情報A801の構成要素は、上述したものに限定されるものではなく、少なくとも、装置種類A802および評価対象領域名リストA803が含まれていればよい。また、評価対象情報A801における各構成要素の配置順序は図7で例示したものに限定されない。   FIG. 7 is a diagram illustrating a configuration example of the evaluation target information held by the monitoring device 10 according to the first embodiment. The evaluation object information A801 exemplified here is an evaluation indicating a list of area names that are assumed not to change during operation of the control device in the memory 35 in the corresponding control device, with the device type A802 identifying the type of the corresponding control device as a key. It is an aggregate of records in which the target area name list A 803 is associated. Note that the constituent elements of the evaluation target information A801 are not limited to those described above, and it is sufficient that at least the device type A802 and the evaluation target area name list A803 are included. Further, the arrangement order of each component in the evaluation target information A801 is not limited to that illustrated in FIG.

ここで図5のフローの説明に戻る。続いて監視装置10は、制御装置30より受信した上述のメモリマップA502から、上述のステップS503で制御装置30について取得済みの評価対象情報が示す評価対象領域に該当する各情報、すなわち、領域名A702、領域先頭アドレスA703およびエリアサイズA704の各値を取得し、ここで取得した値に対する暗号演算を行う(S504)。ここで行う暗号演算の例としては、
元のデータのダイジェストを出力するハッシュ演算等の演算を想定するが、これに限定されるものではない。なお、こうした暗号演算の意図はデータサイズ低減である。
Now, the description returns to the flow of FIG. Then the monitoring device 10, each information from the memory map A 502 1 mentioned above received from the control device 30 1, corresponding to the evaluation target area indicated by the acquired evaluation target information the control device 30 1 in step S503 1 above, That is, each value of area name A702, area head address A703, and area size A704 is acquired, and a cryptographic operation is performed on the acquired values (S504 1 ). Examples of cryptographic operations performed here include
An operation such as a hash operation that outputs a digest of the original data is assumed, but the present invention is not limited to this. Note that the purpose of such cryptographic computation is to reduce the data size.

次に監視装置10は、上述のステップS504による暗号演算の結果を、該当制御装置30の識別情報および装置種類(例:“ABC”)とともに、初期構成情報として初期構成情報格納部106に格納する(S505)。この初期構成情報は、該当制御装置のメモリマップのうち評価対象に対応する情報の初期情報であり、その構成例は図8に示すものとなる。 Then the monitoring device 10, the result of the cryptographic operation in step S504 1 described above, the relevant control device 30 first identification information and the device type (eg: "ABC") together with the initial configuration information storage unit 106 as the initial configuration information Store (S505 1 ). This initial configuration information is initial information of information corresponding to the evaluation target in the memory map of the corresponding control device, and its configuration example is as shown in FIG.

図8は第1実施形態における監視装置10が各制御装置に関して保持している初期構成情報の構成例を示す図である。ここで例示する初期構成情報A901は、該当制御装置を識別するIDたる装置IDA902をキーとして、該当制御装置の種類を識別する装置種類A903、および、該当制御装置が運転前に保有しているメモリ情報を示す初期構成データA904の各値を対応付けたレコードの集合体となっている。   FIG. 8 is a diagram illustrating a configuration example of initial configuration information held by the monitoring device 10 according to the first embodiment regarding each control device. The initial configuration information A901 exemplified here is a device type A903 that identifies the type of the corresponding control device using the device IDA902 that is an ID for identifying the corresponding control device as a key, and a memory that the corresponding control device holds before operation. This is an aggregate of records in which each value of the initial configuration data A904 indicating information is associated.

このうち初期構成データA904は、上述のS504(〜S504n)の演算結果であり、各制御装置のメモリマップのうち評価対象領域のメモリ情報に対してハッシュ演算を行った値を示しているが、特徴量などの別の値であってもよい。なお、初期構成情報A901の構成要素は上述の、装置IDA902、装置種類A903、および、初期構成データA904に限定されるものではなく、少なくともこれら要素が含まれていればよい。また、初期構成情報A901の構成要素の配置順序は図8で例示したものに限定されない。 Of these, the initial configuration data A904 is the calculation result of S504 1 (to S504n) described above, and indicates a value obtained by performing a hash calculation on the memory information of the evaluation target area in the memory map of each control device. Another value such as a feature amount may be used. Note that the constituent elements of the initial configuration information A901 are not limited to the above-described device IDA 902, device type A903, and initial configuration data A904, and at least these elements may be included. Further, the arrangement order of the components of the initial configuration information A901 is not limited to that illustrated in FIG.

以降、監視装置10は、上述のすなわちS501〜S505と同様の手順を、他の制御装置30〜30nに対しても実行し、初期構成情報格納部106において各制御装置30〜30nのメモリ情報を格納する。 Thereafter, the monitoring device 10 executes the same procedure as that of S501 1 to S505 1 for the other control devices 30 2 to 30n, and each control device 30 1 to 30n in the initial configuration information storage unit 106. Stores memory information.

次に、図4で示した検知処理(S402)の詳細について図に基づき説明する。図9は、第1実施形態における制御装置状態検証方法の処理手順例3を示すフロー図であり、具体的には、制御装置30〜30nの運転時に各制御装置のメモリ状態を検証する際の処理フローを示した図である。 Next, details of the detection process (S402) shown in FIG. 4 will be described with reference to the drawings. FIG. 9 is a flowchart showing a processing procedure example 3 of the control device state verification method according to the first embodiment. Specifically, when verifying the memory state of each control device during operation of the control devices 30 1 to 30 n. It is the figure which showed the processing flow.

この場合まず、監視装置10は、例えば制御装置30〜30nのうち制御装置30のメモリ情報を取得するため、上述のステップS501と同様に、メモリマップ取得コマンドA601を生成し(S601)、これを制御装置30に対して送信する。 In this case First, monitoring device 10, to get the memory information control unit 30 1 of the example, the control device 30 1 ~30N, as in step S501 1 described above, generates a memory map acquisition command A 601 1 (S601 1 ) This is transmitted to the control device 30 1 .

一方、制御装置30は、監視装置10から上述のメモリマップ取得コマンドA601を受信し、このコマンドに基づき、メモリ35内部に保持しているメモリの構成情報であるメモリマップA602を取得し(S602)、これを監視装置10に対して送信する。 On the other hand, the control unit 30 1 receives a memory map acquisition command A 601 1 described above from the monitoring device 10, based on this command, acquires a memory map A 602 1 is a configuration information memory stored in the internal memory 35 (S602 1 ), this is transmitted to the monitoring device 10.

続いて監視装置10は、評価対象格納部107より、上述の制御装置30に関する評価対象情報を取得する(S603)。また監視装置10は、上述のステップS602にて制御装置30が送信してきたメモリマップA602より、上述のステップS603で取得した評価対象情報が示す評価対象領域に該当するメモリ情報を取得し、これに対する暗号演算を行う(S604)。ここでの暗号演算は上述のステップS504と同様に、ハッシュ演算等を想定するが、これに限定されるものではない。 Subsequently, the monitoring device 10 acquires the evaluation target information related to the control device 30 1 from the evaluation target storage unit 107 (S603 1 ). Further, the monitoring device 10 acquires memory information corresponding to the evaluation target area indicated by the evaluation target information acquired in step S603 1 from the memory map A602 1 transmitted by the control device 30 1 in step S602 1 described above. Then, a cryptographic operation is performed for this (S604 1 ). Here cryptographic operations in the same manner as Step S504 1 described above, assumes a hash operation and the like, but is not limited thereto.

次に監視装置10は、初期構成情報格納部106から、上述の制御装置30に関する初期構成情報を取得する(S605)。次に監視装置10は、上述のステップS604
で得た(運転中の制御装置におけるメモリマップに基づく)暗号演算の結果と、ステップS605で取得した初期構成情報とを比較する(S606)。この比較は、例えば比較対象となる各値の各桁の突合処理などによりなされる。
Then the monitoring device 10, from the initial configuration information storage unit 106, obtains the initial configuration information to a control system 30 first described above (S605 1). Next, the monitoring apparatus 10 performs the above-described step S604.
Comparing the results with the (memory map based on the control unit during operation) of the cryptographic operation resulting in 1, and the acquired initial configuration information in step S605 1 (S606 1). This comparison is performed by, for example, matching processing of each digit of each value to be compared.

上述の比較の結果、初期構成情報と暗号演算結果とが一致していることが判明した場合(S606:一致)、監視装置10は、該当制御装置30に関して不正なプログラムの混入等は発生していないと認識し、次の制御装置30に関する処理(S601)に遷移する。 Result of the above comparison, if the initial configuration information and the encryption operation result matches were found (S606 1: match), the monitoring device 10, the contamination or the like of the illegal program regarding the relevant control device 30 1 generated It recognizes that to not be shifted to the process for the next control device 30 2 (S601 2).

一方、上述の比較の結果、初期構成情報と暗号演算結果とが一致していないことが判明した場合(S606:不一致)、監視装置10は、該当制御装置30に関して不正なプログラムの混入等が発生している恐れがあると認識し、その旨を示すアラート情報A603を監視サーバ20に送信する。 On the other hand, the result of the above comparison, if the initial configuration information and the encryption operation result do not match is found (S606 1: mismatch), the monitoring apparatus 10 for preventing entry of unauthorized programs with respect to the relevant control device 30 1, etc. there is recognition that there is a risk that has occurred, sends the alert information a 603 1 indicating that the monitoring server 20.

一方、監視サーバ20は、通信部202を介して監視装置10より上述のアラート情報A603を受信し、これをアラート収集部201が記憶装置33に格納する(S607)。 On the other hand, the monitoring server 20 via the communication unit 202 receives from the monitoring device 10 to alert information A 603 1 described above, which alerts the collection unit 201 is stored in the storage device 33 (S607 1).

以降、監視装置10は、上述のステップS601〜S606と同様の手順を、他の制御装置30〜30nに対しても実行し、制御装置30〜30nの各メモリ情報が該当制御に関する初期構成情報と一致するか検証することとなる。
−−−第2実施形態−−−
Thereafter, the monitoring device 10, the same procedure as Step S601 1 ~S606 1 above, was executed for the other control device 30 2 ~30n, each memory information control unit 30 2 ~30n is related to the corresponding control It will be verified whether it matches the initial configuration information.
--- Second Embodiment ---

図10は、第2実施形態における制御装置状態検証システムを含むネットワーク構成例を示す図である。第2実施形態の制御装置状態検証システムのネットワーク構成は、図1に例示した第1実施形態と同様であるが、そのうち監視装置10については、第1実施形態での構成要素に加え、制御装置30〜30nのメモリ情報を一時的に保管するメモリマップ一時保管部109が含まれている。第2実施形態においては、このメモリマップ一時保管部109を用いつつ、監視装置10が評価対象情報を生成する処理について説明する。 FIG. 10 is a diagram illustrating a network configuration example including the control device state verification system according to the second embodiment. The network configuration of the control device state verification system according to the second embodiment is the same as that of the first embodiment illustrated in FIG. 1, but the monitoring device 10 includes the control device in addition to the components in the first embodiment. A memory map temporary storage unit 109 that temporarily stores memory information 30 1 to 30 n is included. In the second embodiment, a process in which the monitoring apparatus 10 generates evaluation target information using the memory map temporary storage unit 109 will be described.

図11は、第2実施形態における制御装置状態検証方法の処理手順例を示すフロー図であり、具体的には、監視装置10の評価対象格納部107に格納される評価対象情報を生成するフローを示す図である。   FIG. 11 is a flowchart illustrating an example of a processing procedure of the control device state verification method according to the second embodiment. Specifically, the flow generates the evaluation target information stored in the evaluation target storage unit 107 of the monitoring device 10. FIG.

この場合、監視装置10は、制御装置の試運転前に、制御装置30〜制御装置30nのメモリ情報を取得するため、上述のステップS501、S601と同様に、各制御装置に関してメモリマップ取得コマンドA1101を生成し(S1101)、対応する各制御装置30〜制御装置30nに対して送信する。 In this case, since the monitoring device 10 acquires the memory information of the control devices 30 1 to 30 n before the trial operation of the control device, the memory map is acquired for each control device in the same manner as the above-described steps S501 1 and S601 1. A command A1101 is generated (S1101) and transmitted to the corresponding control devices 30 1 to 30n.

一方、制御装置30〜制御装置30nのそれぞれは、監視装置10からメモリマップ取得コマンドA1101を受信し、これに基づいて、メモリ35内部に保持しているメモリの構成情報であるメモリマップを取得し(S1102)、これを監視装置10に対し送信する。 On the other hand, each of the control devices 30 1 to 30 n receives the memory map acquisition command A 1101 from the monitoring device 10, and acquires a memory map that is memory configuration information held in the memory 35 based on this command. This is transmitted to the monitoring apparatus 10 (S1102).

他方、監視装置10は、上述のように制御装置30〜制御装置30nから送信された、各制御装置のメモリマップを受信して、これをメモリマップ一時保管部109に格納する(S1103)。 On the other hand, the monitoring device 10 receives the memory map of each control device transmitted from the control devices 30 1 to 30 n as described above, and stores it in the memory map temporary storage unit 109 (S1103).

続いて、監視装置10と制御装置30〜制御装置30nとの間で、所定の試運転処理
を行う(S1104)。この試運転処理は、監視装置10からの指示によって、所定のプロトコルに基づく制御装置の起動と所定動作の実行を行うといったものを想定出来る。この試運転がなされた制御装置においては、試運転に伴う所定処理によりメモリ35内部のメモリマップのうちいずれかの箇所が未起動時から変化していると想定される。
Subsequently, a predetermined test operation process is performed between the monitoring device 10 and the control devices 30 1 to 30 n (S1104). This trial operation process can be assumed to start the control device and execute a predetermined operation based on a predetermined protocol according to an instruction from the monitoring device 10. In the control device in which the trial operation is performed, it is assumed that any part of the memory map in the memory 35 has changed from the time of non-activation due to a predetermined process accompanying the trial operation.

次に監視装置10は、上述の試運転後にあらためて制御装置30〜制御装置30nのメモリ情報を取得するため、上述のステップS1101と同様、メモリマップ取得コマンドA1103を生成し(S1105)、これを制御装置30〜制御装置30nに対し送信する。 Next, the monitoring device 10 generates a memory map acquisition command A1103 (S1105) and controls it to acquire memory information of the control devices 30 1 to 30n again after the above-described trial operation, as in step S1101 described above. and it transmits to the device 30 1 to the control unit 30n.

一方、制御装置30〜制御装置30nは、監視装置10から送信されたメモリマップ取得コマンドA1103を受信し、これに基づき、メモリ35内部に保持しているメモリの構成情報であるメモリマップを取得し(S1106)、これを監視装置10に対し送信する。 On the other hand, the control devices 30 1 to 30 n receive the memory map acquisition command A 1103 transmitted from the monitoring device 10, and acquire a memory map that is memory configuration information held in the memory 35 based on this command. This is transmitted to the monitoring device 10 (S1106).

他方、監視装置10は、上述のステップS1103で格納済みのメモリマップ(試運転前のもの)をメモリマップ一時保管部109から取得する(S1107)。また、監視装置10は、上述のステップS1106にて制御装置らから送信され受信したメモリマップA1104と、上述のステップS1107でメモリマップ一時保管部109から取得したメモリマップ(試運転後のもの)とを比較し、試運転前後でメモリマップ情報が変化しない静的項目を抽出する(S1108)。   On the other hand, the monitoring apparatus 10 acquires the memory map (the one before the trial operation) stored in step S1103 described above from the memory map temporary storage unit 109 (S1107). In addition, the monitoring device 10 includes the memory map A1104 transmitted and received from the control device in step S1106 described above, and the memory map (after the trial operation) acquired from the memory map temporary storage unit 109 in step S1107 described above. In comparison, a static item whose memory map information does not change before and after the trial run is extracted (S1108).

監視装置10は、上述のステップS1108で抽出した静的項目を、該当制御装置に関する評価対象情報として評価対象格納部107に格納し(S1109)、処理を終了する。このように、評価対象情報すなわち評価対象の指定情報を監視装置10が自動取得して以後の処理に用いることが可能となる。
−−−第3実施形態−−−
The monitoring device 10 stores the static item extracted in step S1108 described above as evaluation target information regarding the corresponding control device in the evaluation target storage unit 107 (S1109), and ends the process. In this way, the monitoring apparatus 10 can automatically acquire the evaluation object information, that is, the evaluation object designation information, and use it for the subsequent processing.
--- Third Embodiment ---

続いて、上述までの第1および第2実施形態で示したメモリマップに基づく処理の他に、制御装置のメモリ35が保有するバイナリ値を示すメモリダンプに基づく処理について説明する。図12は第3実施形態における制御装置状態検証システムのネットワーク構成例を示す図である。   Next, in addition to the processing based on the memory map shown in the first and second embodiments described above, processing based on a memory dump indicating a binary value held in the memory 35 of the control device will be described. FIG. 12 is a diagram illustrating a network configuration example of the control device state verification system in the third embodiment.

第3実施形態の制御装置状態検証システムのネットワーク構成は、図1に例示した第1実施形態と同様であるが、そのうち監視装置10については、メモリマップ収集部101に代えてメモリダンプ取得部110が含まれている。また、制御装置30〜制御装置30nにおいても、メモリマップ取得部301〜301nに代えてメモリダンプ取得部303〜303nが含まれている。こうした第3実施形態においては、各制御装置からメモリマップを取得していた構成がメモリダンプを取得して用いる構成となっている点を除いて第1実施形態と同様であり、そのため図4、5、9の各フローも該当文言をメモリダンプに置き換えることで第2実施形態のフローとなる。よって、これらフローに関する説明は当該第3実施形態においては省略する。 The network configuration of the control device state verification system of the third embodiment is the same as that of the first embodiment illustrated in FIG. 1, but the monitoring device 10 is replaced with the memory map collection unit 101 and the memory dump acquisition unit 110. It is included. The control devices 30 1 to 30 n also include memory dump acquisition units 303 1 to 303 n instead of the memory map acquisition units 301 1 to 301 n. The third embodiment is the same as the first embodiment except that the configuration in which the memory map is acquired from each control device is a configuration in which a memory dump is acquired and used. Each flow of 5 and 9 also becomes the flow of the second embodiment by replacing the corresponding wording with a memory dump. Therefore, the description regarding these flows is omitted in the third embodiment.

当該第3実施形態にて用いるメモリダンプの具体例を図13に基づき説明する。図13は、第3実施形態の制御装置状態検証システムにおいて、各制御装置から取得するメモリダンプ情報の構成例を示す図である。この場合、メモリダンプA1301は、該当制御装置のメモリ35における領域を識別する領域名A1302をキーとして、各領域に実際に格納されているメモリ情報A1303を対応付けたレコードの集合体となっている。なお、このメモリダンプA1301の構成要素は、上述した領域名A1302およびメモリ情報A1303に限定されるものではなく、少なくともこれらの要素が含まれていればよい
。また、メモリダンプA1301の構成要素の配置順序は図13に例示するものに限定されない。
A specific example of the memory dump used in the third embodiment will be described with reference to FIG. FIG. 13 is a diagram illustrating a configuration example of memory dump information acquired from each control device in the control device state verification system according to the third embodiment. In this case, the memory dump A 1301 is an aggregate of records in which the memory information A 1303 actually stored in each area is associated with the area name A 1302 for identifying the area in the memory 35 of the corresponding control device as a key. . Note that the constituent elements of the memory dump A1301 are not limited to the area name A1302 and the memory information A1303 described above, and it is sufficient that at least these elements are included. Further, the arrangement order of the components of the memory dump A 1301 is not limited to that illustrated in FIG.

ここで、第1実施形態に示したメモリマップに基づいてアラート情報を監視サーバ20に送信する一連の処理と、当該第3実施形態におけるメモリダンプに基づいてアラート情報を監視サーバ20に送信する一連の処理とを、組み合わせて実行する構成について説明する。図14は第3実施形態における制御装置状態検証方法の処理手順例を示すフロー図である。この場合の監視装置10は、図12に示したメモリダンプ収集部110のみならず、第1実施形態におけるメモリマップ収集部101も有しているものとする。また同様に、各制御装置30〜30nにおいても、メモリマップ取得部301およびメモリダンプ取得部303を有しているものとする。 Here, a series of processes for transmitting alert information to the monitoring server 20 based on the memory map shown in the first embodiment, and a series of processes for transmitting alert information to the monitoring server 20 based on the memory dump in the third embodiment. A configuration for executing the above processing in combination will be described. FIG. 14 is a flowchart showing a processing procedure example of the control device state verification method according to the third embodiment. In this case, the monitoring apparatus 10 includes not only the memory dump collection unit 110 illustrated in FIG. 12 but also the memory map collection unit 101 in the first embodiment. Similarly, each of the control devices 30 1 to 30 n has a memory map acquisition unit 301 and a memory dump acquisition unit 303.

この場合の監視装置10は、予め定めた所定期間t1またはt2が経過したかについて所定時間毎に繰り返し判定する(s4000)。この判定の結果、所定期間t1の経過を検知した場合(s4000:t1)、監視装置10は、上述のステップS601〜S606を各制御装置30〜30nに関して図9のフローと同様に実行する(s4001)。なお、所定期間t2は、上述の所定期間t1より長い、すなわちt2>t1の関係にある。 In this case, the monitoring apparatus 10 repeatedly determines at predetermined time intervals whether a predetermined time period t1 or t2 has elapsed (s4000). As a result of the determination, when the elapse of the predetermined period t1 is detected (s4000: t1), the monitoring device 10 executes the above-described steps S601 1 to S606 1 for each of the control devices 30 1 to 30n as in the flow of FIG. (S4001). The predetermined period t2 is longer than the predetermined period t1, that is, t2> t1.

上述のステップS4001の実行後、監視装置10は、ユーザないし所定プログラムなどからの停止指示が無い限り(s4003:n)、再び上述のステップS4000を実行し、当該ステップS4000にて、上述の所定期間t2の経過を検知するまで上述のステップS4001を繰り返すこととなる。   After execution of the above-described step S4001, the monitoring apparatus 10 executes the above-described step S4000 again unless there is a stop instruction from the user or a predetermined program (s4003: n). Step S4001 described above is repeated until t2 is detected.

その後のいずれかの回のステップS4000において、判定の結果、所定期間t2の経過を検知した場合(S4000:t2)、監視装置10は、上述のステップS601〜S606を、メモリマップではなくメモリダンプについて各制御装置30〜30nに関して図9のフローと同様に実行する(s4002)。 In any subsequent step S4000, when it is determined that the elapse of the predetermined period t2 is detected as a result of the determination (S4000: t2), the monitoring apparatus 10 stores the above-described steps S601 1 to S606 1 in the memory instead of the memory map. The dump is executed in the same manner as the flow of FIG. 9 for each of the control devices 30 1 to 30 n (s4002).

上述のステップS4002の実行後、監視装置10は、ユーザないし所定プログラムなどからの停止指示が無い限り(s4003:n)、再び上述のステップS4000を実行し、当該ステップS4000にて、上述の所定期間t1の経過を検知するまで待機状態となり、以降、所定期間t1、t2の経過に伴う上述のステップS4001、S4002を繰り返すこととなる。   After execution of the above-described step S4002, the monitoring apparatus 10 executes the above-described step S4000 again unless there is a stop instruction from a user or a predetermined program (s4003: n). It will be in a standby state until the passage of t1 is detected, and thereafter, the above-described steps S4001 and S4002 accompanying the passage of the predetermined periods t1 and t2 will be repeated.

このように、メモリマップに基づく一連の処理と、メモリダンプに基づく一連の処理とを、所定頻度で交互に実行するとすれば、処理負荷がより軽いメモリマップに基づく上述の変化有無検知の処理を日常的に実行する一方で、より低頻度のタイミングで(或いはユーザからの指示や特定のトリガーで)、メモリダンプに基づく高精度な変化有無検知の処理を実行するなどして、不正なプログラムの混入等の効率的な検知処理と共に高精度な検知処理も併せて確立することが可能となり、好適である。   As described above, if the series of processes based on the memory map and the series of processes based on the memory dump are alternately executed at a predetermined frequency, the above-described change presence / absence detection process based on the memory map with a lighter processing load is performed. While executing routinely, it is possible to detect malicious programs by executing highly accurate change detection processing based on memory dumps at a lower frequency (or with an instruction from a user or a specific trigger). It is possible to establish a highly accurate detection process together with an efficient detection process such as mixing, which is preferable.

こうした本実施形態によれば、制御装置に処理負荷を掛けることなく、不正プログラムの混入検知が可能となる。   According to the present embodiment, it is possible to detect unauthorized program mixing without imposing a processing load on the control device.

以上、本発明を実施するための最良の形態などについて具体的に説明したが、本発明はこれに限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能である。   Although the best mode for carrying out the present invention has been specifically described above, the present invention is not limited to this, and various modifications can be made without departing from the scope of the invention.

たとえば、制御装置内にメモリマップとメモリダンプの両方を取得する機能があり、所定タイミング(例:所定時間の経過、所定時期の到来、所定イベントの発生)に応じて選
択的に実行する構成も想定出来る。また、監視装置と監視サーバの機能が単体のコンピュータに集約されている構成も想定出来る。或いは、制御装置にネットワークとの通信機能が含まれておらず、別の装置を経由してネットワークと通信を行う構成も想定出来る。また、監視装置が初期構成情報や評価対象情報を保有せず、他の装置から取得する構成なども想定出来る。ただしいずれの形態においても制御装置状態検証システム全体において行う処理に本質的な変化はない。
For example, the control device has a function of acquiring both a memory map and a memory dump, and is configured to selectively execute according to a predetermined timing (eg, elapse of a predetermined time, arrival of a predetermined time, occurrence of a predetermined event). Can be assumed. A configuration in which the functions of the monitoring device and the monitoring server are integrated into a single computer can also be assumed. Alternatively, it is possible to assume a configuration in which the control device does not include a communication function with the network and communicates with the network via another device. In addition, it is possible to assume a configuration in which the monitoring device does not have the initial configuration information or the evaluation target information and is acquired from another device. However, in any form, there is no essential change in the processing performed in the entire control device state verification system.

本明細書の記載により、少なくとも次のことが明らかにされる。すなわち、本実施形態の制御装置状態検証システムにおいて、前記演算装置は、試運転時の前記制御装置と通信して該当制御装置のメモリマップを収集し、当該収集した試運転時のメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報を前記初期構成情報として記憶装置に格納する処理を更に実行するものである、としてもよい。   At least the following will be clarified by the description of the present specification. That is, in the control device state verification system of the present embodiment, the arithmetic device communicates with the control device at the time of trial operation and collects a memory map of the corresponding control device, and the evaluation among the collected memory maps at the time of test operation. Information corresponding to a target may be extracted based on the designation information, and a process of storing the extracted evaluation target information in the storage device as the initial configuration information may be further executed.

これによれば、ユーザ等による事前設定の作業を必要とせずに、適宜な初期構成情報をシステム側が自動取得して以後の処理に用いることが可能となる。ひいては、全体の処理効率が向上することとなる。   According to this, it is possible for the system side to automatically acquire appropriate initial configuration information and use it in the subsequent processing without requiring a presetting operation by a user or the like. Eventually, the overall processing efficiency is improved.

また、本実施形態の制御装置状態検証システムにおいて、前記演算装置は、前記抽出した評価対象情報と前記初期構成情報とを比較して前記変化有無を検知する処理に際し、前記試運転時以降の運転時の前記制御装置と通信して該当制御装置のメモリマップを収集し、当該収集した運転時のメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と前記試運転時のメモリマップに基づく前記初期構成情報とを比較して、前記メモリマップの評価対象における前記試運転時から前記運転時の間の変化有無を検知するものである、としてもよい。   Further, in the control device state verification system according to the present embodiment, the arithmetic device compares the extracted evaluation object information with the initial configuration information and detects the presence or absence of the change, during the operation after the trial operation. And collecting the memory map of the corresponding control device by communicating with the control device, extracting information corresponding to the evaluation target from the collected memory map at the time of operation, and extracting the evaluation target information And the initial configuration information based on the memory map at the time of the test operation, and the presence or absence of a change between the test operation time and the operation time in the evaluation target of the memory map may be detected.

これによれば、メモリマップの差異が明確となりやすい試運転時と運転時とで処理を実行し、不正プログラムの混入検知の精度をより高いものと出来る。   According to this, it is possible to perform processing between the trial operation and the operation during which the difference in the memory map is easily clarified, and to increase the accuracy of detection of unauthorized program mixing.

また、本実施形態の制御装置状態検証システムにおいて、前記演算装置は、前記初期構成情報を記憶装置に格納する処理に際し、試運転時の前記制御装置における前記メモリマップのうち前記評価対象に対応する情報を、所定のデータサイズ低減用アルゴリズムにより処理した情報を初期構成情報として記憶装置に格納し、前記評価対象情報と前記初期構成情報とを比較する処理に際し、前記収集した運転時のメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報を前記データサイズ低減用アルゴリズムにより処理した情報と、前記試運転時のメモリマップに基づく前記初期構成情報とを比較するものである、としてもよい。なお、上述のデータサイズ低減用アルゴリズムを構成する手段としては、例えばハッシュ関数等を想定出来る。   Further, in the control device state verification system according to the present embodiment, the arithmetic device, in the process of storing the initial configuration information in a storage device, information corresponding to the evaluation object in the memory map in the control device at the time of trial operation. Is stored in the storage device as initial configuration information information processed by a predetermined data size reduction algorithm, and in the process of comparing the evaluation object information and the initial configuration information, among the collected memory map during operation Information corresponding to the evaluation target is extracted based on the specified information, and the information obtained by processing the extracted evaluation target information by the data size reduction algorithm is compared with the initial configuration information based on the memory map at the time of the test run. It is good also as what to do. As a means for configuring the above-described data size reduction algorithm, for example, a hash function can be assumed.

これによれば、メモリマップおよび初期構成情報を元のサイズに関わらず、所定サイズの情報に低減して用いることが可能となり、処理効率やデータ管理効率の向上を図ることが出来る。ひいては制御装置における処理負荷低減にもつながる。   According to this, the memory map and the initial configuration information can be used while being reduced to information of a predetermined size regardless of the original size, and the processing efficiency and data management efficiency can be improved. As a result, the processing load on the control device is reduced.

また、本実施形態の制御装置状態検証システムにおいて、前記演算装置は、試運転の前後において前記制御装置と通信して該当制御装置のメモリマップを試運転前後のそれぞれについて収集して、当該試運転前後のメモリマップを比較し、試運転の前後のメモリマップ間に差異がない領域を前記評価対象として特定し、当該特定した前記領域を示す情報を前記評価対象の指定情報として記憶装置に格納する処理を更に実行するものである、としてもよい。   Further, in the control device state verification system according to the present embodiment, the arithmetic device communicates with the control device before and after the trial run, collects a memory map of the corresponding control device for each before and after the trial run, and stores the memory before and after the trial run. A process of comparing the maps, specifying a region having no difference between the memory maps before and after the test run as the evaluation target, and storing information indicating the specified region in the storage device as the evaluation target designation information It is good also as what to do.

これによれば、ユーザ等による事前設定の作業を必要とせずに、適宜な評価対象の指定情報をシステム側が自動取得して以後の処理に用いることが可能となる。ひいては、全体の処理効率が向上することとなる。   According to this, it becomes possible for the system side to automatically acquire appropriate information to be evaluated and use it for the subsequent processing without requiring a user or the like to perform presetting work. Eventually, the overall processing efficiency is improved.

また、本実施形態の制御装置状態検証システムにおいて、前記演算装置は、前記変化有無の検知および前記アラート情報の送信に至る一連の処理を、所定時間毎に実行するものである、としてもよい。   Further, in the control device state verification system of the present embodiment, the arithmetic device may execute a series of processes leading to detection of the presence / absence of change and transmission of the alert information at predetermined time intervals.

これによれば、対象となる制御装置における変化、すなわち不正なプログラムの混入等を迅速に特定することが可能となる。   According to this, it becomes possible to quickly identify a change in the target control device, that is, an illegal program mixture.

また、本実施形態の制御装置状態検証システムにおいて、前記記憶装置は、前記評価対象の指定情報として、該当制御装置の種類と、該当種類の制御装置の運転中に変化しないと考えられるメモリの領域とについての情報を格納し、前記初期構成情報として、該当制御装置の識別情報、種類、前記メモリマップのうち前記評価対象に該当する情報を格納するものであり、前記演算装置は、前記制御装置と通信して該当制御装置のメモリマップとして、メモリの領域を識別する領域名と、前記領域の先頭アドレスを示す領域先頭アドレスと、前記領域のサイズを示すエリアサイズの各情報を収集し、当該収集したメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と前記初期構成情報とを比較して、前記メモリマップの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信するものである、としてもよい。   Further, in the control device state verification system according to the present embodiment, the storage device includes, as the evaluation target designation information, the type of the corresponding control device and a memory area that is considered not to change during operation of the corresponding type of control device. Information corresponding to the evaluation object among the identification information of the corresponding control device, the type, and the memory map is stored as the initial configuration information, and the arithmetic device is the control device. As a memory map of the corresponding control device, each information of the area name for identifying the area of the memory, the area start address indicating the start address of the area, and the area size indicating the size of the area is collected, Information corresponding to the evaluation target is extracted from the collected memory map based on the designation information, and the extracted evaluation target information, the initial configuration information, In comparison, the detected changes whether from the initial state in the evaluation of the memory map, in which the change is to send the alert information to a predetermined device when it is detected may be.

これによれば、メモリマップにおける評価対象の特定や上述の変化有無の検知を、効率的なものと出来る。   According to this, the identification of the evaluation target in the memory map and the detection of the above-described change can be made efficient.

また、本実施形態の制御装置状態検証システムにおいて、前記記憶装置は、前記制御装置の内部メモリが保有するバイナリ値を示すメモリダンプにおける評価対象の指定情報と、前記制御装置のメモリダンプのうち前記評価対象に対応する情報の初期構成情報と、を更に格納するものであり、前記演算装置は、運転時の前記制御装置と通信して該当制御装置のメモリダンプを収集し、当該収集した運転時のメモリダンプより前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と、前記メモリダンプに関する前記初期構成情報とを比較して、前記メモリダンプの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する処理を更に実行するものである、としてもよい。   Further, in the control device state verification system of the present embodiment, the storage device includes the designation information to be evaluated in a memory dump indicating a binary value held in the internal memory of the control device, and the memory dump of the control device. The initial configuration information of information corresponding to the evaluation target is further stored, and the arithmetic device communicates with the control device during operation to collect a memory dump of the corresponding control device, and the collected operation time The information corresponding to the evaluation target is extracted from the memory dump based on the designation information, and the extracted evaluation target information is compared with the initial configuration information related to the memory dump. Further detecting the presence or absence of a change from the initial state, and further executing a process of sending alert information to a predetermined device when the change is detected In it, it may be.

これによれば、メモリダンプすなわちメモリが保持するデータそのものについて変化有無を検知することで、メモリマップを変更させずに混入された不正プログラム等であっても効率的に検知することが可能となる。   According to this, by detecting whether there is a change in the memory dump, that is, the data itself held in the memory, it is possible to efficiently detect even a malicious program mixed without changing the memory map. .

また、本実施形態の制御装置状態検証システムにおいて、前記演算装置は、試運転時の前記制御装置と通信して該当制御装置のメモリダンプを収集し、当該収集した試運転時のメモリダンプのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報を前記初期構成情報として記憶装置に格納する処理を更に実行するものである、としてもよい。   Further, in the control device state verification system according to the present embodiment, the arithmetic device communicates with the control device at the time of trial operation and collects a memory dump of the corresponding control device, and the evaluation of the collected memory dump at the time of test operation. Information corresponding to a target may be extracted based on the designation information, and a process of storing the extracted evaluation target information in the storage device as the initial configuration information may be further executed.

これによれば、ユーザ等による事前設定の作業を必要とせずに、メモリダンプに基づく適宜な初期構成情報をシステム側が自動取得して以後の処理に用いることが可能となる。ひいては、全体の処理効率が向上することとなる。   According to this, it becomes possible for the system side to automatically acquire appropriate initial configuration information based on the memory dump and use it for the subsequent processing without requiring a presetting operation by the user or the like. Eventually, the overall processing efficiency is improved.

また、本実施形態の制御装置状態検証システムにおいて、前記演算装置は、前記メモリダンプに関する初期構成情報を記憶装置に格納する処理に際し、試運転時の前記制御装置における前記メモリダンプのうち前記評価対象に対応する情報を、所定のデータサイズ低減用アルゴリズムにより処理した情報を初期構成情報として記憶装置に格納し、前記評価対象情報と前記初期構成情報とを比較する処理に際し、前記収集した運転時のメモリダンプのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報を前記データサイズ低減用アルゴリズムにより処理した情報と、前記試運転時のメモリダンプに基づく前記初期構成情報とを比較するものである、としてもよい。   Further, in the control device state verification system according to the present embodiment, the arithmetic device, in the process of storing the initial configuration information related to the memory dump in the storage device, to the evaluation target among the memory dump in the control device at the time of test operation. The information obtained by processing the corresponding information by a predetermined data size reduction algorithm is stored in the storage device as initial configuration information, and the collected memory at the time of processing is compared with the evaluation target information and the initial configuration information. Information corresponding to the evaluation target in the dump is extracted based on the specified information, information obtained by processing the extracted evaluation target information by the data size reduction algorithm, and the initial configuration information based on the memory dump during the test run And may be compared.

これによれば、メモリダンプの差異が明確となりやすい試運転時と運転時とで処理を実行し、不正プログラムの混入検知の精度をより高いものと出来る。   According to this, it is possible to perform processing between the trial operation and the operation during which the difference between the memory dumps is easily clarified, and to increase the accuracy of detection of unauthorized program mixing.

また、本実施形態の制御装置状態検証システムにおいて、前記演算装置は、前記メモリマップの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する一連の処理と、前記メモリダンプの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する一連の処理とを、所定頻度で交互に実行するものである、としてもよい。   Further, in the control device state verification system according to the present embodiment, the arithmetic device detects whether or not the memory map has changed from an initial state in the evaluation target, and when the change is detected, alert information is sent to a predetermined device. A series of processes to be transmitted, and a series of processes for detecting presence or absence of a change from the initial state in the evaluation target of the memory dump and transmitting alert information to a predetermined device when the change is detected, are performed at a predetermined frequency. It is good also as what is performed by turns.

これによれば、処理負荷がより軽いメモリマップに基づく上述の変化有無検知の処理を日常的に実行する一方で、より低頻度で或いはユーザからの指示や特定のトリガー(例:その他の監視装置などからのアラート等)を受けたタイミングで、メモリダンプに基づく高精度な変化有無検知の処理を実行するなどして、不正なプログラムの混入等の効率的な検知処理と共に高精度な検知処理も併せて確立することが可能となる。   According to this, while the above-described change presence / absence detection processing based on a memory map with a lighter processing load is routinely executed, it is performed less frequently or with an instruction from a user or a specific trigger (eg, other monitoring device) High-precision detection processing as well as efficient detection processing such as mixing of illegal programs, such as execution of high-precision change detection processing based on memory dumps at the timing of receiving an alert etc.) It can be established at the same time.

10 監視装置(制御装置状態検証システム)
11 通信装置
12 入出力装置
13 記憶装置
14 CPU
15 メモリ
16 読取装置
17 記憶媒体
18 内部信号線
101 メモリマップ収集部
102 評価対象取得部
103 暗号演算部
104 改ざん検知部
105 アラート生成部
106 初期構成情報格納部
107 評価対象情報格納部
108 通信部
109 メモリマップ一時保管部
110 メモリダンプ収集部
20 監視サーバ
201 アラート収集部
202 通信部
30〜30n 制御装置
301〜301n メモリマップ取得部
302〜302n 通信部
303〜303n メモリダンプ取得部
40 ネットワーク
A501〜A501n メモリマップ取得コマンド
A502〜A502n メモリマップ
A601〜A601n メモリマップ取得コマンド
A602〜A602n メモリマップ
A603〜A603n アラート情報
A701 メモリマップ
A702 領域名
A703 領域先頭アドレス
A704 エリアサイズ
A801 評価対象情報
A802 装置種類
A803 評価対象領域名リスト
A901 初期構成情報
A902 装置ID
A903 装置種類
A904 初期構成データ
A1101 メモリマップ取得コマンド
A1102 メモリマップ
A1103 メモリマップ取得コマンド
A1104 メモリマップ
A1301 メモリダンプ
A1302 領域名
A1303 メモリ情報
10 Monitoring device (Control device status verification system)
11 Communication Device 12 Input / Output Device 13 Storage Device 14 CPU
DESCRIPTION OF SYMBOLS 15 Memory 16 Reading apparatus 17 Storage medium 18 Internal signal line 101 Memory map collection part 102 Evaluation object acquisition part 103 Cryptographic operation part 104 Tampering detection part 105 Alert generation part 106 Initial structure information storage part 107 Evaluation object information storage part 108 Communication part 109 Memory map temporary storage unit 110 Memory dump collection unit 20 Monitoring server 201 Alert collection unit 202 Communication unit 30 1 to 30n Control device 301 1 to 301n Memory map acquisition unit 302 1 to 302n Communication unit 303 1 to 303n Memory dump acquisition unit 40 Network A501 1 ~A501n memory map acquisition command A502 1 ~A502n memory map A601 1 ~A601n memory map acquisition command A602 1 ~A602n memory map A603 1 ~A603n alert information A7 1 memory map A702 area name A703 area start address A704 area size A801 evaluated information A802 equipment types A803 evaluation area name list A901 initial configuration information A902 device ID
A903 Device type A904 Initial configuration data A1101 Memory map acquisition command A1102 Memory map A1103 Memory map acquisition command A1104 Memory map A1301 Memory dump A1302 Area name A1303 Memory information

Claims (12)

ネットワークを介して制御装置と通信する通信装置と、
前記制御装置のメモリマップにおける評価対象の指定情報と、前記制御装置のメモリマップのうち前記評価対象に対応する情報の初期構成情報と、を格納する記憶装置と、
前記制御装置と通信して該当制御装置のメモリマップを収集し、当該収集したメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と前記初期構成情報とを比較して、前記メモリマップの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する処理を実行する演算装置と、
を備えることを特徴とする制御装置状態検証システム。
A communication device that communicates with the control device via a network;
A storage device for storing designation information of an evaluation target in the memory map of the control device, and initial configuration information of information corresponding to the evaluation target in the memory map of the control device;
Communicating with the control device, collecting a memory map of the control device, extracting information corresponding to the evaluation object from the collected memory map based on the designation information, and extracting the evaluation object information and the initial configuration An arithmetic unit that compares information and detects whether there is a change from the initial state of the evaluation target of the memory map, and executes processing for transmitting alert information to a predetermined device when the change is detected;
A control device state verification system comprising:
前記演算装置は、
試運転時の前記制御装置と通信して該当制御装置のメモリマップを収集し、当該収集した試運転時のメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報を前記初期構成情報として記憶装置に格納する処理を更に実行するものである、
ことを特徴とする請求項1に記載の制御装置状態検証システム。
The arithmetic unit is:
Collecting a memory map of the corresponding control device by communicating with the control device at the time of the test run, extracting information corresponding to the evaluation target from the collected memory map at the time of the test run based on the specified information, and extracting the extracted evaluation A process of storing target information in the storage device as the initial configuration information is further executed.
The control device state verification system according to claim 1.
前記演算装置は、
前記抽出した評価対象情報と前記初期構成情報とを比較して前記変化有無を検知する処理に際し、前記試運転時以降の運転時の前記制御装置と通信して該当制御装置のメモリマップを収集し、当該収集した運転時のメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と前記試運転時のメモリマップに基づく前記初期構成情報とを比較して、前記メモリマップの評価対象における前記試運転時から前記運転時の間の変化有無を検知するものである、
ことを特徴とする請求項2に記載の制御装置状態検証システム。
The arithmetic unit is:
In the process of comparing the extracted evaluation object information and the initial configuration information to detect the presence or absence of the change, the memory map of the corresponding control device is collected by communicating with the control device during operation after the trial operation, Based on the specified information, information corresponding to the evaluation target is extracted from the collected memory map during operation, and the extracted evaluation target information is compared with the initial configuration information based on the memory map during the trial operation. , Detecting whether or not there is a change during the operation from the trial operation in the evaluation target of the memory map,
The control device state verification system according to claim 2.
前記演算装置は、
前記初期構成情報を記憶装置に格納する処理に際し、試運転時の前記制御装置における前記メモリマップのうち前記評価対象に対応する情報を、所定のデータサイズ低減用アルゴリズムにより処理した情報を初期構成情報として記憶装置に格納し、
前記評価対象情報と前記初期構成情報とを比較する処理に際し、前記収集した運転時のメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報を前記データサイズ低減用アルゴリズムにより処理した情報と、前記試運転時のメモリマップに基づく前記初期構成情報とを比較するものである、
ことを特徴とする請求項3に記載の制御装置状態検証システム。
The arithmetic unit is:
In the process of storing the initial configuration information in the storage device, the information corresponding to the evaluation target in the memory map in the control device at the time of trial operation is processed as a predetermined data size reduction information as initial configuration information. Stored in a storage device,
In the process of comparing the evaluation object information and the initial configuration information, information corresponding to the evaluation object is extracted based on the designation information in the collected memory map at the time of operation, and the extracted evaluation object information is The information processed by the data size reduction algorithm is compared with the initial configuration information based on the memory map during the trial run.
The control device state verification system according to claim 3.
前記演算装置は、
試運転の前後において前記制御装置と通信して該当制御装置のメモリマップを試運転前後のそれぞれについて収集して、当該試運転前後のメモリマップを比較し、試運転の前後のメモリマップ間に差異がない領域を前記評価対象として特定し、当該特定した前記領域を示す情報を前記評価対象の指定情報として記憶装置に格納する処理を更に実行するものである、
ことを特徴とする請求項1に記載の制御装置状態検証システム。
The arithmetic unit is:
Before and after the test run, communicate with the control device to collect the memory map of the corresponding control device before and after the test run, compare the memory map before and after the test run, and identify areas where there is no difference between the memory maps before and after the test run. The process of specifying the evaluation target and storing information indicating the specified area in the storage device as the evaluation target designation information is further executed.
The control device state verification system according to claim 1.
前記演算装置は、
前記変化有無の検知および前記アラート情報の送信に至る一連の処理を、所定時間毎に実行するものである、
ことを特徴とする請求項1に記載の制御装置状態検証システム。
The arithmetic unit is:
A series of processes leading to detection of the presence / absence of change and transmission of the alert information is performed at predetermined time intervals,
The control device state verification system according to claim 1.
前記記憶装置は、
前記評価対象の指定情報として、該当制御装置の種類と、該当種類の制御装置の運転中に変化しないと考えられるメモリの領域とについての情報を格納し、
前記初期構成情報として、該当制御装置の識別情報、種類、前記メモリマップのうち前記評価対象に該当する情報を格納するものであり、
前記演算装置は、
前記制御装置と通信して該当制御装置のメモリマップとして、メモリの領域を識別する領域名と、前記領域の先頭アドレスを示す領域先頭アドレスと、前記領域のサイズを示すエリアサイズの各情報を収集し、当該収集したメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と前記初期構成情報とを比較して、前記メモリマップの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信するものである、
ことを特徴とする請求項1に記載の制御装置状態検証システム。
The storage device
As the evaluation target designation information, information about the type of the corresponding control device and the area of the memory that is considered not to change during operation of the corresponding type of control device is stored,
As the initial configuration information, the identification information of the corresponding control device, the type, the information corresponding to the evaluation object among the memory map is stored,
The arithmetic unit is:
Communicate with the control device and collect each information of the area name that identifies the memory area, the area start address that indicates the start address of the area, and the area size that indicates the size of the area as a memory map of the corresponding control apparatus Then, information corresponding to the evaluation target is extracted from the collected memory map based on the designation information, the extracted evaluation target information is compared with the initial configuration information, and the evaluation result of the memory map The presence or absence of a change from the initial state is detected, and alert information is transmitted to a predetermined device when the change is detected.
The control device state verification system according to claim 1.
前記記憶装置は、
前記制御装置の内部メモリが保有するバイナリ値を示すメモリダンプにおける評価対象の指定情報と、前記制御装置のメモリダンプのうち前記評価対象に対応する情報の初期構成情報と、を更に格納するものであり、
前記演算装置は、
運転時の前記制御装置と通信して該当制御装置のメモリダンプを収集し、当該収集した運転時のメモリダンプより前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と、前記メモリダンプに関する前記初期構成情報とを比較して、前記メモリダンプの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する処理を更に実行するものである、
ことを特徴とする請求項1に記載の制御装置状態検証システム。
The storage device
It further stores the designation information of the evaluation target in the memory dump indicating the binary value held by the internal memory of the control device and the initial configuration information of the information corresponding to the evaluation target in the memory dump of the control device. Yes,
The arithmetic unit is:
Collecting a memory dump of the corresponding control device by communicating with the control device during operation, extracting information corresponding to the evaluation object from the collected memory dump during operation based on the specified information, and extracting the evaluation object Information is compared with the initial configuration information related to the memory dump to detect whether the memory dump has changed from the initial state in the evaluation target, and when the change is detected, alert information is transmitted to a predetermined device To perform further processing,
The control device state verification system according to claim 1.
前記演算装置は、
試運転時の前記制御装置と通信して該当制御装置のメモリダンプを収集し、当該収集した試運転時のメモリダンプのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報を前記初期構成情報として記憶装置に格納する処理を更に実行するものである、
ことを特徴とする請求項8に記載の制御装置状態検証システム。
The arithmetic unit is:
Collecting a memory dump of the corresponding control device by communicating with the control device at the time of the test run, extracting information corresponding to the evaluation target from the collected memory dump at the time of the test run, and extracting the extracted evaluation A process of storing target information in the storage device as the initial configuration information is further executed.
The control device state verification system according to claim 8.
前記演算装置は、
前記メモリダンプに関する初期構成情報を記憶装置に格納する処理に際し、試運転時の前記制御装置における前記メモリダンプのうち前記評価対象に対応する情報を、所定のデータサイズ低減用アルゴリズムにより処理した情報を初期構成情報として記憶装置に格納し、
前記評価対象情報と前記初期構成情報とを比較する処理に際し、前記収集した運転時のメモリダンプのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報を前記データサイズ低減用アルゴリズムにより処理した情報と、前記試運転時のメモリダンプに基づく前記初期構成情報とを比較するものである、
ことを特徴とする請求項9に記載の制御装置状態検証システム。
The arithmetic unit is:
In the process of storing the initial configuration information related to the memory dump in the storage device, the information corresponding to the evaluation target in the memory dump in the control device at the time of the test operation is initially processed by a predetermined data size reduction algorithm. Store it in the storage device as configuration information,
In the process of comparing the evaluation object information and the initial configuration information, information corresponding to the evaluation object is extracted from the collected memory dump during operation based on the designation information, and the extracted evaluation object information is The information processed by the data size reduction algorithm is compared with the initial configuration information based on the memory dump during the test run.
The control device state verification system according to claim 9.
前記演算装置は、
前記メモリマップの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する一連の処理と、前記メモリダンプの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する一連の処理とを、所定頻度で交互に実行するものであ
る、
ことを特徴とする請求項8に記載の制御装置状態検証システム。
The arithmetic unit is:
From the initial state in the evaluation target of the memory dump, a series of processes for detecting presence or absence of a change from the initial state in the evaluation target of the memory map, and transmitting alert information to a predetermined device when the change is detected A series of processes for detecting the presence or absence of a change and transmitting alert information to a predetermined device when the change is detected are alternately executed at a predetermined frequency.
The control device state verification system according to claim 8.
ネットワークを介して制御装置と通信する通信装置と、前記制御装置のメモリマップにおける評価対象の指定情報と、前記制御装置のメモリマップのうち前記評価対象に対応する情報の初期構成情報と、を格納する記憶装置とを備えたコンピュータシステムが、
前記制御装置と通信して該当制御装置のメモリマップを収集し、当該収集したメモリマップのうち前記評価対象に該当する情報を前記指定情報に基づき抽出し、当該抽出した評価対象情報と前記初期構成情報とを比較して、前記メモリマップの前記評価対象における初期状態からの変化有無を検知し、前記変化が検知された場合に所定装置にアラート情報を送信する処理を実行する、
ことを特徴とする制御装置状態検証方法。
A communication device that communicates with a control device via a network, specification information of an evaluation target in a memory map of the control device, and initial configuration information of information corresponding to the evaluation target in the memory map of the control device are stored A computer system comprising a storage device
Communicating with the control device, collecting a memory map of the control device, extracting information corresponding to the evaluation object from the collected memory map based on the designation information, and extracting the evaluation object information and the initial configuration Comparing the information, detecting the presence or absence of a change from the initial state in the evaluation target of the memory map, and executing processing to send alert information to a predetermined device when the change is detected,
A control device state verification method.
JP2014247649A 2014-12-08 2014-12-08 Control device state verification system and control device state verification method Expired - Fee Related JP6174003B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2014247649A JP6174003B2 (en) 2014-12-08 2014-12-08 Control device state verification system and control device state verification method
PCT/JP2015/080251 WO2016092962A1 (en) 2014-12-08 2015-10-27 Control device state verification system and control device state verification method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014247649A JP6174003B2 (en) 2014-12-08 2014-12-08 Control device state verification system and control device state verification method

Publications (2)

Publication Number Publication Date
JP2016110411A true JP2016110411A (en) 2016-06-20
JP6174003B2 JP6174003B2 (en) 2017-08-02

Family

ID=56107157

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014247649A Expired - Fee Related JP6174003B2 (en) 2014-12-08 2014-12-08 Control device state verification system and control device state verification method

Country Status (2)

Country Link
JP (1) JP6174003B2 (en)
WO (1) WO2016092962A1 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6395992B2 (en) * 2016-08-24 2018-09-26 三菱電機株式会社 COMMUNICATION CONTROL DEVICE, COMMUNICATION SYSTEM, AND COMMUNICATION CONTROL METHOD
US11144629B2 (en) * 2018-10-24 2021-10-12 Amadeus S.A.S. Point and click authentication

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE112017005360T5 (en) 2016-10-24 2019-07-25 Panasonic Intellectual Property Management Co., Ltd. PRODUCT MANUFACTURING SYSTEM, MALWARE DETECTION SYSTEM, PRODUCT MANUFACTURING METHOD AND MALWARE DETECTION METHOD

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003345622A (en) * 2002-05-27 2003-12-05 Nec Fielding Ltd Maintenance system for customer system, device to be maintained, device and method for maintenance, and program
JP2009031859A (en) * 2007-07-24 2009-02-12 Nippon Telegr & Teleph Corp <Ntt> Information collection system and information collection method
JP2013218531A (en) * 2012-04-09 2013-10-24 Hitachi Ltd Safety evaluation system and safety evaluation method
JP2014191513A (en) * 2013-03-26 2014-10-06 Fujitsu Fsas Inc Management device, management method, and management program

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003345622A (en) * 2002-05-27 2003-12-05 Nec Fielding Ltd Maintenance system for customer system, device to be maintained, device and method for maintenance, and program
JP2009031859A (en) * 2007-07-24 2009-02-12 Nippon Telegr & Teleph Corp <Ntt> Information collection system and information collection method
JP2013218531A (en) * 2012-04-09 2013-10-24 Hitachi Ltd Safety evaluation system and safety evaluation method
JP2014191513A (en) * 2013-03-26 2014-10-06 Fujitsu Fsas Inc Management device, management method, and management program

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
内山 宏樹 HIROKI UCHIYAMA: "制御システム向け攻撃検知技術の実現に向けて Towards Implementation of Attack Detection Technology fo", CSS2014 コンピュータセキュリティシンポジウム2014 論文集 合同開催 マルウェア対策研究人, vol. 第2014巻, JPN6016002634, 22 October 2014 (2014-10-22), JP, pages 1269 - 1275, ISSN: 0003579138 *

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6395992B2 (en) * 2016-08-24 2018-09-26 三菱電機株式会社 COMMUNICATION CONTROL DEVICE, COMMUNICATION SYSTEM, AND COMMUNICATION CONTROL METHOD
JPWO2018037493A1 (en) * 2016-08-24 2018-11-22 三菱電機株式会社 COMMUNICATION CONTROL DEVICE, COMMUNICATION SYSTEM, AND COMMUNICATION CONTROL METHOD
US11144629B2 (en) * 2018-10-24 2021-10-12 Amadeus S.A.S. Point and click authentication

Also Published As

Publication number Publication date
JP6174003B2 (en) 2017-08-02
WO2016092962A1 (en) 2016-06-16

Similar Documents

Publication Publication Date Title
US20220138333A1 (en) System and method for enabling and verifying the trustworthiness of a hardware system
US20220086177A1 (en) Secured Automated or Semi-automated System
JP5369502B2 (en) Device, management device, device management system, and program
US9674216B2 (en) Testing integrity of property data of a device using a testing device
CN102508791B (en) Method and device for encrypting hard disk partition
JP6054010B2 (en) Data determination apparatus, data determination method, and program
CN112637166A (en) Data transmission method, device, terminal and storage medium
EP2434683A1 (en) Electronic device, key generation program, recording medium, and key generation method
JP6391439B2 (en) Information processing apparatus, server apparatus, information processing system, control method, and computer program
US10341294B2 (en) Unauthorized communication detection system and unauthorized communication detection method
KR101369251B1 (en) Apparatus, method, terminal and system for recovery protection of system files
JP6174003B2 (en) Control device state verification system and control device state verification method
US9965625B2 (en) Control system and authentication device
US10051004B2 (en) Evaluation system
JP5617981B2 (en) Device, management device, device management system, and program
WO2019181370A1 (en) Incident detection system and method therefor
JP6187508B2 (en) Control device, bus circuit, method, and program
CN103425118A (en) Methods and apparatus to identify a degradation of integrity of a process control system
JP6890073B2 (en) Information collection device, information collection system
JP6591832B2 (en) Software tampering detection system and network security system
JP6238849B2 (en) Plant instrumentation system
JP6041727B2 (en) Management apparatus, management method, and management program
US9231969B1 (en) Determining file risk based on security reputation of associated objects
KR101761075B1 (en) Data processing device, data communication device, communication system, data processing method, data communication method, and recording medium
US11592811B2 (en) Methods and apparatuses for defining authorization rules for peripheral devices based on peripheral device categorization

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170316

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20170705

R150 Certificate of patent or registration of utility model

Ref document number: 6174003

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees