“There is no substitute for proactive Security”
Much as you would love to believe that you are safe you are not. Chances are that a new Vulnerability was discovered a few weeks after you patched your servers. We can take the pain out of managing security for you through our Security centric services.
Bolstered by our vast experience in securing and resurrecting mission-critical servers and over 6 years of core system administration and impelmetation work, we provide you with a comprehensive-one stop server security solution.
Unlike those fancy “consultants”, who charge you a million bucks and leave you all scared and sweating, we have been in the field, grappled with real issues and patched real servers (not the ones in a lab or in a textbook). We have what it takes to make your servers “really” safe. We don’t just tell you what your problems are but we go the whole nine yards and “fix it” so you can sit back and relax.
Our services include but are not restricted to:
Security incident handling and emergency rescue operations.
framing of security policies, keeping in mind target systems/users
Basic and Advanced vulnerability Analysis of servers
Application Security Audits
Firewall implementation and tuning
Disaster Recovery and Redundancy planning
centralized as well as offline log repository management and monitoring
Mail and Messaging systems security
As stated earlier we do not restrict ourselves within the above stated activities. We take each case on a one to one basis and proceed to evaluate and suggest a solution that we can provide and that you would like to take from us. So please feel free to contact us.
Well how about a challenge-response mechanism. How about asking the sender to ensure that they sent you the message before letting the message reach your mailbox.
This writeup illustrates how you can enable secure roaming access to an smtp server while simultaneously adding a further layer of security to your postfix mail server. Not 100% guaranteed to keep thieves at bay but very effective.
It works on the principle that if you have an account on the server you are authorized to [...]
This is a quick and dirty how to on setting up a firewall + Bruteforce detection/prevention mechanism + AntiDOS system on your dedicated Linux server.
Assumes root access
APF
APF is a policy based iptables firewall system designed for ease of use and configuration.
mkdir $HOME/src
cd $HOME/src
wget http://www.rfxnetworks.com/downloads/apf-current.tar.gz
tar -xvzf apf-current.tar.gz
cd apf-0.9.6-1/
./install.sh
vi /etc/apf/conf.apf
(edit the IG_TCP line and add ports [...]