JP7617239B2 - Information Processing System - Google Patents
Information Processing System Download PDFInfo
- Publication number
- JP7617239B2 JP7617239B2 JP2023217177A JP2023217177A JP7617239B2 JP 7617239 B2 JP7617239 B2 JP 7617239B2 JP 2023217177 A JP2023217177 A JP 2023217177A JP 2023217177 A JP2023217177 A JP 2023217177A JP 7617239 B2 JP7617239 B2 JP 7617239B2
- Authority
- JP
- Japan
- Prior art keywords
- client terminal
- terminal device
- information
- program
- packet
- 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.)
- Active
Links
- 230000010365 information processing Effects 0.000 title claims description 32
- 238000000034 method Methods 0.000 claims description 29
- 230000008569 process Effects 0.000 claims description 22
- 238000012544 monitoring process Methods 0.000 claims description 8
- 239000000284 extract Substances 0.000 claims description 2
- 238000000605 extraction Methods 0.000 claims 1
- 238000004891 communication Methods 0.000 description 28
- 238000012545 processing Methods 0.000 description 14
- 238000010586 diagram Methods 0.000 description 13
- UDYLZILYVRMCJW-UHFFFAOYSA-L disodium;oxido carbonate Chemical compound [Na+].[Na+].[O-]OC([O-])=O UDYLZILYVRMCJW-UHFFFAOYSA-L 0.000 description 13
- 241000700605 Viruses Species 0.000 description 12
- 230000006870 function Effects 0.000 description 9
- 229920006706 PC-C Polymers 0.000 description 7
- 230000005540 biological transmission Effects 0.000 description 4
- 238000004590 computer program Methods 0.000 description 4
- 230000009471 action Effects 0.000 description 3
- 238000004364 calculation method Methods 0.000 description 3
- 238000012360 testing method Methods 0.000 description 3
- 230000000903 blocking effect Effects 0.000 description 2
- 230000008859 change Effects 0.000 description 2
- 230000002155 anti-virotic effect Effects 0.000 description 1
- 238000004422 calculation algorithm Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 208000015181 infectious disease Diseases 0.000 description 1
- 238000011835 investigation Methods 0.000 description 1
- 238000002955 isolation Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 239000007787 solid Substances 0.000 description 1
- 230000007480 spreading Effects 0.000 description 1
Images
Landscapes
- Information Transfer Between Computers (AREA)
- Computer And Data Communications (AREA)
Description
本発明は、情報処理システムに関する。 The present invention relates to an information processing system .
マルウェアの中には、C&C(command and control)サーバなどの危険な接続先と通信を行い、ハッカーからの指示を受けたり、盗み出した機密情報を送信したりするものがある。これに対して、予め危険な接続先の接続先情報(URLやIPアドレスなど)をリストアップしておき、リスト上にある宛先への通信を遮断することで、マルウェアによる被害を防ぐといった対策が取られている。この方法によれば、マルウェアによる直接的な被害を防ぐことはできるが、クライアント側に残っているマルウェアに対しては対策が打てないという問題がある。そのため、通信の送信元を特定し、対策を打つことが必要となる。 Some malware communicates with dangerous destinations such as C&C (command and control) servers to receive instructions from hackers or send stolen confidential information. To combat this, countermeasures have been taken to prevent damage caused by malware by making a list of destination information (URLs, IP addresses, etc.) for dangerous destinations in advance and blocking communications to destinations on the list. While this method can prevent direct damage caused by malware, it has the problem that it cannot take measures against malware that remains on the client side. For this reason, it is necessary to identify the source of the communication and take measures.
そこで、ネットワーク通信の送信元を特定する手法としては、イーサネット(登録商標)フレームにおけるMACアドレスを参照するという技術がある。ただし、MACアドレスは同一セグメント内でのみ伝達可能な情報であるため、送信元のクライアントと特定を行うネットワーク機器との間に、別のネットワーク機器が存在しないことが前提となる。しかし、企業や官公庁内における一般的なネットワーク構成の場合、ネットワークの途中にはルータやファイアウォールなど様々な外部機器が存在する。そのため、そういった環境においては、ネットワーク通信の送信元が外部機器のMACアドレスとなってしまい、クライアントを特定することができない。また、外部機器にてネットワーク通信の送信元を管理する方法もあるが、管理が煩雑となる。 Therefore, one technique for identifying the source of network communications is to refer to the MAC address in an Ethernet (registered trademark) frame. However, because MAC addresses are information that can only be transmitted within the same segment, it is assumed that there are no other network devices between the source client and the network device performing the identification. However, in the case of a typical network configuration within a company or government agency, there are various external devices such as routers and firewalls along the network. Therefore, in such an environment, the source of network communications becomes the MAC address of the external device, and the client cannot be identified. There is also a method of managing the source of network communications on an external device, but this makes management cumbersome.
また、別の手法として、送信元IPアドレスを参照するという技術がある。しかし、IPアドレスは1つのコンピュータに常に固定されているわけではないため、たとえば1か月前の通信に関して、IPアドレスからコンピュータ名を特定しようとしても、不可能な場合が多い。そこで、先行技術文献1には、リクエストURL内にクライアントの情報を埋め込むことで、送信元であるクライアントを特定するという技術が開示されている。 Another technique is to refer to the source IP address. However, since IP addresses are not always fixed to one computer, it is often impossible to identify the computer name from the IP address for communication from a month ago, for example. Therefore, Prior Art Document 1 discloses a technique for identifying the source client by embedding client information in the request URL.
しかし、先行技術文献1では、URLを解析する場所をWEBサーバとしているため、ユーザや管理者が管理できない範囲となり、管理外の通信に関しては適用できない。たとえば、マルウェアが利用するC&Cサーバは、サイバー犯罪者が設置・管理しているため、この技術は適用できない。そこで、本発明は、簡便に通信の送信元の端末を特定することを目的とする。 However, in Prior Art Document 1, the location where the URL is analyzed is a web server, which is beyond the control of the user or administrator, and therefore cannot be applied to communications outside of the user's control. For example, this technology cannot be applied to C&C servers used by malware, which are installed and managed by cybercriminals. Therefore, the present invention aims to easily identify the terminal that is the source of communications.
本発明は、たとえば、情報処理システムであって、
クライアント端末装置と、情報機器と、サーバ装置とを有し、
前記クライアント端末装置は、
パケットを監視する監視手段と、
前記監視手段にて監視されたパケットに、クライアント端末装置を示す情報を付加する付加手段と、
前記付加手段にて付加されたパケットを前記情報機器に送信する送信手段と
を備え、
前記サーバ装置は、
前記情報機器から前記パケットを受信する受信手段と、
前記受信手段にて受信したパケットから、前記クライアント端末装置を示す情報を抽出する抽出手段と
を備えたことを特徴とする。
The present invention relates to, for example, an information processing system,
The system includes a client terminal device, an information device, and a server device,
The client terminal device
A monitoring means for monitoring packets;
an adding means for adding information indicating a client terminal device to a packet monitored by the monitoring means;
a transmitting means for transmitting the packet added by the adding means to the information device,
The server device includes:
receiving means for receiving the packet from the information device;
and an extracting means for extracting information indicating the client terminal device from the packet received by the receiving means.
本発明によれば、簡便に通信の送信元の端末を特定することができる。 According to the present invention, the terminal that is the source of communication can be easily identified.
[第一の実施形態]
<システム構成図>
先ず、本実施形態に係る情報処理システム構成について、図1のシステム構成図を用いて説明する。図1に示す如く、本実施形態に係る情報処理システムは、コンピュータすなわち情報処理装置10、20、50を有しており、それぞれの情報処理装置はLANやインターネットなどのネットワーク30に接続されている。以下、情報処理装置10をクライアント端末装置、情報処理装置20をサーバ装置(たとえば、プロキシサーバ)、情報処理装置50を情報機器(たとえば、ルータ、ファイアウォールなど)と呼称する。なお、クライアント端末装置10、情報機器50は複数でもよい。サーバ装置20は複数でもよく、サーバ装置20の機能の一部または全部が分散設置された複数のサーバ装置20によって実現されてもよい。また、クライアント端末装置10、サーバ装置20、情報機器50は、PC・携帯端末装置などの情報処理装置が行うものとして後述する各処理を実行可能な装置であれば、如何なる装置であっても構わない。
[First embodiment]
<System configuration diagram>
First, the information processing system configuration according to this embodiment will be described with reference to the system configuration diagram of FIG. 1. As shown in FIG. 1, the information processing system according to this embodiment has computers, i.e.,
<クライアント端末装置>
クライアント端末装置10において、演算装置10Cはマイクロプロセッサ(CPU)である。演算装置10Cは、メモリ10EのROMに格納されたBIOSなどのブートプログラムに従い、記憶装置10Bに格納されたオペレーティングシステム(OS)を起動し、さらにOSまたはユーザの操作に従い各種のプログラムを起動する。この記憶装置10Bには、OSや本装置が行うものとして後述する各処理を演算装置10Cに実行させるためのコンピュータプログラムやデータが保存されている。このコンピュータプログラムには、クライアントプログラム10F、ブラウザ10Gが含まれている。
<Client Terminal Device>
In the client terminal device 10, the
クライアントプログラム10Fは、クライアント端末装置10のデータやプログラムなどを管理するためのプログラムであり、たとえば、パケットを監視する、パケットのHTTPリクエストのメッセージヘッダにクライアント固有の情報(たとえば、コンピュータ名、パケットを送信したプログラム名など)を付加する、パケットを送信する機能を有する。また、クライアントプログラム10Fは、クライアント端末装置10の操作を監視して操作履歴として記憶装置10Bに記憶する機能、サーバ装置20からの命令(たとえば、修正プログラムの適用命令、ウイルススキャン命令、隔離命令など)に従う制御機能を有していてもよい。また、クライアントプログラム10Fは、操作履歴を出力する(たとえば、記憶装置10Bに記憶する、サーバ装置20に送信する)出力機能を有していてもよい。
The
図6は、操作履歴の一例を示す図である。クライアント端末装置10から何らかの通信リクエストがなされた際にリクエストを行った日付や時刻、ログインしているユーザ名、コンピュータ名(PC名)、リクエスト先のURL(アクセス先URL)などが記録されている。例えば、レコード601は、日付「2019/08/10」時刻「14:00:00」にユーザ名「userA」がログインしていた、PC名「PC-A」から、アクセス先URL「http://aaa.com」に対して通信のリクエストを行ったことを表している。なお、記録される情報はこれに限定されない。
Figure 6 is a diagram showing an example of an operation history. When a communication request is made from the client terminal device 10, the date and time of the request, the logged-in user name, the computer name (PC name), the URL of the request (access destination URL), etc. are recorded. For example,
記憶装置10Bに保存されているコンピュータプログラムやデータは、演算装置10Cによる制御に従って適宜メモリ10EのRAMにロードされ、演算装置10Cによる処理対象となる。また、OSはたとえばWindows(登録商標)、MacOS、Linux(登録商標)、iOS、Androidなどである。
Computer programs and data stored in storage device 10B are loaded into the RAM of
記憶装置10Bは、ハードディスクドライブ(HDD)やソリッドステートドライブ(SSD)などであり、OSのほかにクライアント端末装置10上で稼働するクライアントプログラム10Fなどを格納する。I/Oデバイス10Aは、ポインティングデバイス(マウスなど)やキーボードに接続するための入出力インタフェース(I/F)、または、タッチパネルを組み込んだディスプレイなどである。なお、キーボードはソフトウェアキーボードでもよい。また、I/Oデバイス10Aは、入力された操作者の音声を音声認識機能によって認識し、認識した音声を演算装置10Cへ伝達する、マイク等を含む音声式入力部でもよい。また、I/Oデバイス10Aは、情報を表示するためのユーザインタフェース(UI)としても機能する。
The storage device 10B is a hard disk drive (HDD) or a solid state drive (SSD), and stores the OS as well as the
ネットワークI/F10Dは、ネットワーク30とのインタフェースであり、他の情報処理装置(たとえば、Webサーバなど)と通信するための通信回路である。演算装置10Cは、ネットワークI/F10Dを介して、ブラウザ10Gなどのプログラムから発せられるリクエストパケットを宛先である他の情報処理装置(たとえば、Webサーバなど)に送信する。
The network I/F 10D is an interface with the network 30 and is a communication circuit for communicating with other information processing devices (such as a web server). The
<サーバ装置>
サーバ装置のハードウェア構成は、図1に示す如く、上記で説明したクライアント端末装置10のハードウェア構成と同様であるとする。即ち、サーバ装置20の演算装置20Cは、サーバ装置20の記憶装置20Bに保存されているコンピュータプログラムやデータを用いて、サーバ装置20のネットワークI/F20Dを介して、他の情報処理装置とのデータ通信を行うと共に、サーバ装置20が行うものとして後述する各処理を実行する。また、サーバ装置20の記憶装置20Bには、サーバプログラム20Fが保存されている。
<Server device>
The hardware configuration of the server device is assumed to be the same as that of the client terminal device 10 described above, as shown in Fig. 1. That is, the
サーバ装置20において、演算装置20Cはマイクロプロセッサ(CPU)である。演算装置20Cは、メモリ20EのROMに格納されたBIOSなどのブートプログラムに従い記憶装置20Bに格納されたOSを起動する。そして、ネットワーク30を介して接続されたクライアント端末装置10からのリクエストパケットを受信し、インターネット上にある宛先である他の情報処理装置(たとえば、Webサーバなど)にリクエストパケットを送信する。
In the server device 20, the
記憶装置20Bは、HDDやSSDなどであり、サーバ装置20上で稼働するサーバプログラム20Fを格納する。ネットワークI/F20Dは、ネットワーク30とのインタフェースであり、クライアント端末装置10など他の情報処理装置と通信するための通信回路である。 The storage device 20B is a HDD, SSD, or the like, and stores the server program 20F that runs on the server device 20. The network I/F 20D is an interface with the network 30, and is a communication circuit for communicating with other information processing devices such as the client terminal device 10.
サーバプログラム20Fは、ネットワークI/F20Dを介して複数のクライアント端末装置10から受け取ったリクエストパケットを、HTTPリクエストのメッセージヘッダごとに分割して、クライアント端末装置10上のクライアントプログラム10Fによって記述されたクライアント端末装置10の情報を抽出する。また、ネットワーク30を介して接続されたクライアント端末装置10から送信されるクライアント端末装置10の操作履歴を記憶装置20Bに記憶させ、管理することもできるし、クライアント端末装置10に対して修正プログラムの適用命令、ウイルススキャン命令、隔離命令などを送信することもできる。
The server program 20F divides the request packets received from multiple client terminal devices 10 via the network I/F 20D into HTTP request message headers and extracts information about the client terminal devices 10 described by the
サーバ装置20は、クライアント端末装置10側のネットワーク30とインターネット40との境界上に設置されている。この構成をとることにより、ネットワーク30内とインターネット40の間でやりとりされるすべてのパケットをサーバ装置20経由にすることができ、やりとりされるすべてのパケットに対して本発明を適用することができる。
The server device 20 is installed on the boundary between the network 30 on the client terminal device 10 side and the
また、サーバ装置20とクライアント端末装置10は、図1では共にLANの内部に設置されているが、サーバ装置20は、クライアント端末装置10とネットワーク30を介して接続可能であれば、インターネット40上に設置してもよい。
In addition, in FIG. 1, the server device 20 and the client terminal device 10 are both installed inside the LAN, but the server device 20 may be installed on the
<情報機器>
企業や官公庁などの一般的なネットワーク環境においては、クライアント端末装置10とサーバ装置20との間に、情報機器50が設置される。情報機器50は、クライアント端末装置10からサーバ装置20への通信を中継する機器であり、例えば、ルータ、ファイアウォール、UTM(Unified Threat Management)など、他のネットワーク機器である。なお、図1の構成の場合、情報機器50とサーバ装置20との間でやり取りされるイーサネット(登録商標)フレームのパケットの場合、送信元MACアドレスが情報機器50のものになるため、MACアドレスを用いた送信元クライアントの特定は不可能になる。
<Information devices>
In a typical network environment such as in a company or a government office, an
<クライアント端末装置の処理>
図2は、本実施形態に係るクライアント端末装置10が行う処理のフローチャートである。演算装置10Cは、クライアント端末装置10において、何らかのプログラム(たとえば、ブラウザ10Gなど)によるパケット(たとえば、リクエストパケット)の送信を監視する(ステップS201)。
<Processing of Client Terminal Device>
2 is a flowchart of a process performed by the client terminal device 10 according to this embodiment. The
演算装置10Cは、何らかのプログラムが、他の情報処理装置(たとえば、Webサーバなど)宛てにパケットの送信が試みられたか否かを判定する(ステップS202)。パケットの送信が試みられたと判定された場合(ステップS202のYES)、そのパケットの送信を一時中断させる(ステップS203)。
The
次に、演算装置10Cは、送信しようとしているパケット内のHTTPリクエストのメッセージに、クライアント端末装置10の情報を示すクライアント固有の情報を独自のヘッダとして記録する(ステップS204)。クライアント固有の情報は、たとえば、クライアント端末装置を示す情報(コンピュータ名など)、ユーザを示す情報(ユーザ名など)、パケットを送信したプログラムを示す情報(リクエストを行ったプログラム名、プロセス名など)を含む。
Next, the
図4は、演算装置10Cによって編集されたパケット内のHTTPリクエストのメッセージヘッダの一例を示す図である。この例では、User-Agentなどの通常のヘッダのほかに、クライアントプログラム10Fによって付加された「ADDHEADER」ヘッダがあり、その中にはクライアント端末装置10のコンピュータ名「TestPCNAME.test.com」と、リクエストを行ったプログラム名「iexplore.exe」が記録されている。なお、リクエストパケットを送信したプログラム名と宛先URLとを特定する方法は、公知技術(たとえば、特開2012-185799号公報)であるため説明を省略する。
Figure 4 shows an example of a message header of an HTTP request in a packet edited by the
パケット内のHTTPリクエストのメッセージヘッダにクライアント固有の情報を記録すると、演算装置10Cは、ステップS203にて送信を一時中断していたパケットを送信する(ステップS205)。なお、上述した説明では、パケットの送信を行うプログラムの例としてブラウザ10Gを挙げているが、このプログラムはブラウザ10Gに限定されず、一般的なアプリケーション(表計算ソフト、文書作成ソフトなど)、プロセスでもよい。
After recording the client-specific information in the message header of the HTTP request in the packet, the
<サーバ装置の処理>
図3は、サーバ装置20の処理を示すフローチャートである。なお、以下の説明では、サーバ装置20をプロキシサーバとして説明するが、これに限定されない。
<Server Device Processing>
3 is a flowchart showing the process of the server device 20. In the following description, the server device 20 is described as a proxy server, but is not limited to this.
クライアント端末装置10から送信されたパケットは、図1の構成の場合、インターネット40に到達する前に、情報機器50を介して、プロキシサーバ20に到達する。プロキシサーバ20にパケットが到達すると、最初にプロキシサーバ20内のサーバプログラム20Fが、パケットを受信する(ステップS301)。
In the configuration of FIG. 1, a packet sent from the client terminal device 10 reaches the proxy server 20 via the
演算装置20Cは、受け取った全てのパケットから、送信元のクライアント固有の情報を抽出しようと試みる。具体的には、受け取った全てのパケットに対して、以下の処理を行う。演算装置20Cは、パケット内のHTTPリクエストのメッセージヘッダのデータを、ヘッダ名単位に分割する(ステップS302)。分割したヘッダの中に、クライアント端末装置10のクライアントプログラム10F(演算装置10C)が追記したヘッダが存在するかどうかを判定する(ステップS303)。判定は、ヘッダ名が、クライアントプログラム10F(演算装置10C)が付加する固有のものかどうかなど、予め記憶装置20Bに記憶されているテーブルを用いて判定を行う。テーブルには、例えば、図4に示されるような「ADDHEADER」など、クライアントプログラム10F固有の情報が記憶されている。
The
該当のヘッダが存在する場合には、そのヘッダに記録された文字列を、クライアント端末装置10のクライアント固有の情報(コンピュータ名、プログラム名など)と認識して抽出する(ステップS304)。この結果、パケットを送信したクライアントの情報をプロキシサーバ上で特定することができる(ステップS305)。クライアントの情報を特定することにより、例えば、危険な接続先への通信を遮断してマルウェアによる被害を防ぐ場合に、クライアント側に残っているマルウェアに対しても対策を打つことができる。 If the relevant header is present, the character string recorded in the header is recognized as client-specific information (computer name, program name, etc.) of the client terminal device 10 and extracted (step S304). As a result, the information of the client that sent the packet can be identified on the proxy server (step S305). By identifying the client information, for example, when blocking communications to dangerous destinations to prevent damage caused by malware, measures can also be taken against malware remaining on the client side.
図4を用いて具体的に説明する。たとえば、図4に示されるようなパケットをサーバプログラム20Fが受け取った場合、まずヘッダ名単位に分割する。ヘッダの中には、クライアントプログラム10Fが付加した「ADDHEADER」ヘッダが存在するので、その内容の文字列「TestPCNAME.test.co;iexplore.exe」を取得し、セミコロンで分割する。すると、送信元のコンピュータ名が「TestPCNAME.test.co」であることがわかり、かつパケットの送信を行ったプログラム名が「iexplore.exe」であることがわかる。
A more detailed explanation will be given using Figure 4. For example, when server program 20F receives a packet as shown in Figure 4, it first divides it into header name units. Since the header contains an "ADDHEADER" header added by
なお、クライアントプログラム10Fが付加するヘッダ名およびヘッダのフォーマットに関しては、予めサーバプログラム20Fと、クライアントプログラム10Fの間で取り決めておき、記憶装置10B、20Bに各々記憶しておく。
The header name and header format added by the
上述したように、パケットを解析する場所(例えば、通信の送信元を特定する場所)を通信経路の終端(Webサーバなど)ではなく、通信経路の途中かつ管理者が管理できる場所(プロキシサーバなど)に設置する。これにより、通信の宛先に影響されることなく、全てのパケットの解析を行い、簡便かつ正確に通信の送信元を特定することができる。 As mentioned above, the location where packets are analyzed (for example, the location where the source of the communication is identified) is not located at the end of the communication path (such as a web server), but at a location along the communication path that can be managed by an administrator (such as a proxy server). This allows all packets to be analyzed without being affected by the destination of the communication, making it possible to easily and accurately identify the source of the communication.
[第二の実施形態]
パケットの送信元クライアントを特定することにより、たとえば、以下のような効果を得ることができる。クライアント固有の情報として「コンピュータ名」、「リクエストを行ったプログラム名」をクライアント端末装置で付加し、サーバ装置(たとえば、プロキシサーバ)にて、宛先URLが危険なWebサイトであるパケットを受信した場合、サーバ装置にて、受信したパケットに付加されたクライアント固有の情報から、危険なWebサイトへアクセスリクエストを行ったコンピュータおよびプログラムを特定することができる。以下では、パケットの送信元クライアントとプログラムをサーバ装置にて特定した後の処理について説明する。なお、本実施形態の動作の大部分が第一の実施形態の動作と共通するため、ここでは、第一の実施形態と異なる動作についてのみ説明し、共通の動作については説明を省略する。
[Second embodiment]
By identifying the source client of the packet, for example, the following effects can be obtained. When the client terminal device adds the "computer name" and the "requested program name" as client-specific information and a server device (e.g., a proxy server) receives a packet whose destination URL is a dangerous website, the server device can identify the computer and program that made the access request to the dangerous website from the client-specific information added to the received packet. The following describes the process after the server device identifies the source client and program of the packet. Note that most of the operations of this embodiment are common to the operations of the first embodiment, so only operations that differ from the first embodiment will be described here, and common operations will be omitted.
図5は、サーバ装置20の処理を示すフローチャートである。演算装置20Cは、受信したパケットが危険なWebサイトへのリクエストか否かを判定する(ステップS501)。なお、パケットが危険なWebサイトへのアクセスのものかどうかの判断は、HTTPリクエストヘッダの標準ヘッダに含まれる「Host」などを、記憶装置20Bに予め記憶されている危険なWebサイトのホスト名のリストと比較して判断する。危険なWebサイトではないと判定された場合(ステップS501のNO)、パケットを宛先に送信し処理を終了する。なお、上述した説明では、サーバ装置20にて受信したパケットが危険なWebサイトへのリクエストか否かを判定しているが、ネットワーク30に接続されている不図示の装置(たとえば、UTM)にて判定を行ってもよい。その場合、ステップS501は省略される。
Figure 5 is a flowchart showing the processing of the server device 20. The
演算装置20Cは、特定したプログラムが、Webブラウザか否かを判定する(ステップS502)。Webブラウザか否かの判定は、記憶装置20Bに予め記憶されているWebブラウザを示すプログラム情報に基づいて判定される。特定したプログラムがWebブラウザである場合、たとえば、フィッシングメールに記載されている危険なURLからジャンプしたことが推測できる。そこで、Webブラウザと判定された場合(ステップS502のYES)、演算装置20Cは、クライアントのメールの設定を変更する(ステップS503)。たとえば、フィッシングメールが届かないようにするために、ステップS502にて特定したクライアントの操作履歴からフィッシングメールを送信した宛先を調べ、その宛先からのメールを受信しない設定にする。なお、メール設定は、サーバ装置20に記憶されていてもよいし、クライアント端末装置10、不図示のメールサーバに記憶されてもよい。
The
サーバプログラム20Fは、特定したプログラムが、一般的なアプリケーションか否かを判定する(ステップS504)。一般的なアプリケーションか否かの判定は、記憶装置20Bに予め記憶されている一般的なアプリケーションを示すプログラム情報に基づいて判定される。一般的なアプリケーション(たとえば、表計算ソフト、文書作成ソフトなど)である場合、一般的なアプリケーションの脆弱性を利用したリクエストと推測される。そこで、一般的なアプリケーションと判定された場合(ステップS504のYES)、演算装置20Cは、クライアント端末装置10に脆弱性を修正する修正プログラムを適用する(ステップS505)。なお、一般的なアプリケーションと修正プログラムの取得先(ダウンロードサーバ)を対応付けて記憶装置20Bに予め記憶しておき、該当する取得先にアクセスして修正プログラムを取得し、クライアント端末装置10に修正プログラムを適用してもよい。また、修正プログラムを一般的なアプリケーションと対応付けて記憶装置20Bに予め記憶していてもよい。
The server program 20F judges whether the identified program is a general application (step S504). The judgment of whether it is a general application is made based on the program information indicating the general application pre-stored in the storage device 20B. If it is a general application (for example, a spreadsheet software, a word processing software, etc.), it is assumed that the request exploits a vulnerability of the general application. If it is judged to be a general application (YES in step S504), the
演算装置20Cは、特定したプログラムが一般的なアプリケーションではないと判定された場合(ステップS504のNO)、ウイルススキャンまたは隔離命令をクライアント端末装置10に送信する(ステップS506)。特定したプログラムがWebブラウザや一般的なアプリケーションではない場合、マルウェア自身がC&Cサーバなど危険な接続先と通信していることが推測できる。そこで、クライアント端末装置10内のウイルススキャンを行ったり、ネットワークから隔離したり、感染が拡大しないようにするといった対策が必要である。なお、ステップS502やステップS504にて、判定基準とした所定のプログラムであるWebブラウザや一般的なアプリケーションは一例であって、これに限定されない。
If the
上述したように、クライアント固有の情報(クライアント情報)を付加することで、通常のパケットだけではわからない、クライアント端末装置側の状況を把握でき、かつ即座に適切な対策を講じることができる。 As mentioned above, by adding client-specific information (client information), it is possible to understand the situation on the client terminal device side, which cannot be determined from normal packets alone, and to take appropriate measures immediately.
[第三の実施形態]
本実施形態では、操作履歴を用いることによって、一見無害であるWebサイトからの被害を発見して対処する処理について説明する。なお、本実施形態の動作の大部分が第一の実施形態および第二の実施形態の動作と共通するため、ここでは、第一の実施形態および第二の実施形態と異なる動作についてのみ説明し、共通の動作については説明を省略する。
[Third embodiment]
In this embodiment, a process is described in which damage from a seemingly harmless website is discovered and dealt with by using an operation history. Note that most of the operations of this embodiment are common to the first and second embodiments, so only operations that differ from the first and second embodiments are described here, and explanations of common operations are omitted.
図6の操作履歴を参照すると、レコード602にて、日付「2019/11/18」、時刻「11:00:00」に、ユーザ名「userC」がPC名「PC-C」において、「http://aaa.com」というURLにアクセスしたことが記録されている。もし、「http://aaa.com」が危険なWebサイトであると判明した場合、まずは該当のURL「http://aaa.com」にアクセスした「PC-C」に対してウイルススキャンをかける、または、該当のURLへのアクセスを禁止にするなどの処置を行うことが必要となる。 Referring to the operation history in FIG. 6, record 602 records that on date "2019/11/18" and time "11:00:00", user name "userC" accessed the URL "http://aaa.com" on PC name "PC-C". If it turns out that "http://aaa.com" is a dangerous website, it will be necessary to first take measures such as running a virus scan on "PC-C" that accessed the URL "http://aaa.com", or prohibiting access to the URL.
ただ、危険なWebサイトは、全て悪意のある者によって作られたわけではなく、通常のWebサイトであったURLが、悪意ある第三者に乗っ取られ、マルウェアを配布するなどの危険な動きをするように改ざんされるという場合もある。また、該当のURLが危険かどうかの判定は、アンチウィルスベンダーによる調査が行われた後に行われるので、Webサイトが改ざんされた瞬間ではなく、しばらく時間が経過した後になる。そのため、無害であると判定されている時期でも、実際にはすでに危険なWebサイトに改ざんされている可能性があるので、危険であると判定される以前に該当のURLにアクセスしたPCに対しても、ウイルススキャンなどの処置を行う必要がある。 However, not all dangerous websites are created by malicious individuals. There are also cases where the URL of a normal website is taken over by a malicious third party and altered to perform dangerous actions such as distributing malware. Furthermore, the determination of whether the URL in question is dangerous or not is made after an investigation by an antivirus vendor, so this is not the moment the website is altered, but after some time has passed. Therefore, even when a website is determined to be harmless, it may have already been altered into a dangerous website, so measures such as virus scans must be taken on PCs that accessed the URL in question before it was determined to be dangerous.
図7は、サーバ装置20の処理を示すフローチャートである。なお、図7のフローチャートにおいて図5に示した処理ステップと同じ処理ステップには同じステップ番号を付しており、この処理ステップに係る説明は省略する。 Figure 7 is a flowchart showing the processing of the server device 20. Note that in the flowchart of Figure 7, the same processing steps as those shown in Figure 5 are given the same step numbers, and the explanation of these processing steps is omitted.
まず、ステップS501において、演算装置20Cが、あるクライアント端末装置10(たとえば、「PC-C」)がアクセスしようとしたURL(たとえば、「http://aaa.com」)が危険であると判定したとする。その後、演算装置20Cは、記憶装置20Bに記録されている全てのクライアント端末装置10にて記録された操作履歴を参照する(ステップS701)。次に、演算装置20Cは、危険であると判定されたURLに対して、ステップS501において検出されたパケットを発信したクライアント端末装置10(たとえば、「PC-C」)以外からのアクセスが、操作履歴に存在するかどうかを判定する(ステップS702)。
First, in step S501, the
図6の操作履歴を参照すると、レコード601にて、URL「http://aaa.com」に対しては、日付「2019/08/10」、時刻「14:00:00」にも、PC名「PC-A」がアクセスしていることがわかる。
Referring to the operation history in Figure 6,
演算装置20Cは、他のクライアント端末装置10によるアクセスが確認されない場合(ステップS702のNO)、何もせずに処理をステップS502へ移行する。アクセスが確認された場合(ステップS702のYES)、演算装置20Cは、該当クライアント端末装置10(たとえば、「PC-A」)に対して、ウイルススキャンまたは隔離命令を送信する(ステップS703)。
If the
たとえば、図6の操作履歴の場合、「PC-A」による該当URL「http://aaa.com」へのアクセスが確認されたため、演算装置20Cは、「PC-A」に対してウイルススキャンなどの命令を発行する。
For example, in the case of the operation history of Figure 6, since access to the URL "http://aaa.com" by "PC-A" was confirmed, the
上述したように、操作履歴を参照することで、一見無害であるWebサイトからの被害を発見し、その対処を行うことができる。 As mentioned above, by referring to the operation history, it is possible to discover damage from seemingly harmless websites and take action to address the problem.
[第四の実施形態]
本実施形態では、クライアント端末装置10においてローカル時刻が変更された場合でも、Webサイトからの被害を発見して対処する処理について説明する。
[Fourth embodiment]
In this embodiment, a process for detecting and dealing with damage from a website even when the local time is changed in the client terminal device 10 will be described.
第三の実施形態では、演算装置20Cが操作履歴を参照することによって、危険なURLに対して、過去に他のクライアント端末装置10からのアクセスが存在したかどうかを判定する処理を行っていた。しかし、操作履歴の「時刻」を、クライアント端末装置10のローカルの時刻を基に記録している場合、ローカル時刻を基の時刻から変更してしまうと、操作履歴の時刻も変わってしまう。
In the third embodiment, the
ローカル時刻の変更自体を禁止すれば、上述した問題の発生を防止することができるが、プログラムのテスト等、悪意のない目的での時刻変更を阻害し、利便性を損なうことにもなるため、一概に時刻の変更を禁止することは適切ではない。そのため、ローカル時刻の変更を許容しつつ、操作履歴の正しい時刻を取得できるような手段が必要となる。 The problems mentioned above can be prevented by prohibiting changes to the local time itself, but this would also hinder time changes for non-malicious purposes such as program testing, reducing convenience, so banning time changes entirely is not appropriate. For this reason, a means is needed that allows changes to the local time while still making it possible to obtain the correct time in the operation history.
そこで、クライアント端末装置10のローカル時刻が変更された際、演算装置10Cは、変更前と変更後の時間差を記憶して、その差(オフセット)を操作履歴に記録しておく。時間差(オフセット)を操作履歴に記録する例を、図8に示す。
Therefore, when the local time of the client terminal device 10 is changed, the
図8は、操作履歴の一例を示す図である。図8は、図6に表される操作履歴と同様の意味を持つが、図6に加えて、クライアント端末装置10のローカル時刻が変更された際の、時間差(オフセット)が記録されている。レコード801にはオフセットの値として「+48:00」という値が記録されているが、これは、ローカル時刻が48時間後ろにずらされていることを表している。
Figure 8 is a diagram showing an example of an operation history. Figure 8 has the same meaning as the operation history shown in Figure 6, but in addition to Figure 6, it also records the time difference (offset) when the local time of the client terminal device 10 is changed.
図9は、サーバ装置20の処理を示すフローチャートである。なお、図9のフローチャートにおいて図5に示した処理ステップと同じ処理ステップには同じステップ番号を付しており、この処理ステップに係る説明は省略する。 Figure 9 is a flowchart showing the processing of the server device 20. Note that in the flowchart of Figure 9, the same processing steps as those shown in Figure 5 are given the same step numbers, and the explanation of these processing steps is omitted.
ステップS501において、日付「2019/11/18」、時刻「11:00:00」に、PC名「PC-C」がアクセスしたURL「http://aaa.com」が、演算装置20Cによって危険であるWebサイトであると判定したとする。演算装置20Cは、以前に他のクライアント端末装置10にて同一のURL「http://aaa.com」にアクセスしたかどうかを判定するために、記憶装置20Bに記憶されている全てのクライアント端末装置10にて記録された操作履歴を参照する(ステップS901)。
In step S501, it is assumed that the URL "http://aaa.com" accessed by the PC named "PC-C" on date "2019/11/18" at time "11:00:00" is determined by the
演算装置20Cは、オフセットの値を用いた時刻の再計算を行う(ステップS902)。たとえば、図8のレコード801には、「PC-A」が日付「2019/11/19」時刻「14:00:00」に「http://aaa.com」へアクセスした操作履歴が存在するが、時刻のオフセットには、この操作履歴が本来の時刻から48時間進んだものであることが記録されているため、オフセットを加味して時刻を再計算すると、日付「2019/11/17」、時刻「14:00:00」となる。
The
演算装置20Cは、ステップS902にて再計算された時刻を適用し、過去に該当のURL「http://aaa.com」にアクセスした履歴があるか否かを判定する(ステップS903)。たとえば、図8のレコード801は、ステップS902にて再計算された日付「2019/11/17」、時刻「14:00:00」に、「PC-A」において、「http://aaa.com」にアクセスがあったことが確認できる。
The
演算装置20Cは、他のクライアント端末装置10によるアクセスが確認されない場合(ステップS903のNO)、何もせずに処理をステップS502へ移行する。アクセスが確認された場合(ステップS903のYES)、演算装置20Cは、該当クライアント端末装置10(たとえば、「PC-A」)に対して、ウイルススキャンまたは隔離命令を送信する(ステップS904)。
If the
たとえば、図8の操作履歴の場合、「PC-A」による該当URL「http://aaa.com」へのアクセスが確認されたため、演算装置20Cは、「PC-A」に対してウイルススキャンなどの命令を発行する。従って、「PC-A」に対しても、ウイルススキャン命令を出すなどの対処を行うことができる。
For example, in the case of the operation history of FIG. 8, since access to the URL "http://aaa.com" by "PC-A" was confirmed, the
上述したように、クライアント端末装置10においてローカル時刻が変更された場合でも、変更された時刻のオフセットの値を操作履歴に記録しておくことで、第三の実施形態と同様な対処を行うことができる。 As described above, even if the local time is changed on the client terminal device 10, the same measures as in the third embodiment can be taken by recording the offset value of the changed time in the operation history.
[第五の実施形態]
本実施形態では、ハッシュ値を用いることによって、潜伏しているマルウェアが存在するクライアント端末装置を発見して対処する処理について説明する。なお、本実施形態の動作の大部分が第一の実施形態ないし第四の実施形態の動作と共通するため、ここでは、第一の実施形態ないし第四の実施形態と異なる動作についてのみ説明し、共通の動作については説明を省略する。
[Fifth embodiment]
In this embodiment, a process for discovering and dealing with a client terminal device in which lurking malware exists by using a hash value will be described. Note that most of the operations of this embodiment are common to the operations of the first to fourth embodiments, so only the operations that differ from the first to fourth embodiments will be described here, and the common operations will be omitted.
第三及び第四の実施形態では、演算装置20Cが操作履歴を参照することによって、危険なWebサイトに対して、過去に他のクライアント端末装置10からのアクセスが存在したかどうかを判定する処理を行っていた。本実施形態では、クライアント端末装置10からパケットを送信したプログラム(クライアント端末装置10上で動作し、ネットワークI/F10Dおよびネットワーク30を介して、リクエストパケットを外部に送信するプログラム)のハッシュ値を、クライアント固有の情報としてパケット内のHTTPリクエストメッセージヘッダに付加する。また、操作履歴に、パケットを送信したプログラム(通信のリクエストを行ったプログラム)のハッシュ値を記録する。
In the third and fourth embodiments, the
操作履歴にハッシュ値を付加した例として、図10を示す。図10は、操作履歴の一例を示す図である。図6および図8に表される操作履歴と同様の意味を持つが、図8に加えて、通信のリクエストを行ったプログラムのハッシュ値が記録されている。ハッシュ値は、クライアントプログラム10Fによって、プログラムのバイナリの値をキーとして、SHA-1やSHA-256といったアルゴリズムによって算出され、その後操作履歴として記憶装置10Bに記録される。
Figure 10 shows an example of an operation history with a hash value added. Figure 10 is a diagram showing an example of an operation history. It has the same meaning as the operation history shown in Figures 6 and 8, but in addition to the operation history shown in Figure 8, the hash value of the program that made the communication request is recorded. The hash value is calculated by the
レコード1001には、ハッシュ値として「AAAAAA...」という値が記録されているが、これは、ハッシュ値「 AAAAAA...」のプログラムが通信リクエストを行ったことを表している。また、レコード1001とレコード1002のハッシュの値が「 AAAAAA...」で一致しているが、これは、2つの通信リクエストが、別々のクライアント端末装置10(PC-A、PC-C)から発せられているにも拘らず、全く同一のプログラムから行われたことを表している。
図11は、サーバ装置20の処理を示すフローチャートである。以下では、一例として、図10に示す操作履歴が記録されているものとして説明を行う。 Figure 11 is a flowchart showing the processing of the server device 20. In the following, as an example, the explanation will be given assuming that the operation history shown in Figure 10 is recorded.
まず、ステップS501において、演算装置20Cが、あるクライアント端末装置10がアクセスしようとしたURL(たとえば、「http://01234.com」)が危険であると判定したとする。以下では、日付「2019/11/21」時刻「16:00:00」に、「PC-X」から、ハッシュ値「AAAAAA...」のプログラムが、「http://01234.com」というURLに対してアクセスを行ったものとして説明する。
First, in step S501, it is assumed that the
その後、演算装置20Cは、記憶装置20Bに記録されている全てのクライアント端末装置10にて記録された操作履歴を参照する(ステップS1101)。
Then, the
次に、演算装置20Cは、リクエストパケットにクライアント固有の情報として付加されたプログラムのハッシュ値(「AAAAAA...」)を取得し、ステップS1101にて参照した操作履歴の中から、過去に取得したハッシュ値と同一のハッシュ値を持つプログラムによる通信が存在するかどうかを判定する(ステップS1102)。
Next, the
過去に同一のハッシュ値を持つプログラムによる通信が存在する場合(ステプS1102のYES)、危険なURL(「http://01234.com)へアクセスしたものと全く同一のプログラムが存在するということになる。図10に示す操作履歴の場合、URL「http://01234.com」に対しては過去にアクセスした痕跡が無いが、ハッシュ値「AAAAAA...」による通信は、操作履歴のレコード1001とレコード1002の2件が該当する。
If communication using a program with the same hash value has occurred in the past (YES in step S1102), this means that the exact same program that accessed the dangerous URL (http://01234.com) exists. In the case of the operation history shown in Figure 10, there is no trace of past access to the URL "http://01234.com", but communication using the hash value "AAAAAA..." corresponds to two records in the operation history,
仮に、ハッシュ値「 AAAAAA...」のプログラムがマルウェアである場合、操作履歴に記憶されているURL「http://aaa.com」および「http://ddd.com」が危険ではないと判定されていたとしても、これらは未知のC&Cサーバなどの危険なサイトである可能性が高い。従って、PC名「PC-A」とPC名「PC-C」にも、既に同じマルウェアが侵入していることがわかるため、演算装置20Cから、これらのクライアント端末装置10に対して、ウイルススキャンまたは隔離命令を送信する(ステップS1103)。
If the program with the hash value "AAAAAA..." is malware, even if the URLs "http://aaa.com" and "http://ddd.com" stored in the operation history are determined to be not dangerous, there is a high possibility that these are dangerous sites such as unknown C&C servers. Therefore, since it is determined that the same malware has already infiltrated PC names "PC-A" and "PC-C", the
上述したように、ハッシュ値を用いることで、危険なURLにアクセスすることなく潜伏しているマルウェアが存在するクライアント端末装置を発見し、そのクライアント端末装置に対しても対処を行うことができる。 As mentioned above, by using hash values, it is possible to discover client terminal devices that contain lurking malware without accessing dangerous URLs, and to take action against those client terminal devices.
[第六の実施形態]
本実施形態では、ユーザアカウントを用いることによって、危険なWebサイトへアクセスを行おうとした同一ユーザによる、他のクライアント端末装置でのログインを制限する処理について説明する。
[Sixth embodiment]
In this embodiment, a process will be described in which a user account is used to restrict login to other client terminal devices by the same user who attempts to access a dangerous website.
第一の実施形態では、クライアント端末装置10から送信されるHTTPリクエストのメッセージヘッダに、クライアント固有の情報として、クライアント端末装置10のコンピュータ名を付加することで、危険なWebサイトへのアクセスを行おうとしたクライアント端末装置10を特定し、ネットワークから隔離する等の処置を行った。しかし、クライアント端末装置10に対して何らかの処置を施したとしても、そのクライアント端末装置10を使用したユーザが別のクライアント端末装置10を使用した場合、同じような危険なWebサイトに接続を試みる可能性がある。 In the first embodiment, the computer name of the client terminal device 10 is added as client-specific information to the message header of the HTTP request sent from the client terminal device 10, thereby identifying the client terminal device 10 that attempted to access a dangerous website and taking measures such as isolating it from the network. However, even if some measures are taken against the client terminal device 10, if the user who used that client terminal device 10 uses another client terminal device 10, there is a possibility that he or she will attempt to connect to a similarly dangerous website.
そこで、本実施形態では、演算装置10Cが、クライアント固有の情報として、ログインしているユーザを示す情報である、ユーザアカウント(ユーザ名)を付加することにより、サーバ装置20は、危険なWebサイトへのアクセス時にクライアント端末装置10にログインしていたユーザアカウントを特定でき、特定したユーザアカウントを用いて、同一のユーザによるクライアント端末装置10へのログインを制限することができる。
Therefore, in this embodiment, the
図12は、情報処理システムの構成例を示すシステム構成図である。図12に示す情報処理システムは、図1に示す情報処理システムの構成に加えて、サーバ装置60、複数のクライアント端末装置11を含む。サーバ装置60の大部分は、サーバ管理装置20と共通するため、以下では説明を省略し、異なる部分のみ説明する。なお、本実施形態の動作の大部分が第一の実施形態ないし第五の実施形態の動作と共通するため、ここでは、第一の実施形態ないし第五の実施形態と異なる動作についてのみ説明し、共通の動作については説明を省略する。 Figure 12 is a system configuration diagram showing an example of the configuration of an information processing system. In addition to the configuration of the information processing system shown in Figure 1, the information processing system shown in Figure 12 includes a server device 60 and multiple client terminal devices 11. As most of the server device 60 is common to the server management device 20, a description will be omitted below and only the different parts will be described. Note that most of the operation of this embodiment is common to the operations of the first to fifth embodiments, so only the operations that differ from the first to fifth embodiments will be described here and the common operations will be omitted.
サーバ装置60には、ネットワーク30内に存在するすべてのクライアント端末装置10のログインを管理する、ログイン管理プログラム60Fが格納されている。なお、ログイン管理プログラム60Fと、サーバプログラム20Fは同一のサーバ装置上で実現する構成でもよい。
The server device 60 stores a
また、記憶装置60Bには、ネットワーク30内に存在するすべてのクライアント端末装置10のユーザアカウント(アカウント名)とログイン制限(許可/拒否)が対応付けられたアカウント管理テーブルが記録されている。図14に、アカウント管理テーブルの一例を示す。アカウント管理テーブルは、後述するように、危険なWebサイトにアクセスしたユーザアカウントを特定することで記録される。なお、アカウント管理テーブルは、管理者によって記録されてもよい。ログインを管理するログイン管理プログラム60Fは、演算装置60Cによる制御に従って適宜メモリ60EのRAMにロードされ、演算装置60Cによる処理対象となる。
The
また、本実施形態では、クライアント端末装置10にログインを行う際、図13に示す処理が行われる。図13は、ログイン制限を示したシーケンス図である。任意のクライアント端末装置10において、ユーザによってログインが試みられたことをクライアント装置10の演算装置10Cが検知する(ステップS1301)。
In addition, in this embodiment, when logging in to a client terminal device 10, the process shown in FIG. 13 is performed. FIG. 13 is a sequence diagram showing login restrictions. In any client terminal device 10, the
演算装置10Cは、ネットワークI/F10Dおよびネットワーク30を介して、サーバ装置60に、ログインが可能かどうかの問い合わせを行う(ステップS1302)。また、問い合わせの際には、ログインしようとしているユーザアカウントも一緒に送信されるものとする。
The
問い合わせを受け取った演算装置60Cは、記憶装置60Bに記憶されているアカウント管理テーブルに基づいて、ロードしたユーザアカウントと、問い合わせに含まれるユーザアカウントとを比較し、ログイン可能かどうかを判定する(ステップ1303)。
The
演算装置60Cは、問い合わせ元のクライアント端末装置10に、判定の結果(ログインの許可または拒否)の返答を返す(ステップS1304)。
The
クライアント端末装置10の演算装置10Cは、受信した判定結果に基づいて、ログインの許可/拒否を行う。たとえば、図14に示すように、userAからのログインは許可され、userBからのログインは拒否される、ということになる。
The
あるユーザが、危険なWebサイトへのアクセスを行ったとする(図5のステップS501にてYESと判定されたとする)。上述したように、本実施形態では、演算装置10Cにより、リクエストパケットにログインしているユーザアカウントが付加されているため、演算装置20Cは、リクエストを行ったユーザアカウントを特定できる。そこで、演算装置20Cは、ネットワークI/F20Dおよびネットワーク30を介し、サーバ装置60の記憶装置60Bに記録されているアカウント管理テーブルの、危険なWebサイトへのアクセスを行ったユーザのユーザアカウントに対応するログイン制限を「拒否」と記録する。
Let us assume that a user accesses a dangerous website (assuming that a YES determination is made in step S501 in FIG. 5). As described above, in this embodiment, the
上述したように、危険なWebサイトへのアクセスを試みたユーザが、別のクライアント端末装置からログインしようとした際に、そのログインを禁止することができる。これにより、同一ユーザによる危険なWebサイトへのアクセスを抑止することができる。 As described above, when a user who has attempted to access a dangerous website attempts to log in from another client terminal device, the login can be prohibited. This makes it possible to prevent the same user from accessing dangerous websites.
<その他の実施形態>
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(たとえば、ASIC)によっても実現可能である。
<Other embodiments>
The present invention can also be realized by a process in which a program for implementing one or more of the functions of the above-described embodiments is supplied to a system or device via a network or a storage medium, and one or more processors in a computer of the system or device read and execute the program. The present invention can also be realized by a circuit (e.g., ASIC) that implements one or more of the functions.
Claims (10)
クライアント端末装置と、情報機器と、サーバ装置とを有し、
前記クライアント端末装置は、
パケットを監視する監視手段と、
前記監視手段にて監視されたパケットに、クライアント端末装置を示す情報を付加する付加手段と、
前記付加手段にて付加されたパケットを前記情報機器に送信する送信手段と
を備え、
前記サーバ装置は、
前記情報機器から前記パケットを受信する受信手段と、
前記受信手段にて受信したパケットから、前記クライアント端末装置を示す情報を抽出する抽出手段と
を備えたことを特徴とする情報処理システム。 An information processing system,
The system includes a client terminal device, an information device, and a server device,
The client terminal device
A monitoring means for monitoring packets;
an adding means for adding information indicating a client terminal device to a packet monitored by the monitoring means;
a transmitting means for transmitting the packet added by the adding means to the information device,
The server device includes:
receiving means for receiving the packet from the information device;
and an extracting means for extracting information indicating the client terminal device from the packet received by the receiving means.
前記サーバ装置は、
前記プログラムを示す情報が、所定のプログラムを示す情報か否かを判定する第二の判定手段を備えることを特徴とする請求項3乃至6のいずれか1項に記載の情報処理システム。 the adding means further adds, to the packet, information indicating a program that has transmitted the packet;
The server device includes:
7. The information processing system according to claim 3 , further comprising a second determination unit that determines whether the information indicating the program is information indicating a predetermined program .
前記抽出手段は、前記パケットから、前記ユーザを示す情報を抽出し、前記ユーザを示す情報と、前記クライアント端末装置へのログインの制限に関する情報とが対応付けられたテーブルに記録することを特徴とする請求項1乃至8のいずれか1項に記載の情報処理システム。 The adding means further adds information indicating a user to the packet;
An information processing system as described in any one of claims 1 to 8, characterized in that the extraction means extracts information indicating the user from the packet and records it in a table in which the information indicating the user corresponds to information regarding restrictions on logging in to the client terminal device.
前記クライアント端末装置へのログインが試みられた時に、前記クライアント端末装置のユーザを示す情報を含めた情報を、前記サーバ装置に送信し、
前記サーバ装置は、
前記テーブルに基づいて、受信した前記クライアント端末装置のユーザを示す情報における前記クライアント端末装置へのログインの制限を判定することを特徴とする請求項9に記載の情報処理システム。 The client terminal device
When a login attempt is made to the client terminal device, information including information indicating a user of the client terminal device is transmitted to the server device;
The server device includes:
10. The information processing system according to claim 9 , wherein a restriction on logging in to the client terminal device is determined based on the received information indicating a user of the client terminal device, based on the table.
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2025001870A JP2025061036A (en) | 2018-12-27 | 2025-01-06 | Information Processing System |
Applications Claiming Priority (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2018244240 | 2018-12-27 | ||
| JP2018244240 | 2018-12-27 | ||
| JP2019228520A JP7444596B2 (en) | 2018-12-27 | 2019-12-18 | information processing system |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2019228520A Division JP7444596B2 (en) | 2018-12-27 | 2019-12-18 | information processing system |
Related Child Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2025001870A Division JP2025061036A (en) | 2018-12-27 | 2025-01-06 | Information Processing System |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2024038058A JP2024038058A (en) | 2024-03-19 |
| JP7617239B2 true JP7617239B2 (en) | 2025-01-17 |
Family
ID=71450872
Family Applications (3)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2019228520A Active JP7444596B2 (en) | 2018-12-27 | 2019-12-18 | information processing system |
| JP2023217177A Active JP7617239B2 (en) | 2018-12-27 | 2023-12-22 | Information Processing System |
| JP2025001870A Pending JP2025061036A (en) | 2018-12-27 | 2025-01-06 | Information Processing System |
Family Applications Before (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2019228520A Active JP7444596B2 (en) | 2018-12-27 | 2019-12-18 | information processing system |
Family Applications After (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2025001870A Pending JP2025061036A (en) | 2018-12-27 | 2025-01-06 | Information Processing System |
Country Status (1)
| Country | Link |
|---|---|
| JP (3) | JP7444596B2 (en) |
Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2006185194A (en) | 2004-12-27 | 2006-07-13 | Toshiba Corp | Server apparatus, communication control method, and program |
| JP2009169895A (en) | 2008-01-21 | 2009-07-30 | Hitachi Ltd | Information leak detection method, information leak detection device, information leak detection system |
| JP2011147092A (en) | 2010-01-18 | 2011-07-28 | Video Research:Kk | Communication system, repeater, and communication method in repeater |
| JP2011186728A (en) | 2010-03-08 | 2011-09-22 | Hitachi Ltd | User terminal protection method and system |
| WO2012115058A1 (en) | 2011-02-21 | 2012-08-30 | 日本電気株式会社 | Communication system, database, control device, communication method and program |
| JP2013192019A (en) | 2012-03-13 | 2013-09-26 | Kddi Corp | Malware communication detection system, malware communication prevention system and program |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH09130421A (en) * | 1995-11-02 | 1997-05-16 | Furukawa Electric Co Ltd:The | Virtual network management method |
| JP2001094607A (en) | 1999-09-27 | 2001-04-06 | Nec Corp | Packet communication device |
| JP2005217692A (en) * | 2004-01-29 | 2005-08-11 | Oki Techno Creation:Kk | Intrusion identification system |
| JP5116578B2 (en) | 2008-06-25 | 2013-01-09 | 株式会社Kddi研究所 | Information processing apparatus, information processing system, program, and recording medium |
-
2019
- 2019-12-18 JP JP2019228520A patent/JP7444596B2/en active Active
-
2023
- 2023-12-22 JP JP2023217177A patent/JP7617239B2/en active Active
-
2025
- 2025-01-06 JP JP2025001870A patent/JP2025061036A/en active Pending
Patent Citations (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2006185194A (en) | 2004-12-27 | 2006-07-13 | Toshiba Corp | Server apparatus, communication control method, and program |
| JP2009169895A (en) | 2008-01-21 | 2009-07-30 | Hitachi Ltd | Information leak detection method, information leak detection device, information leak detection system |
| JP2011147092A (en) | 2010-01-18 | 2011-07-28 | Video Research:Kk | Communication system, repeater, and communication method in repeater |
| JP2011186728A (en) | 2010-03-08 | 2011-09-22 | Hitachi Ltd | User terminal protection method and system |
| WO2012115058A1 (en) | 2011-02-21 | 2012-08-30 | 日本電気株式会社 | Communication system, database, control device, communication method and program |
| JP2013192019A (en) | 2012-03-13 | 2013-09-26 | Kddi Corp | Malware communication detection system, malware communication prevention system and program |
Non-Patent Citations (1)
| Title |
|---|
| 鈴木 涼太,アクセストークンを用いたDDoS攻撃削減のための動的フィルタリング,電子情報通信学会技術研究報告,Vol.115、No.295,p.111-116 |
Also Published As
| Publication number | Publication date |
|---|---|
| JP7444596B2 (en) | 2024-03-06 |
| JP2024038058A (en) | 2024-03-19 |
| JP2025061036A (en) | 2025-04-10 |
| JP2020107335A (en) | 2020-07-09 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| AU2017275464B2 (en) | Hardware-based virtualized security isolation | |
| US10666686B1 (en) | Virtualized exploit detection system | |
| US8627476B1 (en) | Altering application behavior based on content provider reputation | |
| JP6553524B2 (en) | System and method for utilizing a dedicated computer security service | |
| US9055093B2 (en) | Method, system and computer program product for detecting at least one of security threats and undesirable computer files | |
| US20190036955A1 (en) | Detecting data exfiltration as the data exfiltration occurs or after the data exfiltration occurs | |
| US20190081952A1 (en) | System and Method for Blocking of DNS Tunnels | |
| US8839424B2 (en) | Cross-site request forgery protection | |
| US7966643B2 (en) | Method and system for securing a remote file system | |
| US11736528B2 (en) | Low latency cloud-assisted network security with local cache | |
| US20190356680A1 (en) | Information processing device and program | |
| US10032027B2 (en) | Information processing apparatus and program for executing an electronic data in an execution environment | |
| JP7411775B2 (en) | Inline malware detection | |
| US10757118B2 (en) | Method of aiding the detection of infection of a terminal by malware | |
| JP7617239B2 (en) | Information Processing System | |
| Dey et al. | Warezmaster and Warezclient: An implementation of FTP based R2L attacks | |
| JP6635029B2 (en) | Information processing apparatus, information processing system, and communication history analysis method | |
| Susilo et al. | Personal firewall for Pocket PC 2003: design & implementation | |
| JP2024038784A (en) | Information processing system, server device, method for controlling server device, client terminal device, method for controlling client terminal device, and program | |
| CA3023472C (en) | Hardware-based virtualized security isolation | |
| Both | Managing the Firewall | |
| Baker | Installing and Configuring Services | |
| KR20250022228A (en) | Cobalt Strike Beacon HTTP C2 Heuristic Detection | |
| HK1263045A1 (en) | Hardware-based virtualized security isolation | |
| HK1263045B (en) | Hardware-based virtualized security isolation |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20240117 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20240117 |
|
| A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20241029 |
|
| 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: 20241129 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20250106 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7617239 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |