# iptables > Linux firewall and NAT tool for redirecting IP-based malware traffic **Category:** [[categories/network-analysis|network-analysis]] | **Tier:** Rich (FOR610) ## Usage ```bash iptables -t nat -A PREROUTING -i ens32 -j REDIRECT ``` ## Workflows - [[workflows/network-interception-workflow|Network Traffic Interception]] — Step 8: IP-Based Redirection (if needed) ## Related Tools - [[tools/nslookup|nslookup]] — DNS query tool for testing name resolution - [[tools/torsocks|torsocks]] — Route network traffic through the Tor anonymity network ## FOR610 **Labs:** 1.8 **Sections:** 1 #firewall #nat #traffic-redirection