Cantitate/Preț
Produs

Buffer Overflow Attacks: Detect, Exploit, Prevent

Autor Jason Deckard
en Limba Engleză Paperback – 28 ian 2005
The SANS Institute maintains a list of the "Top 10 Software Vulnerabilities." At the current time, over half of these vulnerabilities are exploitable by Buffer Overflow attacks, making this class of attack one of the most common and most dangerous weapon used by malicious attackers. This is the first book specifically aimed at detecting, exploiting, and preventing the most common and dangerous attacks.

Buffer overflows make up one of the largest collections of vulnerabilities in existence; And a large percentage of possible remote exploits are of the overflow variety. Almost all of the most devastating computer attacks to hit the Internet in recent years including SQL Slammer, Blaster, and I Love You attacks. If executed properly, an overflow vulnerability will allow an attacker to run arbitrary code on the victim’s machine with the equivalent rights of whichever process was overflowed. This is often used to provide a remote shell onto the victim machine, which can be used for further exploitation.

A buffer overflow is an unexpected behavior that exists in certain programming languages. This book provides specific, real code examples on exploiting buffer overflow attacks from a hacker's perspective and defending against these attacks for the software developer.

  • Over half of the "SANS TOP 10 Software Vulnerabilities" are related to buffer overflows.
  • None of the current-best selling software security books focus exclusively on buffer overflows.
  • This book provides specific, real code examples on exploiting buffer overflow attacks from a hacker's perspective and defending against these attacks for the software developer.
Citește tot Restrânge

Preț: 27126 lei

Preț vechi: 33907 lei
-20% Nou

Puncte Express: 407

Preț estimativ în valută:
5192 53100$ 4351£

Carte tipărită la comandă

Livrare economică 13-27 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781932266672
ISBN-10: 1932266674
Pagini: 304
Dimensiuni: 152 x 229 x 27 mm
Greutate: 0.69 kg
Editura: ELSEVIER SCIENCE

Public țintă

Software Developers, Security Specialists, Network Administrators and anyone concerned with hacking and computer security.

Cuprins

Buffers and overflows ; Stack segment ; Attacks on the stack ; Attacks on the heap ; Discovering vulnerabilities ; Crafting a payload ; Attack delivery ; Real world examples ; Trapping attacks ; Preventing attacks ; Defense in depth