Archive for the ‘Security’ Category

Mobile Telephone eavesdropping.

As the mobile phones get smarter, they became an integral part of our life and very tempting attack vector. Today I red an article Voice Encryption: 9 out of 10 Products are Worthless (Technical Description) it is a nice example of with a little bit of creativity how easily you can bypass an expensive security [...]

Read the rest of this entry »

Changing SSH port of server. Simple yet effective security measure.

Any server you put on the Internet will be subject automated and targeted attacks. If you look at your auth.log file you would see that your servers are constantly scanned and attacked. %99 of the attacks are automated and targeting standard ssh port (22). Try this command on your server. You can change the date [...]

Read the rest of this entry »

Disabling the respons to ICMP ECHO requests

Responding to a ping request can not be the part of job definition for a production/critical server. For critical systems It is better not to publish information more than it is absolutely necessary. Disabling response to ICMP ECHO requests is a measure we can easily implement. Tweet This Post

Read the rest of this entry »

Improving Apache Webserver Security with ServerTokens directive

By default Apache server is configured in a way that it sends detailed information about it’s configuration (apache version number, compiled modules, etc). For production environments this information would be unnecessary. It is better not to publish it at all. Using the ServerTokens directive you can control the amount of information being sent to the [...]

Read the rest of this entry »

Free Radius test utility: NTRadPing

During one of my latest projects I needed an radius client to troubleshoot a problem. For that purpose I have used the free NTRadPing utility. It is an free windows based radius client and it simplifies our investigation process. You can download it from here . Tweet This Post

Read the rest of this entry »

Disabling SELinux on CentOS

We can disable SELinux by editing the /etc/selinux/config configuration file. We will need to change the following line SELINUX=enforcing as listed below. SELINUX=disabled After this modification we need to reboot our system. Tweet This Post

Read the rest of this entry »

Using google as hacking tool?

Today I saw an interesting interesting video. It is unbelievable what you can do with simple google knowledge. It is quite an eye opener. click here to watch it. Tweet This Post

Read the rest of this entry »

How can you test if your gateway anti-virus configured properly?

Recently I have installed a mail server with the ClamAV (free anti-virus toolkit for UNIX). It is easy to test if the mail server is working. We can test it by sending and receiving emails. But what about the viruses? How can I test if the ClamAV is working properly? How can check if it [...]

Read the rest of this entry »

How do you protect your SOHO (Small Office / Home Office ) network?

What kind of protection do you have at your home or small office network? Are you using iptables? windows firewall or firewall of your adsl modem? Now a days having just a firewall is not good enough for your protection. Actually you can also see this from the way open source firewall projects are evolving. [...]

Read the rest of this entry »