
Windows 보안 설정을 CIS, Microsoft, STIG 및 BSI 기준선(baseline)에 대해 감사하고, 컴플라이언스 점수를 산정하며, 레지스트리 또는 그룹 정책을 통해 하드닝 변경 사항을 적용합니다.
이 프로젝트는 Windows 10용 간단한 하드닝 목록에서 시작되었습니다. 얼마 후 Windows 하드닝을 간소화하기 위해 HardeningKitty가 만들어졌습니다. 이제 HardeningKitty는 Microsoft, CIS Benchmarks, DoD STIG 및 BSI SiSyPHuS Win10의 지침을 지원합니다. 물론 제 자체 하드닝 목록도 포함됩니다.
이것은 Windows 10을 하드닝하기 위해 개인 및 기업 환경에서 사용할 수 있는 하드닝 체크리스트입니다. 이 체크리스트는 모든 Windows 버전에서 사용할 수 있지만, Windows 10 Home에서는 그룹 정책 편집기가 포함되어 있지 않으므로 레지스트리에서 직접 조정해야 합니다. 이를 위해 _HardeningKitty_의 HailMary 모드가 있습니다.
설정은 보안 및 개인정보 보호 권장 사항으로 간주되어야 하며, 인프라 운영에 영향을 주거나 핵심 기능의 사용성에 영향을 미칠지 신중히 확인해야 합니다. 보안과 사용성 사이의 균형을 맞추는 것이 중요합니다.
이 프로젝트는 Windows 10용 간단한 하드닝 체크리스트를 만드는 것에서 시작되었습니다. _HardeningKitty_의 개발과 함께 초점은 다양한 잘 알려진 프레임워크/벤치마크의 감사로 옮겨졌습니다. 그동안 다양한 CIS 벤치마크와 Microsoft Security Baselines가 지원됩니다. HailMary 모드의 개발로 모든 하드닝 체크리스트의 설정을 Windows 시스템에 적용할 수도 있게 될 것입니다.
_HardeningKitty_는 Windows 시스템의 하드닝을 지원합니다. 시스템의 구성은 finding list를 사용하여 검색되고 평가됩니다. 또한 사전 정의된 값에 따라 시스템을 하드닝할 수 있습니다. _HardeningKitty_는 레지스트리에서 설정을 읽고 다른 모듈을 사용하여 레지스트리 외부의 구성을 읽습니다.
이 스크립트는 영어 시스템용으로 개발되었습니다. 다른 언어에서는 분석이 정확하지 않을 수 있습니다. 이런 경우 issue를 생성해 주세요.
_HardeningKitty_의 개발은 이 저장소에서 이루어집니다. scip AG의 저장소에는 _scip AG_의 코드 서명 인증서로 서명된 안정적인 버전의 _HardeningKitty_가 있습니다. 즉, _HardeningKitty_는 서명된 스크립트만 허용하는 시스템에서도 실행할 수 있습니다.
머신 설정에 액세스하려면 관리자 권한으로 스크립트를 실행하세요. 사용자 설정은 일반 사용자 계정으로 실행하는 것이 좋습니다. 이상적으로는 일상적인 작업에 사용하는 사용자 계정으로 실행합니다.
_HardeningKitty_를 다운로드하여 대상 시스템(스크립트 및 목록)에 복사합니다. 그런 다음 HardeningKitty를 가져와서 실행할 수 있습니다:```powershell PS C:\tmp> Import-Module .\HardeningKitty.psm1 PS C:\tmp> Invoke-HardeningKitty -EmojiSupport
=^._.^=
_( )/ HardeningKitty 0.9.0-1662273740
[*] 9/4/2022 8:54:12 AM - Starting HardeningKitty
[] 9/4/2022 8:54:12 AM - Getting user information [] Hostname: DESKTOP-DG83TOD [*] Domain: WORKGROUP
...
[] [] 9/4/2022 8:54:12 AM - Starting Category Account Policies [😺] ID 1103, Store passwords using reversible encryption, Result=0, Severity=Passed [😺] ID 1100, Account lockout threshold, Result=10, Severity=Passed [😺] ID 1101, Account lockout duration, Result=30, Severity=Passed
...
[*] 9/4/2022 8:54:12 AM - Starting Category User Rights Assignment [😿] ID 1200, Access this computer from the network, Result=BUILTIN\Administrators;BUILTIN\Users, Recommended=BUILTIN\Administrators, Severity=Medium
...
[*] 9/4/2022 8:54:14 AM - Starting Category Administrative Templates: Printer [🙀] ID 1764, Point and Print Restrictions: When installing drivers for a new connection (CVE-2021-34527), Result=1, Recommended=0, Severity=High [🙀] ID 1765, Point and Print Restrictions: When updating drivers for an existing connection (CVE-2021-34527), Result=2, Recommended=0, Severity=High
...
[*] 9/4/2022 8:54:19 AM - Starting Category MS Security Guide [😿] ID 2200, LSA Protection, Result=, Recommended=1, Severity=Medium [😼] ID 2201, Lsass.exe audit mode, Result=, Recommended=8, Severity=Low
...
[] 9/4/2022 8:54:25 AM - HardeningKitty is done [] 9/4/2022 8:54:25 AM - Your HardeningKitty score is: 4.82. HardeningKitty Statistics: Total checks: 325 - Passed: 213, Low: 33, Medium: 76, High: 3.
### 설치 방법
먼저 *PSModulePath* 환경 변수에 나열된 경로에 *HardeningKitty* 디렉터리를 만들고, 각 버전마다 *0.9.3*과 같은 하위 디렉터리를 만듭니다.
모듈 *HardeningKitty.psm1*, *HardeningKitty.psd1* 및 *lists* 디렉터리를 이 새 디렉터리에 복사합니다.```powershell
PS C:\tmp> $Version = "0.9.3"
PS C:\tmp> New-Item -Path $Env:ProgramFiles\WindowsPowerShell\Modules\HardeningKitty\$Version -ItemType Directory
PS C:\tmp> Copy-Item -Path .\HardeningKitty.psd1,.\HardeningKitty.psm1,.\lists\ -Destination $Env:ProgramFiles\WindowsPowerShell\Modules\HardeningKitty\$Version\ -Recurse
자세한 내용은 Microsoft의 문서 PowerShell 모듈 설치를 참조하세요.
아래 스크립트를 사용하여 HardeningKitty의 최신 릴리스를 다운로드하고 설치할 수 있습니다.```powershell Function InstallHardeningKitty() { $Version = (((Invoke-WebRequest "https://api.github.com/repos/0x6d69636b/windows_hardening/releases/latest" -UseBasicParsing) | ConvertFrom-Json).Name).SubString(2) $HardeningKittyLatestVersionDownloadLink = ((Invoke-WebRequest "https://api.github.com/repos/0x6d69636b/windows_hardening/releases/latest" -UseBasicParsing) | ConvertFrom-Json).zipball_url $ProgressPreference = 'SilentlyContinue' Invoke-WebRequest $HardeningKittyLatestVersionDownloadLink -Out HardeningKitty$Version.zip Expand-Archive -Path ".\HardeningKitty$Version.zip" -Destination ".\HardeningKitty$Version" -Force $Folder = Get-ChildItem .\HardeningKitty$Version | Select-Object Name -ExpandProperty Name Move-Item ".\HardeningKitty$Version$Folder*" ".\HardeningKitty$Version" Remove-Item ".\HardeningKitty$Version$Folder" New-Item -Path $Env:ProgramFiles\WindowsPowerShell\Modules\HardeningKitty$Version -ItemType Directory Set-Location .\HardeningKitty$Version Copy-Item -Path .\HardeningKitty.psd1,.\HardeningKitty.psm1,.\lists\ -Destination $Env:ProgramFiles\WindowsPowerShell\Modules\HardeningKitty$Version\ -Recurse Import-Module "$Env:ProgramFiles\WindowsPowerShell\Modules\HardeningKitty$Version\HardeningKitty.psm1" } InstallHardeningKitty
### 예제
#### 감사(Audit)
기본 모드는 _audit_입니다. HardeningKitty는 감사를 수행하고 결과를 CSV 파일로 저장하며 로그 파일을 생성합니다. 파일은 자동으로 이름이 지정되고 타임스탬프가 포함됩니다. _ReportFile_ 또는 _LogFile_ 매개변수를 사용하면 고유한 이름과 경로를 지정할 수도 있습니다.
_Filter_ 매개변수를 사용하여 하드닝 목록을 필터링할 수 있습니다. 이를 위해서는 PowerShell ScriptBlock 구문을 사용해야 합니다(예: `{ $_.ID -eq 4505 }`). 필터링에 유용한 요소는 ID, Category, Name, Method, Severity입니다.```powershell
Invoke-HardeningKitty -Mode Audit -Log -Report
HardeningKitty는 FileFindingList 매개변수로 정의된 특정 목록으로 실행할 수 있습니다. 동일한 시스템에서 HardeningKitty를 여러 번 실행하는 경우 시스템 정보를 숨기는 것이 유용할 수 있습니다. 이 목적을 위해 SkipMachineInformation 매개변수를 사용합니다.```powershell Invoke-HardeningKitty -FileFindingList .\lists\finding_list_0x6d69636b_user.csv -SkipMachineInformation
HardeningKitty는 기본 목록을 사용하며, Medium 심각도의 테스트만 검사합니다.```powershell
Invoke-HardeningKitty -Filter { $_.Severity -eq "Medium" }
config 모드는 시스템의 현재 모든 설정을 가져옵니다. 설정이 구성되지 않은 경우 HardeningKitty는 결과 목록에 저장된 기본값을 사용합니다. 이 모드는 다른 기능과 결합할 수 있습니다(예: 백업 생성).
HardeningKitty는 현재 설정을 가져와 보고서에 저장합니다:```powershell Invoke-HardeningKitty -Mode Config -Report -ReportFile C:\tmp\my_hardeningkitty_report.csv
#### 백업
백업은 중요합니다. 정말 중요합니다. 따라서 HardeningKitty에는 현재 구성을 검색하여 부분적으로 복원할 수 있는 형태로 저장하는 기능도 있습니다.
**면책 조항:** HardeningKitty는 원래 구성을 복원하려고 시도합니다. 레지스트리 키에서는 꽤 잘 작동하며 Hardening Kitty는 정말 최선을 다합니다. 그러나 백업 기능은 스냅샷이 아니며 실제 시스템 백업을 대체하지 않습니다. HailMary 이후 HardeningKitty만으로 시스템을 1:1로 복원하는 것은 불가능합니다. 이 요구 사항이 있다면 이미지 또는 시스템 백업을 만들어 복원하세요.
_Backup_ 스위치는 파일이 결과 목록 형태로 작성되도록 지정하며, 따라서 _HailMary_ 모드에서 사용할 수 있습니다. 백업의 이름과 경로는 _BackupFile_ 매개변수로 지정할 수 있습니다.```powershell
Invoke-HardeningKitty -Mode Config -Backup
심각한 변경을 적용하기 전에 이 기능이 대상 시스템에서 실제로 제대로 작동하는지 테스트해 보십시오. 슈뢰딩거의 백업은 위험합니다.
참고로 _-FileFindingList_가 지정되지 않은 경우 백업은 기본 탐지 결과 목록을 참조합니다. HailMary 모드에서 특정 목록을 배포하기 전에 항상 해당 특정 목록을 참조하는 백업을 만드십시오.```powershell Invoke-HardeningKitty -Mode Config -Backup -BackupFile ".\myBackup.csv" -FileFindingList ".\list{list}.csv"
##### 백업 복원
_Backup_ 스위치는 finding list 형태의 파일을 생성합니다. 백업을 복원하려면 다른 finding list처럼 _HailMary_ 모드에서 로드하십시오:```powershell
Invoke-HardeningKitty -Mode HailMary -Log -Report -FileFindingList ".\myBackup.csv"
HailMary 방식은 매우 강력합니다. 시스템에 발견 목록(finding list)을 배포하는 데 사용할 수 있습니다. 목록의 권장 사항에 따라 모든 발견 항목이 이 시스템에 설정됩니다. 힘에는 책임이 따릅니다. 이 모드는 확실히 알고 있을 때만 사용하십시오. 반드시 시스템 백업을 보유하십시오.
현재 필터 기능은 Audit 및 Config 모드에서만 지원됩니다. HailMary 모드는 민감한 사안이므로, 직접 파일을 만들고 필터링하려는 모든 줄을 제거하십시오.```powershell Invoke-HardeningKitty -Mode HailMary -Log -Report -FileFindingList .\lists\finding_list_0x6d69636b_machine.csv
HailMary를 실행하기 전에 발견 항목 목록을 선택해야 합니다. 설정이 시스템의 안정성과 기능에 영향을 미치는지 확인하는 것이 중요합니다. HailMary를 실행하기 전에 백업을 수행해야 합니다.
#### 그룹 정책 만들기(실험적)
[@gderybel](https://github.com/gderybel) 덕분에 HardeningKitty는 발견 항목 목록을 그룹 정책으로 변환할 수 있습니다. 기본 요구 사항으로, Group Policy Management PowerShell 모듈이 설치되어 있어야 합니다. 현재 레지스트리 설정만 변환할 수 있으며, 아직 모든 것이 테스트된 것은 아닙니다. 새 정책이 생성되며, 객체에 할당되지 않는 한 시스템에는 변경 사항이 적용되지 않습니다. 주의해서 사용하세요.```powershell
Invoke-HardeningKitty -Mode GPO -FileFindingList .\lists\finding_list_0x6d69636b_machine.csv -GPOName HardeningKitty-Machine-01
쓰기 모드(HailMary 및 GPO)에서 finding 목록은 시스템에 적용되는 내용을 완전히 제어합니다. 운영자에게 전달되는 과정에서 목록이 변조되지 않았는지(예: 오염된 저장소, 공유 기준, 다운로드 또는 이메일로 받은 '이 목록 실행') 확인하기 위해 HardeningKitty는 해당 목록이 유지관리자가 게시한 원본과 동일하고 변경되지 않았는지 검증할 수 있습니다.
공식 목록은 lists\ 디렉터리에 포함된 서명된 매니페스트로 증명됩니다:
lists\hardeningkitty_lists_manifest.psd1 - 각 공식 목록을 SHA-256 해시에 매핑하는 읽을 수 있는 파일lists\hardeningkitty_lists_manifest.psd1.p7s - 유지관리자 인증서로 생성된 해당 매니페스트에 대한 분리 서명(detached signature)런타임에 HardeningKitty는 분리 서명을 검증하고 서명자의 인증서가 모듈에 고정된 지문($HardeningKittyListSigningThumbprint)과 일치하는지 확인합니다. 또한 로드된 목록의 해시를 매니페스트와 비교합니다. 해시가 서명된 매니페스트에 있는 목록은 공식 / 검증됨입니다. 다른 모든 목록은 사용자 지정 / 검증되지 않음입니다. 이는 출처(provenance)를 확인하는 것이지 허용 목록(allow-list)이 아닙니다. 사용자 지정 목록은 완전히 지원됩니다.
모드별 동작:
-AllowCustomList 스위치로 위험을 명시적으로 수락하지 않는 한 거부됩니다.```powershellInvoke-HardeningKitty -Mode HailMary -FileFindingList .\my_custom_list.csv -AllowCustomList
참고로 검증은 목록이 게시자에 의해 변경되지 않았는지만 확인합니다. 목록의 설정이 안전하다는 것을 보장하지는 않습니다. 또한 악의적인 관리자로부터 보호하지 않습니다. 관리자 권한이 있는 사람은 시스템을 직접 변경할 수 있기 때문입니다. 그러나 정직한 운영자가 변조되었거나 잘못된 목록을 실행하지 않도록 보호합니다.
#### 나만의 목록 실행
자체 사용자 지정 목록을 빌드하고 실행하는 것은 완전히 지원됩니다. 서명되지 않은 사용자 지정 목록은 단순히 Audit/Config 모드에서 실행되며 쓰기 모드에서는 `-AllowCustomList` 스위치가 필요합니다. 자체 목록에서 동일한 '검증됨' 환경을 얻으려면 코드 서명 인증서로 목록 콘텐츠에 서명하고 지문을 로컬에 고정하세요. HardeningKitty의 신뢰 앵커는 단일 지문입니다.
#### 왜 RSA이고 ECC가 아닌가?
매니페스트는 PKCS#7/CMS 구조(`System.Security.Cryptography.Pkcs.SignedCms`)로 서명되고 검증됩니다. Windows PowerShell 5.1(.NET Framework 4.x, 여전히 Windows의 기본값)에서는 ECDSA 키를 사용한 CMS 서명/검증이 신뢰할 수 없지만, RSA는 Windows PowerShell 5.1과 PowerShell 7 모두에서 작동합니다. HardeningKitty가 두 환경에서 모두 실행되어야 하므로 RSA-4096이 상호 운용 가능한 선택입니다.
### HardeningKitty 점수
각 Passed 결과는 4점, Low 결과는 2점, Medium 결과는 1점, High 결과는 0점을 부여합니다.
HardeningKitty 점수의 공식은 _(달성 점수 / 최대 점수) * 5 + 1_ 입니다.
#### 등급
| 점수 | 일반 등급 | 전문 등급 |
| :---- | :------------ | :------------------ |
| 6 | 😹 우수 | 우수 |
| 5 | 😺 잘함 | 좋음 |
| 4 | 😼 충분함 | 충분함 |
| 3 | 😿 더 잘해야 함 | 미흡 |
| 2 | 🙀 약함 | 미흡 |
| 1 | 😾 엉터리 | 미흡 |
### HardeningKitty 인터페이스
[@ataumo](https://github.com/ataumo)님이 HardeningKitty용 웹 기반 인터페이스를 구축했습니다. 이 도구는 나만의 목록을 만드는 데 사용할 수 있으며 강화 설정에 대한 추가 정보를 제공합니다. [소스 코드](https://github.com/ataumo/policies_hardening_interface)는 AGPL 라이선스로 제공되며 [데모 사이트](https://phi.cryptonit.fr/policies_hardening_interface/)가 있습니다.
### KittyPorter - HardeningKitty 보고서를 다시 훌륭하게
[Yair](https://github.com/Y8765)님은 HardeningKitty 결과를 시스템 관리자와 경영진에게도 아름다운 Excel 스프레드시트 형태로 제공하는 작업을 담당했습니다. 이 스프레드시트에는 보안 평가 대시보드와 결과 상태에 따른 동적 업데이트 대시보드, HTML 보고서 개요가 포함되어 있습니다. 그는 자신의 작업을 [KittyPorter](https://github.com/Y8765/KittyPorter) 저장소에 게시합니다.
### 최종 업데이트
HardeningKitty는 다음 기준/벤치마크에 따라 시스템을 감사하는 데 사용할 수 있습니다:
| 이름 | 시스템 버전 | 버전 |
| :--- | :---------------- | :------ |
| 0x6d69636b Windows 11 (Machine) | 25H2 | |
| 0x6d69636b Windows 11 (User) | 25H2 | |
| BSI SiSyPHuS Windows 10 hoher Schutzbedarf Domänenmitglied (Machine) | 1809 | 1.0 |
| BSI SiSyPHuS Windows 10 hoher Schutzbedarf Domänenmitglied (User) | 1809| 1.0
| BSI SiSyPHuS Windows 10 normaler Schutzbedarf Domänenmitglied (Machine) | 1809| 1.0 |
| BSI SiSyPHuS Windows 10 normaler Schutzbedarf Domänenmitglied (User) | 1809| 1.0 |
| BSI SiSyPHuS Windows 10 normaler Schutzbedarf Einzelrechner (Machine) | 1809| 1.0 |
| BSI SiSyPHuS Windows 10 normaler Schutzbedarf Einzelrechner (User) | 1809 | 1.0 |
| CIS Microsoft Windows 10 Enterprise (Machine) | 1809 | 1.6.1 |
| CIS Microsoft Windows 10 Enterprise (User) | 1809 | 1.6.1 |
| CIS Microsoft Windows 10 Enterprise (Machine) | 1903 | 1.7.1 |
| CIS Microsoft Windows 10 Enterprise (User) | 1903 | 1.7.1 |
| CIS Microsoft Windows 10 Enterprise (Machine) | 1909 | 1.8.1 |
| CIS Microsoft Windows 10 Enterprise (User) | 1909 | 1.8.1 |
| CIS Microsoft Windows 10 Enterprise (Machine) | 2004 | 1.9.1 |
| CIS Microsoft Windows 10 Enterprise (User) | 2004 | 1.9.1 |
| CIS Microsoft Windows 10 Enterprise (Machine) | 20H2 | 1.10.1 |
| CIS Microsoft Windows 10 Enterprise (User) | 20H2 | 1.10.1 |
| CIS Microsoft Windows 10 Enterprise (Machine) | 21H1 | 1.11.0 |
| CIS Microsoft Windows 10 Enterprise (User) | 21H1 | 1.11.0 |
| CIS Microsoft Windows 10 Enterprise (Machine) | 21H2 | 1.12.0 |
| CIS Microsoft Windows 10 Enterprise (User) | 21H2 | 1.12.0 |
| CIS Microsoft Windows 10 Enterprise (Machine) | 22H2 | 2.0.0 |
| CIS Microsoft Windows 10 Enterprise (User) | 22H2 | 2.0.0 |
| CIS Microsoft Windows 10 Enterprise (Machine) | 22H2 | 3.0.0 |
| CIS Microsoft Windows 10 Enterprise (User) | 22H2 | 3.0.0 |
| CIS Microsoft Windows 11 Enterprise (Machine) | 21H2 | 1.0.0 |
| CIS Microsoft Windows 11 Enterprise (User) | 21H2 | 1.0.0 |
| CIS Microsoft Windows 11 Enterprise (Machine) | 22H2 | 2.0.0 |
| CIS Microsoft Windows 11 Enterprise (User) | 22H2 | 2.0.0 |
| CIS Microsoft Windows 11 Enterprise (Machine) | 23H2 | 3.0.0 |
| CIS Microsoft Windows 11 Enterprise (User) | 23H2 | 3.0.0 |
| CIS Microsoft Windows 11 Enterprise (Machine) | 24H2 | 4.0.0 |
| CIS Microsoft Windows 11 Enterprise (User) | 24H2 | 4.0.0 |
| CIS Microsoft Windows Server 2012 R2 (Machine) | R2 | 2.4.0 |
| CIS Microsoft Windows Server 2012 R2 (User) | R2 | 2.4.0 |
| CIS Microsoft Windows Server 2012 R2 (Machine) | R2 | 2.6.0 |
| CIS Microsoft Windows Server 2012 R2 (User) | R2 | 2.6.0 |
| CIS Microsoft Windows Server 2012 R2 (Machine) | R2 | 3.0.0 |
| CIS Microsoft Windows Server 2012 R2 (User) | R2 | 3.0.0 |
| CIS Microsoft Windows Server 2016 (Machine) | 1607 | 1.2.0 |
| CIS Microsoft Windows Server 2016 (User) | 1607 | 1.2.0 |
| CIS Microsoft Windows Server 2016 (Machine) | 1607 | 1.3.0 |
| CIS Microsoft Windows Server 2016 (User) | 1607 | 1.3.0 |
| CIS Microsoft Windows Server 2016 (Machine) | 1607 | 2.0.0 |
| CIS Microsoft Windows Server 2016 (User) | 1607 | 2.0.0 |
| CIS Microsoft Windows Server 2016 (Machine) | 1607 | 3.0.0 |
| CIS Microsoft Windows Server 2016 (User) | 1607 | 3.0.0 |
| CIS Microsoft Windows Server 2019 (Machine) | 1809 | 1.1.0 |
| CIS Microsoft Windows Server 2019 (User) | 1809 | 1.1.0 |
| CIS Microsoft Windows Server 2019 (Machine) | 1809 | 1.2.1 |
| CIS Microsoft Windows Server 2019 (User) | 1809 | 1.2.1 |
| CIS Microsoft Windows Server 2019 (Machine) | 1809 | 2.0.0 |
| CIS Microsoft Windows Server 2019 (User) | 1809 | 2.0.0 |
| CIS Microsoft Windows Server 2019 (Machine) | 1809 | 3.0.0 |
| CIS Microsoft Windows Server 2019 (User) | 1809 | 3.0.0 |
| CIS Microsoft Windows Server 2022 (Machine) | 21H2 | 1.0.0 |
| CIS Microsoft Windows Server 2022 (User) | 21H2 | 1.0.0 |
| CIS Microsoft Windows Server 2022 (Machine) | 22H2 | 2.0.0 |
| CIS Microsoft Windows Server 2022 (User) | 22H2 | 2.0.0 |
| CIS Microsoft Windows Server 2022 (Machine) | 22H2 | 3.0.0 |
| CIS Microsoft Windows Server 2022 (User) | 22H2 | 3.0.0 |
| CIS Microsoft Windows Server 2022 (Machine) | 22H2 | 4.0.0 |
| CIS Microsoft Windows Server 2022 (User) | 22H2 | 4.0.0 |
| CIS Microsoft Windows Server 2025 (Machine) | 24H2 | 1.0.0 |
| CIS Microsoft Windows Server 2025 (User) | 24H2 | 1.0.0 |
| DoD Microsoft Windows 10 STIG (Machine) | 20H2 | v2r1 |
| DoD Microsoft Windows 10 STIG (User) | 20H2 | v2r1 |
| DoD Windows Server 2019 Domain Controller STIG (Machine) | 20H2 | v2r1 |
| DoD Windows Server 2019 Domain Controller STIG (User) | 20H2 | v2r1 |
| DoD Windows Server 2019 Member Server STIG (Machine) | 20H2 | v2r1 |
| DoD Windows Server 2019 Member Server STIG (User) | 20H2 | v2r1 |
| DoD Windows Defender Antivirus STIG | 20H2 | v2r1 |
| DoD Windows Firewall STIG | 20H2 | v1r7 |
| Microsoft Security baseline for Microsoft Edge | 87 | Final |
| Microsoft Security baseline for Microsoft Edge | 88, 89, 90, 91 | Final |
| Microsoft Security baseline for Microsoft Edge | 92 | Final |
| Microsoft Security baseline for Microsoft Edge | 93, 94 | Final |
| Microsoft Security baseline for Microsoft Edge | 95 | Final |
| Microsoft Security baseline for Microsoft Edge | 96 | Final |
| Microsoft Security baseline for Microsoft Edge | 97 | Final |
| Microsoft Security baseline for Microsoft Edge | 98, 99, 100, 101, 102, 103, 104, 105, 106 | Final |
| Microsoft Security baseline for Microsoft Edge | 107, 108, 109, 110, 111 | Final |
| Microsoft Security baseline for Microsoft Edge | 112, 113 | Final |
| Microsoft Security baseline for Microsoft Edge | 114, 115, 116 | Final |
| Microsoft Security baseline for Microsoft Edge | 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127 | Final |
| Microsoft Security baseline for Microsoft Edge | 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138 | Final |
| Microsoft Security baseline for Microsoft Edge | 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149 | Final |
| Microsoft Security baseline for Windows 10 | 2004 | Final |
| Microsoft Security baseline for Windows 10 | 20H2, 21H1 | Final |
| Microsoft Security baseline for Windows 10 | 21H2 | Final |
| Microsoft Security baseline for Windows 10 (Machine) | 22H2 | Final |
| Microsoft Security baseline for Windows 10 (User) | 22H2 | Final |
| Microsoft Security baseline for Windows 11 | 21H2 | Final |
| Microsoft Security baseline for Windows 11 (Machine) | 22H2 | Final |
| Microsoft Security baseline for Windows 11 (User) | 22H2 | Final |
| Microsoft Security baseline for Windows 11 (Machine) | 23H2 | Final |
| Microsoft Security baseline for Windows 11 (User) | 23H2 | Final |
| Microsoft Security baseline for Windows 11 (Machine) | 24H2 | Final |
| Microsoft Security baseline for Windows 11 (User) | 24H2 | Final |
| Microsoft Security baseline for Windows 11 (Machine) | 25H2 | Final |
| Microsoft Security baseline for Windows 11 (User) | 25H2 | Final |
| Microsoft Security baseline for Windows Server (DC) | 2004 | Final |
| Microsoft Security baseline for Windows Server (Member) | 2004 | Final |
| Microsoft Security baseline for Windows Server (DC) | 20H2 | Final |
| Microsoft Security baseline for Windows Server (Member) | 20H2 | Final |
| Microsoft Security baseline for Windows Server 2022 (DC) | 21H2 | Final |
| Microsoft Security baseline for Windows Server 2022 (Member) | 21H2 | Final |
| Microsoft Security baseline for Windows Server 2025 (DC) | 24H2 | Final |
| Microsoft Security baseline for Windows Server 2025 (Member) | 24H2 | Final |
| Microsoft Security baseline for Windows Server 2025 (DC) | 2506 | Final |
| Microsoft Security baseline for Windows Server 2025 (Member) | 2506 | Final |
| Microsoft Security baseline for Windows Server 2025 (DC) | 2602 | Final |
| Microsoft Security baseline for Windows Server 2025 (Member) | 2602 | Final |
| Microsoft Security baseline for Office 365 ProPlus (Machine) | Sept 2019 | Final |
| Microsoft Security baseline for Office 365 ProPlus (User) | Sept 2019 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (Machine) | v2104, v2106 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (User) | v2104, v2106 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (Machine) | v2112 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (User) | v2112 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (Machine) | v2206 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (User) | v2206 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (Machine) | v2306, v2312 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (User) | v2306, v2312 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (Machine) | v2412 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (User) | v2412 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (Machine) | v2512 | Final |
| Microsoft Security Baseline for Microsoft 365 Apps for enterprise (User) | v2512 | Final |
| Microsoft Windows Server TLS Settings | 1809 | 1.0 |
| Microsoft Windows Server TLS Settings (Future Use with TLSv1.3) | 1903 | 1.0 |
## 출처* [CIS 벤치마크](https://www.cisecurity.org/cis-benchmarks/)
* [보안 기준(최종): Windows 10 및 Windows Server 버전 2004](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-final-windows-10-and-windows-server-version/ba-p/1543631)
* [Windows 10 및 Windows Server 버전 20H2용 보안 기준(최종)](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-final-for-windows-10-and-windows-server/ba-p/1999393)
* [Windows 10 버전 21H1용 보안 기준(최종)](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-final-for-windows-10-version-21h1/ba-p/2362353)
* [Windows 10 버전 21H2 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-windows-10-version-21h2/ba-p/3042703)
* [Windows Server 2022 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/windows-server-2022-security-baseline/ba-p/2724685)
* [Windows Server 2025 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/windows-server-2025-security-baseline/4358733)
* [Windows Server 2025 버전 2506 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-baseline-for-windows-server-2025-version-2506/4426431)
* [Windows Server 2025 버전 2602 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-baseline-for-windows-server-2025-version-2602/4496468)
* [Windows 11 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/windows-11-security-baseline/ba-p/2810772)
* [Windows 11 버전 22H2 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/windows-11-version-22h2-security-baseline/ba-p/3632520)
* [Windows 11 버전 23H2 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/windows-11-version-23h2-security-baseline/ba-p/3967618)
* [Windows 11 버전 24H2 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/windows-11-version-24h2-security-baseline/ba-p/4252801)
* [Windows 11 버전 25H2 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/windows-11-version-25h2-security-baseline/4456231)
* [Thunderbolt 3용 커널 DMA 보호](https://docs.microsoft.com/en-us/windows/security/information-protection/kernel-dma-protection-for-thunderbolt)
* [BitLocker 대응 조치](https://docs.microsoft.com/en-us/windows/security/information-protection/bitlocker/bitlocker-countermeasures)
* [BitLocker에 대한 1394 DMA 및 Thunderbolt DMA 위협을 줄이기 위해 SBP-2 드라이버와 Thunderbolt 컨트롤러 차단](https://support.microsoft.com/en-us/help/2516445/blocking-the-sbp-2-driver-and-thunderbolt-controllers-to-reduce-1394-d)
* [Windows Defender Credential Guard 관리](https://docs.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage)
* [공격 표면 축소 규칙을 사용하여 공격 표면 줄이기](https://docs.microsoft.com/en-us/windows/security/threat-protection/microsoft-defender-atp/attack-surface-reduction)
* [추가 LSA 보호 구성](https://docs.microsoft.com/en-us/windows-server/security/credentials-protection-and-management/configuring-additional-lsa-protection)
* [DDE(동적 데이터 교환) 필드가 포함된 Microsoft Office 문서를 안전하게 열기](https://docs.microsoft.com/en-us/security-updates/securityadvisories/2017/4053440)
* [DDE 레지스트리 설정](https://gist.githubusercontent.com/wdormann/732bb88d9b5dd5a66c9f1e1498f31a1b/raw/69c9d9d14b386d8f178e59a046804501ec1ee304/disable_ddeauto.reg)
* [Sysmon](https://docs.microsoft.com/en-us/sysinternals/downloads/sysmon)
* [SwiftOnSecurity/sysmon-config](https://github.com/SwiftOnSecurity/sysmon-config)
* [Dane Stuckey - @cryps1s Windows 방화벽을 사용한 엔드포인트 격리](https://medium.com/@cryps1s/endpoint-isolation-with-the-windows-firewall-462a795f4cfb)
* [Microsoft 보안 규정 준수 툴킷 1.0](https://www.microsoft.com/en-us/download/details.aspx?id=55319)
* [Policy Analyzer](https://blogs.technet.microsoft.com/secguide/2016/01/22/new-tool-policy-analyzer/)
* [Office 365 ProPlus 보안 기준(v1908, 2019년 9월) - 최종](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-office-365-proplus-v1908-sept-2019-final/ba-p/873084)
* [엔터프라이즈용 Microsoft 365 앱 v2104 보안 기준 - 최종](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-365-apps-for-enterprise-v2104/ba-p/2307695)
* [엔터프라이즈용 Microsoft 365 앱 v2106 보안 기준 - 최종](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-365-apps-for-enterprise-v2106/ba-p/2492355)
* [엔터프라이즈용 Microsoft 365 앱 v2112 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-365-apps-for-enterprise-v2112/ba-p/3038172)
* [엔터프라이즈용 Microsoft 365 앱 v2206 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-m365-apps-for-enterprise-v2306/ba-p/3858702)
* [엔터프라이즈용 Microsoft 365 앱 v2306 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-m365-apps-for-enterprise-v2306/ba-p/3858702)
* [엔터프라이즈용 Microsoft 365 앱 v2312 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-m365-apps-for-enterprise-v2312/ba-p/4009591)
* [엔터프라이즈용 M365 앱 v2412 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-baseline-for-m365-apps-for-enterprise-v2412/4357320)
* [엔터프라이즈용 M365 앱 v2512 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-baseline-for-m365-apps-for-enterprise-v2512/4487213)
* [mackwage/windows_hardening.cmd](https://gist.github.com/mackwage/08604751462126599d7e52f233490efe)
* [Microsoft Edge 버전 87 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-87/ba-p/1950297)
* [Microsoft Edge 버전 89 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-89/ba-p/2186265)
* [Microsoft Edge v92 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v92/ba-p/2563679)
* [Microsoft Edge v93 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v93/ba-p/2744505)
* [Microsoft Edge v95 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v95/ba-p/2897269)
* [Microsoft Edge v96 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v96/ba-p/2997665)
* [Microsoft Edge v97 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v97/ba-p/3062252)
* [Microsoft Edge v98 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v98/ba-p/3165443)
* [Microsoft Edge v99 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v99/ba-p/3249241)
* [Microsoft Edge v100 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v100/ba-p/3281982)
* [Microsoft Edge v101 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v101/ba-p/3298140)
* [Microsoft Edge v102 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v102/ba-p/3465195)
* [Microsoft Edge v103 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v103/ba-p/3548236)
* [Microsoft Edge v104 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v104/ba-p/3593826)
* [Microsoft Edge v105 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v105/ba-p/3615904)
* [Microsoft Edge v106 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-106/ba-p/3643958)
* [Microsoft Edge v107 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-v107/ba-p/3678903)
* [Microsoft Edge v108 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-108/ba-p/3691250)
* [Microsoft Edge v109 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-109/ba-p/3713981)
* [Microsoft Edge v110 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-110/ba-p/3740900)
* [Microsoft Edge v111 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-111/ba-p/3767483)
* [Microsoft Edge v112 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-112/ba-p/3789975)
* [Microsoft Edge v113 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-113/ba-p/3814398)
* [Microsoft Edge v114 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-114/ba-p/3839728)
* [Microsoft Edge v115 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-115/ba-p/3882420)
* [Microsoft Edge v116 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-116/ba-p/3905425)
* [Microsoft Edge v117 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-117/ba-p/3930862)
* [Microsoft Edge v118 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-118/ba-p/3955123)
* [Microsoft Edge v119 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-119/ba-p/3978427)
* [Microsoft Edge v120 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-120/ba-p/4009561)
* [Microsoft Edge v121 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-121/ba-p/4057135)
* [Microsoft Edge v122 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-122/ba-p/4073142)
* [Microsoft Edge v123 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-123/ba-p/4098458)
* [Microsoft Edge v124 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-124/ba-p/4124826)
* [Microsoft Edge v125 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-125/ba-p/4146218)
* [Microsoft Edge v126 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-126/ba-p/4168263)
* [Microsoft Edge v127 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-127/ba-p/4205820)
* [Microsoft Edge v128 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-128/ba-p/4237524)
* [Microsoft Edge v129 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-129/ba-p/4250551)
* [Microsoft Edge v130 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-130/ba-p/4273981)
* [Microsoft Edge v131 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-131/4298314)
* [Microsoft Edge v132 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-132/4358734)
* [Microsoft Edge v133 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-133/4376048)
* [Microsoft Edge v134 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-134/4393674)
* [Microsoft Edge v135 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-135/4406195)
* [Microsoft Edge v136 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-136/4410797)
* [Microsoft Edge v137 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-137/4420095)
* [Microsoft Edge v138 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-138/4427877)
* [Microsoft Edge v139 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-baseline-for-microsoft-edge-version-139/4441251)
* [Microsoft Edge v140 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-140/ba-p/4452553)
* [Microsoft Edge v141 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-141/ba-p/4460481)
* [Microsoft Edge v142 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-142/ba-p/4466598)
* [Microsoft Edge v143 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-143/ba-p/4474871)
* [Microsoft Edge v144 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-144/ba-p/4486065)
* [Microsoft Edge v145 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-145/ba-p/4494968)
* [Microsoft Edge v146 보안 기준](https://techcommunity.microsoft.com/t5/microsoft-security-baselines/security-review-for-microsoft-edge-version-146/ba-p/4502057)
* [Microsoft Edge v147 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-147/4509974)
* [Microsoft Edge v148 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-148/4521209)
* [Microsoft Edge v149 보안 기준](https://techcommunity.microsoft.com/blog/microsoft-security-baselines/security-review-for-microsoft-edge-version-149/4526371)
* [Microsoft Edge - 정책](https://docs.microsoft.com/en-us/DeployEdge/microsoft-edge-policies)
* [Office 365 원격 분석에 대한 힌트](https://twitter.com/milenkowski/status/1326865844215934979)
* [BSI: Microsoft Office 원격 분석 분석 보고서](https://www.bsi.bund.de/SharedDocs/Downloads/DE/BSI/Publikationen/Studien/Office_Telemetrie/Office_Telemetrie.pdf?__blob=publicationFile&v=5)
* [정책 설정을 사용하여 엔터프라이즈용 Microsoft 365 앱의 개인 정보 보호 컨트롤 관리](https://docs.microsoft.com/en-us/deployoffice/privacy/manage-privacy-controls)
* [DoD Cyber Exchange Public - 보안 기술 구현 가이드(STIG) - 그룹 정책 개체](https://public.cyber.mil/stigs/gpo/)
* [BSI SiSyPHuS Win10: Windows 10 강화 지침](https://www.bsi.bund.de/EN/Topics/Cyber-Security/Recommendations/SiSyPHuS_Win10/AP11/SiSyPHuS_AP11.html)
* [SSL 완전 순방향 비밀성 및 TLS 1.2를 위한 Microsoft Windows 또는 IIS 설정](https://www.hass.de/content/setup-microsoft-windows-or-iis-ssl-perfect-forward-secrecy-and-tls-12)
* [Nartac Software - IIS Crypto](https://www.nartac.com/Products/IISCrypto/)
* [.NET Framework에서 TLS(전송 계층 보안) 모범 사례](https://docs.microsoft.com/en-us/dotnet/framework/network-programming/tls)
* [Windows Server 2022의 TLS 암호화 제품군](https://docs.microsoft.com/en-us/windows/win32/secauthn/tls-cipher-suites-in-windows-server-2022)
* [TLS(전송 계층 보안) 레지스트리 설정](https://docs.microsoft.com/en-us/windows-server/security/tls/tls-registry-settings)
* [Windows Defender 바이러스 백신은 이제 샌드박스에서 실행할 수 있습니다](https://www.microsoft.com/security/blog/2018/10/26/windows-defender-antivirus-can-now-run-in-a-sandbox/)
* [KB5005010: 2021년 7월 6일 업데이트 적용 후 새 프린터 드라이버 설치 제한](https://support.microsoft.com/en-us/topic/kb5005010-restricting-installation-of-new-printer-drivers-after-applying-the-july-6-2021-updates-31b91c02-05bc-4ada-a7ea-183b129578a7)
* [admx.help - 그룹 정책 관리 템플릿 카탈로그](https://admx.help/)
* [SMB 클라이언트 방어를 통해 사용자를 가로채기 공격으로부터 보호하는 방법](https://techcommunity.microsoft.com/t5/itops-talk-blog/how-to-defend-users-from-interception-attacks-via-smb-client/ba-p/1494995)
* [Windows PowerShell 5.1에서 PowerShell 7로 마이그레이션](https://learn.microsoft.com/en-us/powershell/scripting/whats-new/migrating-from-windows-powershell-51-to-powershell-7)
* [Excel의 데이터 보안 및 Python](https://support.microsoft.com/en-us/office/data-security-and-python-in-excel-33cc88a4-4a87-485e-9ff9-f35958278327)
* [Windows 클라이언트에서 더 이상 사용되지 않는 기능](https://learn.microsoft.com/en-us/windows/whats-new/deprecated-features)
* [Windows 클라이언트 관리 - Policy CSP](https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-configuration-service-provider)