> For the complete documentation index, see [llms.txt](https://docs.plura.io/ja/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ja/video.md).

# 映像

- [会社&製品紹介](https://docs.plura.io/ja/video/company.md): Our Philosophy
- [会社](https://docs.plura.io/ja/video/company/qubitsecurity.md): キュービットセキュリティ株式会社
- [製品](https://docs.plura.io/ja/video/company/product.md)
- [放送/発表](https://docs.plura.io/ja/video/company/broadcast.md)
- [SBS Biz 本当に良い一日](https://docs.plura.io/ja/video/company/broadcast/2024-sbs.md): 2024年、SBS Biz-ハッキングを防げ「情報セキュリティ統合クラウドプラットフォーム」
- [スター場外株式](https://docs.plura.io/ja/video/company/broadcast/economictv.md): 韓国経済TV
- [挑戦！K-スタートアップ](https://docs.plura.io/ja/video/company/broadcast/kstartup2016.md): 2016年, KBS 1TV
- [SparkLabs Demoday](https://docs.plura.io/ja/video/company/broadcast/sparklabs2015.md): 2015年
- [ハッキング探知試演](https://docs.plura.io/ja/video/demo.md)
- [WEB](https://docs.plura.io/ja/video/demo/web.md)
- [クリデンシャル·スタッフィング](https://docs.plura.io/ja/video/demo/web/credential_stuffing.md)
- [データ流出 by SQL 挿入](https://docs.plura.io/ja/video/demo/web/data_breach.md)
- [ウェブシェル(WebShell)](https://docs.plura.io/ja/video/demo/web/webshell.md)
- [サイト間スクリプティング(XSS)](https://docs.plura.io/ja/video/demo/web/xss.md)
- [\[準備中\] Estatik plugin vulnerability](https://docs.plura.io/ja/video/demo/web/estatik_plugin.md)
- [\[準備中\] XSL Script Processing \[T1220\]](https://docs.plura.io/ja/video/demo/web/xsl.md)
- [System](https://docs.plura.io/ja/video/demo/system.md)
- [Emotet](https://docs.plura.io/ja/video/demo/system/emotet.md)
- [\[準備中\] Log4Shell](https://docs.plura.io/ja/video/demo/system/log4shell.md)
- [\[準備中\] Wannacry Ransomware](https://docs.plura.io/ja/video/demo/system/wannacry_ransomware.md)
- [APT29(MITRE ATT\&CK)](https://docs.plura.io/ja/video/demo/system/apt29.md)
- [顧客事例](https://docs.plura.io/ja/video/casestudy.md)
- [(株)アイネットホスティング](https://docs.plura.io/ja/video/casestudy/inethosting.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.plura.io/ja/video.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
