{"updated":"2025-01-19T18:15:23.341726+00:00","metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00210143","sets":["1164:3925:10503:10504"]},"path":["10504"],"owner":"44499","recid":"210143","title":["準パススルー型ハイパーバイザによるメモリデータ収集機能の性能改善と評価"],"pubdate":{"attribute_name":"公開日","attribute_value":"2021-03-08"},"_buckets":{"deposit":"0e32a2f9-00e9-4de2-af7f-4b2243e14e1b"},"_deposit":{"id":"210143","pid":{"type":"depid","value":"210143","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"準パススルー型ハイパーバイザによるメモリデータ収集機能の性能改善と評価","author_link":["531361","531358","531360","531359","531357"],"item_titles":{"attribute_name":"タイトル","attribute_value_mlt":[{"subitem_title":"準パススルー型ハイパーバイザによるメモリデータ収集機能の性能改善と評価"}]},"item_keyword":{"attribute_name":"キーワード","attribute_value_mlt":[{"subitem_subject":"情報収集・分析","subitem_subject_scheme":"Other"}]},"item_type_id":"4","publish_date":"2021-03-08","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"豊田工業高等専門学校専攻科情報科学専攻"},{"subitem_text_value":"豊田工業高等専門学校情報工学科"},{"subitem_text_value":"豊田工業高等専門学校情報工学科"},{"subitem_text_value":"豊田工業高等専門学校専攻科情報科学専攻/豊田工業高等専門学校情報工学科"},{"subitem_text_value":"工学院大学情報学部"}]},"item_language":{"attribute_name":"言語","attribute_value_mlt":[{"subitem_language":"jpn"}]},"item_publisher":{"attribute_name":"出版者","attribute_value_mlt":[{"subitem_publisher":"情報処理学会","subitem_publisher_language":"ja"}]},"publish_status":"0","weko_shared_id":-1,"item_file_price":{"attribute_name":"Billing file","attribute_type":"file","attribute_value_mlt":[{"url":{"url":"https://ipsj.ixsq.nii.ac.jp/record/210143/files/IPSJ-CSEC21092046.pdf","label":"IPSJ-CSEC21092046.pdf"},"date":[{"dateType":"Available","dateValue":"2023-03-08"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-CSEC21092046.pdf","filesize":[{"value":"946.4 kB"}],"mimetype":"application/pdf","priceinfo":[{"tax":["include_tax"],"price":"660","billingrole":"5"},{"tax":["include_tax"],"price":"330","billingrole":"6"},{"tax":["include_tax"],"price":"0","billingrole":"30"},{"tax":["include_tax"],"price":"0","billingrole":"44"}],"accessrole":"open_date","version_id":"ff719603-1f54-41f8-88ce-37b5e2a4fdbe","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2021 by the Information Processing Society of Japan"}]},"item_4_creator_5":{"attribute_name":"著者名","attribute_type":"creator","attribute_value_mlt":[{"creatorNames":[{"creatorName":"大森, 貴通"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"水野, 広基"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"牧原, 京佑"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"平野, 学"}],"nameIdentifiers":[{}]},{"creatorNames":[{"creatorName":"小林, 良太郎"}],"nameIdentifiers":[{}]}]},"item_4_source_id_9":{"attribute_name":"書誌レコードID","attribute_value_mlt":[{"subitem_source_identifier":"AA11235941","subitem_source_identifier_type":"NCID"}]},"item_4_textarea_12":{"attribute_name":"Notice","attribute_value_mlt":[{"subitem_textarea_value":"SIG Technical Reports are nonrefereed and hence may later appear in any journals, conferences, symposia, etc."}]},"item_resource_type":{"attribute_name":"資源タイプ","attribute_value_mlt":[{"resourceuri":"http://purl.org/coar/resource_type/c_18gh","resourcetype":"technical report"}]},"item_4_source_id_11":{"attribute_name":"ISSN","attribute_value_mlt":[{"subitem_source_identifier":"2188-8655","subitem_source_identifier_type":"ISSN"}]},"item_4_description_7":{"attribute_name":"論文抄録","attribute_value_mlt":[{"subitem_description":"企業や官公庁でのランサムウェアの被害が増加している.我々の先行研究ではランサムウェア実行時のストレージ装置へのアクセスパターンを収集し,ランサムウェアを検知する機械学習モデルを訓練し,その検知性能を評価してきた.先行研究のシステムではランサムウェアをある程度の精度で検知できていたが,ストレージ装置へのアクセスパターンがランサムウェアと類似している無害なプログラムをランサムウェアと誤検知してしまう問題があった.そこで本研究ではランサムウェアの振る舞いをモデル化するために,先行研究で扱ったストレージ装置へのアクセスパターンに加えて,メインメモリから得られるプログラムの振る舞いに関する特徴量を収集し,それらの両方を用いることでランサムウェアの検知性能を向上させることを目的とする.先行研究では準パススルー型ハイパーバイザを用いてランサムウェアのストレージ装置に対するアクセス履歴を収集するシステムを実装,利用してきた.本研究ではこの先行研究のシステムを拡張し,メインメモリへのアクセス履歴を収集する機能を追加する.本稿では以下の 2 つの試作をおこなった結果を報告する.まず,試作(1)では物理メモリマップの情報を用いてゲスト OS のメモリ領域をバッファにコピーし,監視サーバへ転送することを繰り返す.試作(2)では Intel 社製 CPU の仮想化技術のひとつである Extended Page Table を利用し,メモリにアクセスされたタイミングで物理アドレスとそのデータを収集する.本稿ではそれぞれの試作を性能評価した結果を報告する.最後にメモリ管理の仮想化を応用した最新の関連研究をいくつか示し,監視の頻度と性能を両立できるメモリ監視システムの設計について考察する.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"7","bibliographic_titles":[{"bibliographic_title":"研究報告コンピュータセキュリティ(CSEC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2021-03-08","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"46","bibliographicVolumeNumber":"2021-CSEC-92"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"created":"2025-01-19T01:11:24.512248+00:00","id":210143,"links":{}}