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 [2025/09/15 15:50] (current) – [Commandes réseau] alberto | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| ===== Commandes réseau ===== | ===== Commandes réseau ===== | ||
| - | |ipconfig | + | |**ipconfig |
| - | |ipconfig /all | Detailed IP/DNS info for incident validation| | + | |**ipconfig /all |
| - | |ipconfig / | + | |**ipconfig / |
| - | |ipconfig / | + | |**ipconfig / |
| - | |ipconfig /flushdns | Clear DNS cache (stop DNS poisoning)| | + | |**ipconfig / |
| - | |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]** | Permet de résoudre l'ip ou le FQDN d'un hôte| |
| - | |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 |
| - | |getmac | + | |**getmac |
| - | |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 |
| - | |route print |Inspect routing | + | |**route print |
| - | |netsh advfirewall firewall show rule name=all |Review firewall rules for| | + | |**netsh advfirewall firewall show rule name=all** | Examiner les règles du pare-feu| |