Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Proxy
- G-suite
- ELASTIC
- Kibana
- bash
- proxycfg
- elastic stack
- Kibana server is not ready yet
- ansible
- ssh key 배포
- macos
- application security
- endpoint security
- x-pack
- hardening
- GitLab
- 로그인불가
- miniconda
- xe guest utilities
- centos 8
- PlayBook
- freebsd
- 한글가이드
- pfsense
- XCP-ng
- 보안양파
- docker
- Elasticsearch
- Windows
Archives
- Today
- Total
선 밖에 선 자유인
윈도우 보안 설정 본문
DDoS 방어 레지스트리 수정
reg add HKLM\System\CurrentControlSet\Services\Tcpip\Parameters /v SynAttackProtect /t REG_DWORD /d 2
reg add HKLM\System\CurrentControlSet\Services\Tcpip\Parameters /v EnablePMTUDiscovery /t REG_DWORD /d 0
reg add HKLM\System\CurrentControlSet\Services\Tcpip\Parameters /v NoNameReleaseOnDemand /t REG_DWORD /d 1
reg add HKLM\System\CurrentControlSet\Services\Tcpip\Parameters /v EnableDeadGWDetect /t REG_DWORD /d 0
reg add HKLM\System\CurrentControlSet\Services\Tcpip\Parameters /v KeepAliveTime /t REG_DWORD /d 300000
Comments