|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
SCIDIR_ocm57566682 |
003 |
OCoLC |
005 |
20231117015036.0 |
006 |
m o d |
007 |
cr cnu|||unuuu |
008 |
050204s2005 mau fob 001 0 eng d |
040 |
|
|
|a N$T
|b eng
|e pn
|c N$T
|d OCLCQ
|d YDXCP
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCF
|d OCLCQ
|d NTG
|d B24X7
|d REDDC
|d CPC
|d C6I
|d UAB
|d UMI
|d CEF
|d DEBSZ
|d EBLCP
|d DKDLA
|d OPELS
|d LUO
|d MERUC
|d CCO
|d E7B
|d IDEBK
|d OCLCQ
|d FVL
|d CSU
|d OCLCQ
|d OCL
|d COO
|d OCLCQ
|d AZK
|d AGLDB
|d COCUF
|d CNNOR
|d PLS
|d MOR
|d PIFBR
|d LIV
|d OCLCQ
|d SAV
|d OCLCQ
|d WY@
|d OCLCA
|d LUE
|d STF
|d BRL
|d WRM
|d D6H
|d OCLCQ
|d VTS
|d NRAMU
|d INT
|d VT2
|d TOF
|d OCLCQ
|d A6Q
|d OCLCQ
|d PUG
|d LEAUB
|d OL$
|d UKCRE
|d OCLCO
|d OCLCQ
|d BRX
|d OCLCQ
|d INARC
|d WGGTC
|d TXG
|d QGK
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 61446833
|a 70740459
|a 79874555
|a 122377176
|a 162599239
|a 183318262
|a 475384078
|a 505379988
|a 559314637
|a 606028665
|a 646729141
|a 722339363
|a 728029968
|a 888500326
|a 961581698
|a 962643653
|a 988470030
|a 991979706
|a 1035651680
|a 1037505447
|a 1038691836
|a 1045481652
|a 1055331414
|a 1076300692
|a 1081293670
|a 1153008869
|a 1228602159
|a 1253378616
|a 1259200906
|
020 |
|
|
|a 1597490229
|q (electronic bk.)
|
020 |
|
|
|a 9781597490221
|q (electronic bk.)
|
020 |
|
|
|a 1932266674
|
020 |
|
|
|a 9781932266672
|
020 |
|
|
|a 0080488420
|
020 |
|
|
|a 9780080488424
|
020 |
|
|
|a 9786611035846
|
020 |
|
|
|a 6611035842
|
020 |
|
|
|z 9780080488424
|
035 |
|
|
|a (OCoLC)57566682
|z (OCoLC)61446833
|z (OCoLC)70740459
|z (OCoLC)79874555
|z (OCoLC)122377176
|z (OCoLC)162599239
|z (OCoLC)183318262
|z (OCoLC)475384078
|z (OCoLC)505379988
|z (OCoLC)559314637
|z (OCoLC)606028665
|z (OCoLC)646729141
|z (OCoLC)722339363
|z (OCoLC)728029968
|z (OCoLC)888500326
|z (OCoLC)961581698
|z (OCoLC)962643653
|z (OCoLC)988470030
|z (OCoLC)991979706
|z (OCoLC)1035651680
|z (OCoLC)1037505447
|z (OCoLC)1038691836
|z (OCoLC)1045481652
|z (OCoLC)1055331414
|z (OCoLC)1076300692
|z (OCoLC)1081293670
|z (OCoLC)1153008869
|z (OCoLC)1228602159
|z (OCoLC)1253378616
|z (OCoLC)1259200906
|
050 |
|
4 |
|a QA76.9.A25
|b B84 2005eb
|
072 |
|
7 |
|a COM
|x 015000
|2 bisacsh
|
082 |
0 |
4 |
|a 005.8/4
|2 22
|
245 |
0 |
0 |
|a Buffer overflow attacks :
|b detect, exploit, prevent /
|c James C. Foster [and others] ; foreword by Dave Aitel.
|
260 |
|
|
|a Rockland, MA :
|b Syngress,
|c �2005.
|
300 |
|
|
|a 1 online resource
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a data file
|
504 |
|
|
|a Includes bibliographical references and index.
|
505 |
0 |
|
|a 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.
|
520 |
8 |
|
|a Annotation
|b 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.<br /><br />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.<br /><br />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.<br /><br />*Over half of the "SANS TOP 10 Software Vulnerabilities" are related to buffer overflows.<br /><br />*None of the current-best selling software security books focus exclusively on buffer overflows.<br /><br />*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
|
546 |
|
|
|a English.
|
650 |
|
0 |
|a Computer viruses.
|
650 |
|
0 |
|a Computer security.
|
650 |
|
6 |
|a Virus informatiques.
|0 (CaQQLa)201-0184374
|
650 |
|
6 |
|a S�ecurit�e informatique.
|0 (CaQQLa)201-0061152
|
650 |
|
7 |
|a COMPUTERS
|x Security
|x Viruses.
|2 bisacsh
|
650 |
|
7 |
|a Computer security.
|2 blmlsh
|
650 |
|
7 |
|a Computer viruses.
|2 blmlsh
|
650 |
|
7 |
|a Computer security
|2 fast
|0 (OCoLC)fst00872484
|
650 |
|
7 |
|a Computer viruses
|2 fast
|0 (OCoLC)fst00872684
|
700 |
1 |
|
|a Foster, James C.
|
776 |
0 |
8 |
|i Print version:
|t Buffer overflow attacks.
|d Rockland, Mass. : Syngress Pub., �2005
|
856 |
4 |
0 |
|u https://sciencedirect.uam.elogim.com/science/book/9781932266672
|z Texto completo
|