-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtech.html
More file actions
43 lines (43 loc) · 1.76 KB
/
tech.html
File metadata and controls
43 lines (43 loc) · 1.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>DDoS탐지 SOC 메뉴얼 - 기술</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>DDoS탐지 SOC 메뉴얼</h1>
</header>
<nav>
<ul>
<li><a href="index.html">홈</a></li>
<li><a href="usage.html">사용법</a></li>
<li><a href="features.html">기능</a></li>
<li><a href="tech.html">기술</a></li>
<li><a href="contact.html">연락처</a></li>
</ul>
</nav>
<div class="container">
<section>
<h2>사용된 기술 및 도구</h2>
<ul>
<li><strong>Zookeeper:</strong> Kafka 클러스터 관리를 위한 중앙 서비스</li>
<li><strong>Logstash:</strong> 로그 수집 및 전처리 도구</li>
<li><strong>Apache Kafka:</strong> 대규모 실시간 데이터 스트리밍 시스템</li>
<li><strong>Elasticsearch:</strong> 로그 인덱싱 및 검색 분석 엔진</li>
<li><strong>Kibana:</strong> Elasticsearch 데이터를 시각화하는 대시보드 도구</li>
<li><strong>TensorFlow (Python):</strong> AI 모델 개발 및 DDoS 탐지를 위한 딥러닝 라이브러리</li>
<li><strong>Nginx (SSL 인증):</strong> 보안 연결 제공 웹 서버 및 리버스 프록시</li>
<li><strong>Docker:</strong> 구성 요소 컨테이너화 배포</li>
<li><strong>Zeek:</strong> 네트워크 트래픽 분석 및 보안 모니터링 도구</li>
<li><strong>C:</strong> 일부 고성능 기능 구현</li>
</ul>
</section>
</div>
<footer>
<p>© 2025 이찬수. All rights reserved.</p>
</footer>
</body>
</html>