JP6698190B2 - Fraud handling method, fraud detection electronic control unit, and network communication system - Google Patents

Fraud handling method, fraud detection electronic control unit, and network communication system Download PDF

Info

Publication number
JP6698190B2
JP6698190B2 JP2019029007A JP2019029007A JP6698190B2 JP 6698190 B2 JP6698190 B2 JP 6698190B2 JP 2019029007 A JP2019029007 A JP 2019029007A JP 2019029007 A JP2019029007 A JP 2019029007A JP 6698190 B2 JP6698190 B2 JP 6698190B2
Authority
JP
Japan
Prior art keywords
frame
ecu
unit
predetermined
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
Application number
JP2019029007A
Other languages
Japanese (ja)
Other versions
JP2019097206A (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.)
Panasonic Intellectual Property Corp of America
Original Assignee
Panasonic Intellectual Property Corp of America
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 Panasonic Intellectual Property Corp of America filed Critical Panasonic Intellectual Property Corp of America
Publication of JP2019097206A publication Critical patent/JP2019097206A/en
Application granted granted Critical
Publication of JP6698190B2 publication Critical patent/JP6698190B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Small-Scale Networks (AREA)

Description

本開示は、電子制御ユニットが通信を行う車載ネットワーク等において送信された不正なフレームを検知して対処する技術に関する。   The present disclosure relates to a technique of detecting and coping with an illegal frame transmitted in an in-vehicle network or the like in which an electronic control unit communicates.

近年、自動車の中のシステムには、電子制御ユニット(ECU:Electronic Control Unit)と呼ばれる装置が多数配置されている。これらのECUをつなぐネットワークは車載ネットワークと呼ばれる。車載ネットワークには、多数の規格が存在する。その中でも最も主流な車載ネットワークの一つに、ISO11898−1で規定されているCAN(Controller Area Network)という規格が存在する(「非特許文献1」参照)。   2. Description of the Related Art In recent years, a large number of devices called electronic control units (ECUs) are arranged in systems in automobiles. A network connecting these ECUs is called an in-vehicle network. There are many standards for in-vehicle networks. Among them, one of the most mainstream in-vehicle networks is a standard called CAN (Controller Area Network) defined by ISO11898-1 (see "Non-Patent Document 1").

CANでは、通信路は2本のバスで構成され、バスに接続されているECUはノードと呼ばれる。バスに接続されている各ノードは、フレームと呼ばれるメッセージを送受信する。フレームを送信する送信ノードは、2本のバスに電圧をかけ、バス間で電位差を発生させることによって、レセシブと呼ばれる「1」の値と、ドミナントと呼ばれる「0」の値を送信する。複数の送信ノードが全く同一のタイミングで、レセシブとドミナントを送信した場合は、ドミナントが優先されて送信される。受信ノードは、受け取ったフレームのフォーマットに異常がある場合には、エラーフレームと呼ばれるフレームを送信する。エラーフレームとは、ドミナントを6bit連続して送信することで、送信ノードや他の受信ノードにフレームの異常を通知するものである。   In CAN, the communication path is composed of two buses, and the ECU connected to the buses is called a node. Each node connected to the bus sends and receives a message called a frame. A transmission node that transmits a frame transmits a value of "1" called recessive and a value of "0" called dominant by applying a voltage to the two buses to generate a potential difference between the buses. When a plurality of transmitting nodes transmit recessive and dominant at exactly the same timing, the dominant is preferentially transmitted. The receiving node transmits a frame called an error frame when the format of the received frame is abnormal. The error frame is a frame in which the transmitting node or another receiving node is notified of an abnormality in the frame by continuously transmitting dominant for 6 bits.

またCANでは送信先や送信元を指す識別子は存在せず、送信ノードはフレーム毎にメッセージIDと呼ばれるIDを付けて送信し(つまりバスに信号を送出し)、各受信ノードは予め定められたメッセージIDのみを受信する(つまりバスから信号を読み取る)。また、CSMA/CA(Carrier Sense Multiple Access/Collision Avoidance)方式を採用しており、複数ノードの同時送信時にはメッセージIDによる調停が行われ、メッセージIDの値が小さいフレームが優先的に送信される。   Also, in CAN, there is no identifier that indicates a destination or a source, the transmitting node attaches an ID called a message ID for each frame (that is, sends a signal to the bus), and each receiving node is predetermined. Receive only the message ID (ie read the signal from the bus). In addition, a CSMA/CA (Carrier Sense Multiple Access/Collision Avoidance) method is adopted, and arbitration is performed by a message ID during simultaneous transmission of a plurality of nodes, and a frame having a small message ID value is preferentially transmitted.

CAN Specification 2.0 Part A、[online]、CAN in Automation(CiA)、[平成26年11月14日検索]、インターネット(URL:http://www.can−cia.org/fileadmin/cia/specifications/CAN20A.pdf)CAN Specification 2.0 Part A, [online], CAN in Automation (CiA), [November 14, 2014 search], Internet (URL: http://www.can-cia.org/fileadmin/cia/) specifications/CAN20A.pdf) RFC2104 HMAC: Keyed−Hashing for Message AuthenticationRFC2104 HMAC: Keyed-Hashing for Message Authentication

ところで、車載ネットワークにおいて不正なノードがバスに接続され、不正なノードが不正にフレームを送信することで、車体を不正にコントロールしてしまう可能性がある。   By the way, in an in-vehicle network, an illegal node is connected to a bus, and an illegal node illegally transmits a frame, so that the vehicle body may be illegally controlled.

そこで、本開示は、車載ネットワーク等の、CANプロトコルに従って通信するネットワーク通信システムにおいて、バスに送信される不正なフレームに基づく処理がECUにより実行されることを阻止する不正検知電子制御ユニット(不正検知ECU)を提供する。また、本開示は、不正なフレームに対応した処理が実行されるのを阻止する不正対処方法、及び、不正検知ECUを備えるネットワーク通信システムを提供する。   Therefore, the present disclosure discloses a fraud detection electronic control unit (fraud detection) that prevents the ECU from performing a process based on a fraudulent frame transmitted to a bus in a network communication system that communicates according to the CAN protocol, such as an in-vehicle network. ECU) is provided. The present disclosure also provides a fraud handling method for preventing execution of processing corresponding to a fraudulent frame, and a network communication system including a fraud detection ECU.

上記課題を解決するために本開示の一態様に係る不正対処方法は、CAN(Controller Area Network)プロトコルに従ってバスを介して通信する複数の電子制御ユニットを備えるネットワーク通信システムにおいて用いられる不正対処方法であって、送信が開始されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する第1の判定ステップと、前記第1の判定ステップにおいて前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信ステップと、前記送信ステップにおいてエラーフレームを送信した回数を、前記エラーフレームを送信する対象となった前記フレームに含まれるIDフィールドの内容により表されるID毎に、記録する記録ステップと、前記記録ステップにより記録されたID毎の回数が所定回数を超えている場合に、不正であると判定する第2の判定ステップとを含み、前記所定フィールドは、IDを表すフィールドであり、前記第1の判定ステップでは、前記所定フィールドの内容により表されるIDを、予め定められたIDリスト情報が示す1以上のIDと比較することにより、前記所定条件に該当するか否かの前記判定を行い、前記判定ステップでは、前記所定フィールドの内容により表されるIDを、前記IDリスト情報が示す1以上の全てのID全と比較し、一致しない場合、前記所定条件に該当すると判定する。
上記課題を解決するために本開示の一態様に係る不正対処方法は、CAN(Controller Area Network)プロトコルに従ってバスを介して通信する複数の電子制御ユニットを備えるネットワーク通信システムにおいて用いられる不正対処方法であって、送信が開始されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する判定ステップと、前記判定ステップにおいて前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信ステップと、前記送信ステップにおいてエラーフレームを送信した回数を、前記エラーフレームを送信する対象となった前記フレームに含まれるIDフィールドの内容により表されるID毎に、記録する記録ステップと、前記記録ステップにより記録されたID毎の回数が所定回数を超えている場合に、報知を行う報知ステップとを含む不正対処方法である。
In order to solve the above problems, a fraud handling method according to an aspect of the present disclosure is a fraud handling method used in a network communication system including a plurality of electronic control units that communicate via a bus according to a CAN (Controller Area Network) protocol. Then, a first determination step of determining whether or not the content of the predetermined field in the frame in which the transmission is started satisfies a predetermined condition indicating fraud, and a predetermined field of the frame in the first determination step. When it is determined that the content satisfies the predetermined condition, a transmission step of transmitting an error frame before the end of the frame is transmitted, the number of times the error frame is transmitted in the transmission step, the error frame A recording step of recording for each ID represented by the content of the ID field included in the frame to be transmitted, and when the number of times for each ID recorded by the recording step exceeds a predetermined number, A second determining step for determining that the ID is illegal, wherein the predetermined field is a field representing an ID, and the first determining step determines the ID represented by the content of the predetermined field in advance. By comparing with one or more IDs indicated by the ID list information to determine whether or not the predetermined condition is satisfied. In the determining step, the ID represented by the content of the predetermined field is compared with the ID. All the IDs of one or more indicated by the list information are compared, and if they do not match, it is determined that the predetermined condition is satisfied.
In order to solve the above problems, a fraud handling method according to an aspect of the present disclosure is a fraud handling method used in a network communication system including a plurality of electronic control units that communicate via a bus according to a CAN (Controller Area Network) protocol. Then, a determination step of determining whether or not the content of the predetermined field in the frame in which the transmission is started meets a predetermined condition indicating fraud, and in the determination step, the content of the predetermined field of the frame satisfies the predetermined condition. When it is determined that the error frame is transmitted, the transmission step of transmitting the error frame before the end of the frame is transmitted, and the number of times the error frame is transmitted in the transmission step are the transmission targets of the error frame. A recording step of recording for each ID represented by the content of the ID field included in the frame, and an informing step of informing when the number of times of each ID recorded by the recording step exceeds a predetermined number. It is a fraud handling method including.

また、上記課題を解決するために本開示の一態様に係る不正検知電子制御ユニットは、CANプロトコルに従って通信する複数の電子制御ユニットが通信に用いるバスに接続される不正検知電子制御ユニットであって、送信が開始されたフレームを受信する受信部と、前記受信部により受信されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する判定部と、前記判定部において前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信部と、前記送信部においてエラーフレームを送信した回数を、前記エラーフレームを送信する対象となった前記フレームに含まれるIDフィールドの内容により表されるID毎に、記録する記録部と、前記記録部により記録されたID毎の回数が所定回数を超えている場合に、報知を行う報知部とを備える不正検知電子制御ユニットである。   In order to solve the above problems, a fraud detection electronic control unit according to an aspect of the present disclosure is a fraud detection electronic control unit that is connected to a bus used by a plurality of electronic control units that communicate according to a CAN protocol for communication. A receiving unit that receives a frame whose transmission has started, a determining unit that determines whether or not the content of a predetermined field in the frame received by the receiving unit satisfies a predetermined condition indicating fraud, and the determining unit. In the case where it is determined that the content of the predetermined field of the frame satisfies the predetermined condition in, the transmitting unit that transmits the error frame before the end of the frame is transmitted, and the error frame is transmitted by the transmitting unit. A recording unit that records the number of times for each ID represented by the content of the ID field included in the frame that is the target of transmitting the error frame, and the number of times for each ID recorded by the recording unit is a predetermined number of times. The fraud detection electronic control unit is provided with a notifying unit that gives a notification when the value exceeds.

また、上記課題を解決するために本開示の一態様に係るネットワーク通信システムは、CANプロトコルに従ってバスを介して通信する複数の電子制御ユニットと当該バスに接続された不正検知電子制御ユニットとを備えるネットワーク通信システムであって、前記不正検知電子制御ユニットは、送信が開始されたフレームを受信する受信部と、前記受信部により受信されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する判定部と、前記判定部において前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信部と、前記送信部においてエラーフレームを送信した回数を、前記エラーフレームを送信する対象となった前記フレームに含まれるIDフィールドの内容により表されるID毎に、記録する記録部と、前記記録部により記録されたID毎の回数が所定回数を超えている場合に、報知を行う報知部とを備え、前記ネットワーク通信システムは、前記複数の電子制御ユニットの通信に複数のバスを用い、前記複数のバスの間でフレームを転送する機能を有するゲートウェイ装置と、異なるバスの各々に接続された複数の前記不正検知電子制御ユニットを備え、前記所定フィールドは、IDを表すフィールドであり、前記判定部は、前記所定フィールドの内容により表されるIDを、予め定められたIDリスト情報が示す1以上のIDと比較することにより、前記所定条件に該当するか否かの前記判定を行い、前記IDリスト情報は、複数の前記不正検知電子制御ユニット毎に異なるネットワーク通信システムである。   In order to solve the above problems, a network communication system according to an aspect of the present disclosure includes a plurality of electronic control units that communicate via a bus according to the CAN protocol and a fraud detection electronic control unit connected to the bus. In the network communication system, the fraud detection electronic control unit has a receiving unit that receives a frame whose transmission is started and a content of a predetermined field in the frame received by the receiving unit satisfy a predetermined condition indicating fraud. A determination unit that determines whether or not to perform the error frame transmission, and if the determination unit determines that the content of the predetermined field of the frame satisfies the predetermined condition, the error frame is transmitted before the end of the frame is transmitted. And a recording unit that records the number of times an error frame is transmitted by the transmitting unit, for each ID represented by the content of the ID field included in the frame that is the target of transmitting the error frame, The network communication system uses a plurality of buses for communication between the plurality of electronic control units, the notification unit performing a notification when the number of times for each ID recorded by the recording unit exceeds a predetermined number. A gateway device having a function of transferring a frame between the plurality of buses and a plurality of the fraud detection electronic control units connected to different buses, the predetermined field being a field representing an ID, The determination unit compares the ID represented by the content of the predetermined field with one or more IDs indicated by predetermined ID list information to determine whether or not the predetermined condition is satisfied. The ID list information is a different network communication system for each of the plurality of fraud detection electronic control units.

本開示によれば、CANプロトコルに従って通信するネットワーク通信システムにおいて、バスに不正なノードが接続され不正なフレームが送信されたとしても、不正なフレームに基づく処理がECUにより実行されるのを阻止できる。   According to the present disclosure, in a network communication system that communicates according to the CAN protocol, even if an illegal node is connected to a bus and an illegal frame is transmitted, it is possible to prevent the ECU from executing a process based on the illegal frame. ..

実施の形態1に係る車載ネットワークシステムの全体構成を示す図である。It is a figure which shows the whole structure of the vehicle-mounted network system which concerns on Embodiment 1. CANプロトコルで規定されるデータフレームのフォーマットを示す図である。It is a figure which shows the format of the data frame prescribed|regulated by the CAN protocol. CANプロトコルで規定されるエラーフレームのフォーマットを示す図である。It is a figure which shows the format of the error frame prescribed|regulated by the CAN protocol. ヘッドユニットの構成図である。It is a block diagram of a head unit. 受信IDリストの一例を示した図である。It is the figure which showed an example of the reception ID list. ゲートウェイの構成図である。It is a block diagram of a gateway. 転送ルールの一例を示した図である。It is a figure showing an example of a transfer rule. 実施の形態1に係るECUの構成図である。3 is a configuration diagram of an ECU according to the first embodiment. FIG. 受信IDリストの一例を示した図である。It is the figure which showed an example of the reception ID list. エンジンに接続されたECUから送信されるフレームにおけるID及びデータフィールドの一例を示す図である。It is a figure which shows an example of ID and the data field in the frame transmitted from ECU connected to the engine. ブレーキに接続されたECUから送信されるフレームにおけるID及びデータフィールドの一例を示す図である。It is a figure which shows an example of ID and the data field in the frame transmitted from ECU connected to the brake. ドア開閉センサに接続されたECUから送信されるフレームにおけるID及びデータフィールドの一例を示す図である。It is a figure which shows an example of the ID and the data field in the frame transmitted from ECU connected to the door opening/closing sensor. 窓開閉センサに接続されたECUから送信されるフレームにおけるID及びデータフィールドの一例を示す図である。It is a figure which shows an example of the ID and the data field in the frame transmitted from ECU connected to the window opening/closing sensor. 実施の形態1に係る不正検知ECUの構成図である。FIG. 3 is a configuration diagram of a fraud detection ECU according to the first embodiment. 不正検知ECUに保持される正規IDリストの一例を示した図である。It is a figure showing an example of a regular ID list held by a fraud detection ECU. 不正検知ECUに保持される正規IDリストの一例を示した図である。It is a figure showing an example of a regular ID list held by a fraud detection ECU. メッセージID毎の不正検知カウンタの状態の一例を示す図である。It is a figure which shows an example of the state of the fraud detection counter for every message ID. 実施の形態1における不正なフレームの検知及び実行阻止に係る動作例を示すシーケンス図である。FIG. 7 is a sequence diagram showing an operation example relating to detection and execution prevention of an illegal frame in the first embodiment. 実施の形態2に係る車載ネットワークシステムの全体構成を示す図である。It is a figure which shows the whole structure of the vehicle-mounted network system which concerns on Embodiment 2. 実施の形態2に係る不正検知ECUの構成図である。FIG. 4 is a configuration diagram of a fraud detection ECU according to a second embodiment. 不正検知ECUに保持されるデータ範囲リストの一例を示した図である。FIG. 6 is a diagram showing an example of a data range list held in a fraud detection ECU. 実施の形態2における不正なフレームの検知及び実行阻止に係る動作例を示すシーケンス図である(図23に続く)。FIG. 24 is a sequence diagram showing an operation example related to detection of an illegal frame and execution prevention in the second embodiment (continued from FIG. 23). 実施の形態2における不正なフレームの検知及び実行阻止に係る動作例を示すシーケンス図である(図22から続く)。FIG. 23 is a sequence diagram showing an operation example related to detection and execution prevention of an illegal frame in the second embodiment (continued from FIG. 22). 実施の形態3に係る車載ネットワークシステムの全体構成を示す図である。It is a figure which shows the whole structure of the vehicle-mounted network system which concerns on Embodiment 3. 実施の形態3に係るECUの構成図である。7 is a configuration diagram of an ECU according to a third embodiment. FIG. エンジンに接続されたECUから送信されるデータフレームにおけるID及びデータフィールドの一例を示す図である。It is a figure which shows an example of ID and the data field in the data frame transmitted from ECU connected to the engine. ブレーキに接続されたECUから送信されるデータフレームにおけるID及びデータフィールドの一例を示す図である。It is a figure which shows an example of ID and the data field in the data frame transmitted from ECU connected to a brake. ドア開閉センサに接続されたECUから送信されるデータフレームにおけるID及びデータフィールドの一例を示す図である。It is a figure which shows an example of ID and the data field in the data frame transmitted from ECU connected to the door opening/closing sensor. 窓開閉センサに接続されたECUから送信されるデータフレームにおけるID及びデータフィールドの一例を示す図である。It is a figure which shows an example of ID and the data field in the data frame transmitted from ECU connected to the window opening/closing sensor. 実施の形態3に係る不正検知ECUの構成図である。FIG. 7 is a configuration diagram of a fraud detection ECU according to a third embodiment. 実施の形態3に係るカウンタ保持部に保持されているメッセージID毎のカウンタ値の一例を示す図である。FIG. 16 is a diagram showing an example of counter values for each message ID held in the counter holding unit according to the third embodiment. 実施の形態3における不正なフレームの検知及び実行阻止に係る動作例を示すシーケンス図である(図33に続く)。FIG. 34 is a sequence diagram showing an operation example relating to detection and execution prevention of an unauthorized frame in the third embodiment (continued from FIG. 33). 実施の形態3における不正なフレームの検知及び実行阻止に係る動作例を示すシーケンス図である(図32から続く)。FIG. 33 is a sequence diagram showing an operation example relating to detection and execution prevention of an unauthorized frame in the third embodiment (continued from FIG. 32).

本開示の一態様に係る不正対処方法は、CAN(Controller Area Network)プロトコルに従ってバスを介して通信する複数の電子制御ユニットを備えるネットワーク通信システムにおいて用いられる不正対処方法であって、送信が開始されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する判定ステップと、前記判定ステップにおいて前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信ステップとを含む不正対処方法である。なお、不正を示す所定条件の一例としては、例えば所定フィールドの内容が、正当値群を示すリストに含まれていないこと、不正値群を示すリストに含まれていること、一定範囲内又は一定特徴を有する値(例えば偶数等)であること、内容値に所定演算を施した結果が所定値となること等が挙げられる。これにより、CANプロトコルに従って通信するネットワーク通信システムにおいて、バスに不正なノードが接続され不正なフレームが送信されたとしても、不正なフレームに基づく処理が各ノード(ECU)により実行されるのを阻止できる。   A fraud handling method according to an aspect of the present disclosure is a fraud handling method used in a network communication system including a plurality of electronic control units that communicate via a bus according to a CAN (Controller Area Network) protocol, in which transmission is started. A determination step of determining whether the content of the predetermined field in the frame corresponds to a predetermined condition indicating fraud, and the determination step determines that the content of the predetermined field of the frame corresponds to the predetermined condition. And a transmitting step of transmitting an error frame before the end of the frame is transmitted. As an example of the predetermined condition indicating fraud, for example, the content of the predetermined field is not included in the list indicating the legal value group, is included in the list indicating the illegal value group, is within a certain range or is constant. It is possible to cite that the value is a characteristic value (for example, an even number), the result of performing a predetermined operation on the content value becomes a predetermined value, and the like. As a result, in a network communication system that communicates according to the CAN protocol, even if an unauthorized node is connected to the bus and an unauthorized frame is transmitted, processing based on the unauthorized frame is prevented from being executed by each node (ECU). it can.

また、前記送信ステップでは、前記フレームにおけるCRCシーケンスの最後尾が送信される前に、前記エラーフレームの前記送信を行うこととしても良い。これにより、例えば、CRCシーケンスを確認してフレームを処理するECUが、不正なフレームに基づく処理を実行できなくなる。   Further, in the transmitting step, the transmission of the error frame may be performed before the end of the CRC sequence in the frame is transmitted. As a result, for example, the ECU that confirms the CRC sequence and processes the frame cannot execute the process based on the invalid frame.

また、前記所定フィールドは、IDを表すフィールドであり、前記判定ステップでは、前記所定フィールドの内容により表されるIDを、予め定められたIDリスト情報が示す1以上のIDと比較することにより、前記所定条件に該当するか否かの前記判定を行うこととしても良い。これにより、例えば、データフレーム或いはリモートフレームにおけるIDフィールドで不正を判断可能となり、各ECUでの不正なフレームについての処理の実行を阻止できる。   Further, the predetermined field is a field representing an ID, and in the determining step, the ID represented by the content of the predetermined field is compared with one or more IDs indicated by predetermined ID list information, The determination as to whether or not the predetermined condition is satisfied may be performed. As a result, for example, it becomes possible to determine whether or not the ID field in the data frame or the remote frame is illegal, and it is possible to prevent the ECU from executing the process for the illegal frame.

また、前記所定フィールドは、コントロールフィールドであり、前記判定ステップでは、前記所定フィールドの内容により表されるデータ長が予め定められた範囲に含まれるか否かを判別することにより、前記内容が前記所定条件に該当するか否かの前記判定を行うこととしても良い。これにより、例えば、データフレーム或いはリモートフレームにおけるコントロールフィールドで不正を判断可能となり、各ECUでの不正なフレームについての処理の実行を阻止できる。   Further, the predetermined field is a control field, and in the determining step, the content is determined by determining whether or not the data length represented by the content of the predetermined field is included in a predetermined range. The determination as to whether or not the predetermined condition is satisfied may be performed. As a result, for example, it becomes possible to determine the illegality in the control field of the data frame or the remote frame, and it is possible to prevent the ECU from executing the process for the illegal frame.

また、前記判定ステップでは、送信された前記フレームがデータフレームである場合に前記判定を行い、前記所定フィールドは、データフィールドであることとしても良い。これにより、不正なデータフレームのデータに従って各ECUがそのデータに対応した処理を実行してしまうことを阻止できる。   Further, in the determining step, the determination may be performed when the transmitted frame is a data frame, and the predetermined field may be a data field. As a result, it is possible to prevent each ECU from executing processing corresponding to the data in accordance with the data in the incorrect data frame.

また、前記判定ステップでは、前記所定フィールドの内容であるデータ値が予め定められた範囲に含まれるか否かを判別することにより、前記内容が前記所定条件に該当するか否かの前記判定を行うこととしても良い。これにより、例えば不正な範囲のデータ値を含ませた不正なデータフレームが送信されても、各ECUがそのデータに対応した処理を実行してしまうことを阻止できる。   In the determining step, it is determined whether or not the content corresponds to the predetermined condition by determining whether or not a data value which is the content of the predetermined field is included in a predetermined range. Good to do. As a result, even if an invalid data frame including a data value in an invalid range is transmitted, for example, it is possible to prevent each ECU from executing a process corresponding to the data.

また、前記判定ステップでは、前記所定フィールドの内容におけるメッセージ認証コードを予め定められた検証処理手順により検証し、当該検証に失敗した場合には、前記内容が前記所定条件に該当すると判定することとしても良い。これにより、正規なメッセージ認証コードを付加していない不正なフレームが送信された場合に各ECUでの不正なフレームについての処理の実行を阻止できる。   In the determining step, the message authentication code in the content of the predetermined field is verified by a predetermined verification processing procedure, and if the verification fails, the content is determined to correspond to the predetermined condition. Is also good. As a result, it is possible to prevent each ECU from executing a process for an illegal frame when an illegal frame to which a legitimate message authentication code is not added is transmitted.

また、正当な電子制御ユニットにより送信されるデータフレームは、データフィールド内に、データフレームが送信される度に変化する変数に応じて算定されたメッセージ認証コードを含み、前記判定ステップでは、データフレームが送信される度に変化する前記変数を、前記所定フィールドの内容における前記メッセージ認証コードが反映していない場合に、前記内容が前記所定条件に該当すると判定することとしても良い。これにより、例えばメッセージ認証コードについての不正な解読を困難化できる。   Further, the data frame transmitted by the legitimate electronic control unit includes, in the data field, a message authentication code calculated according to a variable that changes each time the data frame is transmitted. When the message authentication code in the content of the predetermined field does not reflect the variable that changes each time a message is transmitted, the content may be determined to correspond to the predetermined condition. Thereby, for example, it is possible to make it difficult to illegally decrypt the message authentication code.

また、メッセージ認証コード鍵を有する正当な電子制御ユニットにより送信されるデータフレームは、データフィールド内に前記メッセージ認証コード鍵を用いて生成されたメッセージ認証コードを含み、前記判定ステップでは、前記メッセージ認証コード鍵に呼応する鍵を用いて前記所定フィールドの内容における前記メッセージ認証コードの前記検証を行うこととしても良い。これにより、例えば正規な複数のECUについて、メッセージ認証コード鍵を除くメッセージ認証コード生成のための構成を共通化できる。   Further, the data frame transmitted by the legitimate electronic control unit having the message authentication code key includes a message authentication code generated using the message authentication code key in a data field, and in the determining step, the message authentication code is generated. The verification of the message authentication code in the content of the predetermined field may be performed using a key corresponding to the code key. Accordingly, for example, a plurality of authorized ECUs can have a common configuration for generating the message authentication code excluding the message authentication code key.

また、前記不正対処方法は更に、前記送信ステップにおいてエラーフレームを送信した回数を記録する記録ステップと、前記記録ステップにより記録された回数が所定回数を超えた場合に報知を行う報知ステップとを含むこととしても良い。これにより、不正なフレームが繰り返して送信された場合にユーザ等に報知することができる。   Further, the fraud handling method further includes a recording step of recording the number of times the error frame is transmitted in the transmitting step, and a notification step of giving a notification when the number of times recorded by the recording step exceeds a predetermined number. Good as a matter. This allows the user or the like to be notified when an unauthorized frame is repeatedly transmitted.

また、本開示の一態様に係る不正検知電子制御ユニット(不正検知ECU)は、CAN(Controller Area Network)プロトコルに従って通信する複数の電子制御ユニットが通信に用いるバスに接続される不正検知電子制御ユニットであって、送信が開始されたフレームを受信する受信部と、前記受信部により受信されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する判定部と、前記判定部において前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信部とを備える不正検知電子制御ユニットである。これにより、CANプロトコルに従って通信する複数のECUを接続するバスに不正なノードが接続され不正なフレームが送信されたとしても、不正なフレームに基づく処理が各ECUにより実行されるのを阻止できる。   A fraud detection electronic control unit (fraud detection ECU) according to an aspect of the present disclosure is a fraud detection electronic control unit connected to a bus used by a plurality of electronic control units that communicate according to a CAN (Controller Area Network) protocol. A receiving unit that receives a frame whose transmission is started, and a determination unit that determines whether or not the content of a predetermined field in the frame received by the receiving unit satisfies a predetermined condition indicating fraud, A fraud-sensing electronic control unit comprising: a transmission unit that transmits an error frame before the end of the frame is transmitted when the determination unit determines that the content of the predetermined field of the frame satisfies the predetermined condition. Is. As a result, even if an illegal node is connected to a bus connecting a plurality of ECUs that communicate according to the CAN protocol and an illegal frame is transmitted, it is possible to prevent each ECU from executing a process based on the illegal frame.

また、本開示の一態様に係るネットワーク通信システムは、CAN(Controller Area Network)プロトコルに従ってバスを介して通信する複数の電子制御ユニットと当該バスに接続された不正検知電子制御ユニットとを備えるネットワーク通信システムであって、前記不正検知電子制御ユニットは、送信が開始されたフレームを受信する受信部と、前記受信部により受信されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する判定部と、前記判定部において前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信部とを備えるネットワーク通信システムである。これにより、バスに不正なノードが接続され不正なフレームが送信されたとしても、不正なフレームに基づく処理がECUにより実行されるのを阻止できる。   A network communication system according to an aspect of the present disclosure is a network communication including a plurality of electronic control units that communicate via a bus in accordance with a CAN (Controller Area Network) protocol and a fraud detection electronic control unit connected to the bus. In the system, the fraud detection electronic control unit is configured to determine whether the content of a receiving unit that receives a frame whose transmission has started and a predetermined field in the frame received by the receiving unit satisfy a predetermined condition indicating fraud. A determination unit that determines whether or not the determination field determines whether the content of the predetermined field of the frame satisfies the predetermined condition, and transmits an error frame before the end of the frame is transmitted. And a network communication system. As a result, even if an illegal node is connected to the bus and an illegal frame is transmitted, it is possible to prevent the ECU from executing a process based on the illegal frame.

なお、これらの全般的又は具体的な態様は、システム、方法、集積回路、コンピュータプログラム又はコンピュータ読み取り可能なCD−ROM等の記録媒体で実現されても良く、システム、方法、集積回路、コンピュータプログラム又は記録媒体の任意な組み合わせで実現されても良い。   Note that these general or specific aspects may be realized by a recording medium such as a system, a method, an integrated circuit, a computer program or a computer-readable CD-ROM, and the system, the method, the integrated circuit, the computer program. Alternatively, it may be realized by any combination of recording media.

以下、実施の形態に係る不正検知ECUについて、図面を参照しながら説明する。ここで示す実施の形態は、いずれも本開示の一具体例を示すものである。従って、以下の実施の形態で示される数値、構成要素、構成要素の配置及び接続形態、並びに、ステップ(工程)及びステップの順序等は、一例であって本開示を限定するものではない。以下の実施の形態における構成要素のうち、独立請求項に記載されていない構成要素については、任意に付加可能な構成要素である。また、各図は、模式図であり、必ずしも厳密に図示されたものではない。   Hereinafter, the fraud detection ECU according to the embodiment will be described with reference to the drawings. Each of the embodiments shown here shows one specific example of the present disclosure. Therefore, the numerical values, the components, the arrangement and connection form of the components, the steps (processes), the order of the steps, and the like shown in the following embodiments are examples and do not limit the present disclosure. Among the constituents in the following embodiments, constituents not described in the independent claims are constituents that can be added arbitrarily. In addition, each drawing is a schematic view and is not necessarily strictly illustrated.

(実施の形態1)
以下、本開示の実施の形態として、メッセージIDを用いて他のノード(ECU)において不正なフレームに基づく処理が実行されることを阻止するための不正対処方法を実現する不正検知ECUを含む車載ネットワークシステム10について図面を用いて説明する。
(Embodiment 1)
Hereinafter, as an embodiment of the present disclosure, a vehicle including a fraud detection ECU that realizes a fraud handling method for preventing a process based on a fraudulent frame from being executed in another node (ECU) by using a message ID The network system 10 will be described with reference to the drawings.

[1.1 車載ネットワークシステム10の全体構成]
図1は、実施の形態1に係る車載ネットワークシステム10の全体構成を示す図である。車載ネットワークシステム10は、CANプロトコルに従って通信するネットワーク通信システムの一例であり、制御装置、センサ等の各種機器が搭載された自動車におけるネットワーク通信システムである。車載ネットワークシステム10は、バス500a、500bと、不正検知ECU100a、100b、ヘッドユニット200、ゲートウェイ300、及び、各種機器に接続されたECU400a〜400d等のECUといったバスに接続された各ノードとを含んで構成される。なお、図1では省略しているものの、車載ネットワークシステム10にはECU400a〜400d以外にもいくつものECUが含まれ得るが、ここでは、便宜上ECU400a〜400dに注目して説明を行う。ECUは、例えば、プロセッサ(マイクロプロセッサ)、メモリ等のデジタル回路、アナログ回路、通信回路等を含む装置である。メモリは、ROM、RAM等であり、プロセッサにより実行される制御プログラム(コンピュータプログラム)を記憶することができる。例えばプロセッサが、制御プログラム(コンピュータプログラム)に従って動作することにより、ECUは各種機能を実現することになる。なお、コンピュータプログラムは、所定の機能を達成するために、プロセッサに対する指令を示す命令コードが複数個組み合わされて構成されたものである。ここでは、バス500a、500bには不正なフレームを送信する不正ECUが接続されている可能性があることを前提として説明する。
[1.1 Overall Configuration of In-Vehicle Network System 10]
FIG. 1 is a diagram showing an overall configuration of an in-vehicle network system 10 according to the first embodiment. The vehicle-mounted network system 10 is an example of a network communication system that communicates according to the CAN protocol, and is a network communication system in a vehicle equipped with various devices such as a control device and a sensor. The vehicle-mounted network system 10 includes buses 500a and 500b, fraud detection ECUs 100a and 100b, a head unit 200, a gateway 300, and nodes such as ECUs 400a to 400d connected to various devices, which are connected to the bus. Composed of. Although not shown in FIG. 1, the vehicle-mounted network system 10 may include a number of ECUs other than the ECUs 400a to 400d, but here, for convenience, the ECUs 400a to 400d will be focused and described. The ECU is a device including, for example, a processor (microprocessor), a digital circuit such as a memory, an analog circuit, a communication circuit, and the like. The memory is a ROM, a RAM, or the like, and can store a control program (computer program) executed by the processor. For example, when the processor operates according to a control program (computer program), the ECU realizes various functions. The computer program is configured by combining a plurality of instruction codes indicating instructions to the processor in order to achieve a predetermined function. Here, description will be made on the assumption that an unauthorized ECU that transmits an unauthorized frame may be connected to the buses 500a and 500b.

不正検知ECU100a、100bは、それぞれバス500a、バス500bに接続され、ECU400a〜400d等により送信されたフレームが不正であるかどうかを判定し、不正であればエラーフレームを送信する機能を有するECUである。   The fraud detection ECUs 100a and 100b are ECUs that are connected to the buses 500a and 500b, respectively, and determine whether the frames transmitted by the ECUs 400a to 400d are fraudulent, and if they are fraudulent, transmit an error frame. is there.

ECU400a〜400dは、いずれかのバスと接続され、また、それぞれエンジン401、ブレーキ402、ドア開閉センサ403、窓開閉センサ404に接続されている。ECU400a〜400dのそれぞれは、接続されている機器(エンジン401等)の状態を取得し、定期的に状態を表すフレーム(後述するデータフレーム)等をネットワーク(つまりバス)に送信している。   The ECUs 400a to 400d are connected to any of the buses, and are also connected to the engine 401, the brake 402, the door opening/closing sensor 403, and the window opening/closing sensor 404, respectively. Each of the ECUs 400a to 400d acquires the state of a connected device (engine 401 or the like) and periodically transmits a frame (a data frame described later) indicating the state or the like to a network (that is, a bus).

ゲートウェイ300は、不正検知ECU100a、ECU400a及びECU400bがつながるバス500aと、不正検知ECU100b、ECU400c及びECU400dがつながるバス500bと、ヘッドユニット200がつながるバス500cとに接続しており、それぞれのバスから受信したフレームを他のバスに転送する機能を有する。また受信したフレームを転送するかしないかを接続されたバス間毎に切り替えることも可能である。ゲートウェイ300も一種のECUである。   The gateway 300 is connected to a bus 500a connected to the fraud detection ECU 100a, the ECU 400a and the ECU 400b, a bus 500b connected to the fraud detection ECU 100b, the ECU 400c and the ECU 400d, and a bus 500c connected to the head unit 200, and received from each bus. It has a function of transferring a frame to another bus. It is also possible to switch whether or not to transfer the received frame for each connected bus. The gateway 300 is also a kind of ECU.

ヘッドユニット200は、フレームを受信する機能を持ち、ECU400a〜400dから送信されるフレームを受信し、各種状態をディスプレイ(図示しない)に表示して、ユーザに提示する機能を持つ。ヘッドユニット200も一種のECUである。   The head unit 200 has a function of receiving a frame, has a function of receiving a frame transmitted from the ECUs 400a to 400d, displaying various states on a display (not shown), and presenting the state to the user. The head unit 200 is also a kind of ECU.

この車載ネットワークシステム10においてはCANプロトコルに従って各ECUがフレームの授受を行う。CANプロトコルにおけるフレームには、データフレーム、リモートフレーム、オーバーロードフレーム及びエラーフレームがある。説明の便宜上、まずはデータフレーム及びエラーフレームを中心に説明する。   In this in-vehicle network system 10, each ECU exchanges frames according to the CAN protocol. Frames in the CAN protocol include data frames, remote frames, overload frames, and error frames. For convenience of description, the data frame and the error frame will be mainly described.

[1.2 データフレームフォーマット]
以下、CANプロトコルに従ったネットワークで用いられるフレームの1つであるデータフレームについて説明する。
[1.2 Data frame format]
Hereinafter, a data frame which is one of the frames used in the network according to the CAN protocol will be described.

図2は、CANプロトコルで規定されるデータフレームのフォーマットを示す図である。同図には、CANプロトコルで規定される標準IDフォーマットにおけるデータフレームを示している。データフレームは、SOF(Start Of Frame)、IDフィールド、RTR(Remote Transmission Request)、IDE(Identifier Extension)、予約ビット「r」、DLC(Data Length Code)、データフィールド、CRC(Cyclic Redundancy Check)シーケンス、CRCデリミタ「DEL」、ACK(Acknowledgement)スロット、ACKデリミタ「DEL」、及び、EOF(End Of Frame)の各フィールドで構成される。   FIG. 2 is a diagram showing a format of a data frame defined by the CAN protocol. The figure shows a data frame in the standard ID format defined by the CAN protocol. The data frame includes an SOF (Start Of Frame), an ID field, an RTR (Remote Transmission Request), an IDE (Identifier Extension), a reserved bit “r”, a DLC (Data Length Code), a data field, and a CRC (Cyclic Redundancy Check) sequence. , CRC delimiter “DEL”, ACK (Acknowledgement) slot, ACK delimiter “DEL”, and EOF (End Of Frame).

SOFは、1bitのドミナントで構成される。バスがアイドルの状態はレセシブになっており、SOFによりドミナントへ変更することでフレームの送信開始を通知する。   The SOF is composed of a 1-bit dominant. The state in which the bus is idle is recessive, and the start of frame transmission is notified by changing to dominant by SOF.

IDフィールドは、11bitで構成される、データの種類を示す値であるID(メッセージID)を格納するフィールドである。複数のノードが同時に送信を開始した場合、このIDフィールドで通信調停を行うために、IDが小さい値を持つフレームが高い優先度となるよう設計されている。   The ID field is a field that is composed of 11 bits and stores an ID (message ID) that is a value indicating the type of data. When a plurality of nodes start transmitting at the same time, communication is arbitrated in this ID field, so that a frame having a small ID has a high priority.

RTRは、データフレームとリモートフレームとを識別するための値であり、データフレームにおいてはドミナント1bitで構成される。   The RTR is a value for identifying the data frame and the remote frame, and is composed of dominant 1 bit in the data frame.

IDEと「r」とは、両方ドミナント1bitで構成される。   Both IDE and “r” are composed of dominant 1 bit.

DLCは、4bitで構成され、データフィールドの長さを示す値である。なお、IDE、「r」及びDLCを合わせてコントロールフィールドと称する。   DLC is composed of 4 bits and is a value indicating the length of the data field. The IDE, “r”, and DLC are collectively referred to as a control field.

データフィールドは、最大64bitで構成される送信するデータの内容を示す値である。8bit毎に長さを調整できる。送られるデータの仕様については、CANプロトコルで規定されておらず、車載ネットワークシステム10において定められる。従って、車種、製造者(製造メーカ)等に依存した仕様となる。   The data field is a value indicating the content of data to be transmitted, which is composed of 64 bits at maximum. The length can be adjusted every 8 bits. The specifications of the data to be sent are not specified by the CAN protocol, but are specified by the vehicle-mounted network system 10. Therefore, the specifications depend on the vehicle type, manufacturer (manufacturer), and the like.

CRCシーケンスは、15bitで構成される。SOF、IDフィールド、コントロールフィールド及びデータフィールドの送信値より算出される。   The CRC sequence is composed of 15 bits. It is calculated from the transmission values of the SOF, ID field, control field and data field.

CRCデリミタは、1bitのレセシブで構成されるCRCシーケンスの終了を表す区切り記号である。なお、CRCシーケンス及びCRCデリミタを合わせてCRCフィールドと称する。   The CRC delimiter is a delimiter that represents the end of a CRC sequence composed of 1-bit recessive. The CRC sequence and the CRC delimiter are collectively referred to as a CRC field.

ACKスロットは、1bitで構成される。送信ノードはACKスロットをレセシブにして送信を行う。受信ノードはCRCシーケンスまで正常に受信ができていればACKスロットをドミナントとして送信する。レセシブよりドミナントが優先されるため、送信後にACKスロットがドミナントであれば、送信ノードは、いずれかの受信ノードが受信に成功していること確認できる。   The ACK slot is composed of 1 bit. The transmitting node transmits by making the ACK slot recessive. If the reception node has successfully received the CRC sequence, it transmits the ACK slot as a dominant. Since the dominant is given priority over the recessive, if the ACK slot is the dominant after the transmission, the transmitting node can confirm that one of the receiving nodes has successfully received.

ACKデリミタは、1bitのレセシブで構成されるACKの終了を表す区切り記号である。   The ACK delimiter is a delimiter that represents the end of ACK and is composed of 1-bit recessive.

EOFは、7bitのレセシブで構成されており、データフレームの終了を示す。   The EOF is composed of 7-bit recessive and indicates the end of the data frame.

[1.3 エラーフレームフォーマット]
図3は、CANプロトコルで規定されるエラーフレームのフォーマットを示す図である。エラーフレームは、エラーフラグ(プライマリ)と、エラーフラグ(セカンダリ)と、エラーデリミタとから構成される。
[1.3 Error frame format]
FIG. 3 is a diagram showing an error frame format specified by the CAN protocol. The error frame includes an error flag (primary), an error flag (secondary), and an error delimiter.

エラーフラグ(プライマリ)は、エラーの発生を他のノードに知らせるために使用される。エラーを検知したノードはエラーの発生を他のノードに知らせるために6bitのドミナントを連続で送信する。この送信は、CANプロトコルにおけるビットスタッフィングルール(連続して同じ値を6bit以上送信しない)に違反し、他のノードからのエラーフレーム(セカンダリ)の送信を引き起こす。   The error flag (primary) is used to notify the occurrence of an error to other nodes. The node that has detected the error continuously sends a 6-bit dominant to notify other nodes of the occurrence of the error. This transmission violates the bit stuffing rule in the CAN protocol (do not continuously transmit the same value for 6 bits or more) and causes the transmission of an error frame (secondary) from another node.

エラーフラグ(セカンダリ)は、エラーの発生を他のノードに知らせるために使用される連続した6ビットのドミナントで構成される。エラーフラグ(プライマリ)を受信してビットスタッフィングルール違反を検知した全てのノードがエラーフラグ(セカンダリ)を送信することになる。   The error flag (secondary) is composed of a continuous 6-bit dominant used to notify the occurrence of an error to other nodes. All nodes that receive the error flag (primary) and detect the violation of the bit stuffing rule will transmit the error flag (secondary).

エラーデリミタ「DEL」は、8bitの連続したレセシブであり、エラーフレームの終了を示す。   The error delimiter “DEL” is a continuous recess of 8 bits and indicates the end of the error frame.

[1.4 ヘッドユニット200の構成]
ヘッドユニット200は、例えば、自動車のインパネ等に設けられ、運転者に視認されるための情報を表示する液晶ディスプレイ(LCD:liquid crystal display)等の表示装置、運転者の操作を受け付ける入力手段等を備える一種のECUである。
[1.4 Configuration of Head Unit 200]
The head unit 200 is provided in, for example, an instrument panel of an automobile, and is a display device such as a liquid crystal display (LCD) that displays information to be visually recognized by a driver, an input unit that receives a driver's operation, and the like. It is a kind of ECU equipped with.

図4は、ヘッドユニット200の構成図である。ヘッドユニット200は、フレーム送受信部270と、フレーム解釈部260と、受信ID判断部240と、受信IDリスト保持部250と、フレーム処理部220と、表示制御部210と、フレーム生成部230とを含んで構成される。これらの各構成要素は、機能的な構成要素であり、その各機能は、ヘッドユニット200における通信回路、LCD、メモリに格納された制御プログラムを実行するプロセッサ或いはデジタル回路等により実現される。   FIG. 4 is a configuration diagram of the head unit 200. The head unit 200 includes a frame transmission/reception unit 270, a frame interpretation unit 260, a reception ID determination unit 240, a reception ID list holding unit 250, a frame processing unit 220, a display control unit 210, and a frame generation unit 230. It is configured to include. Each of these constituent elements is a functional constituent element, and each function thereof is realized by a communication circuit in the head unit 200, an LCD, a processor that executes a control program stored in a memory, a digital circuit, or the like.

フレーム送受信部270は、バス500cに対して、CANプロトコルに従ったフレームを送受信する。バス500cからフレームを1bitずつ受信し、フレーム解釈部260に転送する。また、フレーム生成部230より通知を受けたフレームの内容をバス500cに1bitずつ送信する。   The frame transmitting/receiving unit 270 transmits/receives a frame according to the CAN protocol to/from the bus 500c. The frame is received from the bus 500c one bit at a time and transferred to the frame interpretation unit 260. Further, the contents of the frame notified by the frame generation unit 230 are transmitted to the bus 500c one bit at a time.

フレーム解釈部260は、フレーム送受信部270よりフレームの値を受け取り、CANプロトコルで規定されているフレームフォーマットにおける各フィールドにマッピングするよう解釈を行う。フレーム解釈部260は、IDフィールドと判断した値は受信ID判断部240へ転送する。フレーム解釈部260は、受信ID判断部240から通知される判定結果に応じて、IDフィールドの値と、IDフィールド以降に現れるデータフィールドとを、フレーム処理部220へ転送するか、その判定結果を受けた以降においてフレームの受信を中止する(つまりそのフレームとしての解釈を中止する)かを決定する。また、フレーム解釈部260は、例えば、CRCの値が合わなかったり、ドミナント固定とされている項目がレセシブだったりする等、CANプロトコルに則っていないフレームと判断した場合は、エラーフレームを送信するようにフレーム生成部230へ通知する。また、フレーム解釈部260は、エラーフレームを受信した場合、つまり受け取ったフレームにおける値からエラーフレームになっていると解釈した場合には、それ以降はそのフレームを破棄する、つまりフレームの解釈を中止する。例えばデータフレームの途中からエラーフレームと解釈された場合においては、そのデータフレームの解釈は中止され、そのデータフレームに応じて特段の処理を行うことがなくなる。   The frame interpretation unit 260 receives the frame value from the frame transmission/reception unit 270 and interprets it so as to map it to each field in the frame format defined by the CAN protocol. The frame interpretation unit 260 transfers the value determined to be the ID field to the reception ID determination unit 240. The frame interpreting unit 260 transfers the value of the ID field and the data field appearing after the ID field to the frame processing unit 220 according to the determination result notified from the reception ID determining unit 240, or determines the determination result. After receiving the frame, it is determined whether to stop receiving the frame (that is, stop interpreting the frame). Further, when the frame interpretation unit 260 determines that the frame does not comply with the CAN protocol, for example, the CRC value does not match, the item fixed as dominant is recessive, or the like, it transmits an error frame. To the frame generator 230. Further, when the frame interpretation unit 260 receives an error frame, that is, when it interprets that the value in the received frame is an error frame, it discards the frame thereafter, that is, stops the interpretation of the frame. To do. For example, when an error frame is interpreted in the middle of a data frame, the interpretation of the data frame is stopped, and no special processing is performed according to the data frame.

受信ID判断部240は、フレーム解釈部260から通知されるIDフィールドの値を受け取り、受信IDリスト保持部250が保持しているメッセージIDのリストに従い、そのIDフィールド以降のフレームの各フィールドを受信するかどうかの判定を行う。この判定結果を、受信ID判断部240は、フレーム解釈部260へ通知する。   The reception ID judgment unit 240 receives the value of the ID field notified from the frame interpretation unit 260, and receives each field of the frame after the ID field according to the message ID list held by the reception ID list holding unit 250. Determine whether to do. The reception ID determination unit 240 notifies the frame interpretation unit 260 of this determination result.

受信IDリスト保持部250は、ヘッドユニット200が受信するID(メッセージID)のリストである受信IDリストを保持する。図5は、受信IDリストの一例を示した図である。ヘッドユニット200は、エンジン401に接続されたECU400aからメッセージIDが「1」であるフレーム(メッセージ)を受信し、ブレーキ402に接続されたECU400bからメッセージIDが「2」であるフレームを受信し、ドア開閉センサ403に接続されたECU400cからメッセージIDが「3」であるフレームを受信し、窓開閉センサ404に接続されたECU400dからメッセージIDが「4」であるフレームを受信する。   The reception ID list holding unit 250 holds a reception ID list that is a list of IDs (message IDs) received by the head unit 200. FIG. 5 is a diagram showing an example of the reception ID list. The head unit 200 receives a frame (message) whose message ID is “1” from the ECU 400a connected to the engine 401, receives a frame whose message ID is “2” from the ECU 400b connected to the brake 402, A frame having a message ID of "3" is received from the ECU 400c connected to the door opening/closing sensor 403, and a frame having a message ID of "4" is received from the ECU 400d connected to the window opening/closing sensor 404.

フレーム処理部220は、受信したフレームの内容(例えばメッセージID及びデータフィールドの内容)に基づいて、例えばLCDに表示されるべき画像を形成して、表示制御部210に通知する。なお、フレーム処理部220は、受信したデータフィールドの内容を保持し、入力手段を通じて受け付けた運転者による操作に応じて、LCDに表示されるべき画像(例えば車速表示用の画像、窓開閉状態表示用の画像等)を選択して通知しても良い。   The frame processing unit 220 forms an image to be displayed on the LCD based on the content of the received frame (for example, the content of the message ID and the content of the data field), and notifies the display control unit 210 of the image. The frame processing unit 220 holds the contents of the received data field and displays an image (for example, a vehicle speed display image, window open/closed state display image) to be displayed on the LCD in accordance with the operation of the driver received through the input means. (For example, an image for use) may be selected and notified.

表示制御部210は、フレーム処理部220より通知を受けた内容をLCD等に表示する。   The display control unit 210 displays the content notified by the frame processing unit 220 on the LCD or the like.

フレーム生成部230は、フレーム解釈部260からのエラーフレームの送信を指示する通知に従い、エラーフレームを構成し、エラーフレームをフレーム送受信部270へ通知して送信させる。   The frame generation unit 230 configures an error frame according to the notification from the frame interpretation unit 260 instructing the transmission of the error frame, and notifies the frame transmission/reception unit 270 to transmit the error frame.

[1.5 受信IDリスト例1]
上述した図5は、ヘッドユニット200、ゲートウェイ300、ECU400c及びECU400dのそれぞれにおいて保持される受信IDリストの一例を示す図である。同図に例示する受信IDリストは、ID(メッセージID)の値が「1」、「2」、「3」及び「4」のいずれかであるメッセージIDを含むフレームを選択的に受信して処理するために用いられる。例えば、ヘッドユニット200の受信IDリスト保持部250に図5の受信IDリストが保持されていると、メッセージIDが「1」、「2」、「3」及び「4」のいずれでもないフレームについては、フレーム解釈部260でのIDフィールド以後のフレームの解釈が中止される。
[1.5 Reception ID List Example 1]
FIG. 5 described above is a diagram showing an example of the reception ID list held in each of the head unit 200, the gateway 300, the ECU 400c, and the ECU 400d. The reception ID list illustrated in the figure is obtained by selectively receiving a frame including a message ID whose ID (message ID) value is one of "1", "2", "3" and "4". Used for processing. For example, when the reception ID list of FIG. 5 is held in the reception ID list holding unit 250 of the head unit 200, for frames whose message ID is neither "1", "2", "3", or "4". Causes the frame interpretation unit 260 to stop interpreting frames after the ID field.

[1.6 ゲートウェイ300の構成]
図6は、ゲートウェイ300の構成図である。ゲートウェイ300は、フレーム送受信部360と、フレーム解釈部350と、受信ID判断部330と、受信IDリスト保持部340と、フレーム生成部320と、転送処理部310と、転送ルール保持部370とを含んで構成される。これらの各構成要素は、機能的な構成要素であり、その各機能は、ゲートウェイ300における通信回路、メモリに格納された制御プログラムを実行するプロセッサ或いはデジタル回路等により実現される。
[1.6 Configuration of Gateway 300]
FIG. 6 is a configuration diagram of the gateway 300. The gateway 300 includes a frame transmission/reception unit 360, a frame interpretation unit 350, a reception ID determination unit 330, a reception ID list holding unit 340, a frame generation unit 320, a transfer processing unit 310, and a transfer rule holding unit 370. It is configured to include. Each of these components is a functional component, and each function thereof is realized by a communication circuit in the gateway 300, a processor that executes a control program stored in the memory, a digital circuit, or the like.

フレーム送受信部360は、バス500a、500b、500cそれぞれに対して、CANプロトコルに従ったフレームを送受信する。バスからフレームを1bitずつ受信し、フレーム解釈部350に転送する。また、フレーム生成部320より通知を受けた転送先のバスを示すバス情報及びフレームに基づいて、そのフレームの内容をバス500a、500b、500cに1bitずつ送信する。   The frame transmission/reception unit 360 transmits/receives a frame according to the CAN protocol to/from each of the buses 500a, 500b, 500c. Frames are received from the bus one bit at a time and transferred to the frame interpretation unit 350. In addition, the contents of the frame are transmitted to the buses 500a, 500b, and 500c one bit at a time, based on the bus information indicating the transfer destination bus and the frame notified from the frame generation unit 320.

フレーム解釈部350は、フレーム送受信部360よりフレームの値を受け取り、CANプロトコルで規定されているフレームフォーマットにおける各フィールドにマッピングするよう解釈を行う。IDフィールドと判断した値は受信ID判断部330へ転送する。フレーム解釈部350は、受信ID判断部330から通知される判定結果に応じて、IDフィールドの値と、IDフィールド以降に現れるデータフィールド(データ)とを、転送処理部310へ転送するか、その判定結果を受けた以降においてフレームの受信を中止する(つまりそのフレームとしての解釈を中止する)かを決定する。また、フレーム解釈部350は、CANプロトコルに則っていないフレームと判断した場合は、エラーフレームを送信するようにフレーム生成部320へ通知する。また、フレーム解釈部350は、エラーフレームを受信した場合、つまり受け取ったフレームにおける値からエラーフレームになっていると解釈した場合には、それ以降はそのフレームを破棄する、つまりフレームの解釈を中止する。   The frame interpretation unit 350 receives the frame value from the frame transmission/reception unit 360 and interprets it so as to map it to each field in the frame format defined by the CAN protocol. The value determined as the ID field is transferred to the reception ID determination unit 330. The frame interpretation unit 350 transfers the value of the ID field and the data field (data) appearing after the ID field to the transfer processing unit 310 according to the judgment result notified from the reception ID judgment unit 330, or After receiving the determination result, it is determined whether to stop receiving the frame (that is, stop interpreting the frame). Further, when the frame interpretation unit 350 determines that the frame does not conform to the CAN protocol, it notifies the frame generation unit 320 to transmit an error frame. When the frame interpretation unit 350 receives an error frame, that is, when it interprets that the value in the received frame is an error frame, it discards the frame thereafter, that is, stops interpretation of the frame. To do.

受信ID判断部330は、フレーム解釈部350から通知されるIDフィールドの値を受け取り、受信IDリスト保持部340が保持しているメッセージIDのリストに従い、そのIDフィールド以降のフレームの各フィールドを受信するかどうかの判定を行う。この判定結果を、受信ID判断部330は、フレーム解釈部350へ通知する。   The reception ID judging unit 330 receives the value of the ID field notified from the frame interpreting unit 350, and receives each field of the frame after the ID field according to the message ID list held by the reception ID list holding unit 340. Determine whether to do. The reception ID determination unit 330 notifies the frame interpretation unit 350 of this determination result.

受信IDリスト保持部340は、ゲートウェイ300が受信するID(メッセージID)のリストである受信IDリスト(図5参照)を保持する。   The reception ID list holding unit 340 holds a reception ID list (see FIG. 5) which is a list of IDs (message IDs) received by the gateway 300.

転送処理部310は、転送ルール保持部370が保持する転送ルールに従って、受信したフレームのメッセージIDに応じて、転送するバスを決定し、転送するバスを示すバス情報とフレーム解釈部350より通知されたメッセージIDとデータとをフレーム生成部320へ通知する。なお、ゲートウェイ300は、あるバスから受信されたエラーフレームについては他のバスに転送しない。   The transfer processing unit 310 determines the bus to be transferred according to the message ID of the received frame according to the transfer rule held by the transfer rule holding unit 370, and is notified from the frame interpretation unit 350 and bus information indicating the bus to be transferred. The frame generation unit 320 is notified of the message ID and the data. Note that the gateway 300 does not transfer the error frame received from one bus to another bus.

転送ルール保持部370は、バス毎のフレームの転送についてのルールを表す情報である転送ルールを保持する。図7は、転送ルールの一例を示した図である。   The transfer rule holding unit 370 holds a transfer rule that is information indicating a rule for transferring a frame for each bus. FIG. 7 is a diagram showing an example of the transfer rule.

フレーム生成部320は、フレーム解釈部350から通知されたエラーフレームの送信を指示する通知に従い、エラーフレームを構成し、エラーフレームをフレーム送受信部360へ通知して送信させる。また、フレーム生成部320は、転送処理部310より通知されたメッセージIDとデータとを使ってフレームを構成し、フレーム及びバス情報をフレーム送受信部360へ通知する。   The frame generation unit 320 forms an error frame according to the notification instructing the transmission of the error frame notified from the frame interpretation unit 350, and notifies the frame transmission/reception unit 360 of the error frame to be transmitted. Further, the frame generation unit 320 forms a frame using the message ID and data notified by the transfer processing unit 310, and notifies the frame transmission/reception unit 360 of the frame and bus information.

[1.7 転送ルール例]
図7は、上述したようにゲートウェイ300が保有する転送ルールの一例を示す。この転送ルールは、転送元のバスと転送先のバスと転送対象のID(メッセージID)とを対応付けている。図7中のメッセージIDにかかわらずフレームの転送がなされることを表している。また、同図中の「−」は転送対象のフレームがないことを示す。同図の例は、バス500aから受信するフレームはメッセージIDにかかわらず、バス500b及びバス500cに転送するように設定されていることを示している。また、バス500bから受信するフレームのうち、バス500cには全てのフレームが転送されるが、バス500aにはメッセージIDが「3」であるフレームのみが転送されるように設定されていることを示している。また、バス500cから受信されるフレームは、バス500aにもバス500bにも転送されないように設定されていることを示している。
[1.7 Transfer Rule Example]
FIG. 7 shows an example of the transfer rule held by the gateway 300 as described above. This transfer rule associates a transfer source bus, a transfer destination bus, and a transfer target ID (message ID). This indicates that the frame is transferred regardless of the message ID in FIG. Further, "-" in the figure indicates that there is no frame to be transferred. The example in the figure shows that the frame received from the bus 500a is set to be transferred to the buses 500b and 500c regardless of the message ID. Further, among the frames received from the bus 500b, all the frames are transferred to the bus 500c, but only the frame having the message ID "3" is set to be transferred to the bus 500a. Shows. It also indicates that the frame received from the bus 500c is set so as not to be transferred to the bus 500a or the bus 500b.

[1.8 ECU400aの構成]
図8は、ECU400aの構成図である。ECU400aは、フレーム送受信部460と、フレーム解釈部450と、受信ID判断部430と、受信IDリスト保持部440と、フレーム処理部410と、フレーム生成部420と、データ取得部470とを含んで構成される。これらの各構成要素は、機能的な構成要素であり、その各機能は、ECU400aにおける通信回路、メモリに格納された制御プログラムを実行するプロセッサ或いはデジタル回路等により実現される。
[1.8 Configuration of ECU 400a]
FIG. 8 is a configuration diagram of the ECU 400a. The ECU 400a includes a frame transmission/reception unit 460, a frame interpretation unit 450, a reception ID determination unit 430, a reception ID list holding unit 440, a frame processing unit 410, a frame generation unit 420, and a data acquisition unit 470. Composed. Each of these constituent elements is a functional constituent element, and each function thereof is realized by a communication circuit in the ECU 400a, a processor that executes a control program stored in the memory, a digital circuit, or the like.

フレーム送受信部460は、バス500aに対して、CANプロトコルに従ったフレームを送受信する。バス500aからフレームを1bitずつ受信し、フレーム解釈部450に転送する。また、フレーム生成部420より通知を受けたフレームの内容をバス500aに送信する。   The frame transmitting/receiving unit 460 transmits/receives a frame according to the CAN protocol to/from the bus 500a. The frame is received from the bus 500a one bit at a time and transferred to the frame interpretation unit 450. Further, the contents of the frame notified from the frame generation unit 420 are transmitted to the bus 500a.

フレーム解釈部450は、フレーム送受信部460よりフレームの値を受け取り、CANプロトコルで規定されているフレームフォーマットにおける各フィールドにマッピングするよう解釈を行う。IDフィールドと判断した値は受信ID判断部430へ転送する。フレーム解釈部450は、受信ID判断部430から通知される判定結果に応じて、IDフィールドの値と、IDフィールド以降に現れるデータフィールドとを、フレーム処理部410へ転送するか、その判定結果を受けた以降においてフレームの受信を中止する(つまりそのフレームとしての解釈を中止する)かを決定する。また、フレーム解釈部450は、CANプロトコルに則っていないフレームと判断した場合は、エラーフレームを送信するようにフレーム生成部420へ通知する。また、フレーム解釈部450は、エラーフレームを受信した場合、つまり受け取ったフレームにおける値からエラーフレームになっていると解釈した場合には、それ以降はそのフレームを破棄する、つまりフレームの解釈を中止する。   The frame interpretation unit 450 receives the frame value from the frame transmission/reception unit 460 and interprets it so as to map it to each field in the frame format defined by the CAN protocol. The value determined as the ID field is transferred to the reception ID determination unit 430. The frame interpreting unit 450 transfers the value of the ID field and the data field appearing after the ID field to the frame processing unit 410 according to the determination result notified from the reception ID determining unit 430, or determines the determination result. After receiving the frame, it is determined whether to stop receiving the frame (that is, stop interpreting the frame). Further, when the frame interpretation unit 450 determines that the frame does not conform to the CAN protocol, it notifies the frame generation unit 420 to transmit the error frame. Further, when the frame interpretation unit 450 receives an error frame, that is, when the value in the received frame is interpreted as an error frame, the frame interpretation unit 450 discards the frame thereafter, that is, stops interpretation of the frame. To do.

受信ID判断部430は、フレーム解釈部450から通知されるIDフィールドの値を受け取り、受信IDリスト保持部440が保持しているメッセージIDのリストに従い、そのIDフィールド以降のフレームの各フィールドを受信するかどうかの判定を行う。この判定結果を、受信ID判断部430は、フレーム解釈部450へ通知する。   The reception ID judgment unit 430 receives the value of the ID field notified from the frame interpretation unit 450, and receives each field of the frame after the ID field according to the list of message IDs held by the reception ID list holding unit 440. Determine whether to do. The reception ID determination unit 430 notifies the frame interpretation unit 450 of this determination result.

受信IDリスト保持部440は、ECU400aが受信するID(メッセージID)のリストである受信IDリストを保持する。図9は、受信IDリストの一例を示した図である。   The reception ID list holding unit 440 holds a reception ID list that is a list of IDs (message IDs) received by the ECU 400a. FIG. 9 is a diagram showing an example of the reception ID list.

フレーム処理部410は、受信したフレームのデータに応じてECU毎に異なる機能に係る処理を行う。例えば、エンジン401に接続されたECU400aは、時速が30kmを超えた状態でドアが開いている状態だと、アラーム音を鳴らす機能を備える。ECU400aは、例えばアラーム音を鳴らすためのスピーカ等を有している。そして、ECU400aのフレーム処理部410は、他のECUから受信したデータ(例えばドアの状態を示す情報)を管理し、エンジン401から取得された時速に基づいて一定条件下でアラーム音を鳴らす処理等を行う。   The frame processing unit 410 performs processing relating to a function that differs for each ECU according to the received frame data. For example, the ECU 400a connected to the engine 401 has a function of sounding an alarm when the door is open when the speed exceeds 30 km/h. The ECU 400a has, for example, a speaker for emitting an alarm sound. Then, the frame processing unit 410 of the ECU 400a manages data (for example, information indicating the state of the door) received from another ECU, and sounds an alarm sound under a certain condition based on the hourly speed acquired from the engine 401, etc. I do.

データ取得部470は、ECUにつながっている機器、センサ等の状態を示すデータを取得し、フレーム生成部420に通知する。   The data acquisition unit 470 acquires data indicating the states of devices, sensors, etc. connected to the ECU, and notifies the frame generation unit 420 of the data.

フレーム生成部420は、フレーム解釈部450から通知されたエラーフレームの送信を指示する通知に従い、エラーフレームを構成し、エラーフレームをフレーム送受信部460へ通知して送信させる。また、フレーム生成部420は、データ取得部470より通知されたデータの値に対して、予め定められたメッセージIDをつけてフレームを構成し、フレーム送受信部460へ通知する。   The frame generation unit 420 forms an error frame according to the notification instructing the transmission of the error frame notified from the frame interpretation unit 450, and notifies the frame transmission/reception unit 460 to transmit the error frame. Further, the frame generation unit 420 adds a predetermined message ID to the value of the data notified by the data acquisition unit 470 to form a frame, and notifies the frame transmission/reception unit 460.

なお、ECU400b〜400dも、上述したECU400aと基本的に同様の構成を備える。但し、受信IDリスト保持部440に保持される受信IDリストはECU毎に異なる内容となり得る。ECU400bは図9に例示する受信IDリストを保持し、ECU400c及びECU400dは図5に例示する受信IDリストを保持する。また、フレーム処理部410の処理内容は、ECU毎に異なる。例えば、ECU400cにおけるフレーム処理部410の処理内容は、ブレーキがかかっていない状況でドアが開くとアラーム音を鳴らす機能に係る処理を含む。例えば、ECU400b及びECU400dにおけるフレーム処理部410では特段の処理を行わない。なお、各ECUは、ここで例示した以外の機能を備えていても良い。なお、ECU400a〜400dのそれぞれが送信するフレームの内容については後に図10〜図13を用いて説明する。   The ECUs 400b to 400d also have basically the same configuration as the above-described ECU 400a. However, the reception ID list stored in the reception ID list storage unit 440 may have different contents for each ECU. The ECU 400b holds the reception ID list illustrated in FIG. 9, and the ECU 400c and the ECU 400d hold the reception ID list illustrated in FIG. Further, the processing content of the frame processing unit 410 differs for each ECU. For example, the processing content of the frame processing unit 410 in the ECU 400c includes processing related to the function of sounding an alarm when the door is opened in a situation where the brake is not applied. For example, the frame processing unit 410 in each of the ECU 400b and the ECU 400d does not perform a particular process. It should be noted that each ECU may have functions other than those illustrated here. The contents of the frame transmitted by each of the ECUs 400a to 400d will be described later with reference to FIGS. 10 to 13.

[1.9 受信IDリスト例2]
上述した図9は、ECU400a及びECU400bのそれぞれにおいて保持される受信IDリストの一例を示す図である。同図に例示する受信IDリストは、ID(メッセージID)の値が「1」、「2」及び「3」のいずれかであるメッセージIDを含むフレームを選択的に受信して処理するために用いられる。例えば、ECU400aの受信IDリスト保持部440に図9の受信IDリストが保持されていると、メッセージIDが「1」、「2」及び「3」のいずれでもないフレームについては、フレーム解釈部450でのIDフィールド以後のフレームの解釈が中止される。
[1.9 Reception ID List Example 2]
FIG. 9 described above is a diagram showing an example of the reception ID list held in each of the ECU 400a and the ECU 400b. The reception ID list illustrated in the figure is for selectively receiving and processing a frame including a message ID whose ID (message ID) value is one of "1", "2", and "3". Used. For example, if the reception ID list holding unit 440 of the ECU 400a holds the reception ID list of FIG. 9, the frame interpretation unit 450 will be used for frames whose message IDs are neither "1", "2", or "3". Interpretation of the frame after the ID field is stopped.

[1.10 エンジンに係るECU400aの送信フレーム例]
図10は、エンジン401に接続されたECU400aから送信されるフレームにおけるID(メッセージID)及びデータフィールド(データ)の一例を示す図である。ECU400aが送信するフレームのメッセージIDは「1」である。データは、時速(km/時)を表し、最低0(km/時)〜最高180(km/時)までの範囲の値を取り、データ長は1Byteである。図10の上行から下行へと、ECU400aから逐次送信される各フレームに対応する各メッセージID及びデータを例示しており、0km/時から1km/時ずつ加速されている様子を表している。
[1.10 Transmission Frame Example of ECU 400a Related to Engine]
FIG. 10 is a diagram showing an example of an ID (message ID) and a data field (data) in a frame transmitted from the ECU 400a connected to the engine 401. The message ID of the frame transmitted by the ECU 400a is "1". The data represents a speed (km/hour) per hour, takes a value in the range of 0 (km/hour) at the minimum to 180 (km/hour) at the maximum, and the data length is 1 Byte. From the top row to the bottom row of FIG. 10, message IDs and data corresponding to the respective frames sequentially transmitted from the ECU 400a are illustrated, and the state of acceleration from 0 km/hour to 1 km/hour is shown.

[1.11 ブレーキに係るECU400bの送信フレーム例]
図11は、ブレーキ402に接続されたECU400bから送信されるフレームにおけるID(メッセージID)及びデータフィールド(データ)の一例を示す図である。ECU400bが送信するフレームのメッセージIDは「2」である。データは、ブレーキのかかり具合を割合(%)で表し、データ長は1Byteである。この割合は、ブレーキを全くかけていない状態を0(%)、ブレーキを最大限かけている状態を100(%)としたものである。図11の上行から下行へと、ECU400bから逐次送信される各フレームに対応する各メッセージID及びデータを例示しており、100%から徐々にブレーキを弱めている様子を表している。
[1.11 Transmission Frame Example of ECU 400b for Braking]
FIG. 11 is a diagram showing an example of an ID (message ID) and a data field (data) in a frame transmitted from the ECU 400b connected to the brake 402. The message ID of the frame transmitted by the ECU 400b is "2". The data represents the degree of braking applied by a ratio (%), and the data length is 1 Byte. This ratio is 0 (%) when the brake is not applied at all, and 100 (%) when the brake is applied to the maximum. From the top row to the bottom row of FIG. 11, message IDs and data corresponding to the respective frames sequentially transmitted from the ECU 400b are illustrated, showing that the brake is gradually weakened from 100%.

[1.12 ドア開閉センサに係るECU400cの送信フレーム例]
図12は、ドア開閉センサ403に接続されたECU400cから送信されるフレームにおけるID(メッセージID)及びデータフィールド(データ)の一例を示す図である。ECU400cが送信するフレームのメッセージIDは「3」である。データは、ドアの開閉状態を表し、データ長は1Byteである。データの値は、ドアが開いている状態が「1」、ドアが閉まっている状態が「0」である。図12の上行から下行へと、ECU400cから逐次送信される各フレームに対応する各メッセージID及びデータを例示しており、ドアが開いている状態から次第に閉められた状態へと移った様子を表している。
[1.12 Example of Transmission Frame of ECU 400c Related to Door Opening/Closing Sensor]
FIG. 12 is a diagram showing an example of an ID (message ID) and a data field (data) in a frame transmitted from the ECU 400c connected to the door opening/closing sensor 403. The message ID of the frame transmitted by the ECU 400c is “3”. The data represents the open/closed state of the door, and the data length is 1 Byte. The data value is "1" when the door is open and "0" when the door is closed. 12 illustrates the message IDs and data corresponding to the respective frames sequentially transmitted from the ECU 400c from the upper row to the lower row in FIG. 12, showing a state in which the door is gradually closed to the closed state. ing.

[1.13 窓開閉センサに係るECU400dの送信フレーム例]
図13は、窓開閉センサ404に接続されたECU400dから送信されるフレームにおけるID(メッセージID)及びデータフィールド(データ)の一例を示す図である。ECU400dが送信するフレームのメッセージIDは「4」である。データは、窓の開閉状態を割合(%)で表し、データ長は1Byteである。この割合は、窓が完全に閉まっている状態を0(%)、窓が全開の状態を100(%)としたものである。図13の上行から下行へと、ECU400dから逐次送信される各フレームに対応する各メッセージID及びデータを例示しており、窓が閉まっている状態から徐々に開いていく様子を表している。
[1.13 Transmission Frame Example of ECU 400d Related to Window Opening/Closing Sensor]
FIG. 13 is a diagram showing an example of an ID (message ID) and a data field (data) in a frame transmitted from the ECU 400d connected to the window opening/closing sensor 404. The message ID of the frame transmitted by the ECU 400d is "4". The data represents the open/closed state of the window in percentage (%), and the data length is 1 Byte. This ratio is 0 (%) when the window is completely closed, and 100 (%) when the window is fully open. From the top row to the bottom row of FIG. 13, message IDs and data corresponding to the respective frames sequentially transmitted from the ECU 400d are illustrated, and the window is gradually opened from the closed state.

[1.14 不正検知ECU100aの構成]
図14は、不正検知ECU100aの構成図である。不正検知ECU100aは、フレーム送受信部160と、フレーム解釈部150と、不正フレーム検知部130と、正規IDリスト保持部120と、不正検知カウンタ保持部110と、フレーム生成部140とを含んで構成される。これらの各構成要素は、機能的な構成要素であり、その各機能は、不正検知ECU100aにおける通信回路、メモリに格納された制御プログラムを実行するプロセッサ或いはデジタル回路等により実現される。なお、不正検知ECU100bも基本的に同様の構成を備えるが、正規IDリスト保持部120が保持するリスト情報(正規IDリスト)の内容が不正検知ECU100aと不正検知ECU100bとでは異なる。
[1.14 Configuration of Fraud Detection ECU 100a]
FIG. 14 is a configuration diagram of the fraud detection ECU 100a. The fraud detection ECU 100a includes a frame transmission/reception unit 160, a frame interpretation unit 150, a fraud frame detection unit 130, a regular ID list holding unit 120, a fraud detection counter holding unit 110, and a frame generation unit 140. It Each of these components is a functional component, and each function thereof is realized by a communication circuit in the fraud detection ECU 100a, a processor that executes a control program stored in the memory, a digital circuit, or the like. Although the fraud detection ECU 100b basically has the same configuration, the content of the list information (authorized ID list) held by the legitimate ID list holding unit 120 is different between the fraud detection ECU 100a and the fraud detection ECU 100b.

フレーム送受信部160は、バス500aに対して、CANプロトコルに従ったフレームを送受信する。即ち、フレーム送受信部160は、バス上でのフレームの送信が開始された場合においてフレームを受信する言わば受信部として働き、また、バスにエラーフレーム等を送信する言わば送信部として働く。即ち、フレーム送受信部160は、バス500aからフレームを1bitずつ受信し、フレーム解釈部150に転送する。また、フレーム生成部140より通知を受けたフレームの内容をバス500aに送信する。   The frame transmitting/receiving unit 160 transmits/receives a frame according to the CAN protocol to/from the bus 500a. That is, the frame transmitting/receiving unit 160 functions as a receiving unit that receives a frame when transmission of a frame on the bus is started, and also functions as a transmitting unit that transmits an error frame or the like to the bus. That is, the frame transmitting/receiving unit 160 receives a frame from the bus 500 a by 1 bit and transfers it to the frame interpreting unit 150. Further, the contents of the frame notified by the frame generation unit 140 are transmitted to the bus 500a.

フレーム解釈部150は、フレーム送受信部160よりフレームの値を受け取り、CANプロトコルで規定されているフレームフォーマットにおける各フィールドにマッピングするよう解釈を行う。IDフィールドと判断した値は、不正フレーム検知部130へ転送する。また、フレーム解釈部150は、CANプロトコルに則っていないフレームと判断した場合は、エラーフレームを送信するようにフレーム生成部140へ通知する。また、フレーム解釈部150は、エラーフレームを受信した場合、つまり受け取ったフレームにおける値からエラーフレームになっていると解釈した場合には、それ以降はそのフレームを破棄する、つまりフレームの解釈を中止する。   The frame interpretation unit 150 receives a frame value from the frame transmission/reception unit 160 and interprets it so as to map it to each field in the frame format defined by the CAN protocol. The value determined as the ID field is transferred to the fraudulent frame detection unit 130. Further, when the frame interpretation unit 150 determines that the frame does not conform to the CAN protocol, it notifies the frame generation unit 140 to transmit an error frame. Further, when the frame interpretation unit 150 receives an error frame, that is, when the value in the received frame is interpreted as an error frame, the frame interpretation unit 150 discards the frame thereafter, that is, stops interpretation of the frame. To do.

不正フレーム検知部130は、フレーム解釈部150から通知されるIDフィールドの値を受け取り、IDフィールドの値が不正を示す所定条件に該当するか否かを判定する。即ち不正フレーム検知部130は、受信されたフレームにおける所定フィールドの内容が不正を示す所定条件に該当するか否かを判定する言わば判定部として機能する。この不正を示す所定条件は、IDフィールドの値が、正規IDリスト保持部120が保持しているメッセージIDのリストに載っていないという条件である。即ち、正規IDリスト保持部120が保持しているメッセージIDのリストに従い、通知されたIDフィールドの値(メッセージID)が不正かどうかの判定を行う。このリスト(つまり後述する正規IDリスト)に載っていないメッセージIDを受信した場合は、不正の検知回数をインクリメントするために、受信したメッセージIDを不正検知カウンタ保持部110へ通知する。また、正規IDリストに載っていないメッセージIDを受信した場合は、エラーフレームを送信するように、フレーム生成部140へ通知する。また、不正の検知回数が一定回数以上に達した場合に、不正検知カウンタ保持部110より通知を受け、該当するメッセージIDを発行する不正なECUが存在することを示すエラー表示メッセージ(フレーム)を送信するようフレーム生成部140へ通知する。エラー表示メッセージのメッセージIDは予め定められており、このメッセージIDのメッセージ(フレーム)をヘッドユニット200が受信してエラー表示を行うようになっている。このエラー表示メッセージについては便宜上説明を省略していたが、エラー表示メッセージのメッセージIDは、ゲートウェイ300及びヘッドユニット200が保持する受信IDリスト、及び、後述する正規IDリストに掲載される。但し、図15、図16ではエラー表示メッセージについてのメッセージIDを省略している。   The fraudulent frame detection unit 130 receives the value of the ID field notified from the frame interpretation unit 150, and determines whether the value of the ID field satisfies a predetermined condition indicating fraud. That is, the fraudulent frame detection unit 130 functions as a so-called determination unit that determines whether or not the content of the predetermined field in the received frame satisfies a predetermined condition indicating fraud. The predetermined condition indicating this injustice is a condition that the value of the ID field is not included in the list of message IDs held by the regular ID list holding unit 120. That is, it is determined whether or not the value of the notified ID field (message ID) is incorrect according to the list of message IDs held by the regular ID list holding unit 120. When a message ID not included in this list (that is, a regular ID list described later) is received, the received message ID is notified to the fraud detection counter holding unit 110 in order to increment the number of fraud detections. When a message ID that is not on the regular ID list is received, the frame generation unit 140 is notified to transmit an error frame. Further, when the number of fraud detections reaches a certain number or more, a notification is given from the fraud detection counter holding unit 110, and an error display message (frame) indicating that there is a fraudulent ECU that issues a corresponding message ID is displayed. The frame generation unit 140 is notified to transmit. The message ID of the error display message is predetermined, and the head unit 200 receives the message (frame) of this message ID and displays an error. Although the description of the error display message is omitted for convenience, the message ID of the error display message is posted in the reception ID list held by the gateway 300 and the head unit 200 and the regular ID list described later. However, in FIGS. 15 and 16, the message ID for the error display message is omitted.

正規IDリスト保持部120は、車載ネットワークシステム10においてバス500a上を送信されることとなるフレームに含まれるメッセージIDを予め規定したリストである正規IDリストを保持する(図15、図16参照)。   The regular ID list holding unit 120 holds a regular ID list, which is a list that predefines message IDs included in a frame to be transmitted on the bus 500a in the vehicle-mounted network system 10 (see FIGS. 15 and 16). ..

不正検知カウンタ保持部110は、メッセージID毎に検知回数をカウントするための不正検知カウンタを保持しており、不正フレーム検知部130からメッセージIDが通知されると、該当する不正検知カウンタをインクリメント(増加)する。不正検知カウンタが一定数(所定回数)以上に達した場合、不正フレーム検知部130に一定数を超えたことを通知する。ここでいう一定数(所定回数)の一例は、CANプロトコルにおける送信エラーカウンタの取り扱い規則に対応して定められた値である。CANプロトコルでは、ECUがエラーフレームによって送信を阻止する度に送信エラーカウンタが8カウントアップする。そして、この結果として送信ノードにおける送信エラーカウンタが128迄カウントアップすれば送信ノードはパッシブ状態に遷移してフレーム送信をしなくなるように規定されている。従って、128/8(=16)より大きな17をこの一定数として定めておけば、CANプロトコルにおける送信エラーカウンタに係る規則を無視した送信ノード(不正なECU)の存在が推定される場合に不正検知ECU100aからエラー表示メッセージが送信されるようになる。なお、不正なフレームを送信する、不正なECUが、CANプロトコルにおける送信エラーカウンタに係る規則に従うものであった場合には、不正検知ECU100aによるエラーフレームの送信によって、不正なECUの送信エラーカウンタは8インクリメントされる。この場合、不正なフレームの送信を繰り返すことで不正なECUの送信エラーカウンタが128まで上昇すると、不正なECUがパッシブ状態に遷移し、不正なECUによる不正なフレームの送信が停止することになる。   The fraud detection counter holding unit 110 holds a fraud detection counter for counting the number of detections for each message ID. When the fraud detection unit 130 notifies the fraud detection counter, the fraud detection counter is incremented ( To increase. When the fraud detection counter reaches a certain number (predetermined number) or more, it notifies the fraud frame detection unit 130 that the number has exceeded the certain number. An example of the fixed number (predetermined number) here is a value determined in accordance with the handling rule of the transmission error counter in the CAN protocol. In the CAN protocol, the transmission error counter increments by 8 each time the ECU blocks transmission due to an error frame. Then, as a result, if the transmission error counter in the transmitting node counts up to 128, the transmitting node is defined to transition to the passive state and not to perform frame transmission. Therefore, if 17 larger than 128/8 (=16) is set as this fixed number, it is illegal when it is estimated that there is a transmitting node (illegal ECU) that ignores the rules relating to the transmission error counter in the CAN protocol. An error display message is transmitted from the detection ECU 100a. If an unauthorized ECU that transmits an unauthorized frame complies with the transmission error counter rule in the CAN protocol, the unauthorized ECU transmission error counter causes the unauthorized ECU transmission error counter to be transmitted. It is incremented by 8. In this case, if the transmission error counter of the unauthorized ECU rises to 128 by repeating the transmission of the unauthorized frame, the unauthorized ECU transits to the passive state, and the unauthorized ECU stops transmitting the unauthorized frame. ..

フレーム生成部140は、フレーム解釈部150から通知されたエラーフレームの送信を指示する通知に従い、エラーフレームを構成し、エラーフレームをフレーム送受信部160へ通知して送信させる。また、フレーム生成部140は、不正フレーム検知部130から通知されたエラーフレームの送信を指示する通知に従い、エラーフレームを構成し、エラーフレームをフレーム送受信部160へ通知して送信させる。更にフレーム生成部140は、不正フレーム検知部130から通知されたエラー表示メッセージの送信を指示する通知に従い、エラー表示メッセージをフレーム送受信部160へ通知して送信させる。   The frame generation unit 140 composes an error frame according to the notification instructing the transmission of the error frame notified from the frame interpretation unit 150, and notifies the frame transmission/reception unit 160 of the error frame for transmission. Further, the frame generation unit 140 composes an error frame according to the notification instructing the transmission of the error frame notified from the unauthorized frame detection unit 130, and notifies the frame transmission/reception unit 160 of the error frame for transmission. Further, the frame generation unit 140 notifies the frame transmission/reception unit 160 of the error display message and causes the frame transmission/reception unit 160 to transmit the error display message in accordance with the notification of the transmission of the error display message notified from the unauthorized frame detection unit 130.

[1.15 不正検知ECU100aの正規IDリスト例]
図15は、不正検知ECU100aの正規IDリスト保持部120に保持される正規IDリストの一例を示した図である。同図に例示する正規IDリストは、ID(メッセージID)の値が「1」、「2」及び「3」のいずれかであるメッセージIDを含むフレームがバス500aに流れ得ることを示している。
[1.15 Example of Regular ID List of Fraud Detection ECU 100a]
FIG. 15 is a diagram showing an example of the regular ID list held in the regular ID list holding unit 120 of the fraud detection ECU 100a. The regular ID list illustrated in the figure shows that a frame including a message ID whose ID (message ID) value is any one of "1", "2", and "3" can flow to the bus 500a. ..

[1.16 不正検知ECU100bの正規IDリスト例]
図16は、不正検知ECU100bの正規IDリスト保持部120に保持される正規IDリストの一例を示した図である。同図に例示する正規IDリストは、ID(メッセージID)の値が「1」、「2」、「3」及び「4」のいずれかであるメッセージIDを含むフレームがバス500bに流れ得ることを示している。
[1.16 Example of Regular ID List of Fraud Detection ECU 100b]
FIG. 16 is a diagram showing an example of the regular ID list held in the regular ID list holding unit 120 of the fraud detection ECU 100b. In the regular ID list illustrated in the figure, a frame including a message ID whose ID (message ID) value is any one of "1", "2", "3" and "4" can flow to the bus 500b. Is shown.

[1.17 不正検知カウンタ保存リスト例]
図17は、メッセージID毎の不正検知カウンタの状態の一例を示す図である。同図の例は、メッセージIDが「4」の不正検知カウンタだけが、不正を一度検知しており、その他のメッセージIDでは一度も検知していないことを示す。即ち、この例はバス500aに本来流れるはずがないメッセージID「4」のメッセージ(フレーム)が一度送信されたことを不正検知ECU100aが検知し、該当するメッセージID「4」に対応する不正検知カウンタを1インクリメントした場合を示している。
[1.17 Example of Fraud Detection Counter Saved List]
FIG. 17 is a diagram showing an example of the state of the fraud detection counter for each message ID. The example in the figure shows that only the fraud detection counter with the message ID “4” has detected fraud once, and has not detected any other message ID. That is, in this example, the fraud-sensing ECU 100a detects that the message (frame) with the message ID "4" that should not originally flow on the bus 500a is once transmitted, and the fraud-sensing counter corresponding to the corresponding message ID "4" is detected. Shows the case where is incremented by 1.

[1.18 不正フレームの検知に係るシーケンス]
以下、上述の構成を備える車載ネットワークシステム10のバス500aに不正なECUが接続された場合について、バス500aに接続された不正検知ECU100a、ECU400a、ECU400b、ゲートウェイ300等の動作について説明する。
[1.18 Sequence Related to Detection of Illegal Frame]
Hereinafter, operations of the fraud detection ECU 100a, the ECU 400a, the ECU 400b, the gateway 300, etc. connected to the bus 500a when the fraudulent ECU is connected to the bus 500a of the vehicle-mounted network system 10 having the above-described configuration will be described.

図18は、不正検知ECU100aが不正なフレーム(メッセージ)を検知して、他のECUによりその不正なフレームに対応した処理がなされることを阻止する動作例を示すシーケンス図である。同図では、不正なECUが、バス500aにメッセージIDが「4」でデータフィールド(データ)が「255(0xFF)」となるデータフレームを送信する場合の例を示している。ここでの各シーケンスは、各種装置における各処理手順(ステップ)を意味する。   FIG. 18 is a sequence diagram showing an operation example in which the fraud-sensing ECU 100a detects a fraudulent frame (message) and prevents another ECU from performing a process corresponding to the fraudulent frame. The figure shows an example in which an unauthorized ECU transmits a data frame having a message ID of "4" and a data field (data) of "255 (0xFF)" to the bus 500a. Each sequence here means each processing procedure (step) in various devices.

まず、不正なECUは、メッセージIDが「4」、データが「255(0xFF)」となるデータフレームの送信を開始する(シーケンスS1001)。フレームを構成する各ビットの値は、上述したデータフレームフォーマットに従ってSOF、IDフィールド(メッセージID)といった順に逐次バス500a上に送出される。   First, the unauthorized ECU starts transmission of a data frame having a message ID of "4" and data of "255 (0xFF)" (sequence S1001). The value of each bit forming the frame is sequentially transmitted to the bus 500a in the order of SOF and ID field (message ID) according to the above-mentioned data frame format.

不正なECUがIDフィールド(メッセージID)までをバス500aに送出し終えたときにおいて、不正検知ECU100a、ECU400a、ECU400b及びゲートウェイ300はそれぞれメッセージIDを受信する(シーケンスS1002)。   When the unauthorized ECU finishes sending up to the ID field (message ID) to the bus 500a, the fraud detection ECU 100a, the ECU 400a, the ECU 400b, and the gateway 300 each receive the message ID (sequence S1002).

ECU400a、ECU400b及びゲートウェイ300はそれぞれ、保持している受信IDリストを用いてメッセージIDをチェックする(シーケンスS1003)。このとき、不正検知ECU100aは、保持している正規IDリストを用いてメッセージIDをチェックする(シーケンスS1004)。即ち、不正検知ECU100aは、送信されたフレームにおけるIDフィールドの内容が、不正を示す所定条件(正規IDリストに掲載されていないこと)に該当するか否かを判定する。   Each of the ECU 400a, the ECU 400b, and the gateway 300 checks the message ID using the held reception ID list (sequence S1003). At this time, the fraud detection ECU 100a checks the message ID using the held regular ID list (sequence S1004). That is, the fraud detection ECU 100a determines whether or not the content of the ID field in the transmitted frame corresponds to a predetermined condition indicating that the fraud (not listed in the regular ID list).

シーケンスS1003において、ECU400a及びECU400bは、それぞれが保持している受信IDリストに「4」が含まれていないため(図9参照)、受信を終了する。つまりこれ以上不正なECUが送信を継続するフレームの解釈をせずフレームに対応した処理を行わない。また、シーケンスS1003においてゲートウェイ300は、保持している受信IDリストに「4」が含まれているため(図5参照)、受信を継続する。また、シーケンスS1004において不正検知ECU100aは、保持している正規IDリストに「4」が含まれていないため、不正なメッセージIDであると判断して、続いてエラーフレームの発行準備を開始する(シーケンスS1005)。   In sequence S1003, the ECU 400a and the ECU 400b terminate the reception because the reception ID list held by each of them does not include "4" (see FIG. 9). That is, the unauthorized ECU does not interpret the frame for continuing the transmission and does not perform the process corresponding to the frame. Further, in the sequence S1003, the gateway 300 continues the reception because the held reception ID list includes “4” (see FIG. 5). Further, in sequence S1004, the fraud-sensing ECU 100a determines that the fraudulent message ID is an fraudulent message ID because the regular ID list held therein does not include "4", and subsequently starts preparation for issuing an error frame ( Sequence S1005).

シーケンスS1003に続いて、ゲートウェイ300はフレームの受信を継続する。例えば、不正検知ECU100aがエラーフレームの発行準備をしている間に、不正なECUからはバス500a上にIDフィールドより後の部分であるRTR、コントロールフィールド(IDE、r、DLC)が逐次送出され、続いてデータフィールドが1ビットずつ逐次送出される。ゲートウェイ300はこのRTR、コントロールフィールド(IDE、r、DLC)を受信し、続いてデータフィールドの受信を開始する(シーケンスS1006)。   Following the sequence S1003, the gateway 300 continues to receive the frame. For example, while the fraud-sensing ECU 100a is preparing to issue an error frame, the fraudulent ECU sequentially sends the RTR and control fields (IDE, r, DLC), which are the portions after the ID field, onto the bus 500a. Then, the data field is sequentially transmitted bit by bit. The gateway 300 receives this RTR and control field (IDE, r, DLC), and then starts receiving the data field (sequence S1006).

次にエラーフレームの発行準備が終わって、不正検知ECU100aがエラーフレームを送信する(シーケンスS1007)。このエラーフレームの送信は、不正なフレームの最後尾が送信される前(例えばCRCシーケンスの最後尾が送信される前等)に行われる。この動作例においては、データフィールドの途中で行われる。このエラーフレームの送信が開始されることによりバス500aでは、不正なECUから送信中のフレームのデータフィールドの途中部分がエラーフレーム(優先されるドミナントのビット列)により上書きされることになる。   Next, preparation for issuing the error frame is completed, and the fraud-sensing ECU 100a transmits the error frame (sequence S1007). The transmission of the error frame is performed before the end of the invalid frame is transmitted (for example, before the end of the CRC sequence is transmitted). In this operation example, the operation is performed in the middle of the data field. When transmission of this error frame is started, the middle part of the data field of the frame being transmitted from the unauthorized ECU is overwritten by the error frame (priority dominant bit string) on the bus 500a.

シーケンスS1007において送信されたエラーフレームを受信したゲートウェイ300は、データフィールドの受信途中で不正なECUが送信していたフレームの受信を中止する(シーケンスS1008)。つまり、ゲートウェイ300は、不正なECUからのデータフィールドがエラーフレームで上書きされており、エラーフレームを検出するので、不正なECUが送信していたフレームの受信を継続しない。   Receiving the error frame transmitted in sequence S1007, gateway 300 stops receiving the frame transmitted by the unauthorized ECU in the middle of receiving the data field (sequence S1008). That is, the gateway 300 does not continue to receive the frame transmitted by the unauthorized ECU because the data field from the unauthorized ECU is overwritten with the error frame and the error frame is detected.

不正検知ECU100aは、エラーフレームを送信する対象となったデータフレームのメッセージID「4」に対応する不正検知カウンタをインクリメントする(シーケンスS1009)。   The fraud-sensing ECU 100a increments the fraud-sensing counter corresponding to the message ID "4" of the data frame that is the target of transmitting the error frame (sequence S1009).

インクリメントした結果としてメッセージID「4」に対応する不正検知カウンタが17以上となった場合、不正検知ECU100aは、ヘッドユニット200に受信されるようにエラー表示を通知するフレーム(エラー表示メッセージ)を送信する(シーケンスS1010)。この結果としてヘッドユニット200のフレーム処理部220によってエラー表示のための処理がなされLCD等を介してエラーが報知される。なお、エラーの報知は、LCD等への表示の他、音声出力、発光等によるものでも良い。   When the fraud detection counter corresponding to the message ID “4” becomes 17 or more as a result of the increment, the fraud detection ECU 100a transmits a frame (error display message) for notifying the head unit 200 of an error display. (Sequence S1010). As a result, the frame processing unit 220 of the head unit 200 performs a process for displaying an error and notifies the error via the LCD or the like. The notification of the error may be made by voice output, light emission, etc. in addition to the display on the LCD or the like.

[1.19 実施の形態1の効果]
実施の形態1で示した不正検知ECUは、送信されたフレーム(データフレーム)が不正なフレームか否かを、フレームのIDフィールドについて正規IDリストを用いて判定する。これにより、データフレームにおけるIDフィールドによって不正を判定できるため、既存のノード(つまり不正検知ECU及び不正なECU以外のECU)において不正なフレームが解釈されてそのフレームに対応する処理が実行されることを阻止できる。また、データフレームの先頭のSOFに続くIDフィールドまで受信するだけで判定ができるため、データフレームの後部等を受信して判定を行う場合よりも、バスのトラフィックを抑えることが可能となる。
[1.19 Effects of First Embodiment]
The fraud detection ECU described in the first embodiment determines whether the transmitted frame (data frame) is a fraudulent frame by using the regular ID list for the ID field of the frame. As a result, since the fraud can be determined by the ID field in the data frame, the fraud frame is interpreted by the existing node (that is, the ECU other than the fraud detection ECU and the fraud ECU), and the process corresponding to the frame is executed. Can be stopped. Further, since the determination can be made only by receiving up to the ID field following the SOF at the head of the data frame, it is possible to suppress the bus traffic as compared with the case where the rear part of the data frame or the like is received for the determination.

また、不正検知ECUが、不正検知カウンタを用いてエラーフレームを送信した回数をカウントすることで、エラーフレームの受信により不正なメッセージIDを送信するノードにおける送信エラーカウンタがCANプロトコルに従えばパッシブ状態に遷移すべき上限値まで到達していることを検出することができる。これにより、不正なメッセージIDを送信するノードが、CANプロトコルのエラーカウンタの仕様に準拠しているか否かを判定することが可能となる。   Further, the fraud detection ECU counts the number of times the error frame is transmitted by using the fraud detection counter, so that the transmission error counter in the node that transmits the fraudulent message ID due to the reception of the error frame is in a passive state if the CAN protocol is followed. It can be detected that the upper limit value to be changed to is reached. This makes it possible to determine whether or not the node transmitting the invalid message ID complies with the CAN protocol error counter specifications.

また、不正なフレームの判定を行うノードを不正検知ECUのみとすることで、既存のネットワーク構成への影響を最小限に抑えることができ、システム全体として処理量、消費電力量を抑えることができる。   Further, by using only the fraud-sensing ECU as the node for determining the fraudulent frame, the influence on the existing network configuration can be minimized, and the processing amount and power consumption amount of the entire system can be suppressed. ..

(実施の形態2)
以下、本開示の実施の形態として、メッセージID毎に許容されるデータ範囲に基づいて、他のノード(ECU)において不正なフレームに基づく処理が実行されることを阻止するための不正対処方法を実現する不正検知ECUを含む車載ネットワークシステム11について説明する。
(Embodiment 2)
Hereinafter, as an embodiment of the present disclosure, a fraud handling method for preventing execution of a process based on a fraudulent frame in another node (ECU) based on a data range permitted for each message ID. The in-vehicle network system 11 including the realized fraud detection ECU will be described.

[2.1 車載ネットワークシステム11の全体構成]
図19は、実施の形態2に係る車載ネットワークシステム11の全体構成を示す図である。車載ネットワークシステム11は、実施の形態1で示した車載ネットワークシステム10の一部を変形したものである。車載ネットワークシステム11は、バス500a、500bと、不正検知ECU2100a、2100b、ヘッドユニット200、ゲートウェイ300、及び、各種機器に接続されたECU400a〜400d等のECUといったバスに接続された各ノードとを含んで構成される。車載ネットワークシステム11の構成要素のうち、実施の形態1と同様の機能を有する構成要素は、同じ符号を付して説明を省略する。
[2.1 Overall Configuration of In-Vehicle Network System 11]
FIG. 19 is a diagram showing the overall configuration of the vehicle-mounted network system 11 according to the second embodiment. The in-vehicle network system 11 is a modification of the in-vehicle network system 10 described in the first embodiment. The in-vehicle network system 11 includes buses 500a and 500b, fraud detection ECUs 2100a and 2100b, a head unit 200, a gateway 300, and nodes such as ECUs 400a to 400d connected to various devices, which are connected to the bus. Composed of. Among the constituent elements of the vehicle-mounted network system 11, constituent elements having the same functions as those of the first embodiment are designated by the same reference numerals and the description thereof will be omitted.

不正検知ECU2100a、2100bは、それぞれバス500a、バス500bに接続され、ECU400a〜400d等により送信されたフレームが不正であるかどうかを判定し、不正であればエラーフレームを送信する機能を有するECUである。   The fraud detection ECUs 2100a and 2100b are ECUs that are connected to the buses 500a and 500b, respectively, and determine whether the frames transmitted by the ECUs 400a to 400d are fraudulent, and if they are fraudulent, transmit an error frame. is there.

[2.2 不正検知ECU2100aの構成]
図20は、不正検知ECU2100aの構成図である。不正検知ECU2100aは、フレーム送受信部160と、フレーム解釈部2150と、不正フレーム検知部2130と、データ範囲リスト保持部2120と、不正検知カウンタ保持部110と、フレーム生成部140とを含んで構成される。これらの各構成要素は、機能的な構成要素であり、その各機能は、不正検知ECU2100aにおける通信回路、メモリに格納された制御プログラムを実行するプロセッサ或いはデジタル回路等により実現される。不正検知ECU2100aは、実施の形態1で示した不正検知ECU100aの一部を変形したものであり、実施の形態1と同様の機能を有する構成要素は、同じ符号を付して説明を省略する。なお、不正検知ECU2100bも不正検知ECU2100aと同様の構成を備える。
[2.2 Configuration of Fraud Detection ECU 2100a]
FIG. 20 is a configuration diagram of the fraud detection ECU 2100a. The fraud detection ECU 2100a includes a frame transmission/reception unit 160, a frame interpretation unit 2150, a fraud frame detection unit 2130, a data range list holding unit 2120, a fraud detection counter holding unit 110, and a frame generation unit 140. It Each of these components is a functional component, and each function thereof is realized by a communication circuit in the fraud detection ECU 2100a, a processor that executes a control program stored in the memory, a digital circuit, or the like. The fraud-sensing ECU 2100a is a modification of the fraud-sensing ECU 100a shown in the first embodiment, and the components having the same functions as those in the first embodiment are designated by the same reference numerals and the description thereof will be omitted. The fraud detection ECU 2100b has the same configuration as the fraud detection ECU 2100a.

フレーム解釈部2150は、実施の形態1で示したフレーム解釈部150を変形したものであり、フレーム送受信部160よりフレームの値を受け取り、CANプロトコルで規定されているフレームフォーマットにおける各フィールドにマッピングするよう解釈を行う。フレームがデータフレームであると判断した場合においてデータフィールドと判断した値(データ)は、IDフィールドのID(メッセージID)と共に、不正フレーム検知部2130へ転送する。また、フレーム解釈部2150は、CANプロトコルに則っていないフレームと判断した場合は、エラーフレームを送信するようにフレーム生成部140へ通知する。また、フレーム解釈部2150は、エラーフレームを受信した場合、つまり受け取ったフレームにおける値からエラーフレームになっていると解釈した場合には、それ以降はそのフレームを破棄する、つまりフレームの解釈を中止する。   The frame interpretation unit 2150 is a modification of the frame interpretation unit 150 described in the first embodiment, receives the frame value from the frame transmission/reception unit 160, and maps it to each field in the frame format defined by the CAN protocol. To interpret. The value (data) determined to be the data field when the frame is determined to be the data frame is transferred to the unauthorized frame detection unit 2130 together with the ID (message ID) in the ID field. Further, when the frame interpretation unit 2150 determines that the frame does not conform to the CAN protocol, it notifies the frame generation unit 140 to transmit an error frame. When the frame interpretation unit 2150 receives an error frame, that is, when it interprets that the value in the received frame is an error frame, it discards the frame thereafter, that is, stops interpretation of the frame. To do.

不正フレーム検知部2130は、実施の形態1で示した不正フレーム検知部130を変形したものであり、フレーム解釈部2150から通知されるメッセージIDと、データフィールドの値(データ)を受け取り、これらの値が不正を示す所定条件に該当するか否かを判定する。即ち不正フレーム検知部2130は、受信されたフレームにおける所定フィールドの内容が不正を示す所定条件に該当するか否かを判定する言わば判定部として機能する。この不正を示す所定条件は、データが、データ範囲リスト保持部2120が保持しているデータ範囲リストにメッセージIDと対応付けて載っているデータ範囲に入らないという条件である。不正フレーム検知部2130は、データ範囲リスト保持部2120に保持しているメッセージID毎のデータ範囲を定めたリストであるデータ範囲リストに従い、不正かどうかの判定を行う。不正フレーム検知部2130は、データ範囲リストで示される範囲以外のデータを受信した場合は、不正の検知回数をインクリメントするために、受信したメッセージIDを不正検知カウンタ保持部110へ通知する。この不正の検知回数が一定回数以上に達した場合において、ヘッドユニット200で受信されるようにエラー表示メッセージを送信するための制御については実施の形態1で説明した通りであるため、ここでの説明を省略する。また、データ範囲リストで示される範囲以外のデータを受信した場合は、エラーフレームを送信するように、フレーム生成部140へ通知する。   The unauthorized frame detection unit 2130 is a modification of the unauthorized frame detection unit 130 described in the first embodiment, receives the message ID notified from the frame interpretation unit 2150, and the value (data) of the data field. It is determined whether or not the value corresponds to a predetermined condition indicating fraud. That is, the fraudulent frame detection unit 2130 functions as a so-called determination unit that determines whether or not the content of the predetermined field in the received frame satisfies a predetermined condition indicating fraud. The predetermined condition indicating this injustice is a condition that the data does not fall within the data range listed in the data range list held by the data range list holding unit 2120 in association with the message ID. The fraudulent frame detection unit 2130 determines whether or not it is fraudulent according to the data range list, which is a list defining the data range for each message ID held in the data range list holding unit 2120. When the fraudulent frame detection unit 2130 receives data outside the range indicated by the data range list, the fraudulent frame detection unit 2130 notifies the fraud detection counter holding unit 110 of the received message ID in order to increment the number of fraud detections. The control for transmitting the error display message to be received by the head unit 200 when the number of times of detecting the fraud has reached a certain number or more is as described in the first embodiment, and therefore, here, The description is omitted. Further, when the data other than the range shown in the data range list is received, the frame generation unit 140 is notified to transmit the error frame.

データ範囲リスト保持部2120は、車載ネットワークシステム11においてバス上を送信されるデータフレームに含まれるデータ(データフィールドの値)について許容される範囲を予め規定したリストであるデータ範囲リストを保持する(図21参照)。   The data range list holding unit 2120 holds a data range list that is a list that predefines an allowable range for data (values of data fields) included in a data frame transmitted on the bus in the vehicle-mounted network system 11 ( See FIG. 21).

[2.3 データ範囲リスト例]
図21は、不正検知ECU2100aのデータ範囲リスト保持部2120に保持されるデータ範囲リストの一例を示した図である。このデータ範囲リストは、各ID(メッセージID)と、そのメッセージIDのデータフレームにおけるデータフィールドの値(データ)として許容されるデータ範囲とを対応付けたものである。図21の例では、メッセージIDが「1」のデータフレームについては、データ範囲「0〜180」、メッセージIDが「2」又は「4」のデータフレームについては、データ範囲「0〜100」、メッセージIDが「3」のデータフレームについて、データ範囲「0、1」をそれぞれ正常としている。
[2.3 Data range list example]
FIG. 21 is a diagram showing an example of the data range list held in the data range list holding unit 2120 of the fraud detection ECU 2100a. This data range list associates each ID (message ID) with the data range allowed as the value (data) of the data field in the data frame of the message ID. In the example of FIG. 21, the data range “0 to 180” for the data frame with the message ID “1”, the data range “0 to 100” for the data frame with the message ID “2” or “4”, For the data frame with the message ID “3”, the data range “0, 1” is normal.

[2.4 不正フレームの検知に係るシーケンス]
以下、上述の構成を備える車載ネットワークシステム11のバス500aに不正なECUが接続された場合について、バス500aに接続された不正検知ECU2100a、ECU400a、ECU400b、ゲートウェイ300等の動作について説明する。
[2.4 Sequence related to detection of illegal frame]
Hereinafter, operations of the fraud-sensing ECUs 2100a, ECU 400a, ECU 400b, the gateway 300, etc. connected to the bus 500a when the fraudulent ECU is connected to the bus 500a of the vehicle-mounted network system 11 having the above-described configuration will be described.

図22及び図23は、不正検知ECU2100aが不正なフレーム(メッセージ)を検知して、他のECUによりその不正なフレームに対応した処理がなされることを阻止する動作例を示すシーケンス図である。図22及び図23では、実施の形態1で示した図18の場合と同様に、不正なECUが、バス500aにメッセージIDが「4」でデータフィールド(データ)が「255(0xFF)」となるデータフレームを送信する場合の例を示している。実施の形態1で示したシーケンスと同じシーケンスには同じ符号を付しており、ここでは説明を簡略化する。   22 and 23 are sequence diagrams showing an operation example in which the fraud-sensing ECU 2100a detects a fraudulent frame (message) and prevents another ECU from performing a process corresponding to the fraudulent frame. In FIG. 22 and FIG. 23, as in the case of FIG. 18 shown in the first embodiment, the unauthorized ECU determines that the message ID is “4” and the data field (data) is “255 (0xFF)” on the bus 500a. 7 shows an example of the case of transmitting the following data frame. The same sequences as the sequences shown in the first embodiment are designated by the same reference numerals, and the description will be simplified here.

まず、不正なECUは、不正なデータフレームの送信を開始する(シーケンスS1001)。不正検知ECU2100a、ECU400a、ECU400b及びゲートウェイ300はそれぞれメッセージIDを受信する(シーケンスS1002)。ECU400a、ECU400b及びゲートウェイ300はそれぞれ、保持している受信IDリストを用いてメッセージIDをチェックする(シーケンスS1003)。ECU400a及びECU400bは、それぞれが保持している受信IDリストに「4」が含まれていないため(図9参照)、受信を終了する。ゲートウェイ300は、保持している受信IDリストに「4」が含まれているため(図5参照)、受信を継続しデータフィールドの受信を行う(シーケンスS1006a)。同様に不正検知ECU2100aもデータフィールドの受信を行う(シーケンスS1006a)。   First, the unauthorized ECU starts transmitting an unauthorized data frame (sequence S1001). Fraud detection ECU 2100a, ECU 400a, ECU 400b and gateway 300 each receive the message ID (sequence S1002). Each of the ECU 400a, the ECU 400b, and the gateway 300 checks the message ID using the received reception ID list (sequence S1003). Since the ECU 400a and the ECU 400b do not include "4" in the reception ID list held therein (see FIG. 9), the reception ends. The gateway 300 continues the reception and receives the data field (sequence S1006a) because "4" is included in the held reception ID list (see FIG. 5). Similarly, the fraud detection ECU 2100a also receives the data field (sequence S1006a).

シーケンスS1006aに続いて、不正検知ECU2100aは、データ範囲リスト(図21参照)を用いて、データフィールドのデータをチェックする(シーケンスS2001)。即ち、不正検知ECU2100aは、送信されたフレームにおけるIDフィールドの内容が、不正を示す所定条件(データ範囲リストに記載されているデータの範囲に入らないこと)に該当するか否かを判定する。不正検知ECU2100aは、データ範囲リストにおいてID「4」に対応する「255(0xFF)」の値が記載されていないため、不正なデータフレームであると判断し、続いてエラーフレームの発行準備を開始する(シーケンスS1005)。   Following the sequence S1006a, the fraud-sensing ECU 2100a checks the data in the data field using the data range list (see FIG. 21) (sequence S2001). That is, the fraud detection ECU 2100a determines whether or not the content of the ID field in the transmitted frame corresponds to a predetermined condition indicating fraud (not falling within the range of data described in the data range list). The fraud-sensing ECU 2100a determines that the data frame list is not a value of "255 (0xFF)" corresponding to the ID "4", and thus determines that the data frame is an invalid data frame, and then starts preparation for issuing an error frame. Yes (sequence S1005).

不正検知ECU2100aがエラーフレームの発行準備をしている間に、不正なECUからはバス500a上にデータフィールドより後の部分であるCRCフィールド(CRCシーケンス及びCRCデリミタ)が1ビットずつ逐次送出される。ゲートウェイ300はこのCRCフィールドの受信を開始する(シーケンスS2002)。   While the fraud-sensing ECU 2100a prepares to issue an error frame, the fraudulent ECU sequentially sends the CRC field (CRC sequence and CRC delimiter), which is a portion after the data field, on the bus 500a bit by bit. .. The gateway 300 starts receiving this CRC field (sequence S2002).

次にエラーフレームの発行準備が終わって、不正検知ECU2100aがエラーフレームを送信する(シーケンスS1007)。このエラーフレームの送信が開始されることによりバス500aでは、不正なECUから送信中のフレームのCRCシーケンスの途中部分がエラーフレーム(優先されるドミナントのビット列)により上書きされることになる。   Next, preparation for issuing the error frame is completed, and the fraud detection ECU 2100a transmits the error frame (sequence S1007). When the transmission of this error frame is started, the middle part of the CRC sequence of the frame being transmitted from the unauthorized ECU is overwritten by the error frame (priority dominant bit string) on the bus 500a.

シーケンスS1007において送信されたエラーフレームを受信したゲートウェイ300は、CRCシーケンスを含むCRCフィールドの受信途中で、不正なECUが送信していたデータフレームの受信を中止する(シーケンスS2003)。つまり、ゲートウェイ300は、不正なECUからのCRCシーケンスがエラーフレームで上書きされており、エラーフレームを検出するので、不正なECUが送信していたデータフレームの受信を継続しない。   Upon receiving the error frame transmitted in sequence S1007, the gateway 300 stops receiving the data frame transmitted by the unauthorized ECU in the middle of receiving the CRC field including the CRC sequence (sequence S2003). That is, since the CRC sequence from the unauthorized ECU is overwritten with the error frame and the gateway 300 detects the error frame, the gateway 300 does not continue to receive the data frame transmitted by the unauthorized ECU.

不正検知ECU2100aは、エラーフレームを送信する対象となったデータフレームのID「4」に対応する不正検知カウンタをインクリメントする(シーケンスS1009)。インクリメントした結果としてID「4」に対応する不正検知カウンタが17以上となった場合、不正検知ECU2100aは、エラー表示メッセージを送信する(シーケンスS1010)。   The fraud-sensing ECU 2100a increments the fraud-sensing counter corresponding to the ID "4" of the data frame that is the target of transmitting the error frame (sequence S1009). When the fraud detection counter corresponding to ID “4” becomes 17 or more as a result of the increment, the fraud detection ECU 2100a transmits an error display message (sequence S1010).

[2.5 実施の形態2の効果]
実施の形態2で示した不正検知ECUは、送信されたフレームが不正なフレームか否かを、フレーム(データフレーム)のIDフィールド及びデータフィールドについてデータ範囲リストを用いて判定する。これにより、データフレームにおけるIDフィールドとデータフィールドとの組み合わせによって不正を判定できるため、既存のECU(つまり不正検知ECU及び不正なECU以外のECU)において不正なフレームが解釈されてそのフレームに対応する処理が実行されることを阻止することができる。また、データフレームのデータフィールドまで受信するだけで判定ができるため、データフレームの後部を受信して判定を行う場合よりも、バスのトラフィックを抑えることが可能となる。
[2.5 Effects of Second Embodiment]
The fraud detection ECU described in the second embodiment determines whether or not the transmitted frame is a fraudulent frame using the data range list for the ID field and the data field of the frame (data frame). This makes it possible to determine the fraud by the combination of the ID field and the data field in the data frame, so that the fraudulent frame is interpreted by the existing ECU (that is, the ECU other than the fraud detection ECU and the fraudulent ECU) and corresponds to the frame. It is possible to prevent the processing from being executed. Further, since the determination can be made only by receiving the data field of the data frame, it is possible to suppress the bus traffic as compared with the case of receiving the rear part of the data frame and making the determination.

また、不正検知ECUが、不正検知カウンタを用いてエラーフレームを送信した回数をカウントすることで、エラーフレームの受信により不正なメッセージIDを送信するノードにおける送信エラーカウンタがCANプロトコルに従えばパッシブ状態に遷移すべき上限値まで到達していることを検出することができる。これにより、不正なメッセージIDを送信するノードが、CANプロトコルのエラーカウンタの仕様に準拠しているか否かを判定することが可能となる。   Further, the fraud detection ECU counts the number of times the error frame is transmitted by using the fraud detection counter, so that the transmission error counter in the node that transmits the fraudulent message ID due to the reception of the error frame is in a passive state if the CAN protocol is followed. It can be detected that the upper limit value to be changed to is reached. This makes it possible to determine whether or not the node transmitting the invalid message ID complies with the CAN protocol error counter specifications.

また、不正なフレームの判定を行うノードを不正検知ECUのみとすることで、既存のネットワーク構成への影響を最小限に抑えることができ、システム全体として処理量、消費電力量を抑えることができる。   Further, by using only the fraud-sensing ECU as the node for determining the fraudulent frame, the influence on the existing network configuration can be minimized, and the processing amount and power consumption amount of the entire system can be suppressed. .

(実施の形態3)
以下、本開示の実施の形態として、メッセージID、データ及びカウンタ値から算出されるメッセージ認証コード(MAC:Message Authentication Code)を用いて、他のノード(ECU)において不正なフレームに基づく処理が実行されることを阻止するための不正対処方法を実現する不正検知ECUを含む車載ネットワークシステム12について説明する。
(Embodiment 3)
Hereinafter, as an embodiment of the present disclosure, a message authentication code (MAC: Message Authentication Code) calculated from a message ID, data, and a counter value is used to execute a process based on an invalid frame in another node (ECU). An in-vehicle network system 12 including a fraud-sensing ECU that implements a fraud-handling method for preventing such a situation will be described.

[3.1 車載ネットワークシステム12の全体構成]
図24は、実施の形態3に係る車載ネットワークシステム12の全体構成を示す図である。車載ネットワークシステム12は、実施の形態1で示した車載ネットワークシステム10の一部を変形したものである。車載ネットワークシステム12は、バス500a、500bと、不正検知ECU3100a、3100b、ヘッドユニット200、ゲートウェイ300、及び、各種機器に接続されたECU3400a〜3400d等のECUといったバスに接続された各ノードとを含んで構成される。車載ネットワークシステム12の構成要素のうち、実施の形態1と同様の機能を有する構成要素は、同じ符号を付して説明を省略する。
[3.1 Overall Configuration of In-Vehicle Network System 12]
FIG. 24 is a diagram showing the overall configuration of the vehicle-mounted network system 12 according to the third embodiment. The vehicle-mounted network system 12 is a modification of the vehicle-mounted network system 10 described in the first embodiment. The vehicle-mounted network system 12 includes buses 500a and 500b, fraud detection ECUs 3100a and 3100b, a head unit 200, a gateway 300, and nodes such as ECUs 3400a to 3400d connected to various devices, which are connected to the bus. Composed of. Among the constituent elements of the in-vehicle network system 12, constituent elements having the same functions as those of the first embodiment are designated by the same reference numerals and the description thereof will be omitted.

不正検知ECU3100a、3100bは、それぞれバス500a、バス500bに接続され、ECU3400a〜3400d等により送信されたフレームが不正であるかどうかを判定し、不正であればエラーフレームを送信する機能を有するECUである。   The fraud detection ECUs 3100a and 3100b are ECUs that are connected to the buses 500a and 500b, respectively, and determine whether the frames transmitted by the ECUs 3400a to 3400d and the like are fraudulent, and if they are fraudulent, transmit an error frame. is there.

ECU3400a〜3400dは、いずれかのバスと接続され、また、それぞれエンジン401、ブレーキ402、ドア開閉センサ403、窓開閉センサ404に接続されている。ECU3400a〜3400dのそれぞれは、接続されている機器(エンジン401等)の状態を取得し、定期的に状態を表すデータフレームをネットワーク(つまりバス)に送信している。送信されるデータフレームのデータフィールドには、メッセージIDとデータ値と送信毎にインクリメントされるカウンタ値とから計算により導出されるメッセージ認証コード(MAC)が付与される。   The ECUs 3400a to 3400d are connected to any of the buses, and are also connected to the engine 401, the brake 402, the door opening/closing sensor 403, and the window opening/closing sensor 404, respectively. Each of the ECUs 3400a to 3400d acquires the state of the connected device (engine 401 or the like) and periodically transmits a data frame indicating the state to the network (that is, the bus). A message authentication code (MAC) derived from a message ID, a data value, and a counter value that is incremented for each transmission is added to the data field of the data frame to be transmitted.

[3.2 ECU3400aの構成]
図25は、ECU3400aの構成図である。ECU3400aは、フレーム送受信部460と、フレーム解釈部450と、受信ID判断部430と、受信IDリスト保持部440と、フレーム処理部410と、フレーム生成部3420と、データ取得部470と、MAC生成部3410と、MAC鍵保持部3430と、カウンタ保持部3440とを含んで構成される。これらの各構成要素は、機能的な構成要素であり、その各機能は、ECU3400aにおける通信回路、メモリに格納された制御プログラムを実行するプロセッサ或いはデジタル回路等により実現される。ECU3400aは、実施の形態1で示したECU400aの一部を変形したものであり、実施の形態1と同様の機能を有する構成要素は、同じ符号を付して説明を省略する。
[3.2 Configuration of ECU 3400a]
FIG. 25 is a configuration diagram of the ECU 3400a. The ECU 3400a includes a frame transmission/reception unit 460, a frame interpretation unit 450, a reception ID determination unit 430, a reception ID list holding unit 440, a frame processing unit 410, a frame generation unit 3420, a data acquisition unit 470, and a MAC generation. A unit 3410, a MAC key holding unit 3430, and a counter holding unit 3440 are included. Each of these components is a functional component, and each function thereof is realized by a communication circuit in the ECU 3400a, a processor that executes a control program stored in the memory, a digital circuit, or the like. The ECU 3400a is a modification of the ECU 400a shown in the first embodiment, and components having the same functions as those in the first embodiment are designated by the same reference numerals and the description thereof will be omitted.

フレーム生成部3420は、実施の形態1で示したフレーム生成部420の一部を変形したものである。フレーム生成部3420は、フレーム解釈部450から通知されたエラーフレームの送信を指示する通知に従い、エラーフレームを構成し、エラーフレームをフレーム送受信部460へ通知して送信させる。また、フレーム生成部3420は、データ取得部470より通知されたデータの値と予め定められたメッセージIDとをMAC生成部3410へ通知して、算出されたMACを受け取る。フレーム生成部3420は、予め定められたメッセージIDとデータ取得部470より通知されたデータの値とMAC生成部3410から受け取ったMACとを含むようにフレームを構成し(図26参照)、フレーム送受信部460へ通知する。   The frame generation unit 3420 is a modification of the frame generation unit 420 shown in the first embodiment. The frame generation unit 3420 composes an error frame according to the notification instructing the transmission of the error frame notified from the frame interpretation unit 450, and notifies the frame transmission/reception unit 460 to transmit the error frame. Also, the frame generation unit 3420 notifies the MAC generation unit 3410 of the value of the data notified by the data acquisition unit 470 and the predetermined message ID, and receives the calculated MAC. The frame generation unit 3420 configures a frame so as to include a predetermined message ID, the value of the data notified from the data acquisition unit 470, and the MAC received from the MAC generation unit 3410 (see FIG. 26), and transmits and receives the frame. Notify the section 460.

MAC生成部3410は、フレーム生成部3420より通知されるメッセージIDとデータの値と、カウンタ保持部3440で保持するカウンタ値とを結合した値(結合値)に対し、MAC鍵保持部3430で保持するMAC鍵を用いて、MACを算出(計算により導出)して、この算出した結果であるMACをフレーム生成部3420へと通知する。ここではMACの計算方法として、HMAC(Hash-based Message Authentication Code)(非特許文献2参照)を採用し、上述した結合値に対し、所定のブロック分(例えば4Bytes)までパディングした値でMAC鍵を使って計算し、出てきた計算結果の先頭4bytesをMACとする。なお、ここでは、MACを算出するために用いる結合値は、メッセージIDとデータの値とカウンタ保持部3440で保持するカウンタ値とを使用しているが、これらの3つのうち、いずれか1つ又は2つの組み合わせを用いてMACを算出しても良い。   The MAC generation unit 3410 holds, in the MAC key holding unit 3430, a value (combined value) obtained by combining the message ID and the data value notified from the frame generation unit 3420 with the counter value held in the counter holding unit 3440. The MAC key is calculated (derived by calculation) using the MAC key, and the MAC that is the calculated result is notified to the frame generation unit 3420. Here, HMAC (Hash-based Message Authentication Code) (see Non-Patent Document 2) is adopted as the MAC calculation method, and the MAC key is padded to a predetermined block (for example, 4 Bytes) with respect to the combined value described above. Is used, and the first 4 bytes of the calculation result that appears are the MAC. Note that, here, the combined value used for calculating the MAC uses the message ID, the value of the data, and the counter value held by the counter holding unit 3440, but any one of these three is used. Alternatively, the MAC may be calculated using a combination of the two.

MAC鍵保持部3430は、MACを計算するため必要となるMAC鍵を保持する。   The MAC key holding unit 3430 holds the MAC key necessary for calculating the MAC.

カウンタ保持部3440は、MACを計算するために必要となるカウンタ値を保持する。なお、このカウンタ値は、フレーム送受信部460においてデータフレームが正常に送信された度にインクリメントされる。   The counter holding unit 3440 holds the counter value necessary for calculating the MAC. The counter value is incremented every time the data frame is normally transmitted by the frame transmitting/receiving unit 460.

なお、ECU3400b〜3400dは、それぞれ実施の形態1で示したECU400b〜400dの一部を変形したものであり、上述したECU3400と基本的に同様の構成を備える。但し、受信IDリスト保持部440に保持される受信IDリストはECU毎に異なる内容となり得る。例えばECU3400a及びECU3400bは図9に例示する受信IDリストを保持し、ECU3400c及びECU3400dは図5に例示する受信IDリストを保持する。また、フレーム処理部410の処理内容は、実施の形態1で示したようにECU毎に異なる。以下、ECU3400a〜3400dのそれぞれが送信するフレームの内容について図26〜図29を用いて説明する。   Each of ECUs 3400b to 3400d is a modification of each of ECUs 400b to 400d shown in the first embodiment, and basically has the same configuration as that of ECU 3400 described above. However, the reception ID list stored in the reception ID list storage unit 440 may have different contents for each ECU. For example, the ECU 3400a and the ECU 3400b hold the reception ID list illustrated in FIG. 9, and the ECU 3400c and the ECU 3400d hold the reception ID list illustrated in FIG. Further, the processing content of the frame processing unit 410 is different for each ECU as shown in the first embodiment. The contents of the frame transmitted by each of the ECUs 3400a to 3400d will be described below with reference to FIGS.

[3.3 エンジンに係るECU3400aの送信フレーム例]
図26は、エンジン401に接続されたECU3400aから送信されるデータフレームにおけるID(メッセージID)及びデータフィールド(データ)の一例を示す図である。ECU3400aが送信するフレームのメッセージIDは「1」である。データは、同図において1バイト毎に空白で区分して表しており、先頭の1byteが時速(km/時)を表し、次の1byteはカウンタ値を表し、次の4bytesがMACを表す。なお、図26の例においてMACは16進数で表記している。先頭1byteの時速(km/時)は、最低0(km/時)〜最高180(km/時)までの範囲の値を取る。図26の上行から下行へと、ECU3400aから逐次送信される各フレームに対応する各メッセージID及びデータを例示しており、カウンタ値が次第に増加し、時速が0km/時から1km/時ずつ加速されている様子を表している。
[3.3 Transmission Frame Example of ECU 3400a Related to Engine]
FIG. 26 is a diagram showing an example of an ID (message ID) and a data field (data) in a data frame transmitted from the ECU 3400a connected to the engine 401. The message ID of the frame transmitted by the ECU 3400a is "1". In the figure, the data is divided into blanks for each byte, the first 1 byte represents a speed (km/hour), the next 1 byte represents a counter value, and the next 4 bytes represents a MAC. In the example of FIG. 26, the MAC is expressed in hexadecimal. The hourly speed (km/hour) of the first 1 byte takes a value in the range of 0 (km/hour) at the lowest to 180 (km/hour) at the highest. From the top row to the bottom row in FIG. 26, message IDs and data corresponding to each frame sequentially transmitted from the ECU 3400a are illustrated, and the counter value is gradually increased and the speed is accelerated from 0 km/hour to 1 km/hour. It shows the situation.

[3.4 ブレーキに係るECU3400bの送信フレーム例]
図27は、ブレーキ402に接続されたECU3400bから送信されるデータフレームにおけるID(メッセージID)及びデータフィールド(データ)の一例を示す図である。ECU3400bが送信するフレームのメッセージIDは「2」である。データは、同図において1バイト毎に空白で区分して表しており、先頭の1byteがブレーキのかかり具合を割合(%)で表し、次の1byteはカウンタ値を表し、次の4bytesがMACを表す。なお、図27の例においてMACは16進数で表記している。先頭1byteのブレーキのかかり具合は、ブレーキを全くかけていない状態を0(%)、ブレーキを最大限かけている状態を100(%)としたものである。図27の上行から下行へと、ECU3400bから逐次送信される各フレームに対応する各メッセージID及びデータを例示しており、カウンタ値が次第に増加し、ブレーキについては100%から徐々にブレーキを弱めている様子を表している。
[3.4 Transmission Frame Example of ECU 3400b for Braking]
FIG. 27 is a diagram showing an example of an ID (message ID) and a data field (data) in a data frame transmitted from the ECU 3400b connected to the brake 402. The message ID of the frame transmitted by the ECU 3400b is “2”. In the figure, the data is divided into blanks for each 1 byte, the first 1 byte represents the degree of braking (%), the next 1 byte represents the counter value, and the next 4 bytes represent the MAC. Represent Note that in the example of FIG. 27, the MAC is expressed in hexadecimal. The degree of braking of the first 1 byte is 0 (%) when the brake is not applied at all, and 100 (%) when the brake is applied to the maximum. From the top row to the bottom row in FIG. 27, message IDs and data corresponding to each frame sequentially transmitted from the ECU 3400b are illustrated, the counter value gradually increases, and the brake gradually weakens from 100%. It shows the situation.

[3.5 ドア開閉センサに係るECU3400cの送信フレーム例]
図28は、ドア開閉センサ403に接続されたECU3400cから送信されるデータフレームにおけるID(メッセージID)及びデータフィールド(データ)の一例を示す図である。ECU3400cが送信するフレームのメッセージIDは「3」である。データは、同図において1バイト毎に空白で区分して表しており、先頭の1Byteがドアの開閉状態を表し、次の1byteはカウンタ値を表し、次の4bytesがMACを表す。なお、図28の例においてMACは16進数で表記している。先頭1byteのドアの開閉状態は、ドアが開いている状態を「1」、ドアが閉まっている状態を「0」としたものである。図28の上行から下行へと、ECU3400cから逐次送信される各フレームに対応する各メッセージID及びデータを例示しており、カウンタ値が次第に増加し、ドアが開いている状態から次第に閉められた状態へと移った様子を表している。
[3.5 Transmission Frame Example of ECU 3400c Related to Door Opening/Closing Sensor]
FIG. 28 is a diagram showing an example of an ID (message ID) and a data field (data) in a data frame transmitted from the ECU 3400c connected to the door opening/closing sensor 403. The message ID of the frame transmitted by the ECU 3400c is “3”. In the figure, the data is divided into blanks for each byte, the first 1 Byte represents the open/closed state of the door, the next 1 Byte represents the counter value, and the next 4 Bytes represents the MAC. In addition, in the example of FIG. 28, the MAC is represented by a hexadecimal number. The open/closed state of the first 1-byte door is "1" when the door is open and "0" when the door is closed. 28 illustrates the message IDs and data corresponding to the frames sequentially transmitted from the ECU 3400c from the upper row to the lower row in FIG. 28, in which the counter value gradually increases and the door is gradually closed from the open state. It shows how it moved to.

[3.6 窓開閉センサに係るECU3400dの送信フレーム例]
図29は、窓開閉センサ404に接続されたECU3400dから送信されるデータフレームにおけるID(メッセージID)及びデータフィールド(データ)の一例を示す図である。ECU3400dが送信するフレームのメッセージIDは「4」である。データは、同図において1バイト毎に空白で区分して表しており、先頭の1Byteが窓の開閉状態を割合(%)で表し、次の1byteはカウンタ値を表し、次の4bytesがMACを表す。なお、図29の例においてMACは16進数で表記している。先頭1byteの窓の開閉状態は、窓が完全に閉まっている状態を0(%)、窓が全開の状態を100(%)としたものである。図29の上行から下行へと、ECU3400dから逐次送信される各フレームに対応する各メッセージID及びデータを例示しており、カウンタ値が次第に増加し、窓が閉まっている状態から徐々に開いていく様子を表している。
[3.6 Transmission Frame Example of ECU 3400d Related to Window Opening/Closing Sensor]
FIG. 29 is a diagram showing an example of an ID (message ID) and a data field (data) in a data frame transmitted from the ECU 3400d connected to the window opening/closing sensor 404. The message ID of the frame transmitted by the ECU 3400d is “4”. In the figure, the data is represented by dividing each byte into blanks. The leading 1 Byte represents the open/closed state of the window as a percentage (%), the next 1 byte represents the counter value, and the next 4 bytes represent the MAC. Represent In the example of FIG. 29, the MAC is expressed in hexadecimal. The open/closed state of the first 1-byte window is 0 (%) when the window is completely closed, and 100 (%) when the window is fully open. 29 shows message IDs and data corresponding to each frame sequentially transmitted from the ECU 3400d from the top row to the bottom row of FIG. 29, the counter value gradually increases, and the window gradually opens from the closed state. It shows the situation.

[3.7 不正検知ECU3100aの構成]
図30は、不正検知ECU3100aの構成図である。不正検知ECU3100aは、フレーム送受信部160と、フレーム解釈部3150と、不正MAC検知部3130と、MAC鍵保持部3180と、カウンタ保持部3190と、フレーム生成部140と、MAC生成部3170と、不正検知カウンタ保持部110から構成される。これらの各構成要素は、機能的な構成要素であり、その各機能は、不正検知ECU3100aにおける通信回路、メモリに格納された制御プログラムを実行するプロセッサ或いはデジタル回路等により実現される。不正検知ECU3100aは、実施の形態1で示した不正検知ECU100aの一部を変形したものであり、実施の形態1と同様の機能を有する構成要素は、同じ符号を付して説明を省略する。なお、不正検知ECU3100bも同様の構成である。
[3.7 Configuration of Fraud Detection ECU 3100a]
FIG. 30 is a configuration diagram of the fraud detection ECU 3100a. The fraud detection ECU 3100a includes a frame transmission/reception unit 160, a frame interpretation unit 3150, a fraudulent MAC detection unit 3130, a MAC key holding unit 3180, a counter holding unit 3190, a frame generation unit 140, a MAC generation unit 3170, and fraud. It is composed of the detection counter holding unit 110. Each of these components is a functional component, and each function thereof is realized by a communication circuit in the fraud detection ECU 3100a, a processor that executes a control program stored in the memory, a digital circuit, or the like. The fraud-sensing ECU 3100a is a modification of the fraud-sensing ECU 100a shown in the first embodiment, and components having the same functions as those in the first embodiment are designated by the same reference numerals and the description thereof will be omitted. The fraud detection ECU 3100b has the same configuration.

フレーム解釈部3150は、実施の形態1で示したフレーム解釈部150を変形したものであり、フレーム送受信部160よりフレームの値を受け取り、CANプロトコルで規定されているフレームフォーマットにおける各フィールドにマッピングするよう解釈を行う。フレームがデータフレームであると判断した場合においてデータフィールドと判断した値(データ)は、IDフィールドのID(メッセージID)と共に、不正MAC検知部3130へ転送する。また、フレーム解釈部3150は、CANプロトコルに則っていないフレームと判断した場合は、エラーフレームを送信するようにフレーム生成部140へ通知する。また、フレーム解釈部3150は、エラーフレームを受信した場合、つまり受け取ったフレームにおける値からエラーフレームになっていると解釈した場合には、それ以降はそのフレームを破棄する、つまりフレームの解釈を中止する。   The frame interpretation unit 3150 is a modification of the frame interpretation unit 150 described in the first embodiment, receives the frame value from the frame transmission/reception unit 160, and maps it to each field in the frame format defined by the CAN protocol. To interpret. The value (data) determined to be the data field when the frame is determined to be the data frame is transferred to the unauthorized MAC detection unit 3130 together with the ID (message ID) in the ID field. When the frame interpretation unit 3150 determines that the frame does not conform to the CAN protocol, it notifies the frame generation unit 140 to transmit an error frame. Further, when the frame interpretation unit 3150 receives an error frame, that is, when it interprets that the value in the received frame is an error frame, it discards the frame thereafter, that is, stops interpretation of the frame. To do.

不正MAC検知部3130は、フレーム解釈部3150から通知されるメッセージIDと、データフィールドの値(データ)を受け取ってデータフィールド中のMACを検証する機能を有する。不正MAC検知部3130は、通知されたメッセージID及びデータフィールドの値を、MAC生成部3170へと通知し、MAC生成部3170により生成されたMACを取得する。不正MAC検知部3130は、データフィールドのデータが不正を示す所定条件に該当するか否かを判定する。即ち不正MAC検知部3130は、受信されたフレームにおける所定フィールドの内容が不正を示す所定条件に該当するか否かを判定する言わば判定部として機能する。この不正を示す所定条件は、定められた検証処理手順(MACの生成、MACの比較等を含む手順)での検証に失敗することであり、つまり、データに含まれるMACが、MAC生成部3170により生成されたMACと相違するという条件である。不正MAC検知部3130は、MAC生成部3170から取得したMACと、データフィールド中のMACとを比較することで、不正かどうかの判定(即ちMACの検証)を行う。両MACの値の比較の結果、不一致の場合は、不正の検知回数をインクリメントするために、受信したメッセージIDを不正検知カウンタ保持部110へ通知する。この不正の検知回数が一定回数以上に達した場合において、ヘッドユニット200で受信されるようにエラー表示メッセージを送信するための制御については実施の形態1で説明した通りであるため、ここでの説明を省略する。また、両MACの値の比較の結果、不一致の場合は、エラーフレームを送信するように、フレーム生成部140へ通知する。MAC値の比較の結果、一致する場合は、カウンタ保持部3190が保持する、メッセージIDに対応するカウンタ値をインクリメントするようにMAC生成部3170へ通知する。   The illegal MAC detection unit 3130 has a function of receiving the message ID notified from the frame interpretation unit 3150 and the value (data) of the data field and verifying the MAC in the data field. The unauthorized MAC detection unit 3130 notifies the notified message ID and the value of the data field to the MAC generation unit 3170, and acquires the MAC generated by the MAC generation unit 3170. The fraudulent MAC detection unit 3130 determines whether or not the data in the data field meets a predetermined condition indicating fraud. That is, the fraudulent MAC detection unit 3130 functions as a so-called determination unit that determines whether or not the content of the predetermined field in the received frame satisfies a predetermined condition indicating fraud. The predetermined condition indicating this injustice is that the verification in a predetermined verification processing procedure (procedure including generation of MAC, comparison of MAC, etc.) fails, that is, the MAC included in the data is the MAC generation unit 3170. The condition is that it is different from the MAC generated by. The unauthorized MAC detection unit 3130 compares the MAC acquired from the MAC generation unit 3170 with the MAC in the data field to determine whether the MAC is unauthorized (that is, verify the MAC). When the values of both MACs do not match as a result of comparison, the received message ID is notified to the fraud detection counter holding unit 110 in order to increment the number of fraud detections. The control for transmitting the error display message to be received by the head unit 200 when the number of times of detecting fraud reaches a certain number or more is as described in the first embodiment. The description is omitted. Further, as a result of the comparison of the values of the two MACs, if they do not match, the frame generation unit 140 is notified to transmit an error frame. As a result of the comparison of the MAC values, if they match, the MAC generation unit 3170 is notified to increment the counter value held by the counter holding unit 3190 and corresponding to the message ID.

MAC生成部3170は、不正MAC検知部3130より通知されたメッセージIDを使って、MAC鍵保持部3180より、対応するMAC鍵を取得し、カウンタ保持部3190より対応するカウンタをそれぞれ取得する。MAC生成部3170は、不正MAC検知部3130より通知されたデータフィールドの値(先頭1Byteの値)と、カウンタ保持部3190より取得したカウンタ値に対して、MAC鍵保持部3180より取得したMAC鍵を使ってMACを算出(計算により導出)し、算出したMACを不正MAC検知部3130へ通知する。なお、不正検知ECU3100a、3100b及びECU3400a〜3400dのいずれにおいても、MAC鍵を用いてMACを算出するアルゴリズムは同一のものを用いる。   The MAC generation unit 3170 uses the message ID notified by the unauthorized MAC detection unit 3130 to acquire the corresponding MAC key from the MAC key holding unit 3180 and the corresponding counter from the counter holding unit 3190. The MAC generation unit 3170 uses the MAC key acquired from the MAC key storage unit 3180 for the value of the data field (the value of the first 1 Byte) notified by the unauthorized MAC detection unit 3130 and the counter value acquired from the counter storage unit 3190. Is used to calculate (derived by calculation), and the calculated MAC is notified to the unauthorized MAC detection unit 3130. The fraud detection ECUs 3100a and 3100b and the ECUs 3400a to 3400d use the same algorithm for calculating the MAC using the MAC key.

MAC鍵保持部3180は、MACを計算するため必要となるMAC鍵をメッセージID毎に対応付けて保持する。このMAC鍵保持部3180が保持するMAC鍵は、対応付けられたメッセージID毎に異なる値である。なお、ECU及び不正検知ECUにおいて用いられるMAC鍵は、1つの送信ノードが複数のメッセージIDそれぞれのフレームを送信する場合を想定すると、送信ノード毎に異なる鍵であることとしても良い。また、MAC鍵は、例えば同一のバス上で送信されるフレームに同一の値が用いられるようにしても良いし、異なるバス上であっても同一の鍵(値)としても良いし、車一台あたり同一の鍵としても良く、同一車種で同一の鍵としても良く、同一製造メーカ毎に同一の鍵としても良く、異なる製造メーカであっても同一の鍵としても良い。   The MAC key holding unit 3180 holds the MAC key necessary for calculating the MAC in association with each message ID. The MAC key held by the MAC key holding unit 3180 has a different value for each associated message ID. Note that the MAC key used in the ECU and the fraud detection ECU may be a different key for each transmission node, assuming that one transmission node transmits a frame for each of a plurality of message IDs. As the MAC key, for example, the same value may be used for frames transmitted on the same bus, or the same key (value) may be used on different buses. The same key may be used for each vehicle, the same key may be used for the same vehicle type, the same key may be used for each same manufacturer, or the same key may be used for different manufacturers.

カウンタ保持部3190は、MAC値を計算するために必要となるカウンタ値をメッセージID毎に保持する。このカウンタ値は、フレームを正常に受信した場合(つまり不正MAC検知部3130において比較した両MACが一致する場合)には、インクリメントされる。   The counter holding unit 3190 holds the counter value required for calculating the MAC value for each message ID. This counter value is incremented when the frame is normally received (that is, when both MACs compared by the unauthorized MAC detection unit 3130 match).

[3.8 カウンタ値の例]
図31は、カウンタ保持部3190に保持されているメッセージID毎のカウンタ値の一例を示す図である。同図では、メッセージIDが「1」のカウンタが1回、メッセージIDが「2」のカウンタが10回、メッセージIDが「3」のカウンタが15回、メッセージIDが「4」のカウンタが100回をそれぞれ示している。この各メッセージIDに対応するカウンタ値は、そのメッセージIDを含むフレームが正常に受信されている回数を表している。
[3.8 Example of Counter Value]
FIG. 31 is a diagram showing an example of the counter value for each message ID held in the counter holding unit 3190. In the figure, the counter with the message ID “1” is once, the counter with the message ID “2” is 10 times, the counter with the message ID “3” is 15 times, and the counter with the message ID “4” is 100 times. Shows each time. The counter value corresponding to each message ID represents the number of times that the frame including the message ID is normally received.

[3.9 不正フレームの検知に係るシーケンス]
以下、上述の構成を備える車載ネットワークシステム12のバス500aに不正なECUが接続された場合について、バス500aに接続された不正検知ECU3100a、ECU3400a、ECU3400b、ゲートウェイ300等の動作について説明する。
[3.9 Sequence Related to Detection of Illegal Frame]
Hereinafter, in the case where an unauthorized ECU is connected to the bus 500a of the vehicle-mounted network system 12 having the above-described configuration, the operations of the fraud detection ECU 3100a, the ECU 3400a, the ECU 3400b, the gateway 300, etc. connected to the bus 500a will be described.

図32及び図33は、不正検知ECU3100aが不正なフレーム(メッセージ)を検知して、他のECUによりその不正なフレームに対応した処理がなされることを阻止する動作例を示すシーケンス図である。図32及び図33では、実施の形態1で示した図18並びに実施の形態2で示した図22及び図23の場合と同様に、不正なECUが、バス500aに接続された例を示している。この不正なECUは、メッセージIDが「4」でデータフィールド(データ)が「0xFF FF FFFFFFFF」(6Byte)となるデータフレームを送信する。実施の形態1又は2で示したシーケンスと同じシーケンスには同じ符号を付しており、ここでは説明を簡略化する。   32 and 33 are sequence diagrams showing an operation example in which the fraud-sensing ECU 3100a detects a fraudulent frame (message) and prevents another ECU from performing a process corresponding to the fraudulent frame. 32 and 33, similar to the case of FIG. 18 shown in the first embodiment and FIGS. 22 and 23 shown in the second embodiment, an example in which an unauthorized ECU is connected to the bus 500a is shown. There is. This unauthorized ECU transmits a data frame in which the message ID is “4” and the data field (data) is “0xFF FF FFFFFFFFFF” (6 bytes). The same sequence as the sequence shown in the first or second embodiment is denoted by the same reference numeral, and the description is simplified here.

まず、不正なECUは、上述した不正なデータフレームの送信を開始する(シーケンスS1001a)。不正検知ECU3100a、ECU3400a、ECU3400b及びゲートウェイ300はそれぞれメッセージIDを受信する(シーケンスS1002)。ECU3400a、ECU3400b及びゲートウェイ300はそれぞれ、保持している受信IDリストを用いてメッセージIDをチェックする(シーケンスS1003)。ECU3400a及びECU3400bは、それぞれが保持している受信IDリストに「4」が含まれていないため(図9参照)、受信を終了する。ゲートウェイ300は、保持している受信IDリストに「4」が含まれているため(図5参照)、受信を継続しデータフィールドの受信を行う(シーケンスS1006a)。同様に不正検知ECU3100aもデータフィールドの受信を行う(シーケンスS1006a)。   First, the unauthorized ECU starts transmitting the above-described unauthorized data frame (sequence S1001a). Fraud detection ECU 3100a, ECU 3400a, ECU 3400b, and gateway 300 each receive the message ID (sequence S1002). Each of the ECU 3400a, the ECU 3400b, and the gateway 300 checks the message ID using the held reception ID list (sequence S1003). The ECU 3400a and the ECU 3400b terminate the reception because the reception ID list held by each of them does not include "4" (see FIG. 9). The gateway 300 continues to receive and receives the data field (sequence S1006a) because "4" is included in the held reception ID list (see FIG. 5). Similarly, the fraud detection ECU 3100a also receives the data field (sequence S1006a).

シーケンスS1006aに続いて、不正検知ECU3100aは、データフィールドにおけるデータに含まれるMACを検証(チェック)する(シーケンスS3001)。即ち、不正検知ECU3100aは、送信されたフレームにおけるIDフィールドの内容が、不正を示す所定条件(MACの検証に失敗すること)に該当するか否かを判定する。不正検知ECU3100aは、不正なECUにより送信されたデータフレームにおけるデータフィールドの6Byteのデータ「0xFFFFFFFF」について、後半4ByteのMACと、メッセージID「4」に対応するMAC鍵とカウンタを用いて算定したMACとを比較することでMACの検証を行う。この比較の結果は不一致になり検証が失敗するので、不正検知ECU3100aでは、不正なデータフレームであると判断し、続いてエラーフレームの発行準備を開始する(シーケンスS1005)。   Following sequence S1006a, fraud detection ECU 3100a verifies (checks) the MAC included in the data in the data field (sequence S3001). That is, the fraud detection ECU 3100a determines whether or not the content of the ID field in the transmitted frame satisfies a predetermined condition indicating fraud (failing to verify the MAC). The fraud detection ECU 3100a calculates the MAC of 6 bytes in the data field of the data field in the data frame transmitted by the fraudulent ECU using the MAC of 4 bytes in the latter half and the MAC key and counter corresponding to the message ID “4”. The MAC is verified by comparing with. Since the result of this comparison does not match and the verification fails, the fraud-sensing ECU 3100a determines that the data frame is fraudulent, and subsequently starts preparation for issuing an error frame (sequence S1005).

不正検知ECU3100aがエラーフレームの発行準備をしている間に、ゲートウェイ300はCRCフィールドの受信を開始する(シーケンスS2002)。   While the fraud-sensing ECU 3100a is preparing to issue an error frame, the gateway 300 starts receiving the CRC field (sequence S2002).

次にエラーフレームの発行準備が終わって、不正検知ECU3100aがエラーフレームを送信する(シーケンスS1007)。このエラーフレームの送信が開始されることによりバス500aでは、不正なECUから送信中のフレームのCRCシーケンスの途中部分がエラーフレームにより上書きされることになる。   Next, preparation for issuing the error frame is completed, and the fraud-sensing ECU 3100a transmits the error frame (sequence S1007). When the transmission of the error frame is started, the middle part of the CRC sequence of the frame being transmitted from the unauthorized ECU is overwritten by the error frame on the bus 500a.

シーケンスS1007において送信されたエラーフレームを受信したゲートウェイ300は、CRCシーケンスを含むCRCフィールドの受信途中で、不正なECUが送信していたデータフレームの受信を中止する(シーケンスS2003)。   Upon receiving the error frame transmitted in sequence S1007, gateway 300 stops receiving the data frame transmitted by the unauthorized ECU in the middle of receiving the CRC field including the CRC sequence (sequence S2003).

不正検知ECU3100aは、エラーフレームを送信する対象となったデータフレームのID「4」に対応する不正検知カウンタをインクリメントする(シーケンスS1009)。インクリメントした結果としてID「4」に対応する不正検知カウンタが17以上となった場合、不正検知ECU3100aは、エラー表示メッセージを送信する(シーケンスS1010)。   The fraud detection ECU 3100a increments the fraud detection counter corresponding to the ID “4” of the data frame that is the target of transmitting the error frame (sequence S1009). When the fraud detection counter corresponding to ID “4” becomes 17 or more as a result of the increment, the fraud detection ECU 3100a transmits an error display message (sequence S1010).

[3.10 実施の形態3の効果]
実施の形態3で示した不正検知ECUは、送信されたフレームが不正なフレームか否かを、フレーム(データフレーム)のデータフィールドに含ませたMACを検証することによって判定する。これにより、既存のECU(つまり不正検知ECU及び不正なECU以外のECU)において不正なフレームが解釈されてそのフレームに対応する処理が実行されることを阻止することができる。また、データフレームのデータフィールドまで受信するだけで判定ができるため、データフレームの後部を受信して判定を行う場合よりも、バスのトラフィックを抑えることが可能となる。
[3.10 Effects of Third Embodiment]
The fraud-sensing ECU shown in the third embodiment determines whether or not the transmitted frame is a fraudulent frame by verifying the MAC included in the data field of the frame (data frame). As a result, it is possible to prevent the existing ECU (that is, the ECU other than the fraud detection ECU and the fraudulent ECU) from interpreting the fraudulent frame and executing the process corresponding to the frame. Further, since the determination can be made only by receiving the data field of the data frame, it is possible to suppress the bus traffic as compared with the case of receiving the rear part of the data frame and making the determination.

また、不正検知ECUが、不正検知カウンタを用いてエラーフレームを送信した回数をカウントすることで、エラーフレームの受信により不正なメッセージIDを送信するノードにおける送信エラーカウンタがCANプロトコルに従えばパッシブ状態に遷移すべき上限値まで到達していることを検出することができる。これにより、不正なメッセージIDを送信するノードが、CANプロトコルのエラーカウンタの仕様に準拠しているか否かを判定することが可能となる。   Further, the fraud detection ECU counts the number of times the error frame is transmitted by using the fraud detection counter, so that the transmission error counter in the node that transmits the fraudulent message ID due to the reception of the error frame is in a passive state if the CAN protocol is followed. It can be detected that the upper limit value to be changed to is reached. This makes it possible to determine whether or not the node transmitting the invalid message ID complies with the CAN protocol error counter specifications.

また、MACの検証を行うノードを不正検知ECUのみとすることで、不正検知ECU以外のECUで検証する必要がなく、システム全体として処理量、消費電力量を抑えることができる。   Further, since only the fraud-sensing ECU is used as the node for verifying the MAC, it is not necessary to perform the validation by an ECU other than the fraud-sensing ECU, and the processing amount and power consumption can be suppressed as a whole system.

(他の実施の形態)
以上のように、本開示に係る技術の例示として実施の形態1〜3を説明した。しかしながら、本開示に係る技術は、これに限定されず、適宜、変更、置き換え、付加、省略等を行った実施の形態にも適用可能である。例えば、以下のような変形例も本開示の一実施態様に含まれる。
(Other embodiments)
As described above, the first to third embodiments have been described as examples of the technology according to the present disclosure. However, the technology according to the present disclosure is not limited to this, and is also applicable to the embodiment in which changes, replacements, additions, omissions, etc. are appropriately made. For example, the following modified examples are also included in one embodiment of the present disclosure.

(1)上記実施の形態では、ECU400a〜400d或いはECU3400a〜3400dによりフレームが定期的に送信される例を示したが、フレームは、状態変化を通知するイベントとして送信されることとしても良い。例えば、ECUは、ドアの開閉状態を定期的に送信するのではなく、ドアの開閉状態が変化した場合にのみ、フレームを送信するとしても良い。また、ECUがフレームを、定期的に送信、かつ、状態変化が発生した時に送信することとしても良い。   (1) In the above embodiment, an example in which the frames are periodically transmitted by the ECUs 400a to 400d or the ECUs 3400a to 3400d has been described, but the frames may be transmitted as an event notifying a state change. For example, the ECU may not transmit the open/closed state of the door periodically, but may transmit the frame only when the open/closed state of the door changes. The ECU may also transmit the frame periodically and when a state change occurs.

(2)実施の形態3では、データ値とカウンタ値からMACを算出する例を示したが、データ値のみからMACを算出することとしても良い。またカウンタ値のみからMACを算出することとしても良い。また、フレームに含まれるMACのサイズは4bytesに制限されるものではなく、送信毎に異なるサイズであっても良い。同様に時速等のデータ値のサイズ及びカウンタ値のサイズも1byteに制限されるものではない。また、必ずしもフレームにカウンタ値が含まれていなくても良い。   (2) In the third embodiment, an example in which the MAC is calculated from the data value and the counter value has been shown, but the MAC may be calculated only from the data value. Further, the MAC may be calculated only from the counter value. The size of the MAC included in the frame is not limited to 4 bytes, and may be different for each transmission. Similarly, the size of the data value such as the speed and the size of the counter value are not limited to 1 byte. Further, the frame does not necessarily have to include the counter value.

(3)実施の形態3では、カウンタ値を送信毎にインクリメントする例を示したが、カウンタ値が時刻に応じて自動的にインクリメントされる値であっても良い。また、時刻そのものの値をカウンタの代わりに使用しても良い。即ち、データフレームが送信される度に変化する変数(カウンタ、時刻等)に基づいてMACが生成されるようにすると、MACの不正な解読を困難化することが可能となる。また、実施の形態3では、不正検知ECUにおけるMAC生成部3170が、メッセージIDとデータフィールドの先頭1Byteと、カウンタ保持部3190のカウンタ値とからMAC値を算出することとした。この代わりに、メッセージIDとデータフィールドの先頭1Byteと、データフィールドの次の1Byteであるカウンタ値とからMAC値を算出することとしても良い。また、不正ではないと判定されたデータフィールドにおけるカウンタ値に合わせるように、カウンタ保持部3190のカウンタ値を更新することとしても良い。   (3) In the third embodiment, an example in which the counter value is incremented for each transmission has been described, but the counter value may be a value that is automatically incremented according to time. Further, the value of the time itself may be used instead of the counter. That is, if the MAC is generated based on the variable (counter, time, etc.) that changes every time the data frame is transmitted, it becomes possible to make illegal decoding of the MAC difficult. Further, in the third embodiment, the MAC generation unit 3170 in the fraud detection ECU calculates the MAC value from the message ID, the first 1 Byte of the data field, and the counter value of the counter holding unit 3190. Alternatively, the MAC value may be calculated from the message ID, the first 1 Byte of the data field, and the counter value which is the next 1 Byte of the data field. Further, the counter value of the counter holding unit 3190 may be updated so as to match the counter value in the data field determined not to be illegal.

(4)上記実施の形態では、CANプロトコルにおけるデータフレームを標準IDフォーマットで記述しているが、拡張IDフォーマットで合っても良い。拡張IDフォーマットの場合には、標準IDフォーマットにおけるID位置のベースIDと、拡張IDとを合わせて29ビットでID(メッセージID)を表すので、この29ビットのIDを上述の実施の形態におけるID(メッセージID)と扱えば良い。   (4) In the above embodiment, the data frame in the CAN protocol is described in the standard ID format, but it may be in the extended ID format. In the case of the extended ID format, the base ID at the ID position in the standard ID format and the extended ID are combined to represent the ID (message ID) in 29 bits. Therefore, this 29-bit ID is the ID in the above-described embodiment. It may be treated as (message ID).

(5)上記実施の形態では、MAC算出のアルゴリズムをHMACとしているが、これCBC−MAC(Cipher Block Chaining Message Authentication Code)、CMAC((Cipher-based MAC)であっても良い。また、MAC計算に用いられるパディングについては、ゼロパディング、ISO10126、PKCS#1、PKCS#5、PKCS#7、その他、ブロックのデータサイズが計算に必要となるパディングの方式であれば何でも良い。また4bytes等のブロックへのサイズの変更方法についても、先頭、最後尾、中間のいずれの部分にパディングを行っても良い。また、MAC算出に用いるデータは、連続しているデータ(例えば4bytes分の連続データ)でなくても、特定のルールに従って1bitずつ収集して結合したものでも良い。   (5) In the above embodiment, the MAC calculation algorithm is HMAC, but CBC-MAC (Cipher Block Chaining Message Authentication Code) or CMAC ((Cipher-based MAC) may be used. The padding used for zero padding, ISO10126, PKCS#1, PKCS#5, PKCS#7, and any other padding method that requires the block data size for calculation. As for the method of changing the size to, the padding may be performed at any of the beginning, the end, and the middle.The data used for the MAC calculation is continuous data (for example, continuous data for 4 bytes). Alternatively, the data may be collected and combined one bit at a time according to a specific rule.

(6)上記実施の形態では、CANプロトコルに従って通信するネットワーク通信システムの例として車載ネットワークを示した。本開示に係る技術は、車載ネットワークに限定されるものではなく、ロボット、産業機器等のネットワークその他、車載ネットワーク以外のCANプロトコルに従って通信するネットワーク通信システムにも適用可能である。また、CANプロトコルは、オートメーションシステム内の組み込みシステム等に用いられるCANOpen、或いは、TTCAN(Time-Triggered CAN)、CANFD(CAN with Flexible Data Rate)等の派生的なプロトコルも包含する広義の意味のものと扱われるべきである。   (6) In the above embodiment, the in-vehicle network is shown as an example of the network communication system that communicates according to the CAN protocol. The technology according to the present disclosure is not limited to an in-vehicle network, and is also applicable to networks such as robots and industrial equipment, and network communication systems that communicate according to a CAN protocol other than the in-vehicle network. Further, the CAN protocol has a broad meaning including a CANO Pen used in an embedded system in an automation system, or a derivative protocol such as TTCAN (Time-Triggered CAN) or CANFD (CAN with Flexible Data Rate). Should be treated as

(7)上記実施の形態では、不正なECUがバスに接続される例を示したが、ECU400a〜400d或いはECU3400a〜3400dのような既存のECUが何らかの要因によって不正なECUとして働く可能性もある。その場合であっても、上記実施の形態で示したように不正検知ECUが適切に不正なフレームを検知してエラーフレームを送信することで、他のECUが不正なフレームを処理してしまうことを阻止できる。   (7) In the above embodiment, an example in which an unauthorized ECU is connected to the bus has been described, but an existing ECU such as the ECUs 400a to 400d or ECUs 3400a to 3400d may act as an unauthorized ECU due to some factor. . Even in that case, the fraud-sensing ECU appropriately detects the fraudulent frame and transmits the error frame as shown in the above-described embodiment, so that another ECU processes the fraudulent frame. Can be stopped.

(8)実施の形態2では、メッセージIDと許容されているデータ範囲とが対応付けられたデータ範囲リストを用いて、受信されたデータフレームのデータが、メッセージID毎に許容されているデータ範囲に含まれているか否かによって、不正か否かの判定を行うこととしたが、データ範囲リストにメッセージIDを含ませず、全てのメッセージIDに共通して許容されているデータ範囲(例えば「0〜180」)を定めておき、メッセージIDにかかわらず不正か否かの判定を行うこととしても良い。また、不正検知ECUが保持するデータ範囲リストは、その不正検知ECUが接続されたバスにおいて送信され得るメッセージIDとデータ範囲とを対応付けたものとしても良い。これにより、データ範囲リストが、実施の形態1で示した正規IDリストとしても用いることができるようになる。これを利用して実施の形態2に示した不正検知ECUにおいても実施の形態1で示したメッセージIDのチェック(シーケンスS1004)を行うようにしても良い。   (8) In the second embodiment, the data range of the received data frame is allowed for each message ID by using the data range list in which the message ID is associated with the allowed data range. Whether or not the message ID is included is included in the data range list. However, the message ID is not included in the data range list, and the data range that is commonly allowed for all message IDs (for example, " 0 to 180”) may be set and whether or not the message ID is illegal may be determined. Further, the data range list held by the fraud-sensing ECU may correspond to the message ID and the data range that can be transmitted on the bus to which the fraud-sensing ECU is connected. As a result, the data range list can be used also as the regular ID list shown in the first embodiment. By utilizing this, the fraud detection ECU shown in the second embodiment may also check the message ID shown in the first embodiment (sequence S1004).

(9)実施の形態2で示したメッセージIDと許容されているデータ範囲とが対応付けられたデータ範囲リストの代わりに、不正検知ECUが、メッセージIDと、許容されているデータ長とを対応付けたデータ長リストを用いることとしても良い。この場合には、不正検知ECUは、受信されたデータフレームのコントロールフィールドの値が不正を示す所定条件に該当するか否かを判定する。この不正を示す所定条件は、コントロールフィールドにおけるデータ長(DLC)が、データ長リストにおいてメッセージIDに対応付けられているデータ長ではないという条件である。不正検知ECUは、受信されたDCLが、データ長リストにおいてメッセージID毎に許容されているデータ長であるか否かによって、不正か否かの判定を行う。   (9) Instead of the data range list in which the message ID and the allowed data range shown in the second embodiment are associated, the fraud detection ECU associates the message ID with the allowed data length. It is also possible to use the attached data length list. In this case, the fraud-sensing ECU determines whether or not the value of the control field of the received data frame satisfies a predetermined condition indicating fraud. The predetermined condition indicating this injustice is that the data length (DLC) in the control field is not the data length associated with the message ID in the data length list. The fraud-sensing ECU determines whether or not the received DCL is fraudulent based on whether or not the received DCL has a data length that is allowed for each message ID in the data length list.

(10)上記実施の形態では、特にデータフレームに注目して説明したが、リモートフレームについても不正検知ECUが一定の不正を検知することが可能である。例えば、不正検知ECUが、実施の形態1で示した正規IDリストを用いて受信したリモートフレームにおけるメッセージIDが不正か否かを判定しても良い。また、不正検知ECUが、上述したデータ長リストを用いて受信したリモートフレームにおけるコントロールフィールドにおけるデータ長(DLC)が、メッセージID毎に許容されているデータ長であるか否かにより不正か否かを判定しても良い。また、上記実施の形態で示した不正検知ECUが不正なフレームを受信することで不正の検知を行った場合に送信するエラーフレームは、不正の検知後に迅速に送信されると良い。なお、不正検知ECUは、不正の検知後、その不正なフレームのCRCシーケンスの最後尾が送信される前までにエラーフレームを送信することは有用である。これにより他のECUは、エラーフレームの検出或いはCRCのチェックでのエラー検出により、その不正なフレームの処理を中止することになる。なお、リモートフレームもデータフレームと同様にメッセージID、コントロールフィールド及びCRCシーケンスを含む。   (10) In the above-described embodiment, the description has been made by paying particular attention to the data frame, but the fraud detection ECU can also detect a certain fraud in the remote frame. For example, the fraud-sensing ECU may determine whether or not the message ID in the received remote frame is fraudulent using the regular ID list shown in the first embodiment. Further, whether the fraud detection ECU is fraudulent based on whether the data length (DLC) in the control field in the remote frame received using the data length list described above is the data length allowed for each message ID. May be determined. Further, the error frame transmitted when the fraud detection ECU shown in the above embodiment detects fraud by receiving the fraudulent frame is preferably transmitted promptly after the fraud detection. Note that it is useful for the fraud-sensing ECU to transmit the error frame after the fraud is detected and before the end of the CRC sequence of the fraudulent frame is transmitted. As a result, the other ECU stops processing of the illegal frame due to the detection of the error frame or the error detection in the CRC check. The remote frame also includes a message ID, a control field, and a CRC sequence like the data frame.

(11)上記実施の形態では、不正検知ECUが一定条件下でエラー表示メッセージを送信することを示したが、エラー表示メッセージを送信しないこととしても良い。この場合には、ゲートウェイ及びヘッドユニット等のECUは特に不正検知ECUに対応した構成(エラー表示メッセージを受信するための受信IDリスト等)を保持する必要がなくなる。なお、不正検知ECUは、エラー表示メッセージの送信の代わりに自らスピーカ或いはディスプレイ等を備える場合においてエラーを自ら報知しても良いし、エラーのログを記憶媒体等に記録しても良い。   (11) In the above embodiment, the fraud-sensing ECU transmits the error display message under a certain condition, but the error display message may not be transmitted. In this case, the ECUs such as the gateway and the head unit do not need to hold the configuration (such as the reception ID list for receiving the error display message) particularly corresponding to the fraud detection ECU. It should be noted that the fraud-sensing ECU may notify itself of an error when it is equipped with a speaker, a display, or the like instead of transmitting an error display message, or may record an error log in a storage medium or the like.

(12)上記実施の形態で示した不正フレーム検知部及び不正MAC検知部はCANコントローラと呼ばれるハードウェア、または、CANコントローラと接続して動作するプロセッサ上で動作するファームウェアに実装しても良い。また、MAC鍵保持部、カウンタ保持部、正規IDリスト保持部、データ範囲リスト保持部は、CANコントローラと呼ばれるハードウェアのレジスタ、または、CANコントローラと接続して動作するプロセッサ上で動作するファームウェアに格納されていても良い。   (12) The fraudulent frame detection unit and fraudulent MAC detection unit described in the above embodiments may be implemented in hardware called a CAN controller or firmware that operates on a processor that operates by connecting to the CAN controller. Further, the MAC key holding unit, the counter holding unit, the regular ID list holding unit, and the data range list holding unit are provided in a hardware register called a CAN controller, or firmware operating on a processor operating by connecting to the CAN controller. It may be stored.

(13)上記実施の形態における各ECU(ゲートウェイ及びヘッドユニットを含む)は、例えば、プロセッサ、メモリ等のデジタル回路、アナログ回路、通信回路等を含む装置であることとしたが、ハードディスク装置、ディスプレイ、キーボード、マウス等の他のハードウェア構成要素を含んでいても良い。また、メモリに記憶された制御プログラムがプロセッサにより実行されてソフトウェア的に機能を実現する代わりに、専用のハードウェア(デジタル回路等)によりその機能を実現することとしても良い。   (13) Each of the ECUs (including the gateway and the head unit) in the above embodiments is a device including a digital circuit such as a processor and a memory, an analog circuit, a communication circuit, etc. Other hardware components such as a keyboard, a mouse, etc. may be included. Further, instead of the control program stored in the memory being executed by the processor and realizing the function by software, the function may be realized by dedicated hardware (digital circuit or the like).

(14)上記実施の形態における各装置を構成する構成要素の一部または全部は、1個のシステムLSI(Large Scale Integration:大規模集積回路)から構成されているとしても良い。システムLSIは、複数の構成部を1個のチップ上に集積して製造された超多機能LSIであり、具体的には、マイクロプロセッサ、ROM、RAM等を含んで構成されるコンピュータシステムである。前記RAMには、コンピュータプログラムが記録されている。前記マイクロプロセッサが、前記コンピュータプログラムに従って動作することにより、システムLSIは、その機能を達成する。   (14) Part or all of the constituent elements of each device in the above-described embodiments may be composed of one system LSI (Large Scale Integration). The system LSI is an ultra-multifunctional LSI manufactured by integrating a plurality of constituent parts on one chip, and specifically, is a computer system including a microprocessor, ROM, RAM and the like. . A computer program is recorded in the RAM. The system LSI achieves its function by the microprocessor operating according to the computer program.

また、上記各装置を構成する構成要素の各部は、個別に1チップ化されていても良いし、一部又はすべてを含むように1チップ化されても良い。   Further, each part of the constituent elements of each of the above devices may be individually made into one chip, or may be made into one chip so as to include a part or all.

また、ここでは、システムLSIとしたが、集積度の違いにより、IC、LSI、スーパーLSI、ウルトラLSIと呼称されることもある。また、集積回路化の手法はLSIに限るものではなく、専用回路又は汎用プロセッサで実現しても良い。LSI製造後に、プログラムすることが可能なFPGA(Field Programmable Gate Array)や、LSI内部の回路セルの接続や設定を再構成可能なリコンフィギュラブル・プロセッサを利用しても良い。   Although the system LSI is used here, it may be called IC, LSI, super LSI, or ultra LSI depending on the degree of integration. Further, the method of circuit integration is not limited to LSI, and it may be realized by a dedicated circuit or a general-purpose processor. A programmable programmable gate array (FPGA) that can be programmed after the LSI is manufactured, or a reconfigurable processor that can reconfigure the connection and setting of circuit cells inside the LSI may be used.

さらには、半導体技術の進歩又は派生する別技術によりLSIに置き換わる集積回路化の技術が登場すれば、当然、その技術を用いて機能ブロックの集積化を行っても良い。バイオ技術の適用等が可能性としてあり得る。   Further, if integrated circuit technology comes out to replace LSI's as a result of the advancement of semiconductor technology or a derivative other technology, it is naturally also possible to carry out function block integration using this technology. The application of biotechnology is possible.

(15)上記各装置を構成する構成要素の一部または全部は、各装置に脱着可能なICカードまたは単体のモジュールから構成されているとしても良い。前記ICカードまたは前記モジュールは、マイクロプロセッサ、ROM、RAM等から構成されるコンピュータシステムである。前記ICカードまたは前記モジュールは、上記の超多機能LSIを含むとしても良い。マイクロプロセッサが、コンピュータプログラムに従って動作することにより、前記ICカードまたは前記モジュールは、その機能を達成する。このICカードまたはこのモジュールは、耐タンパ性を有するとしても良い。   (15) Part or all of the constituent elements of each of the above devices may be configured with an IC card that can be attached to or detached from each device or a single module. The IC card or the module is a computer system including a microprocessor, ROM, RAM and the like. The IC card or the module may include the above super-multifunctional LSI. The IC card or the module achieves its function by the microprocessor operating according to the computer program. This IC card or this module may be tamper resistant.

(16)本開示の一態様としては、上記に示す不正対処方法等の方法であるとしても良い。また、これらの方法をコンピュータにより実現するコンピュータプログラムであるとしても良いし、前記コンピュータプログラムからなるデジタル信号であるとしても良い。   (16) As one aspect of the present disclosure, a method such as the above-described fraud handling method may be used. Further, it may be a computer program that realizes these methods by a computer, or may be a digital signal including the computer program.

また、本開示の一態様としては、前記コンピュータプログラムまたは前記デジタル信号をコンピュータ読み取り可能な記録媒体、例えば、フレキシブルディスク、ハードディスク、CD−ROM、MO、DVD、DVD−ROM、DVD−RAM、BD(Blu−ray(登録商標) Disc)、半導体メモリ等に記録したものとしても良い。また、これらの記録媒体に記録されている前記デジタル信号であるとしても良い。   In addition, as one aspect of the present disclosure, a recording medium that can read the computer program or the digital signal by a computer, for example, a flexible disk, a hard disk, a CD-ROM, a MO, a DVD, a DVD-ROM, a DVD-RAM, a BD ( It may be recorded on a Blu-ray (registered trademark) Disc), a semiconductor memory, or the like. Further, it may be the digital signal recorded on these recording media.

また、本開示の一態様としては、前記コンピュータプログラムまたは前記デジタル信号を、電気通信回線、無線または有線通信回線、インターネットを代表とするネットワーク、データ放送等を経由して伝送するものとしても良い。   As one aspect of the present disclosure, the computer program or the digital signal may be transmitted via an electric communication line, a wireless or wired communication line, a network typified by the Internet, a data broadcast, or the like.

また、本開示の一態様としては、マイクロプロセッサとメモリを備えたコンピュータシステムであって、前記メモリは、上記コンピュータプログラムを記録しており、前記マイクロプロセッサは、前記コンピュータプログラムに従って動作するとしても良い。   In addition, as one aspect of the present disclosure, a computer system including a microprocessor and a memory, wherein the memory records the computer program, and the microprocessor may operate according to the computer program. .

また、前記プログラムまたは前記デジタル信号を前記記録媒体に記録して移送することにより、または前記プログラムまたは前記デジタル信号を、前記ネットワーク等を経由して移送することにより、独立した他のコンピュータシステムにより実施するとしても良い。   Further, the program or the digital signal is recorded on the recording medium and transferred, or the program or the digital signal is transferred via the network or the like, thereby being implemented by another independent computer system. You can do that.

(17)上記実施の形態及び上記変形例で示した各構成要素及び機能を任意に組み合わせることで実現される形態も本開示の範囲に含まれる。   (17) A form realized by arbitrarily combining each component and function shown in the above-mentioned embodiment and the above-mentioned modification is also contained in the scope of the present disclosure.

本開示は、車載ネットワークシステム等において不正なECUによる影響を抑制するために利用可能である。   The present disclosure can be used to suppress the influence of an unauthorized ECU in an in-vehicle network system or the like.

10,11,12 車載ネットワークシステム
100a,100b,2100a,2100b,3100a,3100b 不正検知電子制御ユニット(不正検知ECU)
110 不正検知カウンタ保持部
120 正規IDリスト保持部
130,2130 不正フレーム検知部
140,230,320,420,3420 フレーム生成部
150,260,350,450,2150,3150 フレーム解釈部
160,270,360,460 フレーム送受信部
200 ヘッドユニット
210 表示制御部
220,410 フレーム処理部
240,330,430 受信ID判断部
250,340,440 受信IDリスト保持部
300 ゲートウェイ
310 転送処理部
370 転送ルール保持部
400a,400b,400c,400d,3400a,3400b,3400c,3400d 電子制御ユニット(ECU)
401 エンジン
402 ブレーキ
403 ドア開閉センサ
404 窓開閉センサ
470 データ取得部
500a,500b,500c バス
2120 データ範囲リスト保持部
3130 不正MAC検知部
3410,3170 MAC生成部
3430,3180 MAC鍵保持部
3440,3190 カウンタ保持部
10, 11, 12 In-vehicle network system 100a, 100b, 2100a, 2100b, 3100a, 3100b Fraud detection electronic control unit (fraud detection ECU)
110 Fraud detection counter holding unit 120 Regular ID list holding unit 130, 2130 Fraud frame detection unit 140, 230, 320, 420, 3420 Frame generation unit 150, 260, 350, 450, 2150, 3150 Frame interpretation unit 160, 270, 360 , 460 frame transmission/reception unit 200 head unit 210 display control unit 220, 410 frame processing unit 240, 330, 430 reception ID determination unit 250, 340, 440 reception ID list holding unit 300 gateway 310 transfer processing unit 370 transfer rule holding unit 400a, 400b, 400c, 400d, 3400a, 3400b, 3400c, 3400d Electronic control unit (ECU)
401 engine 402 brake 403 door open/close sensor 404 window open/close sensor 470 data acquisition unit 500a, 500b, 500c bus 2120 data range list holding unit 3130 unauthorized MAC detection unit 3410, 3170 MAC generation unit 3430, 3180 MAC key holding unit 3440, 3190 counter Holding part

Claims (4)

CAN(Controller Area Network)プロトコルに従ってバスを介して通信する複数の
電子制御ユニットを備えるネットワーク通信システムにおいて用いられる不正対処方法であって、
送信が開始されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する第1の判定ステップと、
前記第1の判定ステップにおいて前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信ステップと、
前記送信ステップにおいてエラーフレームを送信した回数を、前記エラーフレームを送信する対象となった前記フレームに含まれるIDフィールドの内容により表されるID毎に、記録する記録ステップと、
前記記録ステップにより記録されたID毎の回数が所定回数を超えている場合に、不正であると判定する第2の判定ステップとを含み、
前記所定フィールドは、IDを表すフィールドであり、
前記第1の判定ステップでは、前記所定フィールドの内容により表されるIDを、予め定められたIDリスト情報が示す1以上のIDと比較することにより、前記所定条件に該当するか否かの前記判定を行い、
前記第1の判定ステップでは、前記所定フィールドの内容により表されるIDを、前記IDリスト情報が示す1以上の全てのIDと比較し、一致しない場合、前記所定条件に該当すると判定し、
前記所定回数は、CANプロトコルにおける送信エラーカウンタの取り扱い規則に対応して定められたパッシブ状態に遷移すべき値を示し、
前記第2の判定ステップにおいて、前記記録ステップにより記録されたID毎の回数が前記所定回数を超えている場合に、前記所定回数を超えた前記IDのフレームを送信した電子制御ユニットが、パッシブ状態に遷移しない不正な電子制御ユニットであると判定する
不正対処方法。
A fraud handling method used in a network communication system including a plurality of electronic control units that communicate via a bus according to a CAN (Controller Area Network) protocol,
A first determination step of determining whether or not the content of the predetermined field in the frame in which the transmission is started satisfies a predetermined condition indicating fraud,
A transmission step of transmitting an error frame before the end of the frame is transmitted when it is determined that the content of the predetermined field of the frame satisfies the predetermined condition in the first determination step;
A recording step of recording the number of times the error frame is transmitted in the transmitting step, for each ID represented by the content of the ID field included in the frame to which the error frame is transmitted,
A second determination step of determining that the ID is illegal when the number of times of each ID recorded by the recording step exceeds a predetermined number,
The predetermined field is a field indicating an ID,
In the first determining step, the ID represented by the content of the predetermined field is compared with one or more IDs indicated by predetermined ID list information to determine whether the predetermined condition is satisfied. Make a decision,
In the first determining step, the ID represented by the content of the predetermined field is compared with all one or more IDs indicated by the ID list information, and if they do not match, it is determined that the predetermined condition is satisfied ,
The predetermined number of times indicates a value to be transited to a passive state defined corresponding to the handling rule of the transmission error counter in the CAN protocol,
In the second determination step, when the number of times for each ID recorded in the recording step exceeds the predetermined number of times, the electronic control unit that has transmitted the frame of the ID that has exceeded the predetermined number of times is in the passive state. A method for dealing with fraud that determines that the electronic control unit does not transition to .
前記送信ステップでは、前記フレームにおけるCRCシーケンスの最後尾が送信される前に、前記エラーフレームの前記送信を行う
請求項1記載の不正対処方法。
The fraud handling method according to claim 1, wherein in the transmitting step, the transmission of the error frame is performed before the end of the CRC sequence in the frame is transmitted.
CAN(Controller Area Network)プロトコルに従って通信する複数の電子制御ユニ
ットが通信に用いるバスに接続される不正検知電子制御ユニットであって、
送信が開始されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する第1の判定部と、
前記第1の判定部において前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信部と、
前記送信部においてエラーフレームを送信した回数を、前記エラーフレームを送信する対象となった前記フレームに含まれるIDフィールドの内容により表されるID毎に、記録する記録部と、
前記記録部により記録されたID毎の回数が所定回数を超えている場合に、不正であると判定する第2の判定部とを備え、
前記所定フィールドは、IDを表すフィールドであり、
前記第1の判定部は、前記所定フィールドの内容により表されるIDを、予め定められたIDリスト情報が示す1以上のIDと比較することにより、前記所定条件に該当するか否かの前記判定を行い、
前記第1の判定部は、前記所定フィールドの内容により表されるIDを、前記IDリスト情報が示す1以上の全てのIDと比較し、一致しない場合、前記所定条件に該当すると判定し、
前記所定回数は、CANプロトコルにおける送信エラーカウンタの取り扱い規則に対応して定められたパッシブ状態に遷移すべき値を示し、
前記第2の判定部において、前記記録部により記録されたID毎の回数が前記所定回数を超えている場合に、前記所定回数を超えた前記IDのフレームを送信した電子制御ユニットが、パッシブ状態に遷移しない不正な電子制御ユニットであると判定する、
不正検知電子制御ユニット。
A fraud detection electronic control unit connected to a bus used by a plurality of electronic control units communicating according to CAN (Controller Area Network) protocol,
A first determination unit that determines whether or not the content of a predetermined field in the frame in which the transmission is started satisfies a predetermined condition indicating fraud,
A transmitter that transmits an error frame before the end of the frame is transmitted when the first determination unit determines that the content of the predetermined field of the frame satisfies the predetermined condition;
A recording unit that records the number of times an error frame is transmitted by the transmitting unit, for each ID represented by the content of the ID field included in the frame that is the target of transmitting the error frame,
A second determination unit that determines that the ID is illegal when the number of times each ID recorded by the recording unit exceeds a predetermined number,
The predetermined field is a field indicating an ID,
The first determination unit compares the ID represented by the content of the predetermined field with one or more IDs indicated by predetermined ID list information to determine whether or not the predetermined condition is satisfied. Make a decision,
The first determination unit compares the ID represented by the content of the predetermined field with all one or more IDs indicated by the ID list information, and when they do not match, determines that the predetermined condition is satisfied ,
The predetermined number of times indicates a value to be transited to a passive state defined corresponding to the handling rule of the transmission error counter in the CAN protocol,
When the number of times each ID recorded by the recording unit exceeds the predetermined number in the second determination unit, the electronic control unit that has transmitted the frame of the ID that has exceeded the predetermined number of times is in a passive state. It is determined that it is an unauthorized electronic control unit that does not transition to
Fraud detection electronic control unit.
CAN(Controller Area Network)プロトコルに従ってバスを介して通信する複数の
電子制御ユニットを備えるネットワーク通信システムであって、
送信が開始されたフレームにおける所定フィールドの内容が、不正を示す所定条件に該当するか否かを判定する第1の判定部と、
前記第1の判定部において前記フレームの所定フィールドの内容が前記所定条件に該当すると判定された場合に、当該フレームの最後尾が送信される前にエラーフレームを送信する送信部と、
前記送信部においてエラーフレームを送信した回数を、前記エラーフレームを送信する対象となった前記フレームに含まれるIDフィールドの内容により表されるID毎に、記録する記録部と、
前記記録部により記録されたID毎の回数が所定回数を超えている場合に、不正であると判定する第2の判定部とを備え、
前記所定フィールドは、IDを表すフィールドであり、
前記第1の判定部は、前記所定フィールドの内容により表されるIDを、予め定められたIDリスト情報が示す1以上のIDと比較することにより、前記所定条件に該当するか否かの前記判定を行い、
前記第1の判定部は、前記所定フィールドの内容により表されるIDを、前記IDリス
ト情報が示す1以上の全てのIDと比較し、一致しない場合、前記所定条件に該当すると判定し、
前記所定回数は、CANプロトコルにおける送信エラーカウンタの取り扱い規則に対応して定められたパッシブ状態に遷移すべき値を示し、
前記第2の判定部において、前記記録部により記録されたID毎の回数が前記所定回数を超えている場合に、前記所定回数を超えた前記IDのフレームを送信した電子制御ユニットが、パッシブ状態に遷移しない不正な電子制御ユニットであると判定する、
ネットワーク通信システム。
A network communication system including a plurality of electronic control units that communicate via a bus according to a CAN (Controller Area Network) protocol,
A first determination unit that determines whether or not the content of a predetermined field in the frame in which the transmission is started satisfies a predetermined condition indicating fraud,
A transmitter that transmits an error frame before the end of the frame is transmitted when the first determination unit determines that the content of the predetermined field of the frame satisfies the predetermined condition;
A recording unit that records the number of times an error frame is transmitted by the transmitting unit, for each ID represented by the content of the ID field included in the frame that is the target of transmitting the error frame,
A second determination unit that determines that the ID is illegal when the number of times each ID recorded by the recording unit exceeds a predetermined number,
The predetermined field is a field indicating an ID,
The first determination unit compares the ID represented by the content of the predetermined field with one or more IDs indicated by predetermined ID list information to determine whether or not the predetermined condition is satisfied. Make a decision,
The first determination unit compares the ID represented by the content of the predetermined field with all one or more IDs indicated by the ID list information, and when they do not match, determines that the predetermined condition is satisfied ,
The predetermined number of times indicates a value to be transited to a passive state defined corresponding to the handling rule of the transmission error counter in the CAN protocol,
When the number of times each ID recorded by the recording unit exceeds the predetermined number in the second determination unit, the electronic control unit that has transmitted the frame of the ID that has exceeded the predetermined number of times is in a passive state. It is determined that it is an unauthorized electronic control unit that does not transition to
Network communication system.
JP2019029007A 2014-04-03 2019-02-21 Fraud handling method, fraud detection electronic control unit, and network communication system Active JP6698190B2 (en)

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US201461974739P 2014-04-03 2014-04-03
US61/974,739 2014-04-03
JP2014245451 2014-12-04
JP2014245451 2014-12-04

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2016208163A Division JP6487406B2 (en) 2014-04-03 2016-10-24 Network communication system

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2020078337A Division JP7008100B2 (en) 2014-04-03 2020-04-27 Fraud handling methods, fraud detection electronic control units and network communication systems

Publications (2)

Publication Number Publication Date
JP2019097206A JP2019097206A (en) 2019-06-20
JP6698190B2 true JP6698190B2 (en) 2020-05-27

Family

ID=66972129

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2019029007A Active JP6698190B2 (en) 2014-04-03 2019-02-21 Fraud handling method, fraud detection electronic control unit, and network communication system

Country Status (1)

Country Link
JP (1) JP6698190B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP7336770B2 (en) * 2020-01-17 2023-09-01 パナソニックIpマネジメント株式会社 Information processing device, information processing system and program

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5522160B2 (en) * 2011-12-21 2014-06-18 トヨタ自動車株式会社 Vehicle network monitoring device
JP5772666B2 (en) * 2012-03-05 2015-09-02 株式会社オートネットワーク技術研究所 Communications system

Also Published As

Publication number Publication date
JP2019097206A (en) 2019-06-20

Similar Documents

Publication Publication Date Title
JP7008100B2 (en) Fraud handling methods, fraud detection electronic control units and network communication systems
JP6679680B2 (en) In-vehicle network system, electronic control unit, and fraud countermeasure method
CN110406485B (en) Illegal detection method and vehicle-mounted network system
WO2015159520A1 (en) Vehicle-mounted network system, abnormality detection electronic control unit and abnormality detection method
JP6651662B2 (en) Fraud detection electronic control unit and fraud detection method
JP6698190B2 (en) Fraud handling method, fraud detection electronic control unit, and network communication system
JP7199467B2 (en) Fraud countermeasures and electronic control units
CN110843706B (en) Network communication system, abnormality detection electronic control unit, and abnormality coping method

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20190306

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190306

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20191224

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200114

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200305

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

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20200427

R150 Certificate of patent or registration of utility model

Ref document number: 6698190

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150