{"metadata":{"_oai":{"id":"oai:ipsj.ixsq.nii.ac.jp:00233238","sets":["1164:3925:11477:11523"]},"path":["11523"],"owner":"44499","recid":"233238","title":["関数呼び出しの推移に基づいたユーザ定義関数の特定"],"pubdate":{"attribute_name":"公開日","attribute_value":"2024-03-11"},"_buckets":{"deposit":"25e6ec48-2147-4184-b9e4-0ad96e39f9cd"},"_deposit":{"id":"233238","pid":{"type":"depid","value":"233238","revision_id":0},"owners":[44499],"status":"published","created_by":44499},"item_title":"関数呼び出しの推移に基づいたユーザ定義関数の特定","author_link":["633144","633145","633143","633142","633147","633146"],"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":"2024-03-11","item_4_text_3":{"attribute_name":"著者所属","attribute_value_mlt":[{"subitem_text_value":"国立研究開発法人情報通信研究機構/神奈川工科大学"},{"subitem_text_value":"国立研究開発法人情報通信研究機構"},{"subitem_text_value":"株式会社セキュアブレイン"},{"subitem_text_value":"国立研究開発法人情報通信研究機構"},{"subitem_text_value":"国立研究開発法人情報通信研究機構"},{"subitem_text_value":"国立研究開発法人情報通信研究機構"}]},"item_4_text_4":{"attribute_name":"著者所属(英)","attribute_value_mlt":[{"subitem_text_value":"National Institute of Information and Communications Technology / Kanagawa Institute of Technology","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Information and Communications Technology","subitem_text_language":"en"},{"subitem_text_value":"SecureBrain Corporation","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Information and Communications Technology","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Information and Communications Technology","subitem_text_language":"en"},{"subitem_text_value":"National Institute of Information and Communications Technology","subitem_text_language":"en"}]},"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/233238/files/IPSJ-CSEC24104024.pdf","label":"IPSJ-CSEC24104024.pdf"},"date":[{"dateType":"Available","dateValue":"2026-03-11"}],"format":"application/pdf","billing":["billing_file"],"filename":"IPSJ-CSEC24104024.pdf","filesize":[{"value":"1.1 MB"}],"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":"b03c7a2a-d092-4704-b142-24b613e66d3b","displaytype":"detail","licensetype":"license_note","license_note":"Copyright (c) 2024 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":[{}]},{"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":"IoT 機器を中心とした組み込み機器の普及により,それらを標的とした IoT マルウェアが増加している.IoT マルウェアを効果的かつ効率的に分析することが求められているが,IoT マルウェアは命令セットアーキテクチャが多種多様であり,また,大半の検体がライブラリ関数を静的結合したうえでシンボル情報を消去しているため,横断的に解析できる手法が確立されていないのが現状である.実行ファイルには,開発者が目的の処理を行うために定義した関数がユーザ定義関数として結合されている.よって,ユーザ定義関数を特定することで,マルウェアに実装されている機能が明らかになる.一例として,挙動を制御する機能が明らかになり,マルウェアを無害化できる可能性がある.しかし,ユーザ定義関数の命令列は命令セットアーキテクチャや実行ファイルの作成時のオプションによって変化するため,解析には高度な専門知識が要求される.そこで本研究では,関数の呼び出しの推移に基づいたユーザ定義関数の特定手法を提案する.実験では,横浜国立大学が収集した 2,242 個の IoT マルウェア検体に結合された約 77 万の関数に対してユーザ定義関数の特定を行い,特定正解率は 85.48%,適合率は 77.29% であった.しかし,ユーザ定義関数の見逃しが多く再現率は 14.64% であった.","subitem_description_type":"Other"}]},"item_4_biblio_info_10":{"attribute_name":"書誌情報","attribute_value_mlt":[{"bibliographicPageEnd":"8","bibliographic_titles":[{"bibliographic_title":"研究報告コンピュータセキュリティ(CSEC)"}],"bibliographicPageStart":"1","bibliographicIssueDates":{"bibliographicIssueDate":"2024-03-11","bibliographicIssueDateType":"Issued"},"bibliographicIssueNumber":"24","bibliographicVolumeNumber":"2024-CSEC-104"}]},"relation_version_is_last":true,"weko_creator_id":"44499"},"updated":"2025-01-19T10:09:48.715324+00:00","created":"2025-01-19T01:34:33.667175+00:00","links":{},"id":233238}