> For the complete documentation index, see [llms.txt](https://spira-t.gitbook.io/safe-intelligence/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://spira-t.gitbook.io/safe-intelligence/getting-started/readme.md).

# SafeIntelligence 소개

**기업 보안 인텔리전스 플랫폼**

SafeIntelligence는 OSINT(Open Source Intelligence) 기반의 B2B 기업 보안 평가 플랫폼입니다. 도메인을 중심으로 조직의 보안 상태를 종합적으로 분석하고, 실시간 위협을 모니터링합니다.

## 주요 기능

### 요약 보고 (Overview)

한눈에 보는 조직 보안 현황. 즉시 조치가 필요한 발견사항, 자산 노출 현황, 다크웹 위협 인텔리전스를 3개 섹션으로 제공합니다.

### 도메인 (Domains)

모니터링 대상 도메인과 서브도메인을 관리합니다. 각 도메인의 보안 등급, 발견사항 수, 최근 스캔 시간을 확인할 수 있습니다.

### IP 주소 (IP Addresses)

조직에 연결된 IP 주소를 관리하고 모니터링합니다. 각 IP의 열린 포트, 실행 중인 서비스, 지리적 위치, 연결된 도메인 정보를 확인할 수 있습니다.

### 파인딩 (Findings)

CVE 취약점, 인증서 만료, 다크웹 유출 등 모든 보안 이슈를 통합 관리합니다. 심각도별 필터링과 상태 관리를 지원합니다.

### 다크웹 (Dark Web)

ZeroDarkWeb 연동을 통해 자격증명 유출, URL 유출, 감염 디바이스 등 다크웹 위협을 실시간으로 추적합니다.

## 이 매뉴얼에 대해

이 매뉴얼은 SafeIntelligence 플랫폼의 사용자 가이드입니다. 각 페이지별 기능 설명, 사용법, 그리고 실제 화면 예시를 포함합니다.

시작하려면 [시작하기](/safe-intelligence/getting-started/quickstart.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://spira-t.gitbook.io/safe-intelligence/getting-started/readme.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.
