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 |
Tags
- Kibana server is not ready yet
- freebsd
- macos
- XCP-ng
- Proxy
- endpoint security
- 보안양파
- pfsense
- 로그인불가
- 한글가이드
- x-pack
- Kibana
- xe guest utilities
- hardening
- Windows
- application security
- ssh key 배포
- GitLab
- proxycfg
- centos 8
- ansible
- bash
- PlayBook
- ELASTIC
- elastic stack
- docker
- G-suite
- Elasticsearch
- miniconda
Archives
- Today
- Total
선 밖에 선 자유인
wevtutil 명령어 관련 본문
https://technet.microsoft.com/en-us/library/cc732848(v=ws.11).aspx
https://www.petri.com/managing-command-line-event-logs
* 윈도우 이벤트 로그 text 저장
wevtutil qe system /f:text
wevtutil qe application /f:text
wevtutil qe security /f:text
* 로그 파일의 evtx 파일 text 로 변환하는 방법
wevtutil qe <파일 경로> /lf /f:text > "파일명.txt"
Ex)
- sysmon 로그 파일 변환
cmd> wevtutil qe "C:\Windows\System32\winevt\Logs\Microsoft-Windows-Sysmon%4Operational.evtx" /lf /f:text > sysmon-backup.txt
Comments