5 Threats that make your Website Vulnerable, Part 4: Limits of Traditional Tools to Protect Websites

«According to CSI/FBI 2006 study :and more applications (including suspicious ones) are
97% of interviewed companies and administrationsencapsulated into http traffic. This is the "everything
were using an antivirus, more than 79% have antispamover HTTP" phenomenon !
and antimalware solutions, 98% have a networkAntivirus and other SECURITY TOOLS (among them,
firewall, 69% have intrusion detection systemssome IDS, IPS and web firewalls) are usually signature
However ...based and are mainly efficient for known attacks duly
65% of these organisations have undergone a viral oridentified by the antivirus vendor. Moreover, an antivirus
spyware attack, 32% have experienced unauthorizedhas to be constantly updated ... the race between
access to their internal data and even 15% havevendor, user and hacker is endless ... and you know
suffered from network intrusions ... not taking intothat a virus generates so many variants !
account companies with no tool to detect incidents asOther tools include :
well as organisations that prefer not to 'acknowledge'- IPS and IDS (other than signature-based) usually
intrusion !»defeat to understand business logic and context of an
Network security is not web application security !application
The perimeter network firewall can not block all flows- SSL encryption (and VPN solutions) can guarantee
and attacks. Indeed, it usually lets http flows (ports 80against listening and spoofing but not against initially
and 443) come into company's networks as it isencrypted malicious traffic
usually needed for communication with outside world.- Vulnerability assessment and patch management
As this specific port is open, more and moreoffers are necessary (but time-consuming !) tasks
applications are using this open door, for instance, VoIPwhich will not protect against zero-day attacks
as well as peer to peer. This http port becomes a real- Authentication tools (such as AAA servers) can only
toll-free motorway to penetrate internal network. Morebe used with duly known existing customers.