JP2024029716A - Payment terminal and program - Google Patents

Payment terminal and program Download PDF

Info

Publication number
JP2024029716A
JP2024029716A JP2022132134A JP2022132134A JP2024029716A JP 2024029716 A JP2024029716 A JP 2024029716A JP 2022132134 A JP2022132134 A JP 2022132134A JP 2022132134 A JP2022132134 A JP 2022132134A JP 2024029716 A JP2024029716 A JP 2024029716A
Authority
JP
Japan
Prior art keywords
task
tasks
control unit
payment terminal
information
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.)
Pending
Application number
JP2022132134A
Other languages
Japanese (ja)
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.)
Toshiba TEC Corp
Original Assignee
Toshiba TEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Toshiba TEC Corp filed Critical Toshiba TEC Corp
Priority to JP2022132134A priority Critical patent/JP2024029716A/en
Publication of JP2024029716A publication Critical patent/JP2024029716A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Cash Registers Or Receiving Machines (AREA)

Abstract

【課題】 1つのタスクとして存在するマルウェアを検出することができる決済端末及びプログラムを提供する。【解決手段】本実施形態の決済端末はメモリ部と、制御部を備える。メモリ部は、タスクと実行することが許可されたタスクを登録しているタスク情報を記憶する。制御部は、メモリ部からタスクとタスク情報を読み取り、読み取ったタスク内にタスク情報に登録されていないタスクが記憶されているかを確認し、タスク情報に登録されていないタスクが確認できた場合はシャットダウンを行う。【選択図】 図6[Problem] To provide a payment terminal and a program that can detect existing malware as one task. A payment terminal according to the present embodiment includes a memory section and a control section. The memory unit stores task information that registers tasks and tasks that are permitted to be executed. The control unit reads the tasks and task information from the memory unit, checks whether any tasks that are not registered in the task information are stored in the read tasks, and if any tasks that are not registered in the task information are found, the control unit reads the tasks and task information from the memory unit. Perform a shutdown. [Selection diagram] Figure 6

Description

本発明の実施形態は、決済端末及びプログラムに関する。 Embodiments of the present invention relate to a payment terminal and a program.

従来、カード決済に使用される決済端末は内部に記憶されているファイル等がマルウェアに感染し、カード決済に使用したカードの情報を抜き取られる可能性がある。このようなマルウェアによる被害を防ぐために感染したファイルが存在しないかを検査するウイルスチェックプログラムを実装した決済端末が存在する。
このような決済端末に感染するマルウェアにはbotやRAMスクレーパーが存在する。botやRAMスクレーパーの中には1つのタスクとして存在し、決済端末内に保存されているクレジットカード情報などを不正に漏洩させるものがある。これらのマルウェアは決済端末内で起動するタスクの1つとして端末内では認識されるため上述したウイルスチェックプログラムでは検出することが困難であった。
Conventionally, there is a possibility that the files stored inside the payment terminals used for card payments may be infected with malware, and the information on the card used for card payments may be stolen. In order to prevent damage caused by such malware, there are payment terminals that are equipped with a virus check program that checks for the presence of infected files.
Malware that infects such payment terminals includes bots and RAM scrapers. Some bots and RAM scrapers exist as a single task and illegally leak credit card information stored in payment terminals. These malwares are recognized by the terminal as one of the tasks that are activated within the payment terminal, making it difficult for the virus check programs mentioned above to detect them.

特開2012-174075号公報Japanese Patent Application Publication No. 2012-174075

本発明が解決しようとする課題は1つのタスクとして存在するマルウェアを検出することができる決済端末及びプログラムを提供することにある。 The problem to be solved by the present invention is to provide a payment terminal and a program that can detect existing malware as one task.

上記課題を達成するために本実施形態の決済端末はメモリ部と、制御部を備える。メモリ部は、タスクと実行することが許可されたタスクを登録しているタスク情報を記憶する。制御部は、メモリ部からタスクとタスク情報を読み取り、読み取ったタスク内にタスク情報に登録されていないタスクが記憶されているかを確認し、タスク情報に登録されていないタスクが確認できた場合はシャットダウンを行う。 In order to achieve the above object, the payment terminal of this embodiment includes a memory section and a control section. The memory unit stores task information that registers tasks and tasks that are permitted to be executed. The control unit reads the tasks and task information from the memory unit, checks whether any tasks that are not registered in the task information are stored in the read tasks, and if any tasks that are not registered in the task information are found, the control unit reads the tasks and task information from the memory unit. Perform a shutdown.

第1の実施形態に係るPOSシステムの一例を示すブロック図である。FIG. 1 is a block diagram showing an example of a POS system according to a first embodiment. 第1の実施形態に係る決済端末の一例を示すブロック図である。FIG. 2 is a block diagram showing an example of a payment terminal according to the first embodiment. 第1の実施形態に係る記憶部に記憶されたホワイトリストの一例を示すメモリマップである。2 is a memory map showing an example of a white list stored in a storage unit according to the first embodiment. 第1の実施形態に係る決済端末の起動時の確認処理の一例を示すフローチャートである。2 is a flowchart illustrating an example of a confirmation process when starting up the payment terminal according to the first embodiment. 第1の実施形態に係る決済端末の起動処理の一例を示すフローチャートである。3 is a flowchart illustrating an example of activation processing of the payment terminal according to the first embodiment. 第1の実施形態に係る決済端末のウイルス監視タスクの一例を示すフローチャートである。3 is a flowchart illustrating an example of a virus monitoring task of the payment terminal according to the first embodiment. 第1の実施形態に係る決済端末が表示するウイルス検出メッセージの一例を示す概略図である。FIG. 2 is a schematic diagram showing an example of a virus detection message displayed by the payment terminal according to the first embodiment.

(第1の実施形態)
以下、本実施形態にについて、図面を参照にしながら説明する。本実施形態は、スーパーマーケット等の店舗に導入された、取引の決済を行う決済端末についての説明である。また、本実施形態ではbotやRAMスクレーパーのようなマルウェアもウイルスとして説明する。
(First embodiment)
This embodiment will be described below with reference to the drawings. This embodiment describes a payment terminal that is introduced into a store such as a supermarket and performs payment of transactions. Furthermore, in this embodiment, malware such as bots and RAM scrapers will also be described as viruses.

図1は第1の実施形態に係るPOS(Point Of Sales)システム1の一例を示すブロック図である。POSシステム1は商品販売データ処理装置10、決済端末11、リーダライタ12、FDL(File Download)サーバ13で構成されている。また、商品販売データ処理装置10と、決済端末11と、リーダライタ12は有線または無線により接続されている。また、商品販売データ処理装置10と、決済端末11と、FDLサーバ13は有線または無線で接続されている。なお、決済端末11はFDLサーバ13のほか、クレジットカードや電子マネー等の各種支払い業務を行うため、不図示のクレジットカード会社や金融機関、電子マネー等のセンターサーバと接続されている。 FIG. 1 is a block diagram showing an example of a POS (Point of Sales) system 1 according to the first embodiment. The POS system 1 includes a product sales data processing device 10, a payment terminal 11, a reader/writer 12, and an FDL (File Download) server 13. Further, the product sales data processing device 10, the payment terminal 11, and the reader/writer 12 are connected by wire or wirelessly. Further, the product sales data processing device 10, the payment terminal 11, and the FDL server 13 are connected by wire or wirelessly. In addition to the FDL server 13, the payment terminal 11 is connected to a central server of a credit card company, financial institution, electronic money, etc. (not shown) in order to perform various payment operations such as credit cards and electronic money.

商品販売データ処理装置10は商品を登録する商品登録処理と、会計処理を行う。商品販売データ処理装置10はクレジットカードや電子マネー等で支払いを行う場合、商品販売データ処理装置10に接続した決済端末11を連動させて取引の決済処理を行う。 The product sales data processing device 10 performs product registration processing for registering products and accounting processing. When paying with a credit card, electronic money, etc., the product sales data processing device 10 performs transaction settlement processing in conjunction with the payment terminal 11 connected to the product sales data processing device 10.

商品販売データ処理装置10は不図示の店員側表示部、客面表示部、キーボード、商品読取部、レシートプリンタを有する。店員側表示部と客面表示部はLCD(Liquid Crystal Display)あるいはタッチパネルを備えたLCDによって構成され、商品読取部で読み取った商品名、金額等の情報や取引時の合計金額等商品登録及び会計において必要な情報を表示する。キーボードは特定の金額を入力するプリセットキーと、決済方法を選択する現金決済キーやクレジットカードキーと、商品登録から会計処理に移行する小計キーなどが設けられている。レシートプリンタは商品販売データ処理装置10内に設けられており、取引の明細であるレシートを発行する。 The product sales data processing device 10 includes a clerk side display section, a customer side display section, a keyboard, a product reading section, and a receipt printer (not shown). The clerk-side display section and the customer-side display section are composed of LCDs (Liquid Crystal Displays) or LCDs with touch panels, and display information such as the product name and price read by the product reading section, as well as product registration and accounting such as the total amount at the time of transaction. Display the necessary information. The keyboard is equipped with a preset key for entering a specific amount, a cash payment key or credit card key for selecting a payment method, and a subtotal key for moving from product registration to accounting processing. The receipt printer is provided in the product sales data processing device 10 and issues a receipt that is the details of a transaction.

決済端末11はICカードや磁気カード、バーコードのような1次元コードや、2次元コード等からクレジットカード等の媒体に記憶された情報を読み取り、カード会社等のサーバと通信を行うことで決済処理を行う決済機能を有する。また、決済端末11は固有の端末番号を有している。 The payment terminal 11 reads information stored in a medium such as a credit card from an IC card, a magnetic card, a one-dimensional code such as a bar code, a two-dimensional code, etc., and performs payment by communicating with a server of a card company, etc. It has a payment function that performs processing. Further, the payment terminal 11 has a unique terminal number.

リーダライタ12は金銭情報を電子的に記憶した電子マネーカードや携帯端末などの非接触型の媒体に対してNFC(Near Field Communication)等の近距離無線通信技術を用いてアクセスし、非接触型の媒体が記憶する金銭情報を取得し、決済に用いることで決済処理を実行するリーダライタ12は取得した金銭情報を決済端末11に送信する。また、リーダライタ12は決済端末11から受信した情報などを非接触型の媒体内に記憶されている金銭情報に書き込むことで更新することも可能である。 The reader/writer 12 accesses contactless media such as electronic money cards and mobile terminals that store financial information electronically using near field communication technology such as NFC (Near Field Communication). The reader/writer 12 acquires the monetary information stored in the medium and uses it for payment to execute payment processing, and transmits the acquired monetary information to the payment terminal 11. Further, the reader/writer 12 can also update the information received from the payment terminal 11 by writing it into the monetary information stored in the non-contact medium.

FDLサーバ13は設定ファイルや、プログラムを決済端末11等へ送信する他、端末ログを取得するためのサーバである。FDLサーバ13はウイルスに感染した決済端末11に対してウイルス駆除プログラムをダウンロードさせても良い。また、FDLサーバ13はメンテナンスサーバであっても良い。端末ログは例えば決済端末11の起動日時、ウイルス感染日時、端末番号等で構成されている。 The FDL server 13 is a server for transmitting configuration files and programs to the payment terminal 11 and the like, as well as for acquiring terminal logs. The FDL server 13 may cause the virus-infected payment terminal 11 to download a virus removal program. Further, the FDL server 13 may be a maintenance server. The terminal log includes, for example, the date and time the payment terminal 11 was activated, the date and time of virus infection, and the terminal number.

図2は第1の実施形態に係る決済端末11の一例を示すブロック図である。決済端末11は例えば、制御部101、メモリ部102、表示部103、操作部104、カード読取部105、印字部106、通信I/F107、端末内時計108等で構成されている。また、各部はバスを介して接続している。 FIG. 2 is a block diagram showing an example of the payment terminal 11 according to the first embodiment. The payment terminal 11 includes, for example, a control section 101, a memory section 102, a display section 103, an operation section 104, a card reading section 105, a printing section 106, a communication I/F 107, an internal clock 108, and the like. Furthermore, each part is connected via a bus.

制御部101は決済端末11を制御する。
制御部101はCPU(Central Processing Unit)1011、ROM(Read Only Memory)1012、RAM(Random Access Memory)1013を備える。CPU1011は決済端末11が有する各部を制御する。ROM1012はCPU1011の駆動に用いるプログラムなど各種プログラムやデータを記憶する。RAM1013はCPU1011のワークエリアとして使用され、ROM1012やメモリ部102が記憶する各種ソフトウェアや各種データ、各部から取得したデータ等を展開する。制御部101はRAM1013に展開されたプログラムに従い動作することによりクレジットカード等の媒体に記憶された情報の読取や決済機能を実行する。また、制御部101は決済端末11が起動する際にウイルスに感染しているかを確認する起動時の確認処理の他、決済端末11が起動している間にウイルスに感染していないかを監視するウイルス監視タスクの起動及び実行や感染フラグのオンとオフを行う。感染フラグとは決済端末11がウイルスに感染している状態にあるか否かを示すものである。また、制御部101はウイルス感染が確認されたときは決済端末11の停止の他、端末ログなどをFDLサーバ13へ送信する制御などを行う。
Control unit 101 controls payment terminal 11 .
The control unit 101 includes a CPU (Central Processing Unit) 1011, a ROM (Read Only Memory) 1012, and a RAM (Random Access Memory) 1013. The CPU 1011 controls each part of the payment terminal 11. The ROM 1012 stores various programs and data such as programs used to drive the CPU 1011. The RAM 1013 is used as a work area for the CPU 1011, and stores various software and data stored in the ROM 1012 and the memory unit 102, data acquired from each unit, and the like. The control unit 101 reads information stored in a medium such as a credit card and performs payment functions by operating according to a program developed in the RAM 1013. In addition, the control unit 101 performs a startup process to check whether the payment terminal 11 is infected with a virus when the payment terminal 11 is started, and also monitors whether the payment terminal 11 is infected with a virus while it is activated. Start and run virus monitoring tasks and turn on and off infection flags. The infection flag indicates whether or not the payment terminal 11 is infected with a virus. Furthermore, when virus infection is confirmed, the control unit 101 not only stops the payment terminal 11 but also controls the transmission of terminal logs and the like to the FDL server 13.

メモリ部102は電源を切っても保存内容が保存される不揮発性メモリであり、制御プログラム1021を含むプログラムなどを記憶する。メモリ部102は例えば、HDD(Hard Disc Drive)やフラッシュメモリ等の記憶媒体で構成されている。また、メモリ部102は記憶部1022を有し、記憶部1022はオペレーティングシステムや、各種業務を実行するためのタスクの他、ホワイトリストや感染フラグ等を記憶する。本実施形態で説明するタスクとして例えば、各種支払い方法を実行するタスクがある。決済端末は決済業務を遂行するために複数のタスクで構成され、決済業務タスク、NFC業務タスク、ポイント業務タスク、集計タスク、設定メニュータスク、印字タスク、業務メニュータスクなどを備える。 The memory unit 102 is a nonvolatile memory whose contents are saved even when the power is turned off, and stores programs including the control program 1021. The memory unit 102 is made up of a storage medium such as a HDD (Hard Disc Drive) or a flash memory. Further, the memory unit 102 includes a storage unit 1022, which stores an operating system, tasks for executing various tasks, a white list, an infection flag, and the like. Examples of tasks described in this embodiment include tasks for executing various payment methods. The payment terminal is composed of a plurality of tasks to perform payment operations, including a payment operation task, an NFC operation task, a point operation task, a totaling task, a setting menu task, a printing task, and an operation menu task.

表示部103は各種決済業務を実行するための操作に供するための画像を表示する。表示部103はタッチパネルを備えたLCDである。表示部103は各種決済業務を切り替えるための画像の他、クレジットカードのセキュリティコードなどを入力するためのテンキーを表示する画像や、カードの読取をガイドする画像、ウイルス感染発見時に表示するウイルス検出メッセージなどを表示する。表示部103は例えば図7のようなウイルス検出を知らせるためにウイルス検出メッセージSを表示する。ウイルス検出メッセージSは例えばエラーコードと「装置が故障しました。端末メーカーに連絡してください。」等の文言と、メーカーへの連絡先などで構成されている。 The display unit 103 displays images for use in operations for executing various payment operations. The display unit 103 is an LCD equipped with a touch panel. In addition to images for switching between various payment operations, the display section 103 also displays images that display a numeric keypad for entering credit card security codes, images that guide card reading, and virus detection messages that are displayed when a virus infection is detected. etc. will be displayed. The display unit 103 displays a virus detection message S as shown in FIG. 7, for example, to notify that a virus has been detected. The virus detection message S includes, for example, an error code, words such as "The device has failed. Please contact the terminal manufacturer.", and contact information for the manufacturer.

操作部104は表示部103が備えるタッチパネルであり、表示部103が表示した画像が有する領域を触ることでその領域に対応する命令が制御部101へ送信される。 The operation unit 104 is a touch panel included in the display unit 103, and by touching an area included in an image displayed on the display unit 103, a command corresponding to the area is transmitted to the control unit 101.

カード読取部105は磁気的または電気的に記憶されているクレジットカード等の媒体内の情報を読み取る。 The card reading unit 105 reads information stored magnetically or electrically in a medium such as a credit card.

印字部106は決済情報の明細を出力する。印字部106は決済端末11の内部に収納され、サーマルヘッド等を有し、レシート用紙に決済情報を出力する。 The printing unit 106 outputs details of payment information. The printing unit 106 is housed inside the payment terminal 11, has a thermal head, etc., and outputs payment information on receipt paper.

通信I/F107は外部機器と情報の送受信を行う。通信I/F107は商品販売データ処理装置10と、リーダライタ12と、FDLサーバ13と接続している。通信I/F107は商品販売データ処理装置10と、リーダライタ12には決済に関する情報の送受信を行う。通信I/F107はFDLサーバ13へ設定ファイルやプログラムの受信の他、端末ログといったウイルス監視に関する情報を送信する。 The communication I/F 107 sends and receives information to and from external devices. The communication I/F 107 is connected to the product sales data processing device 10, the reader/writer 12, and the FDL server 13. The communication I/F 107 sends and receives information regarding payments to and from the product sales data processing device 10 and the reader/writer 12. The communication I/F 107 not only receives configuration files and programs to the FDL server 13, but also transmits information related to virus monitoring such as terminal logs.

端末内時計108は、決済端末11の時刻情報源として機能する。制御部101は、端末内時計108によって計時される時刻情報を基に、現在の日付及び時刻を計時する。 The terminal clock 108 functions as a time information source for the payment terminal 11. The control unit 101 measures the current date and time based on time information measured by the internal terminal clock 108.

図3は、第1の実施形態に係る記憶部1022に記憶されたホワイトリストの一例を示すメモリマップである。記憶部1022が記憶するホワイトリストは、決済端末11が実行することがあらかじめ許可されたタスクに関する情報が登録されたタスク情報である。タスクに関する情報としては例えばタスク名が挙げられる。そのためホワイトリストとして登録されているタスク名のタスク以外は、許可されていない不正なタスク(ウイルス)とみなす。ホワイトリストとして登録しているタスクのタスク名は図3に示すような、ウイルス監視タスク、各種API、決済業務タスク、NFC業務タスク、ポイント業務タスク、集計タスク、設定メニュータスク、印字タスク、業務メニュータスクがある。本実施形態ではホワイトリストはタスク名によって構成されたタスク情報であるが、これに限らず例えばソースコードなどタスクを特定できるものであっても良い。 FIG. 3 is a memory map showing an example of the white list stored in the storage unit 1022 according to the first embodiment. The white list stored in the storage unit 1022 is task information in which information regarding tasks that the payment terminal 11 is permitted to execute in advance is registered. The information regarding the task includes, for example, the task name. Therefore, tasks other than those with task names registered in the whitelist are considered unauthorized and unauthorized tasks (viruses). The task names of the tasks registered as a whitelist are shown in Figure 3: virus monitoring task, various APIs, payment task, NFC task, point task, aggregation task, setting menu task, printing task, and task menu. I have a task. In this embodiment, the whitelist is task information composed of task names, but the whitelist is not limited to this, and may be information that can specify a task, such as a source code.

ウイルス監視タスク10221は決済端末11がウイルスに感染していないかを監視するタスクである。言い換えるならウイルス監視タスク10221はホワイトリストに登録されていないタスクが記憶されているかを確認するタスクである。ウイルス監視タスク10221はメモリ部102内の領域の一つである記憶部1022に記憶されているホワイトリストを読み込む。ウイルス監視タスク10221は読み込んだホワイトリストとメモリ部102に記憶されているタスクのタスク名を比較することでタスクの監視を行う。そのためウイルス監視タスク10221はメモリ部102に記憶されているタスクからタスク名を抽出し読み込む。ウイルス監視タスク10221は感染フラグのオン/オフなどを実行する。また、ウイルス監視タスク10221は他のタスクが起動している間も並行して起動している。なお、本実施形態ではウイルス監視タスク10221はタスクからタスク名を抽出するが、タスクそのものを読み込んでも良い。 The virus monitoring task 10221 is a task for monitoring whether the payment terminal 11 is infected with a virus. In other words, the virus monitoring task 10221 is a task for checking whether tasks that are not registered in the white list are stored. The virus monitoring task 10221 reads the white list stored in the storage unit 1022, which is one of the areas in the memory unit 102. The virus monitoring task 10221 monitors tasks by comparing the read whitelist and the task name of the task stored in the memory unit 102. Therefore, the virus monitoring task 10221 extracts and reads the task name from the tasks stored in the memory unit 102. The virus monitoring task 10221 turns on/off the infection flag. Further, the virus monitoring task 10221 is activated in parallel even while other tasks are activated. In this embodiment, the virus monitoring task 10221 extracts the task name from the task, but the task itself may be read.

各種API10222は各種アプリケーションが情報をやり取りする際に用いるインターフェースである。 Various APIs 10222 are interfaces used by various applications to exchange information.

決済業務タスク10223は各種決済を実行するためのタスクである。各種決済とは具体的には、クレジットカード決済、電子マネー決済、デビットカード決済、銀聯カード決済などである。決済業務タスク10223は、前述した決済方法を切り替える操作に供する画像を表示するための処理を行い、選択された決済方法を制御部101へ送信する。 The payment task 10223 is a task for executing various payments. Specifically, the various payments include credit card payments, electronic money payments, debit card payments, and UnionPay card payments. The payment task 10223 performs processing for displaying an image used for the above-described payment method switching operation, and transmits the selected payment method to the control unit 101.

NFC業務タスク10224はNFCを用いる場合に起動するタスクである。NFC業務タスク10224は決済時に非接触型の媒体を用いる場合、決済に必要な情報を読み出すために起動し、リーダライタ12と協働して情報を取得し、制御部101へ送信する。 The NFC business task 10224 is a task activated when using NFC. When a contactless medium is used for payment, the NFC business task 10224 is activated to read information necessary for payment, works with the reader/writer 12 to obtain the information, and transmits it to the control unit 101 .

ポイント業務タスク10225はポイントを付与する際に起動する。ポイント業務タスク10225はコード決済やポイントによる決済などポイント業者と情報の送受信などポイントに関する処理を実行する。 Point business task 10225 is activated when points are awarded. The point business task 10225 executes processing related to points, such as sending and receiving information to and from a point vendor, such as code payment and point payment.

集計タスク10226は取引内容の集計を行うタスクである。集計タスク10226は1日の取引内容の集計結果である日計と1日の途中で現在までの取引内容の集計結果である中間計を集計し、表示する。 The aggregation task 10226 is a task for aggregating transaction details. The aggregation task 10226 aggregates and displays the daily total, which is the aggregation result of the transaction contents for one day, and the interim total, which is the aggregation result of the transaction contents up to the present, during the day.

設定メニュータスク10227は設定メニューの表示と入力された命令を実行するタスクである。設定メニュータスク10227は、通信設定、機器設定、業務設定、リモートメンテ、ログ送信等の選択肢を項目として表示する設定メニューを画像として表示する処理や入力された命令を制御部101へ送信する処理を実行する。 The settings menu task 10227 is a task that displays a settings menu and executes input commands. The settings menu task 10227 performs a process of displaying a settings menu as an image that displays options such as communication settings, device settings, business settings, remote maintenance, and log transmission as items, and a process of sending input commands to the control unit 101. Execute.

印字タスク10228はレシート用紙への印字を実行するタスクである。印字タスク10228は決済情報の印字する処理や、上記集計タスクを実行することによって集計した集計結果を集計伝票として印字するための処理を実行する。 The print task 10228 is a task that executes printing on receipt paper. The print task 10228 executes a process for printing payment information and a process for printing a total result obtained by executing the above-mentioned total task as a total slip.

業務メニュータスク10229は業務メニューの表示と入力された命令を実行するタスクである。業務メニュータスク10229は決済方法を選択する画像である業務メニューを表示する処理や入力された命令を制御部101へ送信する処理を実行する。 The business menu task 10229 is a task for displaying a business menu and executing input commands. The business menu task 10229 executes a process of displaying a business menu, which is an image for selecting a payment method, and a process of transmitting an input command to the control unit 101.

図4は第1の実施形態に係る決済端末11の起動時の確認処理の一例を示すフローチャートである。図4の処理は決済端末11が起動時に実行するウイルスに感染していないかを確認する処理である。 FIG. 4 is a flowchart illustrating an example of a confirmation process when the payment terminal 11 is activated according to the first embodiment. The process shown in FIG. 4 is a process to check whether the payment terminal 11 is infected with a virus, which is executed when the payment terminal 11 is started up.

制御部101はフラグチェックを行う(ACT101)。制御部101はメモリ部102へアクセスし、感染フラグがオンになっていないかを確認する(ACT102)。具体的には制御部101は起動時の段階で決済端末11がウイルスに感染しているかを確認するためにメモリ部102へアクセスし、感染フラグを読み出しRAM1013に展開し確認する。 The control unit 101 performs a flag check (ACT101). The control unit 101 accesses the memory unit 102 and checks whether the infection flag is turned on (ACT102). Specifically, the control unit 101 accesses the memory unit 102 to confirm whether the payment terminal 11 is infected with a virus at the startup stage, reads out the infection flag, expands it to the RAM 1013, and confirms it.

感染フラグの確認の結果、感染フラグがオンになっていれば(ACT102のYES)、制御部101はウイルス検出メッセージを表示する(ACT103)。制御部101は表示部103にウイルス検出メッセージを表示するように出力する。ウイルス検出メッセージは例えば図7に示すウイルス検出メッセージSのような「端末が故障しました。端末メーカーに連絡してください。」の文言と連絡先を表示する。 As a result of checking the infection flag, if the infection flag is on (ACT 102: YES), the control unit 101 displays a virus detection message (ACT 103). The control unit 101 outputs a virus detection message to be displayed on the display unit 103. The virus detection message displays the message "The terminal has broken down. Please contact the terminal manufacturer." and contact information, such as the virus detection message S shown in FIG. 7, for example.

ウイルス検出メッセージS表示後、制御部101は決済端末11を停止する(ACT104)。制御部101は決済端末11をシャットダウンする処理を行い、本体電源を落とす。 After displaying the virus detection message S, the control unit 101 stops the payment terminal 11 (ACT104). The control unit 101 performs a process of shutting down the payment terminal 11 and turns off the main body power.

感染フラグがオフの場合(ACT102のNO)、制御部101はOSロード処理を行う(ACT105)。制御部101はメモリ部102からオペレーティングシステムを読み出す。 If the infection flag is off (NO in ACT 102), the control unit 101 performs OS load processing (ACT 105). The control unit 101 reads the operating system from the memory unit 102.

制御部101は各種ドライバのロードを実行する(ACT106)。制御部101は印字部のような内蔵機器やリーダライタ12のような周辺機器を使用するために各種ドライバを読み込む。 The control unit 101 executes loading of various drivers (ACT106). The control unit 101 loads various drivers to use built-in devices such as a printing unit and peripheral devices such as the reader/writer 12.

図5は第1の実施形態に係る決済端末11の起動処理の一例を示すフローチャートである。制御部101はタスクとライブラリをロードする(ACT201)。制御部101はメモリ部102からアプリケーションプログラム実行のためにホワイトリストとして登録されているタスクとタスクの機能を提供するライブラリを読み出し、実行する。また、制御部101はウイルス監視タスクを他のタスクと並行して実行する(ACT202)。制御部101は業務メニュー画面を表示する(ACT203)。制御部101は表示部103に業務メニューの画像を表示する。業務メニュー画面を表示後、制御部101は選択された項目に基づき、決済方法を変更する(ACT204)。 FIG. 5 is a flowchart showing an example of the activation process of the payment terminal 11 according to the first embodiment. The control unit 101 loads the task and library (ACT201). The control unit 101 reads out from the memory unit 102 a library that provides tasks and task functions that are registered as a whitelist for executing an application program, and executes the tasks. Furthermore, the control unit 101 executes the virus monitoring task in parallel with other tasks (ACT202). The control unit 101 displays a business menu screen (ACT203). The control unit 101 displays an image of a business menu on the display unit 103. After displaying the business menu screen, the control unit 101 changes the payment method based on the selected item (ACT 204).

図6は第1の実施形態に係る決済端末11のウイルス監視タスクの一例を示すフローチャートである。 FIG. 6 is a flowchart showing an example of the virus monitoring task of the payment terminal 11 according to the first embodiment.

制御部101はホワイトリストを読み込む(ACT301)。制御部101はメモリ部102に記憶されたホワイトリストを読み出し、RAM1013に展開する。 The control unit 101 reads the white list (ACT301). The control unit 101 reads the white list stored in the memory unit 102 and expands it in the RAM 1013.

制御部101はタスク名を読み込む(ACT302、ACT303)。制御部101はメモリ部102に記憶されているタスクからタスク名を抽出し、RAM1013に展開する。RAM1013に展開後、制御部101は抽出したタスク名と読み出したホワイトリストと照らし合わせることで決済端末内のタスクがホワイトリストに登録されているタスクか未登録のタスクかを確認する。 The control unit 101 reads the task name (ACT302, ACT303). The control unit 101 extracts the task name from the tasks stored in the memory unit 102 and expands it to the RAM 1013. After being expanded to the RAM 1013, the control unit 101 checks whether the task in the payment terminal is a task registered in the whitelist or an unregistered task by comparing the extracted task name with the read whitelist.

制御部101は確認の結果、ホワイトリストに登録されていないタスクを確認できなかった場合(ACT303のNO)、処理を待機する(ACT304)。制御部101はあらかじめ設定された待機時間を経過するまで処理を待機し、待機時間が経過するとACT302へ戻る。 As a result of the confirmation, if the control unit 101 is unable to confirm any tasks that are not registered in the whitelist (NO in ACT 303), it waits for processing (ACT 304). The control unit 101 waits for processing until a preset standby time elapses, and returns to ACT 302 when the standby time elapses.

ホワイトリストに登録されていないタスクを検出した場合(ACT303のYES)、制御部101は発生日時と端末ログを取得する(ACT305)。制御部101は端末ログを取得するために端末内時計108によって計時される時刻情報をもとにウイルス検出時刻と日付や端末起動日時を取得し、メモリ部102から端末番号を取得する。 When detecting a task that is not registered in the whitelist (ACT 303: YES), the control unit 101 acquires the date and time of occurrence and the terminal log (ACT 305). In order to obtain the terminal log, the control unit 101 obtains the virus detection time and date and the terminal startup date and time based on the time information measured by the terminal internal clock 108, and obtains the terminal number from the memory unit 102.

制御部101はFDLサーバ13へ発生日時と端末番号を送信する(ACT306)。制御部101は取得したウイルス検出が発覚した時刻と日付及び端末番号を通信I/F107を介してFDLサーバ13へ送信する。 The control unit 101 transmits the date and time of occurrence and the terminal number to the FDL server 13 (ACT306). The control unit 101 transmits the acquired time and date when the virus was detected and the terminal number to the FDL server 13 via the communication I/F 107.

制御部101は感染フラグをオンにする(ACT307)。制御部101はホワイトリストに登録されていないタスクを検出した場合、感染フラグをオンにする。 The control unit 101 turns on the infection flag (ACT307). When the control unit 101 detects a task that is not registered in the whitelist, it turns on the infection flag.

制御部101はウイルス検出メッセージを表示する(ACT308)。制御部101は表示部103へウイルス検出が確認できたことを知らせるためにウイルス検出メッセージSを表示する。 The control unit 101 displays a virus detection message (ACT308). The control unit 101 displays a virus detection message S on the display unit 103 to notify that virus detection has been confirmed.

制御部101は通信を遮断する(ACT309)。制御部101は通信I/F107を制御し、他の機器との接続を有線、無線問わず切断する。 The control unit 101 cuts off communication (ACT309). The control unit 101 controls the communication I/F 107 and disconnects from other devices, whether wired or wireless.

制御部101は決済端末11を停止する(ACT310)。制御部101は決済端末11の本体電源を落とし決済端末11をシャットダウンする。 The control unit 101 stops the payment terminal 11 (ACT310). The control unit 101 turns off the main body power of the payment terminal 11 and shuts down the payment terminal 11.

決済端末11はウイルス駆除プログラムまたは手動での操作によりホワイトリストに登録されていないタスクを駆除した後にウイルス監視タスクを実行する。ホワイトリストに記憶されたタスクのみが実行または記憶されている場合、制御部101は感染フラグをオフにする。 The payment terminal 11 executes the virus monitoring task after removing tasks that are not registered in the whitelist using a virus removal program or manual operation. If only tasks stored in the whitelist are being executed or stored, the control unit 101 turns off the infection flag.

上述した実施形態において決済端末11は端末内のタスクとして認識されてしまい検出が容易ではなかったbotなどの検出を端末内だけで完結しつつ行うことができる。 In the embodiment described above, the payment terminal 11 can detect bots and the like, which were recognized as tasks within the terminal and were difficult to detect, while being completed within the terminal.

また、感染フラグがオンになっている場合、制御部101は感染フラグがオフになるまで通信I/F107を遮断する。 Further, when the infection flag is turned on, the control unit 101 shuts off the communication I/F 107 until the infection flag is turned off.

また、実施形態において決済端末11と商品販売データ処理装置10は別体として説明したが1つの筐体内に収まっていても良い。また、決済端末11とリーダライタ12が一体であっても良い。 Further, in the embodiment, the payment terminal 11 and the product sales data processing device 10 are described as separate bodies, but they may be housed in one housing. Further, the payment terminal 11 and the reader/writer 12 may be integrated.

また、実施形態の決済端末11で実行されるウイルス監視タスクや起動時の確認処理等はインストール可能な形式または実行可能な形式のファイルでCD-ROM、フレキシブルディスク(FD)、CD-R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録されて提供されていても良い。 In addition, virus monitoring tasks, startup confirmation processing, etc. executed by the payment terminal 11 of the embodiment are files in an installable or executable format that can be stored on a CD-ROM, flexible disk (FD), CD-R, or DVD. The information may be provided by being recorded on a computer-readable recording medium such as a (Digital Versatile Disk).

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することは意図していない。これら新規な実施形態は、そのさまざまな形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれるとともに、特許請求の範囲に記載された発明とその均等の範囲に含まれる。 Although several embodiments of the invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These novel embodiments can be implemented in various forms, and various omissions, substitutions, and changes can be made without departing from the gist of the invention. These embodiments and their modifications are included within the scope and gist of the invention, as well as within the scope of the invention described in the claims and its equivalents.

10…商品販売データ処理装置
11…決済端末
13…FDLサーバ
101…制御部
102…メモリ部
1022…記憶部
10...Product sales data processing device 11...Payment terminal 13...FDL server 101...Control unit 102...Memory unit 1022...Storage unit

Claims (5)

タスクと実行することが許可されたタスクを登録しているタスク情報を記憶するメモリ部と、
前記メモリ部からタスクとタスク情報を読み取り、読み取ったタスク内に前記タスク情報に登録されていないタスクが記憶されているかを確認し、前記タスク情報に登録されていないタスクが確認できた場合はシャットダウンを行う制御部と、
を備える決済端末。
a memory unit that stores task information that registers tasks and tasks that are permitted to be executed;
Read the tasks and task information from the memory section, check whether any tasks that are not registered in the task information are stored in the read tasks, and shut down if any tasks are found that are not registered in the task information. a control unit that performs
A payment terminal equipped with
前記制御部は前記タスク情報に登録されていないタスクが確認できた場合、通知を表示部に表示した後にシャットダウンを行う請求項1記載の決済端末。 2. The payment terminal according to claim 1, wherein when the control unit confirms a task that is not registered in the task information, the control unit displays a notification on a display unit and then shuts down the payment terminal. 外部機器に情報を送受信する通信部備え、
前記メモリ部は端末番号を記憶し、
前記制御部は前記タスク情報に記憶されていないタスクを確認した場合は前記メモリ部から前記端末番号を読み取り、前記通信部を介して前記外部機器へ前記端末番号を送信する請求項1記載の決済端末。
Equipped with a communication section that sends and receives information to external devices,
The memory unit stores a terminal number,
The payment method according to claim 1, wherein when the control unit confirms a task that is not stored in the task information, the control unit reads the terminal number from the memory unit and transmits the terminal number to the external device via the communication unit. terminal.
前記制御部は前記タスク情報に記憶されていないタスクを確認した場合、感染フラグをオンにし、前記感染フラグがオフになるまで前記通信部を遮断する制御を行う請求項1記載の決済端末。 2. The payment terminal according to claim 1, wherein when the control unit confirms a task that is not stored in the task information, it turns on an infection flag and performs control to cut off the communication unit until the infection flag is turned off. 決済に供する情報を取得する決済端末に、
前記決済端末で実行されるタスクと実行することが許可されたタスクが登録されているタスク情報を記憶する記憶手順と、
前記タスク情報を読み取るタスク情報読取手順と、
前記タスクを読み取るタスク読取手順と、
前記読み取ったタスク内に前記タスク情報に記憶されていないタスクが記憶されているかを確認するタスク確認手順と、
前記タスク情報に記憶されていないタスクが確認できた場合はシャットダウンする制御手順と、
を実現するプログラム。
At the payment terminal that obtains information for payment,
a storage step for storing task information in which tasks to be executed by the payment terminal and tasks that are permitted to be executed are registered;
a task information reading procedure for reading the task information;
a task reading procedure for reading the task;
a task confirmation procedure for confirming whether a task that is not stored in the task information is stored in the read task;
a control procedure for shutting down if a task not stored in the task information is confirmed;
A program that realizes this.
JP2022132134A 2022-08-22 2022-08-22 Payment terminal and program Pending JP2024029716A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2022132134A JP2024029716A (en) 2022-08-22 2022-08-22 Payment terminal and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2022132134A JP2024029716A (en) 2022-08-22 2022-08-22 Payment terminal and program

Publications (1)

Publication Number Publication Date
JP2024029716A true JP2024029716A (en) 2024-03-06

Family

ID=90104949

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2022132134A Pending JP2024029716A (en) 2022-08-22 2022-08-22 Payment terminal and program

Country Status (1)

Country Link
JP (1) JP2024029716A (en)

Similar Documents

Publication Publication Date Title
JP6149864B2 (en) Control system and information processing apparatus
US20170186010A1 (en) Register system configured to automatically generate notifications regarding product registrations
JP2016062353A (en) Checkout system and settlement apparatus, and control program thereof
JP6392719B2 (en) Checkout system, accounting machine, and control program
JP2022141481A (en) Information processing device, program and information processing system
JP6374366B2 (en) Checkout system
JP2024029716A (en) Payment terminal and program
JP6998792B2 (en) Registration device and information processing program
JP2018181383A (en) Checkout system, accounting apparatus, and control program
JP2018166006A (en) Checkout system
CN108364421B (en) Commodity sales data processing apparatus, information processing apparatus, method, and system
US20180367690A1 (en) Image processing machine, in-store image processing system, and image processing method
JP6835546B2 (en) Checkout system and checkout processing method
JP2017062670A (en) Checkout system, accounting apparatus, and control program
CN113379979B (en) Sales data processing apparatus and storage medium
JP6326924B2 (en) POS system and control method of POS system
JP7160994B2 (en) Payment terminals and programs
JP7274561B2 (en) Registration device, information processing program and terminal device
US20240029046A1 (en) Wireless tag reader data processing apparatus
JP7342987B2 (en) Systems, methods and programs
JP6936368B2 (en) Checkout system, accounting machine, and control program
WO2023112356A1 (en) Merchandise sales data processing device and program
JP6891310B2 (en) Product reader and its control program
JP6964480B2 (en) Product sales data processing equipment, input equipment and programs
US20210304179A1 (en) Settlement apparatus and settlement method informing system