Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| mswindows:start [2025/09/15 15:12] – [Commandes réseau] alberto | mswindows:start [2026/08/08 21:20] (current) – [Commandes réseau] alberto | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Commandes réseau ===== | ===== Commandes réseau ===== | ||
| - | |ipconfig | + | | **ipconfig** | Affiche la configuration |
| - | |ipconfig /all | Detailed IP/DNS info for incident validation| | + | | **ipconfig /all** |
| - | |ipconfig / | + | | **ipconfig /release** |
| - | |ipconfig / | + | | **ipconfig /renew** |
| - | |ipconfig /flushdns | Clear DNS cache (stop DNS poisoning)| | + | | **ipconfig /flushdns** | Vide le cache DNS |
| - | |ping [IP] | Test host reachability (detect filtering/ | + | | **ping [ip ou domain]** |
| - | |tracert [IP] | + | | **tracert [ip ou domain]** | Trace le chemin vers un hôte |
| - | |nslookup [domain] | + | | **nslookup [ip ou domain]** |
| - | |netstat -an | Spot unusual open ports & connections| | + | | **netstat -an** |
| - | |netstat -b | + | | **netstat -b** | Affiche quel processus établit une connexion réseau |
| - | |arp -a | + | | **arp -a** | Affiche la table ARP de la machine |
| - | |hostname | + | | **hostname** | Affiche le nom de la machine |
| - | |getmac | + | | **getmac** | Affiche les adresses |
| - | |net use | Check unauthorized shared drive access| | + | | **net use** |
| - | |net share | List shared resources for data exfil risks| | + | | **net share** |
| - | |net start |Spot suspicious or unauthorized | + | | **net start** |
| - | |net stop | + | | **net stop** | Arrête un service |
| - | |tasklist | + | | **tasklist** | Voir les processus en cours | |
| - | |route print |Inspect routing | + | | **route print** |
| - | |netsh advfirewall firewall show rule name=all |Review firewall rules for| | + | | **netsh advfirewall firewall show rule name=all** |