일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Elasticsearch
- GitLab
- macos
- bash
- Windows
- pfsense
- docker
- elastic stack
- Kibana
- 한글가이드
- ELASTIC
- ssh key 배포
- xe guest utilities
- proxycfg
- freebsd
- 보안양파
- 로그인불가
- ansible
- XCP-ng
- Kibana server is not ready yet
- Proxy
- endpoint security
- miniconda
- x-pack
- centos 8
- hardening
- PlayBook
- G-suite
- application security
- Today
- Total
선 밖에 선 자유인
프로세스 별 Network connection 확인 본문
관리자 권한으로 cmd 실행 후
cmd> netstat -nob
netstat 옵션 :
-a: Displays all connections and listening ports.
-b: Displays the executable involved in creating each connection or listening port. In some cases well-known executables host multiple independent components, and in these cases the sequence of components involved in creating the connection or listening port is displayed. In this case the executable name is in [] at the bottom, on top is the component it called, and so forth until TCP/IP was reached. Note that this option can be time-consuming and will fail unless you have sufficient permissions.
-n: Displays addresses and port numbers in numerical form.
-o: Displays the owning process ID associated with each connection.
netstat -noba => 모든 connection 확인