Skip to Content
セキュリティエンジニアのための機械学習 ―AI技術によるサイバーセキュリティ対策入門
book

セキュリティエンジニアのための機械学習 ―AI技術によるサイバーセキュリティ対策入門

by Chiheb Chebbi, 新井 悠, 一瀬 小夜, 黒米 祐馬
November 2021
Beginner to intermediate
312 pages
4h 3m
Japanese
O'Reilly Japan, Inc.
Content preview from セキュリティエンジニアのための機械学習 ―AI技術によるサイバーセキュリティ対策入門

7章SQLインジェクションの検出

新井 悠

7.1 SQLインジェクションの概要

本章は日本語版オリジナルの記事である。私たちが日常的に利用しているショッピングサイトなどは、データベースと連携したWebアプリケーションであることがほとんどだ。その多くが、利用者の入力をもとにSQL文を組み立て、商品検索などを可能としていることだろう。このとき、Webアプリケーション側でのSQL文の組み立て方法に問題がある場合、それを悪用してデータベースの不正利用を招く可能性がある。事実、たとえばAkamai社のセキュリティレポート「2020年インターネットの現状/セキュリティ:金融サービス——敵対的乗っ取り攻撃」によると†1、2017年12月から2019年の11月までの24ヵ月間に観測された、Webアプリケーションを狙う攻撃のうち、72%以上がSQLインジェクションの試みであったという。こうした脆弱性を悪用するSQLインジェクション攻撃は、2005年頃から日本でも被害が報告されるようになった。そこから14年経った本書の執筆時点においても、日本国内においていまだに同種の脆弱性を悪用され、被害が発生しているという実態がある。

[†1] 「2020年インターネットの現状/セキュリティ:金融サービス——敵対的乗っ取り攻撃」https://www.akamai.com/jp/ja/resources/our-thinking/state-of-the-internet-report/global-state-of-the-internet-security-ddos-attack-reports.jsp

もちろん、SQL文の組み立てをすべてプレースホルダで実装する、といった対策をとれば、SQLインジェクションに対する根本的な解決をはかることができる。一方で、今どのような攻撃が流行しているのかといった現状把握を行うためにSQLインジェクションを検出することも重要と考えられる。この章では、SQLインジェクションの検出器を開発することで、そうした攻撃の検出や対処を行うための手がかりとする。なお、本書ではSQLインジェクションに関する詳細な説明は行わない。それらについて詳細に知りたい場合は、通称「徳丸本 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

並行プログラミング入門 ―Rust、C、アセンブリによる実装からのアプローチ

並行プログラミング入門 ―Rust、C、アセンブリによる実装からのアプローチ

高野 祐輝
バイオインフォマティクスデータスキル ―オープンソースツールを使ったロバストで再現性のある研究

バイオインフォマティクスデータスキル ―オープンソースツールを使ったロバストで再現性のある研究

Vince Buffalo, 片山 俊明, 川島 秀一, 鈴木 治夫, 山本 泰智, 酒匂 寛, 山村 吉信

Publisher Resources

ISBN: 9784873119076Other