Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
JP6721874B2 - Communication system, communication method and program - Google Patents
[go: Go Back, main page]

JP6721874B2 - Communication system, communication method and program - Google Patents

Communication system, communication method and program Download PDF

Info

Publication number
JP6721874B2
JP6721874B2 JP2018193313A JP2018193313A JP6721874B2 JP 6721874 B2 JP6721874 B2 JP 6721874B2 JP 2018193313 A JP2018193313 A JP 2018193313A JP 2018193313 A JP2018193313 A JP 2018193313A JP 6721874 B2 JP6721874 B2 JP 6721874B2
Authority
JP
Japan
Prior art keywords
threat
mail
url
access
detection
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
JP2018193313A
Other languages
Japanese (ja)
Other versions
JP2019023921A (en
Inventor
飛日 藤原
飛日 藤原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP2018193313A priority Critical patent/JP6721874B2/en
Publication of JP2019023921A publication Critical patent/JP2019023921A/en
Application granted granted Critical
Publication of JP6721874B2 publication Critical patent/JP6721874B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Transfer Between Computers (AREA)
  • Computer And Data Communications (AREA)

Description

本発明は通信システムに関する。本発明は、特に、URL(Uniform Resource Locator)が示すリソースへのアクセスの制御に関し、特に、メールに含まれるURLへのアクセス制御に関する。 The present invention relates to communication systems. The present invention particularly relates to control of access to a resource indicated by a URL (Uniform Resource Locator), and particularly to control of access to a URL included in a mail.

近年、特定の組織、特定の個人といった特定の相手を標的として情報窃盗等を行う標的型攻撃による被害が多発している。特に、メールを用いた標的型攻撃が問題となっている。 2. Description of the Related Art In recent years, damage has been frequently caused by targeted attacks that steal information or the like by targeting specific opponents such as specific organizations and specific individuals. In particular, targeted attacks using email have become a problem.

標的型攻撃に対抗する技術として、所謂社内LAN(Local Area Network)のような組織内ネットワークから、インターネットに代表される組織外ネットワーク上のウェブサイトにアクセスするのにあたり、ウェブプロキシサーバを経由してアクセスを行うものがある。これにより、アクセス効率の向上や脅威を含むサイトへのアクセスの制限を図るものである。 As a technique to counter targeted attacks, when accessing a website on an external network represented by the Internet from an internal network such as a so-called in-house LAN (Local Area Network), a web proxy server is used. Some have access. This will improve access efficiency and limit access to sites containing threats.

一般に、ウェブプロキシサーバでは、アクセスを制限すべきURLを運用者が個別に設定することにより、アクセス制限を行っている。或いは、予め脅威ありと判定されたURLをリスト化したアクセス制限リストを提供するサービスがインターネット上に存在するので、こうした外部のアクセス制限リストを参照してアクセス制限を行うものもある。 Generally, in a web proxy server, an operator individually sets URLs to which access should be restricted, thereby restricting access. Alternatively, since there is a service on the Internet that provides an access restriction list that lists URLs that have been determined to have a threat in advance, access restriction may be performed by referring to such an external access restriction list.

この種のウェブプロキシサーバによれば、運用者がアクセス制限すべきURLとして設定しない限り、そのURLへのアクセスは容認される。外部のアクセス制限リストを参照する場合も同様である。従って、上記したウェブプロキシサーバを用いた方法は新たな脅威URLを用いた標的型攻撃に対抗することができない。 According to this kind of web proxy server, access to the URL is permitted unless the operator sets it as the URL to be restricted. The same applies when referring to an external access restriction list. Therefore, the method using the web proxy server described above cannot counter the targeted attack using the new threat URL.

他の対抗技術としては、最初にメールに含まれるURLについて脅威の有無を判定し、その判定結果に応じて、そのメールに関する追加処理を行うと共にそのメールを宛先に配送するか、或いは、そのメールを破棄するものがある。ここで追加処理とは、メールの内容を更新する、そのメールの代わりに、或いは、そのメールと共に警告メッセージを送信する、といった処理である。 As another countermeasure technology, first, it is judged whether there is a threat in the URL included in the mail, and depending on the judgment result, additional processing regarding the mail is performed and the mail is delivered to the destination, or the mail is sent. There is something to discard. Here, the adding process is a process of updating the contents of the mail, sending a warning message instead of the mail, or with the mail.

この種のメール配送装置では、まず、URLについて脅威の有無を判定し、次に、その判定結果に応じてメールを宛先のメールクライアントに配送する。このため、URLについての判定が終了するまではそのメールを宛先に配送することができない。従って、メール配送の遅延を引き起こす恐れがある。 In this type of mail delivery device, first, the presence/absence of a threat is determined for the URL, and then the mail is delivered to the destination mail client according to the determination result. Therefore, the mail cannot be delivered to the destination until the determination of the URL is completed. Therefore, mail delivery may be delayed.

URLの脅威を検出し、そのURLに脅威があるか否かを判定する方式として所謂振る舞い検知方式がある。振る舞い検知方式は高い精度で脅威の有無を判定することができるものの、判定に要する時間が長い。このため、上述のメール配送装置の脅威検出方式として振る舞い検知方式を採用すると、特にメール配送の遅延を引き起こしやすい。 There is a so-called behavior detection method as a method for detecting a threat of a URL and determining whether or not the URL has a threat. The behavior detection method can determine the presence or absence of a threat with high accuracy, but the determination requires a long time. For this reason, if the behavior detection method is adopted as the threat detection method of the above-described mail delivery device, a delay in mail delivery is particularly likely to occur.

標的型攻撃に対抗する技術が特許文献1に記載されている。同文献によれば、セキュアプロキシサーバ上に構築した仮想マシンでウェブブラウザを実行し、そのウェブブラウザでメールに含まれているURLにアクセスする。仮想マシンのブラウザによるアクセスに問題がなければ、ユーザ端末からそのURLにアクセスする。 A technique for countering a targeted attack is described in Patent Document 1. According to the document, a virtual machine built on a secure proxy server runs a web browser, and the web browser accesses the URL included in the mail. If there is no problem in accessing the virtual machine with the browser, access the URL from the user terminal.

特許文献1の手法では、仮想マシンを介して間接的に目的のURLにアクセスすることにより、URLに脅威が存在する場合であっても、ユーザ端末がその影響を回避することができる。 In the method of Patent Document 1, the user terminal can avoid the influence even if there is a threat in the URL by indirectly accessing the target URL via the virtual machine.

特開2013−246474号公報JP, 2013-246474, A

特許文献1によれば、URLが脅威であるか否かの判定を開始するのは、ユーザ端末からそのURLへのアクセスを試みたときである。特許文献1によれば、仮にそのURLに脅威があるとしても、その影響は仮想マシンに留まるため、ユーザ端末は影響を受けない。しかし、一度はそのURLへのアクセスを試みない限り、脅威があるか否かは不明である。 According to Patent Document 1, it is when an attempt is made to access the URL from the user terminal that the determination of whether or not the URL is a threat is started. According to Patent Document 1, even if there is a threat in the URL, the effect remains on the virtual machine, and the user terminal is not affected. However, it is unknown whether there is a threat unless you try to access the URL once.

また、「アクセスが許容されないアクセス先のアドレス情報のパターン」(同文献請求項2)或いは「アクセスが許容されるアクセス先のアドレス情報のパターン」(同文献請求項3)を事前に記憶することは記載されている。しかし、同文献は、URLに脅威があるか否かの判定をどのようにして行うのかについては言及していない。このため、ユーザ端末から仮想マシン経由で脅威があるURLにアクセスしたとき、実際に脅威を引き起こすような操作(例えばそのURLのウェブページから、ウイルスを含むファイルをダウンロードし、実行することを許可するような操作)をしない限り、そのURLに脅威があるかどうかそのユーザ端末からは分からない。このため、仮想マシン経由であり、ユーザ端末に直接の影響はないとしても、そのURLへのアクセスは許可された状態が続く。 In addition, “a pattern of address information of an access destination in which access is not permitted” (claim 2 of the same document) or “a pattern of address information of access destination in which the access is permitted” (claim 3 of the same document) is stored in advance. Is listed. However, the document does not mention how to determine whether a URL has a threat. Therefore, when a URL with a threat is accessed from the user terminal via a virtual machine, an operation that actually causes the threat (for example, download a file containing a virus from the web page of that URL and allow execution) The user terminal does not know if there is a threat to the URL unless you perform the following operation. Therefore, even though it is via the virtual machine and has no direct effect on the user terminal, access to the URL continues to be permitted.

本発明はこのような状況を鑑みてなされたものであり、本発明が解決しようとする課題は、メールに含まれるURLの脅威検出の実行と、遅滞のないメール配信とを両立することが可能な通信システム、通信方法及びプログラムを提供することである。特に、メールに含まれるURLに対して予防的にアクセス制限を実施する通信システム、通信方法及びプログラムを提供することである。 The present invention has been made in view of such circumstances, and the problem to be solved by the present invention is to achieve both threat detection of URLs included in emails and email delivery without delay. Communication system, communication method, and program. In particular, it is to provide a communication system, a communication method, and a program that preventively restrict access to a URL included in an email.

上述の課題を解決するため、本発明は、その一態様として、受信したメッセージに含まれる識別子によって特定されるネットワーク上のリソースを一時的にアクセス制限の対象に追加する検出前脅威一覧更新処理手段と、ユーザが受信可能に前記メッセージをメール格納サーバに格納するメール格納処理手段と、前記リソースに脅威があるか否かを判定する脅威検出手段と、判定結果が脅威なしの場合、アクセス制限を解除するアクセス制限手段と、を備える通信システムを提供する。 In order to solve the above-mentioned problem, the present invention, as one aspect thereof, is a pre-detection threat list update processing means for temporarily adding a resource on a network specified by an identifier included in a received message to a target of access restriction. And a mail storage processing unit that stores the message in a mail storage server so that the user can receive it, a threat detection unit that determines whether or not there is a threat to the resource , and an access restriction if the determination result is no threat. There is provided a communication system including:

また、本発明は、他の一態様として、検出前脅威一覧更新処理手段が、受信したメッセージに含まれる識別子によって特定されるネットワーク上のリソースを一時的にアクセス制限の対象に追加し、メール格納処理手段が、ユーザが受信可能に前記メッセージをメール格納サーバに格納し、脅威検出手段が、前記リソースに脅威があるか否かを判定し、アクセス制限手段が、判定結果が脅威なしの場合、アクセス制限を解除する、通信方法を提供する。 Further, as another aspect of the present invention, the pre-detection threat list update processing means temporarily adds a resource on the network identified by the identifier included in the received message to a target of access restriction and stores the mail. When the processing unit stores the message in the mail storage server so that the user can receive it, the threat detecting unit determines whether or not the resource has a threat , and the access limiting unit determines that the determination result is no threat, release the access restriction, to provide a communication method.

また、本発明は、他の一態様として、受信したメッセージに含まれる識別子によって特定されるネットワーク上のリソースを一時的にアクセス制限の対象に追加する検出前脅威一覧更新処理手段と、ユーザが受信可能に前記メッセージをメール格納サーバに格納するメール格納処理手段と、前記リソースに脅威があるか否かを判定する脅威検出手段と、判定結果が脅威なしの場合、アクセス制限を解除するアクセス制限手段としてコンピュータを機能させるためのプログラムを提供する。 As another aspect of the present invention, a pre-detection threat list update processing unit that temporarily adds a resource on a network specified by an identifier included in a received message to a target of access restriction, and a user-received threat list update processing unit. A mail storage processing unit that stores the message in a mail storage server as much as possible, a threat detection unit that determines whether or not there is a threat to the resource , and an access restriction unit that releases the access restriction when the result of the determination is no threat. To provide a program for operating a computer.

また、本発明は、他の一態様として、受信したメッセージに含まれる識別子によって特定される、ネットワーク上のリソースを一時的にアクセス制限の対象に追加する検出前脅威一覧更新処理手段と、ユーザが受信可能に前記メッセージをメール格納サーバに格納するメール格納処理手段と、前記リソースに脅威があるか否かを判定する、脅威検出判定を実行するための脅威検出手段と、前記識別子によって特定されるリソースへのアクセス要求があった時点で、当該識別子についての前記脅威検出判定が実行中の場合、または、当該識別子についての前記脅威検出判定が完了し、脅威ありと判定済みの場合、当該アクセス要求の要求元に対し、警告メッセージを送信する出力手段と、を備える通信システムを提供する。 In addition, as another aspect of the present invention, a pre-detection threat list update processing unit that temporarily adds a resource on a network, which is specified by an identifier included in a received message, to a target of access restriction, and a user A mail storage processing unit that stores the message in a mail storage server in a receivable manner, a threat detection unit that performs a threat detection determination that determines whether the resource has a threat, and the identifier that is specified by the identifier If the threat detection determination for the identifier is in progress at the time of requesting access to the resource, or if the threat detection determination for the identifier is completed and it is determined that there is a threat, the access request And an output unit for transmitting a warning message to the requesting source.

また、本発明は、他の一態様として、検出前脅威一覧更新処理手段が、受信したメッセージに含まれる識別子によって特定される、ネットワーク上のリソースを一時的にアクセス制限の対象に追加し、メール格納処理手段が、ユーザが受信可能に前記メッセージをメール格納サーバに格納し、脅威検出手段が、前記リソースに脅威があるか否かを判定する、脅威検出判定を実行し、出力手段が、前記識別子によって特定されるリソースへのアクセス要求があった時点で、当該識別子についての前記脅威検出判定が実行中の場合、または、当該識別子についての前記脅威検出判定が完了し、前記判定結果が脅威ありと判定済みの場合、当該アクセス要求の要求元に対し、警告メッセージを送信する、通信方法を提供する。 Further, as another aspect of the present invention, the pre-detection threat list update processing means temporarily adds a resource on the network, which is identified by an identifier included in the received message, to a target of access restriction, and sends a mail. The storage processing means stores the message in a mail storage server so that the user can receive it, the threat detection means performs threat detection determination to determine whether or not the resource has a threat , and the output means to output the message to the user. When there is a request for access to the resource specified by the identifier, if the threat detection determination for the identifier is in progress, or if the threat detection determination for the identifier is completed and the determination result is threat If a determination already, to the request source of the access request, that sends a warning message, to provide a communication method.

本発明によれば、メールに含まれるURLの脅威検出の実行と、遅滞のないメール配信とを両立することが可能な通信システム、通信方法及びプログラムを提供することができる。特に、メールに含まれるURLに対して予防的にアクセス制限を実施する通信システム、通信方法及びプログラムを提供することができる。 According to the present invention, it is possible to provide a communication system, a communication method, and a program capable of achieving both threat detection of a URL included in an email and mail delivery without delay. In particular, it is possible to provide a communication system, a communication method, and a program that preventively restrict access to a URL included in an email.

本発明の第1実施形態であるアクセス制限システム100のブロック図である。It is a block diagram of the access control system 100 which is a 1st embodiment of the present invention. アクセス制限システム100のメール配送サーバ1、ウェブプロキシサーバ3、脅威検出装置8について更に説明するためのブロック図である。3 is a block diagram for further explaining a mail delivery server 1, a web proxy server 3, and a threat detection device 8 of the access restriction system 100. FIG. アクセス制限システム100におけるメール配送サーバ1、脅威検出装置8及びリスト記憶装置7の動作を説明するためのフローチャートである。6 is a flowchart for explaining operations of the mail delivery server 1, the threat detection device 8, and the list storage device 7 in the access restriction system 100. アクセス制限システム100における脅威URL一覧7Aの一例である脅威URL一覧7A1を説明するためのテーブルである。7 is a table for explaining a threat URL list 7A1 that is an example of the threat URL list 7A in the access restriction system 100. アクセス制限システム100におけるウェブプロキシサーバ3、メール表示装置6及びリスト記憶装置7の動作を説明するためのフローチャートである。6 is a flowchart for explaining operations of the web proxy server 3, the mail display device 6, and the list storage device 7 in the access restriction system 100. 本発明の第2の実施の形態であるアクセス制限システム200のブロック図である。It is a block diagram of the access control system 200 which is the 2nd Embodiment of this invention. アクセス制限システム200における脅威URL一覧7Aの一例である脅威URL一覧7A2を説明するためのテーブルである。7 is a table for explaining a threat URL list 7A2 that is an example of the threat URL list 7A in the access restriction system 200. アクセス制限システム200におけるメール配送サーバ1、脅威検出装置8、脅威検出装置9及びリスト記憶装置7の動作を説明するためのフローチャートである。7 is a flowchart for explaining operations of the mail delivery server 1, the threat detection device 8, the threat detection device 9, and the list storage device 7 in the access restriction system 200.

(第1実施形態)
本発明の第1の実施の形態であるアクセス制限システム100について説明する。図1を参照すると、アクセス制限システム100は、メール配送サーバ1、メール格納サーバ2、ウェブプロキシサーバ3、組織内ネットワーク4、組織外ネットワーク5、メール表示装置6、リスト記憶装置7、脅威検出装置8を備える。
(First embodiment)
The access restriction system 100 according to the first embodiment of the present invention will be described. Referring to FIG. 1, an access restriction system 100 includes a mail delivery server 1, a mail storage server 2, a web proxy server 3, an internal network 4, an external network 5, an email display device 6, a list storage device 7, and a threat detection device. Equipped with 8.

メール配送サーバ1、メール格納サーバ2、ウェブプロキシサーバ3、メール表示装置6、リスト記憶装置7、脅威検出装置8は、それぞれ、一乃至複数のCPU(Central Processing Unit)、LAN(Local Area Network)カード等のネットワークインタフェース装置を備えるコンピュータである。リスト記憶装置7はネットワークインタフェース装置を備える記憶装置であってもよいし、メール配送サーバ1、メール格納サーバ2、ウェブプロキシサーバ3、メール表示装置6、脅威検出装置8のうちのいずれかの記憶装置の領域をリスト記憶装置7として割り当てたものであってもよい。 Each of the mail delivery server 1, the mail storage server 2, the web proxy server 3, the mail display device 6, the list storage device 7, and the threat detection device 8 has one or more CPUs (Central Processing Unit) and LAN (Local Area Network). A computer provided with a network interface device such as a card. The list storage device 7 may be a storage device including a network interface device, or may be a storage device of any one of the mail delivery server 1, the mail storage server 2, the web proxy server 3, the mail display device 6, and the threat detection device 8. The device area may be assigned as the list storage device 7.

メール配送サーバ1は、組織外ネットワーク5から届いたメールを、組織内ネットワーク4経由で受け取る機能を有する。また、メール配送サーバ1は受け取ったメールの内容を走査する機能を有する。また、メール配送サーバ1は、走査の結果に応じて、リスト記憶装置7に格納した脅威URL(Uniform Resource Locator)一覧7Aを更新する機能を有すると共に、受け取ったメールをメール格納サーバ2に転送する機能を有する。 The mail delivery server 1 has a function of receiving a mail received from the external network 5 via the internal network 4. Further, the mail delivery server 1 has a function of scanning the content of the received mail. Further, the mail delivery server 1 has a function of updating the threat URL (Uniform Resource Locator) list 7A stored in the list storage device 7 according to the result of scanning, and transfers the received mail to the mail storage server 2. Have a function.

図2を参照してメール配送サーバ1について更に説明する。メール配送サーバ1は、メール受信処理部11、メールURL抽出部12、メールURL通知部13、メール格納処理部14を備える。 The mail delivery server 1 will be further described with reference to FIG. The mail delivery server 1 includes a mail reception processing unit 11, a mail URL extraction unit 12, a mail URL notification unit 13, and a mail storage processing unit 14.

メール受信処理部11は、SMTP(Simple Mail Transfer Protocol)プロトコルに従ってメールを受け取る。受け取ったメールと、その時に使ったSMTPプロトコルのコマンド情報(MAIL FROMコマンドやRCPT TOコマンドの内容)は、一時的にメール配送サーバ1内に保持され、以降の処理で参照される。 The mail reception processing unit 11 receives a mail according to the SMTP (Simple Mail Transfer Protocol). The received mail and the command information of the SMTP protocol used at that time (contents of the MAIL FROM command and RCPT TO command) are temporarily stored in the mail delivery server 1 and referred to in the subsequent processing.

メールURL抽出部12はメールの内容を走査する。また、メール本体をはじめとするメールデータからURLを抽出する。一般に、メールの内容はRFC(Request For Comments)822等の規約で定められた書式に従って記載されている。メールからURLを抽出するため、メールURL抽出部12はこの書式の解析を行う。その上で、メールURL抽出部12は、所定のURL文字列の書式に基づいてURL文字列を見つける。URL文字列の書式はRFC3986等に定められている。 The mail URL extracting unit 12 scans the content of the mail. Also, the URL is extracted from the mail data including the mail body. Generally, the content of the mail is described according to the format defined by the rules such as RFC (Request For Comments)822. In order to extract the URL from the mail, the mail URL extraction unit 12 analyzes this format. Then, the mail URL extracting unit 12 finds the URL character string based on the format of the predetermined URL character string. The format of the URL string is specified in RFC3986 etc.

メールURL通知部13はメールURL抽出部12が出力したURLを脅威検出装置8に送出する。送出処理の完了後、メールURL通知部13はメール格納処理部14での処理に遷移する。 The mail URL notification unit 13 sends the URL output by the mail URL extraction unit 12 to the threat detection device 8. After the sending process is completed, the mail URL notification unit 13 transitions to the process in the mail storage processing unit 14.

メール格納処理部14は、メール受信処理部11、メールURL抽出部12、メールURL通知部13での処理が終わったメールを、メール格納サーバ2に転送する。 The mail storage processing unit 14 transfers the mail processed by the mail reception processing unit 11, the mail URL extraction unit 12, and the mail URL notification unit 13 to the mail storage server 2.

メール格納サーバ2は、メールの宛先であるメール表示装置6からの要求に応答して、そのメール表示装置6(或いはそのメール表示装置6のユーザ)を宛先とするメールの内容や、メールの一覧を送信する。また、この転送に備えて、メール格納処理部14から受け取ったメールを格納する記憶装置を備える。 The mail storage server 2 responds to a request from the mail display device 6 which is the destination of the mail, the contents of the mail addressed to the mail display device 6 (or the user of the mail display device 6), and a list of the mails. To send. Further, in preparation for this transfer, a storage device for storing the mail received from the mail storage processing unit 14 is provided.

組織内ネットワーク4には、複数のメール表示装置6が存在する。また、組織内ネットワーク4内にはウェブブラウザを実行する不図示の端末が存在してもよい。これらメール表示装置及びウェブブラウザ端末は、ウェブプロキシサーバ3に対し、URLを指定してリソースを要求する。URLは組織外ネットワーク5上のリソースを特定するための文字列である。ウェブプロキシサーバ3は、要求において指定されたURLから、ウェブページ等のリソースを取得する機能を有する。また、取得したリソースを、要求元のメール表示装置6、ウェブブラウザに対して転送する機能を有する。 The in-house network 4 has a plurality of mail display devices 6. In addition, a terminal (not shown) that executes a web browser may exist in the in-house network 4. The mail display device and the web browser terminal specify a URL and request a resource from the web proxy server 3. The URL is a character string for identifying the resource on the network 5 outside the organization. The web proxy server 3 has a function of acquiring a resource such as a web page from the URL specified in the request. Further, it has a function of transferring the acquired resource to the mail display device 6 or the web browser which is the request source.

図2を参照してウェブプロキシサーバ3について更に説明する。ウェブプロキシサーバ3は、脅威URL一覧7Aに記載のURLによって特定されるリソースへのアクセスを制限する。ウェブプロキシサーバ3によるアクセス制限の対象となるのは、メール表示装置6に代表される、組織内ネットワーク4の各種クライアントである。尚、脅威検出装置8はウェブプロキシサーバ3によるアクセス制限の対象外である。ウェブプロキシサーバ3はリクエスト受信部31、リクエスト解析部32及びリクエスト発行部33を備える。 The web proxy server 3 will be further described with reference to FIG. The web proxy server 3 restricts access to the resource specified by the URL described in the threat URL list 7A. Targets of access restriction by the web proxy server 3 are various clients of the in-house network 4 represented by the mail display device 6. The threat detection device 8 is not subject to the access restriction by the web proxy server 3. The web proxy server 3 includes a request receiving unit 31, a request analyzing unit 32, and a request issuing unit 33.

リクエスト受信部31は、メール表示装置6やウェブブラウザからの要求を受け取って、移行の処理に必要なデータを、リクエスト解析部32に渡す。メール表示装置6やウェブブラウザからの要求とは、いわゆるHTTP(Hypertext Transport Protocol)やHTTPS(Hypertext Transport Protocol Secure)等のプロトコルに沿って発行されたリクエストである。 The request receiving unit 31 receives a request from the mail display device 6 or the web browser, and passes the data necessary for the migration process to the request analysis unit 32. The request from the mail display device 6 or the web browser is a request issued according to a protocol such as so-called HTTP (Hypertext Transport Protocol) or HTTPS (Hypertext Transport Protocol Secure).

リクエスト解析部32はリクエスト受信部31からURLを受け取る。リクエスト解析部32はそのURLが脅威URL一覧7Aに含まれているか否かを判定する。そのURLが脅威URL一覧7Aに含まれている場合、リクエスト解析部32は、そのURLの要求元であるメール表示装置6やウェブブラウザに対してエラー応答を返信する。他方、そのURLが脅威URL一覧7Aに含まれていない場合、リクエスト解析部32はそのURLを含む必要なデータをリクエスト発行部33に渡す。 The request analysis unit 32 receives the URL from the request reception unit 31. The request analysis unit 32 determines whether the URL is included in the threat URL list 7A. When the URL is included in the threat URL list 7A, the request analysis unit 32 returns an error response to the mail display device 6 or the web browser that is the request source of the URL. On the other hand, when the URL is not included in the threat URL list 7A, the request analysis unit 32 passes necessary data including the URL to the request issuing unit 33.

リクエスト発行部33は、組織内ネットワーク4及び組織外ネットワーク5を介して、リクエスト解析部32から受け取ったURLが示すリソースを取得する。また、リクエスト発行部33は、取得したリソースをその要求元であるメール表示装置6やウェブブラウザに転送する。 The request issuing unit 33 acquires the resource indicated by the URL received from the request analyzing unit 32 via the internal network 4 and the external network 5. Further, the request issuing unit 33 transfers the acquired resource to the mail display device 6 or the web browser which is the request source.

組織内ネットワーク4は、メール配送サーバ1、メール格納サーバ2、ウェブプロキシサーバ3、メール表示装置6、リスト記憶装置7及び脅威検出装置8を相互に接続するデータ通信ネットワークである。組織内ネットワーク4は組織外ネットワーク5に接続されている。組織内ネットワーク4から組織外ネットワーク5へのアクセスは、特定のサーバや要求元からのみアクセスできるように制御されている。 The in-house network 4 is a data communication network that interconnects the mail delivery server 1, the mail storage server 2, the web proxy server 3, the mail display device 6, the list storage device 7, and the threat detection device 8. The internal network 4 is connected to the external network 5. Access from the intra-organization network 4 to the non-organization network 5 is controlled so that it can be accessed only from a specific server or request source.

組織外ネットワーク5は、組織内ネットワーク4の外部のデータ通信ネットワークであり、例えばインターネットである。 The external network 5 is a data communication network outside the internal network 4, and is, for example, the Internet.

メール表示装置6はウェブページを表示可能なメールクライアントである。ここでは、メール表示装置6は特にメールの宛先となる端末として動作する。通常、組織内ネットワーク4には複数のメール表示装置6が接続されるが、本発明ではどのメール表示装置6も同じ動作をする。このため、図1では、組織内ネットワーク4にメール表示装置6を1台だけ図示している。 The mail display device 6 is a mail client that can display a web page. Here, the mail display device 6 operates especially as a terminal which is a destination of the mail. Normally, a plurality of mail display devices 6 are connected to the in-house network 4, but any mail display device 6 operates in the same manner in the present invention. Therefore, in FIG. 1, only one mail display device 6 is shown in the in-house network 4.

メール表示装置6は液晶表示装置、CRT(Cathode Ray Tube)等の表示装置を備える情報処理装置である。メール表示装置6として動作する情報処理装置のハードウェアの種類は問わない。例えば、メール表示装置6は、デスクトップコンピュータ、ラップトップコンピュータ、ワークステーション、タブレット、スマートフォン等であってもよい。 The mail display device 6 is an information processing device including a display device such as a liquid crystal display device and a CRT (Cathode Ray Tube). The type of hardware of the information processing device that operates as the mail display device 6 does not matter. For example, the mail display device 6 may be a desktop computer, laptop computer, workstation, tablet, smartphone, or the like.

また、メール表示装置6は、これらのハードウェアの上で専用のメールクライアントプログラムを動作させるものであってもよいし、ウェブブラウザを動作させてウェブメールのメールクライアントとして動作させてもよい。専用のメールクライアントプログラムを動作させる場合、そのメールクライアントプログラム自体がウェブページを表示する機能を有することとしてもよい。或いは、メールクライアントプログラムが、そのメールクライアントプログラムとは別のウェブブラウザプログラムを呼び出してウェブページを表示することとしてもよい。 The mail display device 6 may operate a dedicated mail client program on these hardware, or may operate a web browser to operate as a mail client for web mail. When operating a dedicated mail client program, the mail client program itself may have a function of displaying a web page. Alternatively, the mail client program may display a web page by calling a web browser program different from the mail client program.

メール表示装置6は、メール格納サーバ2から情報を取得して、メールの一覧や、メールの内容を表示する機能を有する。また、メール表示装置6は、表示したメールに対する操作者の操作に応じて、ウェブプロキシサーバ3に対して要求を発行し、その内容を表示する機能を有する。例えば、表示したメールの中にURLが記載されていて、操作者がそのURLをマウス等のポインティングデバイスにてクリックしたときに、メール表示装置6は、そのURLが示すリソースをウェブプロキシサーバに対して要求する。 The mail display device 6 has a function of acquiring information from the mail storage server 2 and displaying a mail list or mail contents. Further, the mail display device 6 has a function of issuing a request to the web proxy server 3 and displaying the content thereof according to the operation of the operator for the displayed mail. For example, when the URL is described in the displayed mail and the operator clicks the URL with a pointing device such as a mouse, the mail display device 6 sends the resource indicated by the URL to the web proxy server. Request.

リスト記憶装置7は脅威URL一覧7Aを記憶する記憶装置である。脅威URL一覧7Aは、受信したメールに含まれていたURLのリストである。URLはネットワーク上のリソースを一意に特定可能な識別子である。脅威URL一覧7Aに含まれるURLは識別子全体を記録するのではなく、運用設計に基づいて前方の一部を記録し、例えばコンピュータホスト名部分までのみとして、前方一致するか否かで該当するかどうかを判断する方式としてもよい。リスト記憶装置7は、例えば所謂NAS(Network Attached Storage)のように、組織内ネットワーク4に接続するためのネットワークインタフェースを備える記憶装置であってもよい。或いは、メール配送サーバ1、メール格納サーバ2、ウェブプロキシサーバ3の記憶装置の一部領域を、リスト記憶装置7として用いることとしてもよい。 The list storage device 7 is a storage device that stores the threat URL list 7A. The threat URL list 7A is a list of URLs included in the received email. The URL is an identifier that can uniquely identify a resource on the network. The URL included in the threat URL list 7A does not record the entire identifier, but records a part of the front part based on the operation design, and only the computer host name part, for example, matches whether or not the front part matches. It may be a method of determining whether or not. The list storage device 7 may be a storage device having a network interface for connecting to the in-house network 4, such as a so-called NAS (Network Attached Storage). Alternatively, a partial area of the storage device of the mail delivery server 1, the mail storage server 2, and the web proxy server 3 may be used as the list storage device 7.

リスト記憶装置7が脅威URL一覧7Aを格納する方式は特に問わない。例えば、単なるテキストファイルとして記憶することとしてもよいし、RDBMS(Relational Database Management System)などのデータベースサーバを用いて記憶することとしてもよい。 The method for storing the threat URL list 7A in the list storage device 7 is not particularly limited. For example, it may be stored as a simple text file, or may be stored using a database server such as RDBMS (Relational Database Management System).

脅威URL一覧7Aは、アクセスすることにより攻撃を受ける恐れがあるURLのリストであり、ブラックリストと呼ばれることもある。本実施形態では、脅威検出装置8が脅威URL一覧7Aを生成、更新する。また、ウェブプロキシサーバ3が脅威URL一覧7Aを参照する。 The threat URL list 7A is a list of URLs that may be attacked by accessing and is sometimes called a black list. In the present embodiment, the threat detection device 8 generates and updates the threat URL list 7A. Further, the web proxy server 3 refers to the threat URL list 7A.

脅威検出装置8は、入力されたURLが脅威であるか否かを判定し、判定結果に応じて脅威URL一覧7Aを更新する装置である。脅威検出装置8は、検出前脅威一覧更新処理部81、脅威検出部82、検出後脅威一覧更新処理部83を備える。 The threat detection device 8 is a device that determines whether the input URL is a threat and updates the threat URL list 7A according to the determination result. The threat detection device 8 includes a pre-detection threat list update processing unit 81, a threat detection unit 82, and a post-detection threat list update processing unit 83.

検出前脅威一覧更新処理部81は、メールURL通知部13から通知されたURLを、リスト記憶装置7の脅威URL一覧7Aに追加する。脅威URL一覧7AへのURLの追加は、脅威検出部82がそのURLを判定するのに先立って行われることが好ましく、遅くとも、この判定の完了前に行われる。また、検出前脅威一覧更新処理部81は、通知されたURLを脅威検出部82に渡す。 The pre-detection threat list update processing unit 81 adds the URL notified from the email URL notification unit 13 to the threat URL list 7A of the list storage device 7. It is preferable that the URL is added to the threat URL list 7A before the threat detection unit 82 determines the URL, and at the latest, before the determination is completed. Further, the pre-detection threat list update processing unit 81 passes the notified URL to the threat detection unit 82.

脅威検出部82は検出前脅威一覧更新処理部81から受け取ったURLによって特定されるリソースに実際に脅威があるか否かを判定(脅威検出)する処理を行う。脅威検出処理の方式には様々なものがあり、どのような方式であってもよいが、特に、所要時間が長くても検出精度が高い方式が適している。脅威検出の結果、そのURLに脅威を検出しなかった場合、脅威検出部82はその旨を検出後脅威一覧更新処理部83に通知する。 The threat detection unit 82 performs a process (threat detection) of determining whether the resource specified by the URL received from the pre-detection threat list update processing unit 81 actually has a threat. There are various threat detection processing methods, and any method may be used. In particular, a method with high detection accuracy even if the required time is long is suitable. When no threat is detected in the URL as a result of threat detection, the threat detection unit 82 notifies the post-detection threat list update processing unit 83 of that fact.

脅威検出部82の脅威検出方式として好適な方式としては振る舞い検知方式がある。振る舞い検知方式は、ビヘイビア法、ダイナミックヒューリスティック法等とも呼ばれる方式である。振る舞い検知方式では、仮想的な実行環境を用意して判定対象となるURLにアクセスし、異常な行動を起こさないか調べる。この場合、脅威検出部82は、メール表示装置6を仮想化した装置を含む構成とする。この仮想化装置によって判定対象となるURLにアクセスし、その後の仮想化装置の振る舞いを観察して、異常な行動をするか否かを判定する。 A behavior detection method is suitable as a threat detection method of the threat detection unit 82. The behavior detection method is also called a behavior method, a dynamic heuristic method, or the like. In the behavior detection method, a virtual execution environment is prepared and the URL to be judged is accessed to check if any abnormal behavior is caused. In this case, the threat detection unit 82 is configured to include a device that virtualizes the mail display device 6. By accessing the URL to be determined by this virtualization device and observing the behavior of the virtualization device thereafter, it is determined whether or not to take an abnormal action.

検出後脅威一覧更新処理部83は、脅威検出部82での脅威検出の結果に応じて、リスト記憶装置7の脅威URL一覧7Aを更新する。脅威検出の結果、そのURLに脅威がないと脅威検出部82が判定した場合、検出後脅威一覧更新処理部83は、リスト記憶装置7にアクセスし、脅威URL一覧7AからそのURLを削除する。 The post-detection threat list update processing unit 83 updates the threat URL list 7A in the list storage device 7 according to the result of threat detection by the threat detection unit 82. When the threat detection unit 82 determines that the URL has no threat as a result of threat detection, the post-detection threat list update processing unit 83 accesses the list storage device 7 and deletes the URL from the threat URL list 7A.

次に、図3を参照して、図2に示されたメール配送サーバ1及び脅威検出装置8を中心として、アクセス制限システム100の動作を説明する。 Next, the operation of the access restriction system 100 will be described with reference to FIG. 3 centering on the mail delivery server 1 and the threat detection device 8 shown in FIG.

組織外ネットワーク5から組織内ネットワーク4にメールMが届く。ここで、メールMにはURLが記載されているものとし、その値をURL_Xとする。また、メールMの宛先をメール表示装置6の操作者とする。 The mail M arrives at the internal network 4 from the external network 5. Here, the URL is described in the mail M, and its value is URL_X. Further, the destination of the mail M is the operator of the mail display device 6.

メール配送装置1のメール受信処理部11がメールMを受信して、メール配送装置1の内部にメールMのデータを一時的に蓄積する(ステップS1)。次に、メールURL抽出部12はメールMからURL_Xを抽出する(ステップS2)。次に、メールURL通知部13は、脅威検出装置8の検出前脅威一覧更新処理部81及びメール格納処理部14にURL_Xを渡す(ステップS3)。 The mail reception processing unit 11 of the mail delivery device 1 receives the mail M and temporarily stores the data of the mail M inside the mail delivery device 1 (step S1). Next, the mail URL extraction unit 12 extracts URL_X from the mail M (step S2). Next, the email URL notification unit 13 passes URL_X to the pre-detection threat list update processing unit 81 and the email storage processing unit 14 of the threat detection device 8 (step S3).

脅威検出装置8の検出前脅威一覧更新処理部81はURL_Xを脅威URL一覧7Aに追加する(ステップS4)。以後、ウェブプロキシサーバ3は、URL_Xが追加された脅威一覧URL一覧7Aに基づいて、組織内ネットワーク4内のメール表示装置6、ブラウザ端末その他によるURL_Xへのアクセスを禁止する。つまり、ウェブプロキシサーバ3は、URL_Xへのアクセス制限を開始する。脅威URL一覧7Aの一例として脅威URL一覧7A1を図4に示す。脅威URL一覧7A1は、左から順に、項番、URL、登録日時を格納する欄を有するテーブルである。 The pre-detection threat list update processing unit 81 of the threat detection device 8 adds URL_X to the threat URL list 7A (step S4). After that, the web proxy server 3 prohibits access to the URL_X by the mail display device 6, the browser terminal, and the like in the in-house network 4, based on the threat list URL list 7A to which the URL_X is added. That is, the web proxy server 3 starts the access restriction to the URL_X. FIG. 4 shows the threat URL list 7A1 as an example of the threat URL list 7A. The threat URL list 7A1 is a table having columns for storing item numbers, URLs, and registration dates in order from the left.

また、検出前脅威一覧更新処理部81はURL_Xを脅威検出部82に通知する。通知を受けて、脅威検出部82はURL_Xを対象とした脅威検出処理を開始する(ステップS5)。言い換えると、ウェブプロキシサーバ3がURL_Xへのアクセス制限を開始するのとほぼ同時に、脅威検出部82は、URL_Xの脅威検出処理を開始する。 Further, the pre-detection threat list update processing unit 81 notifies the threat detection unit 82 of URL_X. Upon receiving the notification, the threat detection unit 82 starts the threat detection process for the URL_X (step S5). In other words, almost at the same time that the web proxy server 3 starts the access restriction to the URL_X, the threat detecting unit 82 starts the threat detecting process for the URL_X.

この時点でURL_Xへのアクセス制限を実行しているものの、URL_Xが実際に脅威であるか否かの判定は未定である。本発明では、メールから抽出したURLについての脅威検出の結果を待たずに、そのURLへのアクセス制限を開始し、脅威なしの結果が出た後でアクセス制限を解除する。 Although access control to URL_X is being executed at this point, it is undecided whether URL_X is actually a threat. In the present invention, the access restriction to the URL is started without waiting for the threat detection result of the URL extracted from the mail, and the access restriction is released after the result of no threat is obtained.

脅威検出部82がURL_Xの脅威検出処理を完了し、脅威がないとの判定結果を得た場合、脅威検出部82はその旨を検出後脅威一覧更新処理部83に通知する(ステップS6)。この通知を受けて、検出後脅威一覧更新処理部83は、リスト記憶装置7にアクセスし、脅威URL一覧7AからURL_Xを削除する。一方、脅威検出処理の結果が脅威ありの場合は何もしない。 When the threat detection unit 82 completes the URL_X threat detection process and obtains a determination result that there is no threat, the threat detection unit 82 notifies the post-detection threat list update processing unit 83 (step S6). Upon receiving this notification, the post-detection threat list update processing unit 83 accesses the list storage device 7 and deletes URL_X from the threat URL list 7A. On the other hand, if the result of the threat detection processing indicates that there is a threat, nothing is done.

ステップS3に戻り、メールURL通知部13からURL_Xを通知されたメール格納処理部14は、ステップS1にて一時的に蓄積したメールMをメール格納サーバ2に転送する(ステップS7)。 Returning to step S3, the mail storage processing unit 14 notified of the URL_X from the mail URL notification unit 13 transfers the mail M temporarily stored in step S1 to the mail storage server 2 (step S7).

次に、メール格納サーバ2がメールMを格納した後のメール表示装置6とウェブプロキシサーバ3の動作について説明する。図5において、ステップS11、S12、S16はメール表示装置6の動作である。また、ステップS13、S14、S15、S17はウェブプロキシサーバ3の動作である。 Next, operations of the mail display device 6 and the web proxy server 3 after the mail storage server 2 stores the mail M will be described. In FIG. 5, steps S11, S12, and S16 are operations of the mail display device 6. Further, steps S13, S14, S15, and S17 are operations of the web proxy server 3.

メール表示装置6の操作者は任意のタイミングでメール格納サーバ2からメールMを受信、表示する(ステップS11)。このとき、メール表示装置6は、メール格納サーバ2に対し、当該メール表示装置6或いは当該メール表示装置6の操作者を宛先とするメールMの転送をメール格納サーバ2に要求し、メール格納サーバ2は、この要求に応答してメールMを当該メール表示装置6に転送する。 The operator of the mail display device 6 receives and displays the mail M from the mail storage server 2 at an arbitrary timing (step S11). At this time, the mail display device 6 requests the mail storage server 2 to transfer the mail M addressed to the mail display device 6 or the operator of the mail display device 6, and the mail storage server 2 receives the mail storage server 2. 2 transfers the mail M to the mail display device 6 in response to this request.

操作者がメールMに記載されたURL_Xを、例えばマウス等のポインティングデバイスでクリックし、URL_Xが示す組織外ネットワーク5上のリソース、即ち、外部情報の取得を試みる。このとき、メール表示装置6は、リクエスト受信部31にURL_Xへのアクセス要求を送信する(ステップS12)。 The operator clicks the URL_X described in the mail M with a pointing device such as a mouse, and tries to acquire the resource on the network 5 outside the organization indicated by the URL_X, that is, the external information. At this time, the mail display device 6 transmits an access request to the URL_X to the request receiving unit 31 (step S12).

リクエスト受信部31は、アクセス要求からURL_Xを抽出して、抽出されたURL_Xをウェブプロキシサーバ3のリクエスト解析部32に渡す。リクエスト解析部32はURL_Xが脅威URL一覧7Aに含まれているか否かを判定する(ステップS13、S14)。 The request receiving unit 31 extracts URL_X from the access request, and passes the extracted URL_X to the request analysis unit 32 of the web proxy server 3. The request analysis unit 32 determines whether the URL_X is included in the threat URL list 7A (steps S13 and S14).

まず、URL_Xが脅威URL一覧7Aに登録されていない場合について説明する。これは、上述のステップS4において、脅威URL一覧7AにURL_Xを一度登録したものの、その後、ステップS5の脅威検出において脅威なしと判定し、ステップS6にて脅威URL一覧7AからURL_Xを削除した場合である。 First, the case where URL_X is not registered in the threat URL list 7A will be described. This is a case in which URL_X is once registered in the threat URL list 7A in step S4 described above, but thereafter it is determined that there is no threat in threat detection in step S5, and URL_X is deleted from the threat URL list 7A in step S6. is there.

この場合、リクエスト解析部32はURL_Xへのアクセスに必要なデータをリクエスト発行部33に渡す。リクエスト発行部33は組織内ネットワーク4、組織外ネットワーク5を介してURL_Xが示すリソースを取得する(ステップS15)。リクエスト発行部33はアクセス要求の要求元であるメール表示装置6に取得した外部情報を転送する。メール表示装置6は、転送された外部情報を表示する(ステップS16)。 In this case, the request analysis unit 32 passes the data necessary for accessing the URL_X to the request issuing unit 33. The request issuing unit 33 acquires the resource indicated by URL_X via the internal network 4 and the external network 5 (step S15). The request issuing unit 33 transfers the acquired external information to the mail display device 6 that is the request source of the access request. The mail display device 6 displays the transferred external information (step S16).

次に、URL_Xが脅威URL一覧7Aに登録されている場合について説明する。これは、上述のステップS4において、脅威URL一覧7AにURL_Xが登録された後、ステップS5の脅威検出において脅威ありとの判定が出て、ステップS6にて脅威URL一覧7Aから削除されなかった場合である。或いは、ステップS5の脅威検出がまだ完了していない場合である。 Next, a case where URL_X is registered in the threat URL list 7A will be described. In this case, after the URL_X is registered in the threat URL list 7A in step S4 described above, it is determined that there is a threat in the threat detection in step S5, and it is not deleted from the threat URL list 7A in step S6. Is. Alternatively, it is a case where the threat detection in step S5 is not yet completed.

この場合、リクエスト解析部32はメール表示装置6からのアクセス要求に対して、取得エラーを返す(ステップS17)。この場合、メール表示装置6は操作者に対して取得エラーを表示し、URL_Xが示す外部情報の表示を行わない。 In this case, the request analysis unit 32 returns an acquisition error in response to the access request from the mail display device 6 (step S17). In this case, the mail display device 6 displays an acquisition error to the operator and does not display the external information indicated by URL_X.

本実施形態では、メールMの宛先人が操作者であるメール表示装置6におけるアクセス制限に関して説明した。組織内ネットワーク4内のウェブブラウザ端末はすべて、ウェブプロキシサーバ3を介して組織外ネットワーク5のウェブページにアクセスする。このため、メール表示装置6以外のウェブブラウザ端末等であってもステップS12以後の動作は同様である。 In the present embodiment, the access restriction in the mail display device 6 in which the addressee of the mail M is the operator has been described. All the web browser terminals in the in-house network 4 access the web pages in the in-house network 5 via the web proxy server 3. Therefore, the operation after step S12 is the same even in a web browser terminal or the like other than the mail display device 6.

このように、本実施形態では、メールURL抽出部12を用いてメールからURLを抽出(ステップS2)した後、脅威検出装置8を用いて当該URLの判定を開始する(ステップS5)のと並行してまたは前後して、メール格納サーバ2に当該メールを格納する(ステップS7)。言い換えると、組織内ネットワーク4にURLを含むメールが届くと、そのURLが実際に脅威であるか否かに関わらず、ウェブプロキシサーバ3にてそのURLへのアクセス制限を開始する。その一方で、そのメールをメール格納サーバ2に転送することにより、そのメールの配信処理を進める。更に、脅威検出装置8によってそのURLの脅威検出を並行して開始する。脅威検出が完了し、脅威がないと確認した後、そのURLへのアクセス制限を解除する。 As described above, in the present embodiment, after the URL is extracted from the mail using the mail URL extracting unit 12 (step S2), the determination of the URL is started using the threat detection device 8 (step S5). Then, before or after, the mail is stored in the mail storage server 2 (step S7). In other words, when the mail including the URL arrives at the in-house network 4, the web proxy server 3 starts the access restriction to the URL regardless of whether the URL is actually a threat. On the other hand, by forwarding the mail to the mail storage server 2, the delivery process of the mail is advanced. Further, the threat detection device 8 starts the threat detection of the URL in parallel. After the threat detection is completed and it is confirmed that there is no threat, the access restriction to the URL is released.

このため、本実施の形態によれば、脅威検出の実行に起因するメール配信の遅延を回避しつつ、脅威の恐れがあるURLに対するアクセスを予防的に制限し、安全が確認されたURLについてはアクセスを許可するので、利便性と安全性の両立を図ることができる。 Therefore, according to the present embodiment, while avoiding the delay of mail delivery due to the execution of threat detection, access to URLs that may be threatened is proactively restricted, and URLs for which safety has been confirmed are Since access is permitted, both convenience and safety can be achieved.

(第2実施形態)
図6は本発明の第2の実施の形態に係るアクセス制限システム200である。アクセス制限システム200は、図2に示されたアクセス制限システム100にもう一つの脅威検出装置9を追加したものである。この関係で、図2と対応する図6の部分には、図2と同じ参照番号が付されている。即ち、アクセス制限システム200は、メール配送サーバ1、メール格納サーバ2、ウェブプロキシサーバ3、組織内ネットワーク4、組織外ネットワーク5、メール表示装置6、リスト記憶装置7、及び2つの脅威検出装置8、9を備える。ここでは、脅威検出装置8、9を順に第1及び第2の脅威検出装置とも呼ぶ。
(Second embodiment)
FIG. 6 shows an access restriction system 200 according to the second embodiment of the present invention. The access restriction system 200 is obtained by adding another threat detecting device 9 to the access restriction system 100 shown in FIG. In this regard, the parts of FIG. 6 corresponding to FIG. 2 are given the same reference numerals as in FIG. That is, the access restriction system 200 includes the mail delivery server 1, the mail storage server 2, the web proxy server 3, the in-organization network 4, the non-organization network 5, the mail display device 6, the list storage device 7, and the two threat detection devices 8. , 9 are provided. Here, the threat detection devices 8 and 9 are also referred to as the first and second threat detection devices in order.

第2の脅威検出装置9は第1の脅威検出装置8と同様に、一乃至複数のCPUと、LANカード等のネットワークインタフェース装置を備えるコンピュータである。図6に示すように、脅威検出装置8及び9は、メール配送サーバ1及びリスト記憶装置7に対して互いに並列に接続されている。第1の脅威検出装置8と同様に、第2の脅威検出装置9は、入力されたURLが脅威であるか否かを判定し、判定結果に応じて脅威URL一覧7Aを更新する装置である。図6では記載を省略しているが、第2の脅威検出装置9も、第1の脅威検出装置8と同様、検出前脅威一覧更新処理部91、脅威検出部92、検出後脅威一覧更新処理部93を備える。各機能ブロックの動作は、脅威検出装置8の対応する機能ブロックと同様である。ただし、脅威検出部92の脅威検出方式は、脅威検出装置8の脅威検出部82のものとは異なる。異なる脅威検出方式であればどのようなものであってもよいが、検出の原理、精度、所要時間が異なるものであることが好ましい。 The second threat detection device 9 is a computer including one or a plurality of CPUs and a network interface device such as a LAN card, like the first threat detection device 8. As shown in FIG. 6, the threat detection devices 8 and 9 are connected to the mail delivery server 1 and the list storage device 7 in parallel with each other. Similar to the first threat detection device 8, the second threat detection device 9 is a device that determines whether or not the input URL is a threat and updates the threat URL list 7A according to the determination result. .. Although not shown in FIG. 6, the second threat detection apparatus 9 is also the same as the first threat detection apparatus 8 in the pre-detection threat list update processing unit 91, the threat detection unit 92, and the post-detection threat list update processing. The unit 93 is provided. The operation of each functional block is similar to that of the corresponding functional block of the threat detection device 8. However, the threat detection method of the threat detection unit 92 is different from that of the threat detection unit 82 of the threat detection device 8. Any threat detection method may be used, but it is preferable that the detection principle, accuracy, and required time are different.

また、アクセス制限システム200では、リスト記憶装置7に格納するテーブルの構造が異なる。本システムでは、リスト記憶装置7に図7のような脅威URL一覧7A2のような構造のテーブルを格納する。脅威URL一覧7A2は、項番、URL、登録日時に加えて、安全と判断された回数を格納する点で脅威URL一覧7A1と異なる。 Further, in the access restriction system 200, the structure of the table stored in the list storage device 7 is different. In this system, the list storage device 7 stores a table having a structure such as the threat URL list 7A2 shown in FIG. The threat URL list 7A2 differs from the threat URL list 7A1 in that it stores the number of times judged to be safe in addition to the item number, URL, registration date and time.

また、図2のアクセス制限システム100では、脅威検出部82があるURLを脅威なしと判定したとき、検出後脅威一覧更新処理部82は、そのURLを脅威URL一覧7Aから削除した。 Further, in the access restriction system 100 of FIG. 2, when the threat detecting unit 82 determines that a URL has no threat, the post-detection threat list update processing unit 82 deletes the URL from the threat URL list 7A.

これに対して、本システムでは、第1及び第2の脅威検出装置8、9のそれぞれにおいて、あるURLが脅威ありかなしかを独自に判定する。第1及び第2の脅威検出装置8、9が脅威なしと判定した回数を脅威URL一覧に記録する。記録した回数が2回になったとき、そのURLには脅威がないと判定し、そのURLを脅威URL一覧から削除する。 On the other hand, in the present system, in each of the first and second threat detection devices 8 and 9, it is independently determined whether a certain URL has a threat. The number of times the first and second threat detection devices 8 and 9 determine that there is no threat is recorded in the threat URL list. When the number of recorded times reaches 2, it is determined that the URL has no threat, and the URL is deleted from the threat URL list.

図8を参照してアクセス制限システム200の動作を説明する。ステップS21、S22はそれぞれ上述のステップS1、S2と同様である。 The operation of the access restriction system 200 will be described with reference to FIG. Steps S21 and S22 are the same as steps S1 and S2 described above, respectively.

ステップS3では、メールURL通知部13は検出前脅威一覧更新処理部81にURLを通知した。これに対して、ステップS23では、メールURL通知部13は検出前脅威一覧更新処理部81及び検出前脅威一覧更新処理部91にURLを通知する。 In step S3, the mail URL notification unit 13 notifies the pre-detection threat list update processing unit 81 of the URL. On the other hand, in step S23, the email URL notification unit 13 notifies the pre-detection threat list update processing unit 81 and the pre-detection threat list update processing unit 91 of the URL.

第1の脅威検出装置8は次のように動作する。検出前脅威一覧更新処理部81は、URLを脅威URL一覧7A2に登録する際、そのURLと同じ行の「安全と判断された回数」欄にゼロを格納する(ステップS24A)。次に、脅威検出部82があるURLについて脅威の有無を判定する(ステップS25A)。次に、検出後脅威一覧更新処理部83は、脅威検出部82の判定結果と、そのURLの「安全と判断された回数」に応じて脅威URL一覧7A2を更新する(ステップS26A)。判定結果が脅威ありの場合、検出後脅威一覧更新処理部83は何もしない。判定結果が脅威なしの場合、検出後脅威一覧更新処理部83は、そのURLの「安全と判断された回数」欄の値に1を加算する。そして、加算後の値が2の場合、そのURLの行を脅威URL一覧7A2から削除する。 The first threat detection device 8 operates as follows. When the URL is registered in the threat URL list 7A2, the pre-detection threat list update processing unit 81 stores zero in the "number of times determined to be safe" column on the same line as the URL (step S24A). Next, the threat detection unit 82 determines whether or not there is a threat with respect to the URL (step S25A). Next, the post-detection threat list update processing unit 83 updates the threat URL list 7A2 in accordance with the determination result of the threat detection unit 82 and the “number of times the URL has been determined to be safe” (step S26A). If the determination result is threat, the post-detection threat list update processing unit 83 does nothing. If the determination result is that there is no threat, the post-detection threat list update processing unit 83 adds 1 to the value in the “number of times determined to be safe” column of the URL. Then, when the value after addition is 2, the line of the URL is deleted from the threat URL list 7A2.

第2の脅威検出装置9の動作であるステップS24B、S25B、S26Bは、上述の第1の脅威検出装置8のステップS24A、S25A、S26Aの動作において、検出前脅威一覧更新処理部81、脅威検出部82、検出後脅威一覧更新処理部83を、それぞれ、検出前脅威一覧更新処理部91、脅威検出部92、検出後脅威一覧更新処理部93と読み替えたものである。ただし、上述のように、脅威検出部82と脅威検出部92は、脅威検出の方式が互いに異なるものとする。 Steps S24B, S25B, and S26B that are operations of the second threat detection apparatus 9 are the same as the operations of steps S24A, S25A, and S26A of the first threat detection apparatus 8 described above, which are the pre-detection threat list update processing unit 81 and threat detection The unit 82 and the post-detection threat list update processing unit 83 are replaced with the pre-detection threat list update processing unit 91, the threat detection unit 92, and the post-detection threat list update processing unit 93, respectively. However, as described above, the threat detection unit 82 and the threat detection unit 92 have different threat detection methods.

本実施形態によれば、先に説明した第1実施形態の効果に加えて、複数の脅威検出方式によって脅威がないと確認したURLに限ってアクセス制限を解除するので、安全性を更に高めることができる。 According to the present embodiment, in addition to the effects of the first embodiment described above, access restriction is released only for URLs that are confirmed to have no threat by a plurality of threat detection methods, so that safety is further enhanced. You can

(変形)
本発明は上述の第1及び第2実施形態に限定されるものではなく、様々な変形が可能である。
(Transformation)
The present invention is not limited to the above-described first and second embodiments, and various modifications are possible.

例えば、アクセス制限システム100、200は組織内ネットワーク4内の複数のノード装置を組み合わせて構成した。しかし、本発明はこれに限定されるものではない。説明の都合上、メール配送サーバ1、メール格納サーバ2、ウェブプロキシサーバ3、メール表示装置6、リスト記憶装置7、脅威検出装置8、9を別々の装置として説明したが、これらの装置のいくつかを適宜組み合わせて単体の装置として構築可能であることは当業者であれば理解できるであろう。 For example, the access restriction systems 100 and 200 are configured by combining a plurality of node devices in the in-house network 4. However, the present invention is not limited to this. For convenience of explanation, the mail delivery server 1, the mail storage server 2, the web proxy server 3, the mail display device 6, the list storage device 7, and the threat detection devices 8 and 9 have been described as separate devices. Those skilled in the art will understand that it is possible to construct a single device by appropriately combining these.

また、アクセス制限システム200は2つの脅威検出装置8、9を備えるものとして説明したが、3つ以上の脅威検出装置を備えることとしてもよい。3つ以上の脅威検出装置は、それぞれが異なる脅威検出方式に従って脅威検出を行うことが好ましいが、少なくとも2種類の脅威検出方式を含む、言い換えれば、脅威検出方式が互いに異なるものが含まれればよい。 Further, the access restriction system 200 has been described as including the two threat detecting devices 8 and 9, but may include three or more threat detecting devices. It is preferable that the three or more threat detection devices detect threats according to different threat detection methods, but at least two types of threat detection methods are included, in other words, threat detection methods different from each other may be included. ..

また、上述の実施形態では、アクセス制限の手法として、脅威ありと判定したURLへのアクセスを禁止した。アクセスを禁止する代わりに、或いは、アクセスの禁止と共に、ウェブプロキシサーバ3は、脅威ありと判定したURLへのアクセス要求に対して、メール表示装置6に警告メッセージを表示させることとしてもよい。 Further, in the above-described embodiment, as a method of restricting access, access to the URL determined to have a threat is prohibited. Instead of prohibiting access, or in addition to prohibiting access, the web proxy server 3 may display a warning message on the mail display device 6 in response to an access request to a URL determined to have a threat.

また、上述の実施形態では、脅威検出部82、92において脅威を検出する際に用いる脅威検出方式の例として、振る舞い検知方式を挙げて説明したが、本発明はこれに限定されるものではない。検出精度は高いが、複雑な演算処理を含むために処理時間は長いような脅威検出方式は、どのような方式であっても脅威検出部82、92が行う脅威検出方式として好適である。また、脅威検出部82、92は、本発明の通信システムの外部のシステムや装置と連動して脅威検出を行うものであってもよい。この場合、外部のシステムや装置による処理時間が発生するが、本発明によれば、この種の処理時間によるメールの配送遅延は発生しない。 Further, in the above-described embodiment, the behavior detection method has been described as an example of the threat detection method used when the threats are detected by the threat detection units 82 and 92, but the present invention is not limited to this. .. A threat detection method that has high detection accuracy but takes a long processing time because it includes complicated arithmetic processing is suitable as a threat detection method performed by the threat detection units 82 and 92 regardless of the method. Further, the threat detecting units 82 and 92 may detect threats by interlocking with a system or a device external to the communication system of the present invention. In this case, processing time is generated by an external system or device, but according to the present invention, mail delivery delay due to this type of processing time does not occur.

また、上述の実施形態では、脅威検出装置8、9を組織内ネットワーク4の中に設けているが、組織外ネットワーク5に設けることとしてもよい。特に、第2実施形態では、脅威検出装置8、9を両方とも組織内ネットワーク4の中に設けているが、一方を組織内ネットワーク4内に設け、他方を組織外ネットワーク5に設けることとしてもよい。例えば、第1の脅威検出装置8を自社の組織内ネットワーク4に設けると共に、他社がインターネット上で提供する脅威検出サービスを第2の脅威検出装置9として用いることが考えられる。 Further, although the threat detection devices 8 and 9 are provided in the internal network 4 in the above-described embodiment, they may be provided in the external network 5. In particular, in the second embodiment, both threat detection devices 8 and 9 are provided in the in-organization network 4, but one may be provided in the in-organization network 4 and the other may be provided in the extra-organization network 5. Good. For example, it is conceivable to provide the first threat detection device 8 in the in-house network 4 of the company and use the threat detection service provided by another company on the Internet as the second threat detection device 9.

また、第2実施形態では、2つの脅威検出装置を設けたが、3つ以上の脅威検出装置を設けることとしてもよい。この場合、全ての脅威検出装置が脅威なしと判定するURLに限って、脅威URL一覧から削除することとしてもよい。或いは、複数の脅威検出装置の少なくともひとつがURLを脅威ありと判定している間は、そのURLを脅威URL一覧に記載しておき、ウェブプロキシサーバ3で当該URLへのアクセスを制限することとしてもよい。或いは、例えば3つの脅威検出装置のうちの2つがURLを脅威なしと判定したとき、そのURLを脅威URL一覧から削除して、ウェブプロキシサーバ3によるそのURLへのアクセス制限を解除することとしてもよい。 Further, in the second embodiment, two threat detection devices are provided, but three or more threat detection devices may be provided. In this case, only the URLs that all threat detection devices determine to have no threat may be deleted from the threat URL list. Alternatively, while at least one of the plurality of threat detection devices determines that the URL has a threat, the URL is listed in the threat URL list, and the web proxy server 3 restricts access to the URL. Good. Alternatively, for example, when two of the three threat detecting devices determine that the URL is not threatened, the URL may be deleted from the threat URL list and the access restriction to the URL by the web proxy server 3 may be released. Good.

また、上述の実施形態では、メールに含まれるURLへのアクセスを制限するものとして説明したが、メールではなく所謂インスタントメッセージにも本発明を適用可能であることは当業者には明らかであろう。このため、本願では、メール、インスタントメッセージ等、データ通信ネットワークを介して指定した宛先に送信されるテキスト、画像、動画等を総称してメッセージと呼ぶものとする。 Further, although the above embodiment has been described as limiting the access to the URL included in the mail, it will be apparent to those skilled in the art that the present invention can be applied to so-called instant messages instead of mail. .. Therefore, in the present application, texts, images, moving images, etc., such as mails, instant messages, etc., which are transmitted to the designated destination via the data communication network are collectively referred to as a message.

また、上述の実施形態では、URLによって特定されたリソースに関して説明したが、本発明はこれに限定されるものではなく、例えば、IPアドレスのように、ネットワーク上のリソースを特定可能な識別子であれば、本発明を同様に適用することができる。 Further, although the resource specified by the URL has been described in the above embodiment, the present invention is not limited to this, and may be an identifier that can specify a resource on the network, such as an IP address. If so, the present invention can be similarly applied.

上記の実施形態の一部又は全部は以下の付記のようにも記載されうるが、以下には限られない。 The whole or part of the exemplary embodiments disclosed above can be described as, but not limited to, the following supplementary notes.

(付記1)
受信したメッセージに含まれる識別子によって特定されるネットワーク上のリソースを一時的にアクセス制限の対象に追加する検出前脅威一覧更新処理手段と、
ユーザが受信可能に前記メッセージをメール格納サーバに格納するメール格納処理手段と、
前記リソースに脅威があるか否かを判定する脅威検出手段と、
判定結果が脅威なしの場合、アクセス制限を解除するアクセス制限手段と、
を備える通信システム。
(Appendix 1)
Pre-detection threat list update processing means for temporarily adding a resource on the network identified by the identifier included in the received message to the target of access restriction,
Mail storage processing means for storing the message in a mail storage server so that the user can receive the message;
Threat detection means for determining whether the resource has a threat,
If the judgment result is no threat, access restriction means for canceling access restriction,
A communication system including.

(付記2)
前記識別子によって特定されるリソースへのアクセス制限を前記アクセス制限手段が行っている間に、前記識別子に基づくアクセス要求があった場合、前記アクセス制限手段は、前記アクセス要求の要求元に対し、警告メッセージを送信する、付記1に記載の通信システム。
(Appendix 2)
When there is an access request based on the identifier while the access restriction unit is restricting access to the resource specified by the identifier, the access restriction unit warns the request source of the access request. The communication system according to Appendix 1, which transmits a message.

(付記3)
前記判定結果が脅威ありの場合、前記アクセス制限手段はアクセス制限を継続する、付記1または付記2に記載の通信システム。
(Appendix 3)
The communication system according to appendix 1 or 2, wherein the access restriction unit continues access restriction when the determination result indicates threat.

(付記4)
検出前脅威一覧更新処理手段が、受信したメッセージに含まれる識別子によって特定されるネットワーク上のリソースを一時的にアクセス制限の対象に追加し、
メール格納処理手段が、ユーザが受信可能に前記メッセージをメール格納サーバに格納し、
脅威検出手段が、前記リソースに脅威があるか否かを判定し、
アクセス制限手段が、判定結果が脅威なしの場合、アクセス制限を解除する、
通信方法。
(Appendix 4)
The pre-detection threat list update processing means temporarily adds the resource on the network identified by the identifier included in the received message to the target of access restriction,
The mail storage processing means stores the message in the mail storage server so that the user can receive it,
The threat detecting means determines whether or not the resource has a threat ,
Access restriction means is, if the result of the determination is no threat, you release the access restriction,
Communication method.

(付記5)
前記識別子によって特定されるリソースへのアクセス制限を前記アクセス制限手段が行っている間に、前記識別子に基づくアクセス要求があった場合、前記アクセス制限手段が、前記アクセス要求の要求元に対し、警告メッセージを送信する、付記4に記載の通信方法。
(Appendix 5)
If there is an access request based on the identifier while the access restriction unit is restricting access to the resource specified by the identifier, the access restriction unit warns the request source of the access request. The communication method according to attachment 4, which transmits a message.

(付記6)
前記判定結果が脅威ありの場合、前記アクセス制限手段が、アクセス制限を継続する、付記4または付記5に記載の通信方法。
(Appendix 6)
The communication method according to appendix 4 or appendix 5, wherein the access restriction unit continues access restriction when the determination result indicates threat.

(付記7)
受信したメッセージに含まれる識別子によって特定されるネットワーク上のリソースを一時的にアクセス制限の対象に追加する検出前脅威一覧更新処理手段と、
ユーザが受信可能に前記メッセージをメール格納サーバに格納するメール格納処理手段と、
前記リソースに脅威があるか否かを判定する脅威検出手段と、
判定結果が脅威なしの場合、アクセス制限を解除するアクセス制限手段と
してコンピュータを機能させるためのプログラム。
(Appendix 7)
Pre-detection threat list update processing means for temporarily adding a resource on the network identified by the identifier included in the received message to the target of access restriction,
Mail storage processing means for storing the message in a mail storage server so that the user can receive the message;
Threat detection means for determining whether the resource has a threat,
A program that causes a computer to function as an access restriction unit that releases access restrictions when the result of the determination is no threat.

(付記8)
前記識別子によって特定されるリソースへのアクセス制限を前記アクセス制限手段が行っている間に、前記識別子に基づくアクセス要求があった場合、前記アクセス制限手段は、前記アクセス要求の要求元に対し、警告メッセージを送信する、付記7に記載のプログラム。
(Appendix 8)
When there is an access request based on the identifier while the access restriction unit is restricting access to the resource specified by the identifier, the access restriction unit warns the request source of the access request. The program according to appendix 7, which sends a message.

(付記9)
前記判定結果が脅威ありの場合、前記アクセス制限手段はアクセス制限を継続する、付記7または付記8に記載のプログラム。
(Appendix 9)
The program according to appendix 7 or 8, wherein the access restriction unit continues the access restriction when the determination result indicates threat.

(付記10)
受信したメッセージに含まれる識別子によって特定される、ネットワーク上のリソースを一時的にアクセス制限の対象に追加する検出前脅威一覧更新処理手段と、
ユーザが受信可能にメッセージをメール格納サーバに格納するメール格納処理手段と、
前記リソースに脅威があるか否かを判定する、脅威検出判定を実行するための脅威検出手段と、
前記識別子によって特定されるリソースへのアクセス要求があった時点で、当該識別子についての前記脅威検出判定が実行中の場合、または、当該識別子についての前記脅威検出判定が完了し、前記判定結果が脅威ありと判定済みの場合、当該アクセス要求の要求元に対し、警告メッセージを送信する出力手段と、
を備える通信システム。
(Appendix 10)
Pre-detection threat list update processing means for temporarily adding resources on the network, which are identified by the identifier included in the received message, to the access control target,
A mail storage processing means for storing a message in the mail storage server so that the user can receive it;
A threat detection unit for performing a threat detection determination, which determines whether the resource has a threat,
When there is a request for access to the resource specified by the identifier, if the threat detection determination for the identifier is in progress, or if the threat detection determination for the identifier is completed and the determination result is a threat If it is determined that there is, output means for transmitting a warning message to the request source of the access request,
A communication system including.

(付記11
検出前脅威一覧更新処理手段が、受信したメッセージに含まれる識別子によって特定される、ネットワーク上のリソースを一時的にアクセス制限の対象に追加し、
メール格納処理手段が、ユーザが受信可能に前記メッセージをメール格納サーバに格納し、
脅威検出手段が、前記リソースに脅威があるか否かを判定する、脅威検出判定を実行し、
出力手段が、前記識別子によって特定されるリソースへのアクセス要求があった時点で、当該識別子についての前記脅威検出判定が実行中の場合、または、当該識別子についての前記脅威検出判定が完了し、前記判定結果が脅威ありと判定済みの場合、当該アクセス要求の要求元に対し、警告メッセージを送信する、
通信方法。
(Appendix 11 )
The pre-detection threat list update processing means temporarily adds the resource on the network identified by the identifier included in the received message to the access restriction target,
The mail storage processing means stores the message in the mail storage server so that the user can receive it,
The threat detecting means determines whether or not the resource has a threat, performs a threat detection determination ,
When the output unit has a request for access to the resource specified by the identifier, the threat detection determination for the identifier is being executed, or the threat detection determination for the identifier is completed, and If the determination result is Yes threat determination already, to the request source of the access request, that sends a warning message,
Communication method.

1 メール配送サーバ
2 メール格納サーバ
3 ウェブプロキシサーバ
4 組織内ネットワーク
5 組織外ネットワーク
6 メール表示装置
7 リスト記憶装置
7A、7A1、7A2 脅威URL一覧
8、9 脅威検出装置
11 メール受信処理部
12 メールURL抽出部
13 メールURL通知部
14 メール格納処理部
31 リクエスト受信部
32 リクエスト解析部
33 リクエスト発行部
100、200 アクセス制限システム
1 Mail Delivery Server 2 Mail Storage Server 3 Web Proxy Server 4 Internal Network 5 External Network 6 Mail Display Device 7 List Storage Device 7A, 7A1, 7A2 Threat URL List 8, 9 Threat Detection Device 11 Mail Reception Processing Unit 12 Mail URL Extraction unit 13 Mail URL notification unit 14 Mail storage processing unit 31 Request reception unit 32 Request analysis unit 33 Request issuing unit 100, 200 Access restriction system

Claims (9)

受信したメッセージに含まれる識別子によって特定されるネットワーク上のリソースを一時的にアクセス制限の対象に追加する検出前脅威一覧更新処理手段と、
ユーザが受信可能に前記メッセージをメール格納サーバに格納するメール格納処理手段と、
前記リソースに脅威があるか否かを判定する脅威検出手段と、
判定結果が脅威なしの場合、アクセス制限を解除するアクセス制限手段と、
を備える通信システム。
Pre-detection threat list update processing means for temporarily adding a resource on the network identified by the identifier included in the received message to the target of access restriction,
Mail storage processing means for storing the message in a mail storage server so that the user can receive the message;
Threat detection means for determining whether the resource has a threat,
If the judgment result is no threat, access restriction means for canceling access restriction,
A communication system including.
前記識別子によって特定されるリソースへのアクセス制限を前記アクセス制限手段が行っている間に、前記識別子に基づくアクセス要求があった場合、前記アクセス制限手段は、前記アクセス要求の要求元に対し、警告メッセージを送信する、請求項1に記載の通信システム。 When there is an access request based on the identifier while the access restriction unit is restricting access to the resource specified by the identifier, the access restriction unit warns the request source of the access request. The communication system according to claim 1, which transmits a message. 前記判定結果が脅威ありの場合、前記アクセス制限手段はアクセス制限を継続する、請求項1または請求項2に記載の通信システム。 The communication system according to claim 1, wherein the access restriction unit continues the access restriction when the determination result indicates threat. 検出前脅威一覧更新処理手段が、受信したメッセージに含まれる識別子によって特定されるネットワーク上のリソースを一時的にアクセス制限の対象に追加し、
メール格納処理手段が、ユーザが受信可能に前記メッセージをメール格納サーバに格納し、
脅威検出手段が、前記リソースに脅威があるか否かを判定し、
アクセス制限手段が、判定結果が脅威なしの場合、アクセス制限を解除する、
通信方法。
The pre-detection threat list update processing means temporarily adds the resource on the network identified by the identifier included in the received message to the target of access restriction,
The mail storage processing means stores the message in the mail storage server so that the user can receive it,
The threat detecting means determines whether or not the resource has a threat ,
Access restriction means is, if the result of the determination is no threat, you release the access restriction,
Communication method.
前記識別子によって特定されるリソースへのアクセス制限を前記アクセス制限手段が行っている間に、前記識別子に基づくアクセス要求があった場合、前記アクセス制限手段が、前記アクセス要求の要求元に対し、警告メッセージを送信する、請求項4に記載の通信方法。 If there is an access request based on the identifier while the access restriction unit is restricting access to the resource specified by the identifier, the access restriction unit warns the request source of the access request. The communication method according to claim 4, wherein the message is transmitted. 前記判定結果が脅威ありの場合、前記アクセス制限手段が、アクセス制限を継続する、請求項4または請求項5に記載の通信方法。 The communication method according to claim 4, wherein the access restriction unit continues the access restriction when the determination result indicates a threat. 受信したメッセージに含まれる識別子によって特定されるネットワーク上のリソースを一時的にアクセス制限の対象に追加する検出前脅威一覧更新処理手段と、
ユーザが受信可能に前記メッセージをメール格納サーバに格納するメール格納処理手段と、
前記リソースに脅威があるか否かを判定する脅威検出手段と、
判定結果が脅威なしの場合、アクセス制限を解除するアクセス制限手段と
してコンピュータを機能させるためのプログラム。
Pre-detection threat list update processing means for temporarily adding a resource on the network identified by the identifier included in the received message to the target of access restriction,
A mail storage processing means for storing the message in a mail storage server so that the user can receive it;
Threat detection means for determining whether or not the resource has a threat,
A program that causes a computer to function as an access restriction unit that releases access restrictions when the result of the determination is no threat.
受信したメッセージに含まれる識別子によって特定される、ネットワーク上のリソースを一時的にアクセス制限の対象に追加する検出前脅威一覧更新処理手段と、
ユーザが受信可能に前記メッセージをメール格納サーバに格納するメール格納処理手段と、
前記リソースに脅威があるか否かを判定する、脅威検出判定を実行するための脅威検出手段と、
前記識別子によって特定されるリソースへのアクセス要求があった時点で、当該識別子についての前記脅威検出判定が実行中の場合、または、当該識別子についての前記脅威検出判定が完了し、脅威ありと判定済みの場合、当該アクセス要求の要求元に対し、警告メッセージを送信する出力手段と、
を備える通信システム。
Pre-detection threat list update processing means for temporarily adding resources on the network, which are identified by the identifier included in the received message, to the access control target,
Mail storage processing means for storing the message in a mail storage server so that the user can receive the message;
A threat detection unit for performing a threat detection determination, which determines whether the resource has a threat,
When there is a request for access to the resource specified by the identifier, the threat detection determination for the identifier is being executed, or the threat detection determination for the identifier has been completed and it has been determined that there is a threat. In the case of, output means for transmitting a warning message to the request source of the access request,
A communication system including.
検出前脅威一覧更新処理手段が、受信したメッセージに含まれる識別子によって特定される、ネットワーク上のリソースを一時的にアクセス制限の対象に追加し、
メール格納処理手段が、ユーザが受信可能に前記メッセージをメール格納サーバに格納し、
脅威検出手段が、前記リソースに脅威があるか否かを判定する、脅威検出判定を実行し、
出力手段が、前記識別子によって特定されるリソースへのアクセス要求があった時点で、当該識別子についての前記脅威検出判定が実行中の場合、または、当該識別子についての前記脅威検出判定が完了し、脅威ありと判定済みの場合、当該アクセス要求の要求元に対し、警告メッセージを送信する、
通信方法。
The pre-detection threat list update processing means temporarily adds the resource on the network identified by the identifier included in the received message to the access restriction target,
The mail storage processing means stores the message in the mail storage server so that the user can receive it,
The threat detecting means determines whether or not the resource has a threat, performs a threat detection determination ,
When the output unit makes a request for access to the resource specified by the identifier, the threat detection determination for the identifier is being executed, or the threat detection determination for the identifier is completed, and the threat If there a determination already, to the request source of the access request, that sends a warning message,
Communication method.
JP2018193313A 2018-10-12 2018-10-12 Communication system, communication method and program Active JP6721874B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2018193313A JP6721874B2 (en) 2018-10-12 2018-10-12 Communication system, communication method and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2018193313A JP6721874B2 (en) 2018-10-12 2018-10-12 Communication system, communication method and program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2017056870A Division JP6418423B2 (en) 2017-03-23 2017-03-23 Communication system, communication method and program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2020105258A Division JP2020162158A (en) 2020-06-18 2020-06-18 Communication systems, communication methods and programs

Publications (2)

Publication Number Publication Date
JP2019023921A JP2019023921A (en) 2019-02-14
JP6721874B2 true JP6721874B2 (en) 2020-07-15

Family

ID=65369048

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2018193313A Active JP6721874B2 (en) 2018-10-12 2018-10-12 Communication system, communication method and program

Country Status (1)

Country Link
JP (1) JP6721874B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US12028372B1 (en) * 2020-12-30 2024-07-02 Proofpoint, Inc. Identifying threat similarity using forensics clustering

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5202370B2 (en) * 2009-02-05 2013-06-05 三菱電機株式会社 Gateway apparatus and access control method
JP5797597B2 (en) * 2012-03-29 2015-10-21 西日本電信電話株式会社 Relay device
JP2016148967A (en) * 2015-02-12 2016-08-18 富士通株式会社 Information processing apparatus, information processing method, and program

Also Published As

Publication number Publication date
JP2019023921A (en) 2019-02-14

Similar Documents

Publication Publication Date Title
US11019094B2 (en) Methods and systems for malicious message detection and processing
US10356125B2 (en) Devices, systems and computer-implemented methods for preventing password leakage in phishing attacks
US8839401B2 (en) Malicious message detection and processing
CN103957195B (en) DNS systems and the defence method and defence installation of DNS attacks
US9083733B2 (en) Anti-phishing domain advisor and method thereof
US9648033B2 (en) System for detecting the presence of rogue domain name service providers through passive monitoring
US20140173726A1 (en) Methods and systems for preventing unauthorized acquisition of user information
US20170237753A1 (en) Phishing attack detection and mitigation
WO2017004947A1 (en) Method and apparatus for preventing domain name hijacking
CN105635064B (en) CSRF attack detection method and device
JP5549281B2 (en) Unauthorized intrusion detection and prevention system, client computer, unauthorized intrusion detection and prevention device, method and program
US8910281B1 (en) Identifying malware sources using phishing kit templates
CN106663176B (en) Detection device and detection method
EP3195140B1 (en) Malicious message detection and processing
JP6721874B2 (en) Communication system, communication method and program
JP7522422B2 (en) COMMUNICATION SYSTEM, COMMUNICATION METHOD, AND PROGRAM
JP6418422B2 (en) Mail delivery device and Web proxy server
JP6418423B2 (en) Communication system, communication method and program
JP2020162158A (en) Communication systems, communication methods and programs
JP2023118766A (en) Communication system, communication method, and program
CN108604273A (en) Prevent Malware from downloading
JP6900328B2 (en) Attack type determination device, attack type determination method, and program
JP5279601B2 (en) Server apparatus, data processing system, form processing method, and program
US20190007450A1 (en) Detection of network sniffing activity

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20181012

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20190828

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20190918

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20191118

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200602

R150 Certificate of patent or registration of utility model

Ref document number: 6721874

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150