JP7013921B2 - 検証端末 - Google Patents
検証端末 Download PDFInfo
- Publication number
- JP7013921B2 JP7013921B2 JP2018027114A JP2018027114A JP7013921B2 JP 7013921 B2 JP7013921 B2 JP 7013921B2 JP 2018027114 A JP2018027114 A JP 2018027114A JP 2018027114 A JP2018027114 A JP 2018027114A JP 7013921 B2 JP7013921 B2 JP 7013921B2
- Authority
- JP
- Japan
- Prior art keywords
- terminal
- hash value
- verification
- program
- data
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
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/12—Applying verification of the received information
- H04L63/123—Applying verification of the received information received data contents, e.g. message integrity
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2365—Ensuring data consistency and integrity
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/901—Indexing; Data structures therefor; Storage structures
- G06F16/9014—Indexing; Data structures therefor; Storage structures hash tables
-
- 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/04—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks
- H04L63/0428—Network architectures or network communication protocols for network security for providing a confidential data exchange among entities communicating through data packet networks wherein the data content is protected, e.g. by encrypting or encapsulating the payload
-
- 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/08—Network architectures or network communication protocols for network security for authentication of entities
- H04L63/0876—Network architectures or network communication protocols for network security for authentication of entities based on the identity of the terminal or configuration, e.g. MAC address, hardware or software configuration or device fingerprint
-
- 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/12—Applying verification of the received information
- H04L63/126—Applying verification of the received information the source of the received data
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W12/00—Security arrangements; Authentication; Protecting privacy or anonymity
- H04W12/08—Access security
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W12/00—Security arrangements; Authentication; Protecting privacy or anonymity
- H04W12/10—Integrity
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/30—Services specially adapted for particular environments, situations or purposes
- H04W4/40—Services specially adapted for particular environments, situations or purposes for vehicles, e.g. vehicle-to-pedestrians [V2P]
- H04W4/46—Services specially adapted for particular environments, situations or purposes for vehicles, e.g. vehicle-to-pedestrians [V2P] for vehicle-to-vehicle communication [V2V]
Landscapes
- Engineering & Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- General Engineering & Computer Science (AREA)
- Computer Hardware Design (AREA)
- Computing Systems (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Data Mining & Analysis (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Power Engineering (AREA)
- Software Systems (AREA)
- Mobile Radio Communication Systems (AREA)
- Debugging And Monitoring (AREA)
- Stored Programmes (AREA)
Description
101:検証値生成部
102:検証値取得部
103:検証実行部
104:格納部
Claims (7)
- プログラム又はデータの正当性検証を行う検証端末であって、
プログラム又はデータを格納する格納部(104)と、
前記格納部に格納されている自端末プログラム又は自端末データの自端末ハッシュ値を生成する検証値生成部(101)と、
前記自端末プログラム又は前記自端末データと同一のプログラム又はデータが格納されていると想定される端末であって、少なくとも1つの他端末に格納されている他端末プログラム又は他端末データの他端末ハッシュ値を取得する検証値取得部(102)と、
前記自端末ハッシュ値と前記他端末ハッシュ値との同一性に基づいて、前記自端末プログラム又は前記自端末データの健全性を検証する検証実行部(103)と、を備え、
前記検証値取得部は、2以上の他端末に格納されている他端末プログラム又は他端末データの他端末ハッシュ値を取得し、
前記検証実行部は、前記自端末ハッシュ値と前記他端末ハッシュ値との同一数が少なくとも過半数の場合に、前記自端末プログラム又は前記自端末データを健全であると判断する検証端末。 - 請求項1に記載の検証端末であって、
前記検証値取得部は、乱数に基づいて前記他端末を選択する、検証端末。 - 請求項1又は2に記載の検証端末であって、
前記検証実行部は、前記自端末ハッシュ値と前記他端末ハッシュ値とが同一でない場合に、前記自端末プログラム又は前記自端末データを健全であるとする判断を保留する、検証端末。 - 請求項3に記載の検証端末であって、
前記検証値取得部は、2以上の他端末に格納されている他端末プログラム又は他端末データの他端末ハッシュ値を取得し、
前記検証実行部は、前記自端末ハッシュ値と同一の前記他端末ハッシュ値が過半数を超えない場合に、前記自端末プログラム又は前記自端末データを不健全であると判断する、検証端末。 - 請求項3に記載の検証端末であって、
前記検証実行部は、前記自端末ハッシュ値と前記他端末ハッシュ値とが同一でない場合に、ネットワークを経由してハッシュ値管理サーバーに健全性の問い合わせを行う、検証端末。 - 請求項5に記載の検証端末であって、
前記検証値取得部は、2以上の他端末に格納されている他端末プログラム又は他端末データの他端末ハッシュ値を取得し、
前記検証実行部は、前記自端末ハッシュ値と前記他端末ハッシュ値とが全て同一でない場合に、ネットワークを経由してハッシュ値管理サーバーに健全性の問い合わせを行う、検証端末。 - 請求項6に記載の検証端末であって、
前記検証実行部は、前記ハッシュ値管理サーバーに格納されており、正当なプログラム又は正当なデータに対応するマスターハッシュ値を受信し、この受信したマスターハッシュ値と前記自端末ハッシュ値との同一性に基づいて、前記自端末プログラム又は前記自端末データの健全性を検証する、検証端末。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018027114A JP7013921B2 (ja) | 2018-02-19 | 2018-02-19 | 検証端末 |
US16/279,089 US11374942B2 (en) | 2018-02-19 | 2019-02-19 | Verification terminal |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2018027114A JP7013921B2 (ja) | 2018-02-19 | 2018-02-19 | 検証端末 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2019144752A JP2019144752A (ja) | 2019-08-29 |
JP7013921B2 true JP7013921B2 (ja) | 2022-02-01 |
Family
ID=67618277
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2018027114A Active JP7013921B2 (ja) | 2018-02-19 | 2018-02-19 | 検証端末 |
Country Status (2)
Country | Link |
---|---|
US (1) | US11374942B2 (ja) |
JP (1) | JP7013921B2 (ja) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US11349669B1 (en) * | 2018-01-30 | 2022-05-31 | State Farm Mutual Automobile Insurance Company | Cryptographic hash chain for vehicle configuration verification |
JP7327100B2 (ja) * | 2019-11-15 | 2023-08-16 | 富士フイルムビジネスイノベーション株式会社 | データ管理システム、データ管理装置及びデータ管理プログラム |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004005585A (ja) | 2002-04-23 | 2004-01-08 | Matsushita Electric Ind Co Ltd | サーバ装置及びプログラム管理システム |
JP2006048575A (ja) | 2004-08-09 | 2006-02-16 | Ricoh Co Ltd | クライアントシステム、データ配信サーバ、データ転送システム、プログラム及び記録媒体 |
JP2017220236A (ja) | 2016-06-09 | 2017-12-14 | Line株式会社 | クライアント改ざん判断システムおよび方法 |
JP2019046262A (ja) | 2017-09-04 | 2019-03-22 | ヤフー株式会社 | 情報処理装置、情報処理方法、及び情報処理プログラム |
Family Cites Families (25)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002244555A (ja) | 2001-02-21 | 2002-08-30 | Nippon Telegr & Teleph Corp <Ntt> | データ改竄検出方法及び装置及びデータ改竄検出プログラム及びデータ改竄検出プログラムを格納した記憶媒体 |
US9461827B2 (en) * | 2008-04-11 | 2016-10-04 | Toyota Motor Engineering & Manufacturing North America, Inc. | Method for distributing a list of certificate revocations in a vanet |
JP4817153B2 (ja) | 2009-11-06 | 2011-11-16 | Necインフロンティア株式会社 | 情報端末に組み込まれたソフトウェアの更新時の認証方法、そのシステム及びそのプログラム |
JP2011133967A (ja) | 2009-12-22 | 2011-07-07 | Yokogawa Electric Corp | 測定装置 |
JP5616810B2 (ja) | 2011-01-31 | 2014-10-29 | カヤバ工業株式会社 | ドライブレコーダ及びドライブレコーダシステム |
JP5772031B2 (ja) | 2011-02-08 | 2015-09-02 | 富士通株式会社 | 通信装置およびセキュアモジュール |
JP5686697B2 (ja) | 2011-08-05 | 2015-03-18 | 三菱電機株式会社 | 組込み機器保守システム |
JP2013103611A (ja) | 2011-11-14 | 2013-05-30 | Denso Corp | 車載中継装置及び外部通信装置 |
JP2013107454A (ja) | 2011-11-18 | 2013-06-06 | Denso Corp | 車載中継装置 |
JP5678907B2 (ja) | 2012-02-15 | 2015-03-04 | 株式会社デンソー | 中継システム、外部装置 |
JP2013196330A (ja) | 2012-03-19 | 2013-09-30 | Kayaba Ind Co Ltd | ドライブレコーダ |
JP5729337B2 (ja) | 2012-03-21 | 2015-06-03 | 株式会社デンソー | 車両用認証装置、及び車両用認証システム |
JP5975964B2 (ja) * | 2013-10-18 | 2016-08-23 | 富士通株式会社 | 情報処理プログラム、情報処理方法、情報処理装置、及び情報処理システム |
US20150191151A1 (en) | 2014-01-06 | 2015-07-09 | Argus Cyber Security Ltd. | Detective watchman |
WO2016113897A1 (ja) * | 2015-01-16 | 2016-07-21 | 株式会社オートネットワーク技術研究所 | 通信システム及び照合方法 |
KR101785537B1 (ko) * | 2015-02-26 | 2017-10-16 | 주식회사 엘지화학 | 이차 전지 관리 장치의 기능 검증 시스템 |
JP6649215B2 (ja) | 2015-12-14 | 2020-02-19 | パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカPanasonic Intellectual Property Corporation of America | セキュリティ装置、ネットワークシステム及び攻撃検知方法 |
CN109392310B (zh) * | 2016-04-14 | 2023-10-20 | 荣布斯系统集团公司 | 验证无人驾驶飞行器完整性的系统 |
US10382196B2 (en) * | 2016-04-29 | 2019-08-13 | Olympus Sky Technologies, S.A. | System and method for secure communications based on locally stored values |
US20180012196A1 (en) * | 2016-07-07 | 2018-01-11 | NextEv USA, Inc. | Vehicle maintenance manager |
TWI643508B (zh) * | 2016-12-22 | 2018-12-01 | 張恭維 | 用於物聯網智能設備的智慧路由系統 |
JP6275302B2 (ja) | 2017-03-22 | 2018-02-07 | 株式会社bitFlyer | 存在証明装置、存在証明方法、及びそのためのプログラム |
JP6959155B2 (ja) * | 2017-05-15 | 2021-11-02 | パナソニック インテレクチュアル プロパティ コーポレーション オブ アメリカPanasonic Intellectual Property Corporation of America | 検証方法、検証装置およびプログラム |
US10850684B2 (en) * | 2017-12-19 | 2020-12-01 | Micron Technology, Inc. | Vehicle secure messages based on a vehicle private key |
WO2020051226A1 (en) * | 2018-09-05 | 2020-03-12 | Whitefox Defense Technologies, Inc. | Integrated secure device manager systems and methods for cyber-physical vehicles |
-
2018
- 2018-02-19 JP JP2018027114A patent/JP7013921B2/ja active Active
-
2019
- 2019-02-19 US US16/279,089 patent/US11374942B2/en active Active
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004005585A (ja) | 2002-04-23 | 2004-01-08 | Matsushita Electric Ind Co Ltd | サーバ装置及びプログラム管理システム |
JP2006048575A (ja) | 2004-08-09 | 2006-02-16 | Ricoh Co Ltd | クライアントシステム、データ配信サーバ、データ転送システム、プログラム及び記録媒体 |
JP2017220236A (ja) | 2016-06-09 | 2017-12-14 | Line株式会社 | クライアント改ざん判断システムおよび方法 |
JP2019046262A (ja) | 2017-09-04 | 2019-03-22 | ヤフー株式会社 | 情報処理装置、情報処理方法、及び情報処理プログラム |
Also Published As
Publication number | Publication date |
---|---|
US20190260763A1 (en) | 2019-08-22 |
US11374942B2 (en) | 2022-06-28 |
JP2019144752A (ja) | 2019-08-29 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US10785264B2 (en) | System and method for security inspection of electronic equipment | |
US10360018B2 (en) | Update control apparatus, software update system, and update control method | |
JP5864510B2 (ja) | 修正プログラム確認方法、修正プログラム確認プログラム、及び情報処理装置 | |
US10956555B2 (en) | Management system, vehicle, and information processing method | |
US10723361B2 (en) | Monitoring apparatus, communication system, vehicle, monitoring method, and non-transitory storage medium | |
CN106464566B (zh) | 网络系统、通信控制方法以及存储介质 | |
JP6625269B2 (ja) | 車載認証システム、車両通信装置、認証管理装置、車載認証方法および車載認証プログラム | |
CN104904156B (zh) | 认证处理装置、认证处理系统以及认证处理方法 | |
JP6190443B2 (ja) | 車載コンピュータシステム、車両、管理方法、及びコンピュータプログラム | |
JP2011108167A (ja) | コンピューターシステム | |
KR20140128660A (ko) | 차량 네트워크 접속 장치 및 그 접속 제어 방법 | |
JP7013921B2 (ja) | 検証端末 | |
US20220179636A1 (en) | Vehicle controller | |
US8776205B2 (en) | Secure connection systems and methods for vehicles | |
JP6483461B2 (ja) | 管理方法、管理プログラム、管理装置、管理システムおよび情報処理方法 | |
US20170293753A1 (en) | Electronic device and system | |
JP2018006782A (ja) | データ提供システム、データ提供装置、車載コンピュータ、データ提供方法、及びコンピュータプログラム | |
CN117195216A (zh) | 车辆校验方法、相关装置及系统 | |
JP7229426B2 (ja) | 車載制御システムおよび異常診断方法 | |
WO2018037894A1 (ja) | 車両用認証装置 | |
JP2018050334A (ja) | データ提供システム、データ提供装置、車載コンピュータ、データ提供方法、及びコンピュータプログラム | |
CN117632172A (zh) | 电子控制单元的安全更新和审计 | |
CN117040859A (zh) | 激活认证方法、装置和电子设备及存储介质 | |
JP2012096600A (ja) | 不正監視システムおよびそれに用いられる車載装置 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20201209 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20211005 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20211012 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20211207 |
|
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: 20211221 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20220103 |