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
- xe guest utilities
- G-suite
- centos 8
- 보안양파
- ssh key 배포
- Kibana server is not ready yet
- 로그인불가
- ELASTIC
- 한글가이드
- ansible
- application security
- PlayBook
- macos
- endpoint security
- GitLab
- XCP-ng
- elastic stack
- Kibana
- Elasticsearch
- Proxy
- pfsense
- miniconda
- hardening
- bash
- freebsd
- x-pack
- proxycfg
- Windows
- docker
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