A network security administrator investigating a suspected compromised Windows 11 workstation needs to perform initial command-line triage. The administrator must view all active TCP network connections along with their numerical IP addresses and owning Process IDs (PIDs). Additionally, the administrator must purge and reload the local NetBIOS remote name cache table to remove potentially poisoned entries. Which TWO of the following command-line utility configurations should the administrator run to accomplish these tasks?
- netstat -anoCevap
- nbtstat -RCevap
- Cnbtstat -r
- Dnetstat -r
Cevap
Executing netstat -ano to display active network connections with process IDs, and nbtstat -R to purge and reload the NetBIOS name cache.
To view active TCP connections along with numerical IP addresses and owning Process IDs (PIDs), netstat -ano is the correct command because -a displays all active connections, -n shows numerical addresses, and -o displays the PID. To purge and reload the remote NetBIOS name cache, nbtstat -R is required because the uppercase -R switch specifically flushes the cache and reloads it.
Adım Adım Çözüm
Anahtar Kavram
Windows Command-Line Network Diagnostics and Switch Sensitivity