> For the complete documentation index, see [llms.txt](https://ssv.skill.or.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ssv.skill.or.kr/security.md).

# 주요정보통신기반시설 기술적 취약점 분석 평가 방법 상세가이드

- [Unix 시스템 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/unix-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [Windows 시스템 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/windows-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [IPS/IDS/VPN/Anti-DDoS/WEB-FW 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/ips-ids-vpn-anti-ddos-web-fw-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [네트워크장비 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/network-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [제어시스템 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/control-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [PC 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/pc-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [DBMS 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/dbms-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [WEB(웹) 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/web-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [이동통신(Telecommunication) 시스템 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/telecommunication-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [클라우드(Cloud) 시스템 취약점 진단 분석 평가 방법](https://ssv.skill.or.kr/security/cloud-security-vulnerability.md): 출처 : \[2021.03] 과학기술정보통신부, 한국인터넷진흥원 발간 내용 "주요정보통신기반시설 기술적 취약점 분석ㆍ평가 방법 상세가이드"
- [주요정보통신기반시설 취약점 분석·평가 기준](https://ssv.skill.or.kr/security/undefined.md): \[과학기술정보통신부고시]
- [\[요약본\] SW 공급망 보안 가이드라인](https://ssv.skill.or.kr/security/sw_supply_chain_security_guidelines.md): \[국가정보원, 과학기술정보통신부, 디지털플랫폼정부위원회] 에서 발간
- [NAS 보안 가이드](https://ssv.skill.or.kr/security/nas-security-guide.md): 출처 : \[2024.2] KISA,과학기술정보통신부 "NAS 보안 가이드"


---

# 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://ssv.skill.or.kr/security.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.
