Windows Commands

IPconfig:


NetStat:

Flags:

Watch traffic with the following commands:

netstat -an (time seconds) | find "port number" 

-checks every (seconds) and prints results if a process starts listening on port (port number)


Ping:

verifies IP level connectivity to another TCP/IP computer by sending an ICMP


Tracert and route:

Tracert determines route to a destination by sending ICMP echo packet. In these packets tracert uses varying IP TTL values

Route display and mofies the entries in a local IP routing table which helps it understand the topology of a network


ARP and Whoami: