Posts Tagged: firewall

Enable or disable ping in Windows Server 2008 R2

Posted by & filed under Windows.

I always forget where to change the ping setting in the Windows Server 2008 R2 Firewall. To enable ping Go to Start >> Administrative Tools >> Windows Firewall with Advanced Security >> Inbound Rules >> File and Printer Sharing (Echo Request – ICMPv4-IN) >> right click and select Enable Rule. To disable the ping rule [...]

Port Knocking

Posted by & filed under Linux, Security.

What is Port Knocking? Port knocking is a method by which you can dynamically open ports on your server to a single IP address. Port knocking allows you to transparently run a service on your server without exposing the services of that port to all IP addresses. In practice, it is very similar to having [...]

SSH Dictionary Attack Prevention with iptables

Posted by & filed under Linux, Scripting, Security.

It is ideal to slow down the SSH dictionary attack when the infested host started to brute force the SSH authentication. There are many scripts/user-land daemons that perform monitoring and blocking. I prefer to use something that has less demand in memory/CPU usage. IPTables module provides a kernel level solution with little overhead.