일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- proxycfg
- 로그인불가
- application security
- Elasticsearch
- miniconda
- ELASTIC
- PlayBook
- 한글가이드
- pfsense
- xe guest utilities
- Kibana
- elastic stack
- endpoint security
- GitLab
- ansible
- ssh key 배포
- docker
- 보안양파
- bash
- Kibana server is not ready yet
- Windows
- G-suite
- hardening
- Proxy
- macos
- XCP-ng
- x-pack
- centos 8
- freebsd
- Today
- Total
목록전체 글 (677)
선 밖에 선 자유인
출처: http://forensicinsight.org/ - 웹 브라우저 포렌식 도구 WEFA v.1.2 free
http://forensic-proof.com/tools
1. 시간동기화C:\>w32tm /resync 2. 설정된 시간 동기화 정보확인C:\>w32tm /query /configuration 3. 시간동기화 서버 변경C:\>w32tm /config /manualpeerlist:"time.windows.com,0x9" /syncfromflags:MANUAL 4. 시간동기화 서비스 중지C:\>net stop w32time 5. 시간동기화 서비스 시작C:\>net start w32time
- Windows Server DNS 보안http://armadablog.tistory.com/59https://technet.microsoft.com/ko-kr/library/cc731367(v=ws.11).aspx - DNS 운영과 실무 자료
http://l5.appkr.kr/
https://adsecurity.org/?p=3377 http://securitywing.com/active-directory-security/ https://msdn.microsoft.com/en-us/library/bb727065.aspx GPO securityhttps://technet.microsoft.com/en-us/library/cc960657.aspx Active Directory Security ChecklistThe following checklist is provided to help organizations assess and maintain the security of their Active Directory deployments: 1. Ensure that the logical..
- AWS 온라인 무료 실습 qwiklab https://aws.amazon.com/ko/training/intro-to-aws-labs-sm/
- /etc/firewalld/zones/public.xml # service open # 포트별 (service name or port name) # 수동으로 강제 추가[root@test]# firewall-cmd --add-rich-rule='rule family="ipv4" source address="192.168.0.0/24" service name="syslog" accept' --permanent # reload[root@test]# firewall-cmd --reload