Cargando…

OSSEC host-based intrusion detection guide /

This book is the definitive guide on the OSSEC Host-based Intrusion Detection system and frankly, to really use OSSEC you are going to need a definitive guide. Documentation has been available since the start of the OSSEC project but, due to time constraints, no formal book has been created to outli...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hay, Andrew
Otros Autores: Cid, Daniel, Bray, Rory
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Burlington, Mass. : Syngress Pub., �2008.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000 a 4500
001 SCIDIR_ocn272382225
003 OCoLC
005 20231117015129.0
006 m o d
007 cr cn|||||||||
008 081117s2008 maua ob 001 0 eng d
040 |a OPELS  |b eng  |e pn  |c OPELS  |d OCLCQ  |d OCLCF  |d OCLCO  |d LGG  |d N$T  |d UBY  |d IDEBK  |d E7B  |d UMI  |d CEF  |d NHM  |d B24X7  |d DEBSZ  |d MERUC  |d VLB  |d YDXCP  |d OCLCQ  |d COO  |d LIV  |d OCLCQ  |d OCLCO  |d OCLCA  |d D6H  |d WYU  |d LEAUB  |d VT2  |d OCLCO  |d OCLCQ  |d INARC  |d OCLCO 
015 |a GBA7A2126  |2 bnb 
016 7 |a 014469946  |2 Uk 
019 |a 299036127  |a 354786851  |a 465063647  |a 505088686  |a 646767574  |a 823838122  |a 823906344  |a 824095917  |a 824148506  |a 1044297641  |a 1056383588  |a 1062895882  |a 1103551063  |a 1156389853  |a 1192334869  |a 1262675725  |a 1392320302 
020 |a 9781597492409 
020 |a 159749240X 
020 |a 9780080558776  |q (electronic bk.) 
020 |a 0080558771  |q (electronic bk.) 
035 |a (OCoLC)272382225  |z (OCoLC)299036127  |z (OCoLC)354786851  |z (OCoLC)465063647  |z (OCoLC)505088686  |z (OCoLC)646767574  |z (OCoLC)823838122  |z (OCoLC)823906344  |z (OCoLC)824095917  |z (OCoLC)824148506  |z (OCoLC)1044297641  |z (OCoLC)1056383588  |z (OCoLC)1062895882  |z (OCoLC)1103551063  |z (OCoLC)1156389853  |z (OCoLC)1192334869  |z (OCoLC)1262675725  |z (OCoLC)1392320302 
050 4 |a QA76.9.A25  |b H387 2008eb 
072 7 |a COM  |x 060040  |2 bisacsh 
072 7 |a COM  |x 043050  |2 bisacsh 
072 7 |a COM  |x 053000  |2 bisacsh 
082 0 4 |a 005.8  |2 22 
100 1 |a Hay, Andrew. 
245 1 0 |a OSSEC host-based intrusion detection guide /  |c Andrew Hay, Daniel Cid, Rory Bray. 
260 |a Burlington, Mass. :  |b Syngress Pub.,  |c �2008. 
300 |a 1 online resource (xxvii, 307 pages) :  |b illustrations 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
520 |a This book is the definitive guide on the OSSEC Host-based Intrusion Detection system and frankly, to really use OSSEC you are going to need a definitive guide. Documentation has been available since the start of the OSSEC project but, due to time constraints, no formal book has been created to outline the various features and functions of the OSSEC product. This has left very important and powerful features of the product undocumented ... until now! The book you are holding will show you how to install and configure OSSEC on the operating system of your choice and provide detailed examples to help prevent and mitigate attacks on your systems. -- Stephen Northcutt OSSEC determines if a host has been compromised in this manner by taking the equivalent of a picture of the host machine in its original, unaltered state. This?picture? captures the most relevant information about that machine?s configuration. OSSEC saves this?picture? and then constantly compares it to the current state of that machine to identify anything that may have changed from the original configuration. Now, many of these changes are necessary, harmless, and authorized, such as a system administrator installing a new software upgrade, patch, or application. But, then there are the not-so-harmless changes, like the installation of a rootkit, trojan horse, or virus. Differentiating between the harmless and the not-so-harmless changes determines whether the system administrator or security professional is managing a secure, efficient network or a compromised network which might be funneling credit card numbers out to phishing gangs or storing massive amounts of pornography creating significant liability for that organization. Separating the wheat from the chaff is by no means an easy task. Hence the need for this book. The book is co-authored by Daniel Cid, who is the founder and lead developer of the freely available OSSEC host-based IDS. As such, readers can be certain they are reading the most accurate, timely, and insightful information on OSSEC. .Get Started with OSSEC Get an overview of the features of OSSEC including commonly used terminology, pre-install preparation, and deployment considerations. .Follow Steb-by-Step Installation Instructions Walk through the installation process for the "local", "agent", and "server" install types on some of the most popular operating systems available. .Master Configuration Learn the basic configuration options for your install type and learn how to monitor log files, receive remote messages, configure email notification, and configure alert levels. .Work With Rules Extract key information from logs using decoders and how you can leverage rules to alert you of strange occurrences on your network. .Understand System Integrity Check and Rootkit Detection Monitor binary executable files, system configuration files, and the Microsoft Windows registry. .Configure Active Response Configure the active response actions you want and bind the actions to specific rules and sequence of events. .Use the OSSEC Web User Interface Install, configure, and use the community-developed, open source web interface available for OSSEC. .Play in the OSSEC VMware Environment Sandbox Use the OSSEC HIDS VMware Guest image on the companion DVD to implement what you have learned in a sandbox-style environment. .Dig Deep into Data Log Mining Take the "high art" of log analysis to the next level by breaking the dependence on the lists of strings or patterns to look for in the logs 
505 0 |a Chapter 1: Introduction This chapter will introduce you to the OSSEC project, its history, and its goals. -- Chapter 2: Getting Started With OSSEC This chapter provides an overview of the features of OSSEC including commonly used terminology, pre-install preparation, and deployment considerations. -- Chapter 3: Installation This chapter walks through the installation process for the "local" and "server" install types, including the Windows and Unix agent, and techniques to automate multiple agents installations. -- Chapter 4: Configuration This chapter discusses the post-install configuration of OSSEC. Within this chapter you learn how to monitor log files, remote messages, email notification, alerting levels, etc. -- Chapter 5: Working With Log Analysis -- Decoders This chapter shows you how to extract key information from logs using decoders. -- Chapter 6: Working With Log Analysis -- Rule Files This chapter discusses how you can leverage rules for various devices and how to write your own rules. It will include examples on how to parse atomic and composite rules, how to keep state between messages, remove false positives and tune it appropriately. -- Chapter 7: Configuring System Integrity Check This chapter explains the system integrity check features of OSSEC including monitoring of the binary executable files, system configuration files, and even the Windows registry. -- Chapter 8: Rootkit Detection This chapter explains the rootkit detection capabilities of OSSEC on Unix and its configuration. -- Chapter 9: Policy Enforcement This chapter explains the policy enforcement capabilities of OSSEC, explaining how to perform host-based system auditing and application monitoring. -- Chapter 10: Active Response Configuration This chapter explains how to configure the active response actions you want to configure as well as how to bind the actions to specific rules or events. -- Chapter 11: Integration and Advanced Configuration This chapter explains previously undocumented features, advanced configuration topics, and integration with third-party products. -- Chapter 12: Using the Web interface This chapter explains how to install and use the community developed, open source web interface, that is available for OSSEC. -- Appendix A: The Importance of Log Analysis. 
500 |a Includes index. 
588 0 |a Print version record. 
504 |a Includes bibliographical references and index. 
630 0 0 |a OSSEC (Computer file) 
650 0 |a Computer security. 
650 0 |a Computer networks  |x Security measures. 
650 6 |a S�ecurit�e informatique.  |0 (CaQQLa)201-0061152 
650 6 |a R�eseaux d'ordinateurs  |x S�ecurit�e  |x Mesures.  |0 (CaQQLa)201-0263812 
650 7 |a COMPUTERS  |x Internet  |x Security.  |2 bisacsh 
650 7 |a COMPUTERS  |x Networking  |x Security.  |2 bisacsh 
650 7 |a COMPUTERS  |x Security  |x General.  |2 bisacsh 
630 0 7 |a OSSEC (Computer file)  |2 blmlsh 
630 0 7 |a OSSEC (Computer file)  |2 fast  |0 (OCoLC)fst01789109 
650 7 |a Computer networks  |x Security measures  |2 fast  |0 (OCoLC)fst00872341 
650 7 |a Computer security  |2 fast  |0 (OCoLC)fst00872484 
700 1 |a Cid, Daniel. 
700 1 |a Bray, Rory. 
776 0 8 |i Print version:  |a Hay, Andrew.  |t OSSEC host-based intrusion detection guide.  |d Burlington, Mass. : Syngress Pub., �2008  |z 9781597492409  |z 159749240X  |w (DLC) 2008273648  |w (OCoLC)180880719 
856 4 0 |u https://sciencedirect.uam.elogim.com/science/book/9781597492409  |z Texto completo