4 April 2007 |
Author:
iNDEx |
Comments (0) | Views: 1433
Developers Guide to Web Application Security
75% of attacks targeted against specific systems are aimed against the web application itself; not the operating system or network. While current security technologies and practices are aimed for the operating system and network, the custom developed software that runs the web application is the most exposed portion of any website, and often the most vulnerable. This book defines Web application security, why it should be addressed earlier in the lifecycle in development and quality assurance, and how it differs from other types of Internet security. Additionally, the book examines the procedures and technologies that are essential to developing, penetration testing and releasing a secure Web application. Through a review of recent Web application breaches, the book will expose the prolific methods hackers use to execute Web attacks using common vulnerabilities such as SQL Injection, Cross-Site Scripting and Buffer Overflows in the application layer. By taking an in-depth look at the techniques hackers use to exploit Web applications, readers will be better equipped to protect confidential.
26 March 2007 |
Author:
iNDEx |
Comments (0) | Views: 924
Simple Computer Security: Disinfect Your PC
Did you know that a typical unprotected PC is attacked within 20 minutes of being connected to the Internet? Protect yourself and your family with the CA Internet Security
* Recognize the enemy—viruses, worms, Trojan horses, and zombies
* Find the lurking applications on your system—spyware and adware
* Stop spammers from using your computer to send bulk emails by the millions
* Surf sensibly with the right Web browser
* Block hackers with the robust CA personal firewall
* Update your PC protection regularlyCA Founded in 1976, CA is a global company with 150 offices in more than 45 countries and revenues of $3.5 billion in 2005. With over 15,000 employees, CA provides products and support to 980f Fortune 500® companies, as well as government entities, educational institutions, and thousands of other companies in diverse industries worldwide. CA products cover systems, networks, security, storage, and databases.
26 March 2007 |
Author:
iNDEx |
Comments (0) | Views: 1892
Practical Hacking Techniques and Countermeasures
Practical Hacking Techniques and Countermeasures examines computer security from the hacker's perspective, demonstrating how a computer system can be successfully attacked and compromised. This book shows how an attack is conceptualized, formulated and performed. With the VMware Workstation software package available on the accompanying CD, it uses virtual computers to illustrate how an attack is executed, including the script, compilation, and results. It offers examples of attacks on Windows and Linux. It also covers such topics as footprinting, scanning, sniffing, passwords, and other attack tools. This text provides valuable information for constructing a system to defend against attacks.
25 March 2007 |
Author:
iNDEx |
Comments (0) | Views: 941
SSL & TLS Essentials: Securing the Web
The Secure Sockets Layer (SSL) and Transport Layer Security(TLS) protocols form the foundation for e-commerce security on the World Wide Web, verifying the authenticity of Web sites, encrypting the transfer of sensitive data, and ensuring the integrity of information exchanged. Now-for the first time the details of these critical security protocols are available in a complete, clear, and concise reference. SSL and TLS Essentials provides complete documentation of the SSL and TLS protocols, including advanced and proprietary extensions never before published. The book thoroughly covers the protocols in operation, including the contents of their messages, message formats, and the cryptographic calculations used to construct them. The text also includes an introduction to cryptography and an explanation of X.509 public key certificates. Stephen Thomas, author of IPng and the TCP/IP Protocols, presents this complex material in a clear and reader-friendly manner. The book includes more than 80 figures and illustrations to supplement its text, and it describes SSL in the context of real-world, practical applications.
16 March 2007 |
Author:
iNDEx |
Comments (0) | Views: 2370
Hacking the Code: ASP.NET Web Application Security
More of a programmer's guide than a security guide, Hacking the Code explains how certain code can be attacked, shows how you should edit the code, and offers case studies and examples for doing so. The book establishes policies for object input, and shows how to audit existing code for potential security problems.
People constantly ask security expert Mark Burnett for a guide to writing secure code. They don't want a course on security, they want to f.i.x their code. This book is a practical guide on how to maintain session state, how to properly handle cookies, how to get user input, and more. Instead of just telling you how to do it, Burnett shows actual code that can be dropped right into your applications. This book covers almost all security issues known. Burnett has put hundreds of hours of research into his code audit database and is now making that available to you.