18.8.11

Steps to remove Win32:Rootkit-gen[Rtk] Virus

• The only reason why this virus infects the PC again is that, it has been saved in the System Restore files.


• So turn off the System Restore now (Right click on My Computer-> Properties-> System Restore tab-> click on Turn off System Restore on all drives).

• Reboot the PC to let the restore files to get deleted.

• Now just turn on the system restore.


The virus has been removed!!

12.8.11

IPTABLES

iptables -L // Display iptables entries..
iptables -L -v --line-numbers //iptable entries with line number


-------------------------------------------------------------


iptables --flush // delete all the rules from iptables


iptables-save // to save current rules permanently



IPTABLES- Block MAC / IP

iptables -A INPUT -m mac mac-source xx:xx:xx:xx:xx:xx -j DROP
or
iptables -A INPUT -s
-j DROP