일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ssh key 배포
- XCP-ng
- Elasticsearch
- hardening
- freebsd
- bash
- PlayBook
- macos
- ELASTIC
- 한글가이드
- pfsense
- endpoint security
- Windows
- proxycfg
- Kibana server is not ready yet
- x-pack
- Kibana
- 보안양파
- 로그인불가
- GitLab
- xe guest utilities
- ansible
- docker
- application security
- Proxy
- elastic stack
- G-suite
- miniconda
- centos 8
- Today
- Total
선 밖에 선 자유인
라우터 포렌식 - 정보수집 본문
- 휘발성 정보 수집
router# show clock
router# show version
router# show users
router# show access-lists
router# show ip route
router# show arp
router# show stacks (crash 의 원인을 찾아낸다.)
* 시스테 IOS 11.2 부터는 show tech-support 명령어를 통해 한꺼번에 보여준다. 아래의 내용들이 포함됨
router# show version
router# show running-config
router# show stacks
router# show interface
router# show controller
router# show process cpu
router# show process memory
router# show buffers
- 라우터 메모리 덤프
TFTP
router# exception dump <TFTP IP>
FTP
router# ip ftp usernaem <사용자 ID>
router# ip ftp password <사용자 password>
router# exception protocol ftp
router# exception dump <FTP IP>
RCP
router# exception protocol rcp
router# exception dump <RCP IP>
Flash Disk: 라우터에서 PCMCIA를 지원해야 함
router# exception flash <procmem | iomem | all> <partition number> <erase | no_erase>
- 라우터 메모리 분석
Recurity Lab에서 개발한 오픈소스 CIR을 이용한다.
http://cir.recurity.com/CIR-1.1-GPLv3-bin.zip
* 출처: 디지털 포렌식의 세계 (이준형, 조정원 공저)