JP2014505279A - データ整合デバイスおよび方法、ならびにネットワーク侵入検知デバイスおよび方法 - Google Patents
データ整合デバイスおよび方法、ならびにネットワーク侵入検知デバイスおよび方法 Download PDFInfo
- Publication number
- JP2014505279A JP2014505279A JP2013535257A JP2013535257A JP2014505279A JP 2014505279 A JP2014505279 A JP 2014505279A JP 2013535257 A JP2013535257 A JP 2013535257A JP 2013535257 A JP2013535257 A JP 2013535257A JP 2014505279 A JP2014505279 A JP 2014505279A
- Authority
- JP
- Japan
- Prior art keywords
- regular
- regular expression
- data
- simplified
- expression
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 72
- 238000001514 detection method Methods 0.000 title claims abstract description 17
- 230000014509 gene expression Effects 0.000 claims abstract description 337
- 150000001875 compounds Chemical class 0.000 claims abstract description 72
- 239000002131 composite material Substances 0.000 claims abstract description 23
- 230000003993 interaction Effects 0.000 claims abstract description 12
- 230000007704 transition Effects 0.000 description 15
- 230000008569 process Effects 0.000 description 8
- 238000004891 communication Methods 0.000 description 4
- 238000010586 diagram Methods 0.000 description 4
- 230000006835 compression Effects 0.000 description 3
- 238000007906 compression Methods 0.000 description 3
- 230000006870 function Effects 0.000 description 3
- 238000007689 inspection Methods 0.000 description 3
- 238000004590 computer program Methods 0.000 description 2
- 238000010276 construction Methods 0.000 description 2
- 230000000694 effects Effects 0.000 description 2
- 238000005516 engineering process Methods 0.000 description 2
- 238000012986 modification Methods 0.000 description 2
- 230000004048 modification Effects 0.000 description 2
- 230000006855 networking Effects 0.000 description 2
- 230000009467 reduction Effects 0.000 description 2
- 238000012552 review Methods 0.000 description 2
- JOCBASBOOFNAJA-UHFFFAOYSA-N N-tris(hydroxymethyl)methyl-2-aminoethanesulfonic acid Chemical compound OCC(CO)(CO)NCCS(O)(=O)=O JOCBASBOOFNAJA-UHFFFAOYSA-N 0.000 description 1
- 238000003491 array Methods 0.000 description 1
- 230000001010 compromised effect Effects 0.000 description 1
- 238000009223 counseling Methods 0.000 description 1
- 238000013461 design Methods 0.000 description 1
- 238000011156 evaluation Methods 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 238000011160 research Methods 0.000 description 1
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L63/00—Network architectures or network communication protocols for network security
- H04L63/14—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic
- H04L63/1408—Network architectures or network communication protocols for network security for detecting or protecting against malicious traffic by monitoring network traffic
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- General Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Devices For Executing Special Programs (AREA)
- Stored Programmes (AREA)
- Computer And Data Communications (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
Description
正規表現1は、ハイパーテキストトランスポートプロトコル(HTTP)に関連する正規表現であり、この場合、「REPORT、∨svn」、および「HTTP∨1\.1」は、それらの文字列特徴であり、「\s+」および「[^\n]*」は、それらの正規特徴である。
正規表現2は、バッファオーバーフロー攻撃検出に関する正規表現であり、この場合、「dbms_output.put_line(SYS.OLAPIMPL_T.ODCITABLESTART)は、それらの文字列特徴であり、「[^)]{300}」は、それらの正規特徴である。
Claims (12)
- 1つまたは複数の正規表現を含む正規表現セットに基づいてデータを整合する正規表現に基づくデータ整合方法であって、
前記正規表現セット内で、相互作用の間に前記正規表現に基づいて生成される状態の数を急激に増大させる1つまたは複数の複合正規表現を探し出すステップと、
前記1つまたは複数の探し出された複合正規表現のそれぞれに関して、対応する簡素化表現を構築するステップと、
前記構築された簡素化表現と、前記1つまたは複数の探し出された複合正規表現を除いた前記正規表現セット内の残りの正規表現とに基づいて、簡素化状態機械をコンパイルするステップと、
1つまたは複数の副状態機械をコンパイルするステップであって、前記1つまたは複数の副状態機械のそれぞれを、前記1つまたは複数の複合正規表現のうちの対応する1つに基づいてコンパイルするステップと、
前記簡素化状態機械と前記1つまたは複数の副状態機械とに基づいてデータを整合するステップとを含むデータ整合方法。 - 前記1つまたは複数の複合正規表現が、以下のタイプの正規表現、すなわち、
サブパターン1.*サブパターン2などの形の正規表現、
サブパターン1.+サブパターン2などの形の正規表現、
サブパターン{m,n}などの形の正規表現、および
サブパターン{m}などの形の正規表現
のうちの1つまたは複数を含む、
請求項1に記載のデータ整合方法。 - 前記1つまたは複数の探し出された複合正規表現のそれぞれに関して、対応する簡素化表現を構築するステップが、
前記複合正規表現を、前記複合正規表現内の正規構文を指す1つまたは複数の正規特徴によって分離された、前記複合正規表現内に存在し前記正規構文によって分離された固定文字列を指す1つまたは複数の文字列特徴に分割するステップと、
前記簡素化表現を構築するために、前記複合正規表現内の一続きの前記1つまたは複数の文字列特徴に従って、前記1つまたは複数の文字列特徴を関連付けるステップと、を含む請求項1または2に記載のデータ整合方法。 - 前記簡素化表現を構築するために、前記1つまたは複数の文字列特徴を関連付けるステップが、
前記簡素化表現を構築するために、前記複合正規表現内のすべての前記文字列特徴を関連付けるステップをさらに含む、請求項3に記載のデータ整合のための方法。 - 前記簡素化状態機械と前記1つまたは複数の副状態機械とに基づいてデータを整合するステップが、
前記簡素化状態機械を使用し、第1のデータ整合を実行するステップと、
前記簡素化表現に対応する前記複合正規表現に対応する前記副状態機械を使用し、前記第1のデータ整合の結果が、データが前記簡素化表現に整合することを示す場合、第2のデータ整合を実行するステップと、
前記第2のデータ整合の結果が、前記データが前記複合表現に整合することを示す場合、前記データが前記複合正規表現に整合するステップと、を含む請求項1から4のいずれか一項に記載のデータ整合のための方法。 - 1つまたは複数の正規表現を含む正規表現セットに基づいてデータを整合するデータ整合デバイスであって、
前記正規表現セット内で、相互作用の間に前記正規表現に基づいて生成される状態の数を急激に増大させる1つまたは複数の複合正規表現を探し出すように構成された正規表現セットプリプロセッサと、
前記正規表現セットプリプロセッサによって探し出された前記1つまたは複数の複合正規表現のそれぞれに関して、対応する簡素化表現を構築するように構成された複合正規表現簡素化装置と、
前記複合正規表現簡素化装置からの前記簡素化表現と、前記正規表現セットプリプロセッサからの前記正規表現セット内の残りの正規表現とに基づいて、簡素化状態機械をコンパイルするように構成された簡素化表現コンパイラと、
前記正規表現セットプリプロセッサによって探し出された前記1つまたは複数の複合正規表現のそれぞれに関して、対応する副状態機械をコンパイルするように構成された副状態機械コンパイラと、
前記簡素化表現コンパイラからの前記簡素化状態機械と、前記副状態機械コンパイラからの前記副状態機械とに基づいてデータを整合するように構成されたデータ整合器とを備えるデータ整合デバイス。 - 前記1つまたは複数の複合正規表現が、以下のタイプの正規表現、すなわち、
サブパターン1.*サブパターン2などの形の正規表現、
サブパターン1.+サブパターン2などの形の正規表現、
サブパターン{m,n}などの形の正規表現、および
サブパターン{m}などの形の正規表現
のうちの1つまたは複数を含む、請求項6に記載のデータ整合デバイス。 - 前記複合正規表現簡素化装置が、
前記複合正規表現を、前記複合正規表現内の正規構文を指す1つまたは複数の正規特徴によって分離された、前記複合正規表現内に存在し前記正規構文によって分離された固定文字列を指す1つまたは複数の文字列特徴に分割するように構成された分割装置分割装置と、
前記簡素化表現を構築するために、前記複合正規表現内の一続きの前記1つまたは複数の文字列特徴に従って、前記1つまたは複数の文字列特徴を関連付けるように構成された再構築装置と、を備える請求項6または7に記載のデータ整合デバイス。 - 前記再構築装置が、前記簡素化表現を構築するように、前記複合正規表現内のすべての前記文字列特徴を関連付けるように構成された、請求項8に記載のデータ整合デバイス。
- 前記データ整合装置が、
第1のデータ整合を実行するために、前記簡素化状態機械を使用するように構成された第1の整合装置と、
前記第1の整合装置によって整合することが示された前記簡素化表現に関して、第2のデータ整合を実行するために、前記簡素化表現に対応する前記複合正規表現に対応する前記副状態機械を使用するように構成された第2の整合装置と、
最終データ整合結果を出力するために、前記第1の整合装置のデータ整合結果と前記第2の整合装置のデータ整合結果とを組み合わせるように構成された整合結果組合せ装置とを備えた、請求項6から9のいずれか一項に記載のデータ整合のためのデバイス。 - ネットワーク侵入検知方法であって、
ネットワークデータを取得するステップと、
ネットワーク侵入モードに対応する正規表現セットに基づいて、前記ネットワークデータに関するデータ整合を実行するために、請求項1から5のいずれか一項に記載のデータ整合方法を使用するステップと、
データ整合結果に基づいて、前記ネットワークデータがネットワーク侵入データであるかどうかを判定するステップと、を含むネットワーク侵入検知方法。 - 前記受信されたネットワークデータがネットワーク侵入データであるかどうかを判定する目的で、受信されたネットワークデータに関してデータ整合を実行するために、ネットワーク侵入モードに対応する正規表現セットを使用するように構成された、請求項6から10のいずれか一項に記載のデータ整合デバイス
を備える、ネットワーク侵入検知デバイス。
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201010532853.1 | 2010-11-01 | ||
CN201010532853.1A CN102075511B (zh) | 2010-11-01 | 2010-11-01 | 一种数据匹配设备和方法以及网络入侵检测设备和方法 |
PCT/CN2011/080308 WO2012058994A1 (zh) | 2010-11-01 | 2011-09-28 | 数据匹配设备和方法以及网络入侵检测设备和方法 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014505279A true JP2014505279A (ja) | 2014-02-27 |
JP5674956B2 JP5674956B2 (ja) | 2015-02-25 |
Family
ID=44033856
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013535257A Active JP5674956B2 (ja) | 2010-11-01 | 2011-09-28 | データ整合デバイスおよび方法、ならびにネットワーク侵入検知デバイスおよび方法 |
Country Status (4)
Country | Link |
---|---|
US (1) | US9258317B2 (ja) |
JP (1) | JP5674956B2 (ja) |
CN (1) | CN102075511B (ja) |
WO (1) | WO2012058994A1 (ja) |
Cited By (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014095993A (ja) * | 2012-11-08 | 2014-05-22 | Mitsubishi Electric Corp | 情報処理装置及び情報処理方法及びプログラム |
WO2021152647A1 (ja) * | 2020-01-27 | 2021-08-05 | 日本電信電話株式会社 | 検査装置、検査方法及びプログラム |
Families Citing this family (28)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN102075511B (zh) * | 2010-11-01 | 2014-05-14 | 北京神州绿盟信息安全科技股份有限公司 | 一种数据匹配设备和方法以及网络入侵检测设备和方法 |
US9398033B2 (en) | 2011-02-25 | 2016-07-19 | Cavium, Inc. | Regular expression processing automaton |
WO2013020002A1 (en) | 2011-08-02 | 2013-02-07 | Cavium, Inc. | Incremental update of rules for packet classification |
US9203805B2 (en) | 2011-11-23 | 2015-12-01 | Cavium, Inc. | Reverse NFA generation and processing |
CN103186640B (zh) * | 2011-12-31 | 2016-05-25 | 百度在线网络技术(北京)有限公司 | 采用基于ac算法的正则匹配的流量过滤方法及装置 |
CN102868685B (zh) * | 2012-08-29 | 2015-04-15 | 北京神州绿盟信息安全科技股份有限公司 | 一种判定自动扫描行为的方法及装置 |
CN102904951A (zh) * | 2012-10-12 | 2013-01-30 | 哈尔滨工业大学深圳研究生院 | 基于云系统的数据包检测方法 |
US9426165B2 (en) * | 2013-08-30 | 2016-08-23 | Cavium, Inc. | Method and apparatus for compilation of finite automata |
US9426166B2 (en) | 2013-08-30 | 2016-08-23 | Cavium, Inc. | Method and apparatus for processing finite automata |
US9563399B2 (en) | 2013-08-30 | 2017-02-07 | Cavium, Inc. | Generating a non-deterministic finite automata (NFA) graph for regular expression patterns with advanced features |
WO2015084360A1 (en) * | 2013-12-05 | 2015-06-11 | Hewlett-Packard Development Company, L.P. | Regular expression matching |
US9419943B2 (en) | 2013-12-30 | 2016-08-16 | Cavium, Inc. | Method and apparatus for processing of finite automata |
US9275336B2 (en) | 2013-12-31 | 2016-03-01 | Cavium, Inc. | Method and system for skipping over group(s) of rules based on skip group rule |
US9544402B2 (en) | 2013-12-31 | 2017-01-10 | Cavium, Inc. | Multi-rule approach to encoding a group of rules |
US9667446B2 (en) | 2014-01-08 | 2017-05-30 | Cavium, Inc. | Condition code approach for comparing rule and packet data that are provided in portions |
US9904630B2 (en) | 2014-01-31 | 2018-02-27 | Cavium, Inc. | Finite automata processing based on a top of stack (TOS) memory |
US9602532B2 (en) | 2014-01-31 | 2017-03-21 | Cavium, Inc. | Method and apparatus for optimizing finite automata processing |
US10002326B2 (en) | 2014-04-14 | 2018-06-19 | Cavium, Inc. | Compilation of finite automata based on memory hierarchy |
US10110558B2 (en) | 2014-04-14 | 2018-10-23 | Cavium, Inc. | Processing of finite automata based on memory hierarchy |
US9438561B2 (en) | 2014-04-14 | 2016-09-06 | Cavium, Inc. | Processing of finite automata based on a node cache |
CN103973684B (zh) * | 2014-05-07 | 2017-05-24 | 北京神州绿盟信息安全科技股份有限公司 | 规则编译匹配方法及装置 |
CN105554152B (zh) * | 2015-12-30 | 2018-10-02 | 北京神州绿盟信息安全科技股份有限公司 | 一种数据特征提取的方法及装置 |
US10397263B2 (en) * | 2017-04-25 | 2019-08-27 | Futurewei Technologies, Inc. | Hierarchical pattern matching for deep packet analysis |
CN108055228B (zh) * | 2017-10-09 | 2019-11-15 | 全球能源互联网研究院有限公司 | 一种智能电网入侵检测系统及方法 |
CN110188113B (zh) * | 2019-05-09 | 2022-05-13 | 厦门市美亚柏科信息股份有限公司 | 一种利用复杂表达式进行数据比对的方法、装置及存储介质 |
CN111031073B (zh) * | 2020-01-03 | 2021-10-19 | 广东电网有限责任公司电力科学研究院 | 一种网络入侵检测系统及方法 |
CN111526094B (zh) * | 2020-04-24 | 2022-02-11 | 中电科航空电子有限公司 | 一种rstp状态机调度的方法及系统 |
CN113596043B (zh) * | 2021-08-03 | 2023-03-24 | 中国电信股份有限公司 | 攻击检测方法、攻击检测装置、存储介质与电子设备 |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101841546A (zh) * | 2010-05-17 | 2010-09-22 | 华为技术有限公司 | 一种规则匹配方法、装置及系统 |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
EP1335557A1 (en) * | 2002-02-11 | 2003-08-13 | Koninklijke KPN N.V. | Method for computer network intrusion detection using pattern matching |
US20050273450A1 (en) * | 2004-05-21 | 2005-12-08 | Mcmillen Robert J | Regular expression acceleration engine and processing model |
US20060085389A1 (en) * | 2004-08-26 | 2006-04-20 | Sensory Networks, Inc. | Method for transformation of regular expressions |
US7540025B2 (en) * | 2004-11-18 | 2009-05-26 | Cisco Technology, Inc. | Mitigating network attacks using automatic signature generation |
US7730011B1 (en) * | 2005-10-19 | 2010-06-01 | Mcafee, Inc. | Attributes of captured objects in a capture system |
US7512634B2 (en) * | 2006-06-05 | 2009-03-31 | Tarari, Inc. | Systems and methods for processing regular expressions |
CN101360088B (zh) * | 2007-07-30 | 2011-09-14 | 华为技术有限公司 | 正则表达式编译、匹配系统及编译、匹配方法 |
US20100138367A1 (en) * | 2007-08-02 | 2010-06-03 | Nario Yamagaki | SYSTEM, METHOD, AND PROGRAM FOR GENERATING NON-DETERMINISTIC FINITE AUTOMATON NOT INCLUDING e-TRANSITION |
US20100192225A1 (en) * | 2009-01-28 | 2010-07-29 | Juniper Networks, Inc. | Efficient application identification with network devices |
US9507880B2 (en) * | 2010-06-30 | 2016-11-29 | Oracle International Corporation | Regular expression optimizer |
CN102075511B (zh) * | 2010-11-01 | 2014-05-14 | 北京神州绿盟信息安全科技股份有限公司 | 一种数据匹配设备和方法以及网络入侵检测设备和方法 |
US20120110003A1 (en) * | 2010-11-03 | 2012-05-03 | Microsoft Corporation | Conditional execution of regular expressions |
-
2010
- 2010-11-01 CN CN201010532853.1A patent/CN102075511B/zh not_active Expired - Fee Related
-
2011
- 2011-09-28 JP JP2013535257A patent/JP5674956B2/ja active Active
- 2011-09-28 WO PCT/CN2011/080308 patent/WO2012058994A1/zh active Application Filing
-
2013
- 2013-03-12 US US13/797,171 patent/US9258317B2/en not_active Expired - Fee Related
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN101841546A (zh) * | 2010-05-17 | 2010-09-22 | 华为技术有限公司 | 一种规则匹配方法、装置及系统 |
Non-Patent Citations (3)
Title |
---|
CSNG200700792006; 山本 博章: '拡張正規表現所属問題および検索問題に対するDFA型アルゴリズムの効率的な実装について' 電子情報通信学会技術研究報告 Vol.107 No.127, 20070622, p.85-92, 社団法人電子情報通信学会 * |
JPN6014021937; 山本 博章: '拡張正規表現所属問題および検索問題に対するDFA型アルゴリズムの効率的な実装について' 電子情報通信学会技術研究報告 Vol.107 No.127, 20070622, p.85-92, 社団法人電子情報通信学会 * |
JPN6014021938; XU, Qian et al.: 'Efficient Regular Expression Compression Algorithm for Deep Packet Inspection' Journal of Software [online] Vol.20 No.8, 2009, p.2214-2226 * |
Cited By (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014095993A (ja) * | 2012-11-08 | 2014-05-22 | Mitsubishi Electric Corp | 情報処理装置及び情報処理方法及びプログラム |
WO2021152647A1 (ja) * | 2020-01-27 | 2021-08-05 | 日本電信電話株式会社 | 検査装置、検査方法及びプログラム |
JPWO2021152647A1 (ja) * | 2020-01-27 | 2021-08-05 | ||
JP7310936B2 (ja) | 2020-01-27 | 2023-07-19 | 日本電信電話株式会社 | 検査装置、検査方法及びプログラム |
Also Published As
Publication number | Publication date |
---|---|
CN102075511A (zh) | 2011-05-25 |
CN102075511B (zh) | 2014-05-14 |
US20130191916A1 (en) | 2013-07-25 |
WO2012058994A1 (zh) | 2012-05-10 |
JP5674956B2 (ja) | 2015-02-25 |
US9258317B2 (en) | 2016-02-09 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5674956B2 (ja) | データ整合デバイスおよび方法、ならびにネットワーク侵入検知デバイスおよび方法 | |
US7805460B2 (en) | Generating a hierarchical data structure associated with a plurality of known arbitrary-length bit strings used for detecting whether an arbitrary-length bit string input matches one of a plurality of known arbitrary-length bit string | |
US8866644B2 (en) | Detecting whether an arbitrary-length bit string input matches one of a plurality of known arbitrary-length bit strings using a hierarchical data structure | |
US9990583B2 (en) | Match engine for detection of multi-pattern rules | |
Bispo et al. | Regular expression matching for reconfigurable packet inspection | |
Antonello et al. | Deep packet inspection tools and techniques in commodity platforms: Challenges and trends | |
CN101841546B (zh) | 一种规则匹配方法、装置及系统 | |
US7636787B2 (en) | Parser for parsing text-coded protocol | |
US8484147B2 (en) | Pattern matching | |
US20090070459A1 (en) | High-Performance Context-Free Parser for Polymorphic Malware Detection | |
US10176187B2 (en) | Method and apparatus for generating a plurality of indexed data fields | |
Bremler-Barr et al. | CompactDFA: Scalable pattern matching using longest prefix match solutions | |
Liu et al. | An overlay automata approach to regular expression matching | |
JP2007142767A (ja) | パターンマッチング装置、その形成方法、それを用いたネットワーク不正侵入検知装置の動作方法、およびそれを用いた侵入防止システムの動作方法 | |
US8694536B2 (en) | Fast matching for content-based addressing | |
Tseng et al. | A parallel automaton string matching with pre-hashing and root-indexing techniques for content filtering coprocessor | |
Cho et al. | Context-free-grammar based token tagger in reconfigurable devices | |
CN104407849B (zh) | 一种带通配符正则表达式的有穷自动机生成方法 | |
Pan | Efficient network packet signature matching on GPUs | |
Yang et al. | A novel algorithm for pattern matching with back references | |
Yang et al. | Two-phase Pattern Matching for Regular Expressions in Intrusion Detection Systems. | |
Wang et al. | Deep Packet Inspection with Bit-Reduced DFA for Cloud System | |
Leogrande | High Speed and Flexible Network Processing. | |
Faezipour et al. | Regular expression matching for reconfigurable constraint repetition inspection | |
Stakhanova1ÆÆ et al. | Selective Regular Expression Matching Æ |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140603 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20140902 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20140909 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20141002 |
|
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: 20141209 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20141222 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5674956 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |