> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/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/ko/video.md).

# 영상

- [회사&제품 소개](https://docs.plura.io/ko/video/company.md): Our Philosophy
- [큐비트시큐리티(주)](https://docs.plura.io/ko/video/company/qubitsecurity.md): Qubit Security Inc.
- [제품](https://docs.plura.io/ko/video/company/product.md)
- [방송/발표](https://docs.plura.io/ko/video/company/broadcast.md)
- [SBS Biz 참좋은하루](https://docs.plura.io/ko/video/company/broadcast/2024-sbs.md): 2024년, SBS Biz - 해킹을 막아라 "정보보안 통합 클라우드 플랫폼"
- [스타장외주식](https://docs.plura.io/ko/video/company/broadcast/economictv.md): 2016년, 한국경제TV
- [도전! K-스타트업](https://docs.plura.io/ko/video/company/broadcast/kstartup2016.md): 2016년, KBS 1TV
- [SparkLabs Demoday](https://docs.plura.io/ko/video/company/broadcast/sparklabs2015.md): 2015년
- [해킹탐지 시연](https://docs.plura.io/ko/video/demo.md)
- [WEB](https://docs.plura.io/ko/video/demo/web.md)
- [크리덴셜 스터핑](https://docs.plura.io/ko/video/demo/web/credential_stuffing.md)
- [데이터유출 by SQL 삽입 공격](https://docs.plura.io/ko/video/demo/web/data_breach.md)
- [웹셸(WebShell)](https://docs.plura.io/ko/video/demo/web/webshell.md)
- [사이트 간 스크립팅(XSS)](https://docs.plura.io/ko/video/demo/web/xss.md)
- [Estatik 플러그인 취약점](https://docs.plura.io/ko/video/demo/web/estatik_plugin.md)
- [XSL Script Processing \[T1220\]](https://docs.plura.io/ko/video/demo/web/xsl.md)
- [System](https://docs.plura.io/ko/video/demo/system.md)
- [Emotet](https://docs.plura.io/ko/video/demo/system/emotet.md)
- [Log4Shell](https://docs.plura.io/ko/video/demo/system/log4shell.md)
- [Wannacry 랜섬웨어](https://docs.plura.io/ko/video/demo/system/wannacry_ransomware.md)
- [APT29(MITRE ATT\&CK)](https://docs.plura.io/ko/video/demo/system/apt29.md)
- [고객 사례](https://docs.plura.io/ko/video/casestudy.md)
- [(주)아이네트호스팅](https://docs.plura.io/ko/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/ko/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.
