Archive for the ‘Securing’ Category

Ratproxy, a passive audit tool for your web services

Posted by Rom Feria on July 12th, 2008 under Securing • No Comments

Ratproxy is described as a " semi-automated, largely passive web application security assessment tool", by Google. This tool was released by Google to help developers and system administra…

Ubuntu Stands Tall

Posted by Rom Feria on March 31st, 2008 under Securing • No Comments

At the recent CanSecWest Applied Security Conference that was held in Canada, three computers running Mac OS X, Vista and ubuntu linux respectively were offered for hacking. None of the three were c…

How to start a firewall with Firestarter

Posted by Rom Feria on February 16th, 2008 under Securing • No Comments

I have talked about firewalls and how it is configured to secure your computer from malicious access but it seems that I have failed to even mention the one that comes bundled with Ubuntu, Firestart…

Limiting SSH Access

Posted by Rom Feria on February 16th, 2008 under Securing • No Comments

Remote access are enabled by using SSH. Whilst this surely makes it more secure than telnet, there are times when you want to have finer-grained control over what SSH commands can be executed from re…

Restricting SSH access

Posted by Rom Feria on January 26th, 2008 under Securing • No Comments

It is common knowledge that we use ssh for remote access as well as the underlying transport for some other services, e.g., VNC over SSH, FTP over SSH, etc. One you have SSH installed, you can also om…

Hardening Linux

Posted by Rom Feria on December 22nd, 2007 under Securing • No Comments

If only we can have a huge wall like China's Great Wall to protect us from security breaches, then we'd all be sleeping soundly every night. Unfortunately, there isn't one available but …

EasyCrypt: Easy encryption tool

Posted by Rom Feria on December 8th, 2007 under Securing • No Comments

Not too long ago, I wrote about TrueCrypt, an open source disk Encryption software. To some, it may be cryptic to get TrueCrypt to use, much more integrate into your daily workflow. To make it easier,…

FUD slinging

Posted by Rom Feria on August 23rd, 2007 under Securing • No Comments

In another one of those microsoft technet hosted blog entries, Jeff Jones wrote about the "July 2007 OS Vulnerability Scorecard", which definitely puts Microsoft OS as superior compared to t…

How to secure Apache virtual hosts

Posted by Rom Feria on August 11th, 2007 under Securing • No Comments

I admit that this is the first time I have heard of Server Name Indication, or SNI, for securing virtual hosts. I am glad to have found a tutorial on how to use SNI with Apache via mod_gnutls module. …

How to limit brute force attacks

Posted by Rom Feria on July 30th, 2007 under Securing • No Comments

Even if we secure our computer systems from remote intrusions, hackers will never stop at testing your defenses. Whilst having a sufficiently secure system may be sufficient, the fact that these hacke…