|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn942842528 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr |n||||||||| |
008 |
160304s2016 enka o 001 0 eng d |
040 |
|
|
|a IDEBK
|b eng
|e pn
|c IDEBK
|d N$T
|d UMI
|d OCLCF
|d TEFOD
|d VT2
|d DEBSZ
|d OCLCQ
|d KSU
|d OCLCQ
|d OCLCO
|d COO
|d DEBBG
|d YDXCP
|d OCLCQ
|d UOK
|d CEF
|d NLE
|d UKMGB
|d G3B
|d UAB
|d IGB
|d NAM
|d RDF
|d OCLCO
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB6I9994
|2 bnb
|
016 |
7 |
|
|a 018005406
|2 Uk
|
019 |
|
|
|a 944156569
|a 945554908
|
020 |
|
|
|a 1782167110
|q (electronic bk.)
|
020 |
|
|
|a 9781782167112
|q (electronic bk.)
|
020 |
|
|
|z 9781782167105
|
020 |
|
|
|a 1782167102
|
020 |
|
|
|a 9781782167105
|
029 |
1 |
|
|a DEBSZ
|b 473876973
|
029 |
1 |
|
|a DEBBG
|b BV043969063
|
029 |
1 |
|
|a DEBSZ
|b 485795760
|
029 |
1 |
|
|a GBVCP
|b 882753940
|
029 |
1 |
|
|a AU@
|b 000062540297
|
029 |
1 |
|
|a UKMGB
|b 018005406
|
029 |
1 |
|
|a AU@
|b 000067092561
|
035 |
|
|
|a (OCoLC)942842528
|z (OCoLC)944156569
|z (OCoLC)945554908
|
037 |
|
|
|a 901502
|b MIL
|
037 |
|
|
|a 72E6C0A3-EABE-42A1-B49B-35FD9ADEDB3E
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.774.L46
|
072 |
|
7 |
|a COM
|x 046070
|2 bisacsh
|
082 |
0 |
4 |
|a 005.432
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a O'Neill, Ryan,
|e author.
|
245 |
1 |
0 |
|a Learning Linux binary analysis :
|b uncover the secrets of Linux binary analysis with this handy guide /
|c Ryan "elfmaster" O'Neill.
|
260 |
|
|
|a Birmingham :
|b Packt Publishing,
|c 2016.
|
300 |
|
|
|a 1 online resource (xiii, 253 pages) :
|b illustrations (some color)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from PDF title page (EBSCO, viewed March 17, 2016).
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a Annotation
|b Uncover the secrets of Linux binary analysis with this handy guideAbout This Book Grasp the intricacies of the ELF binary format of UNIX and Linux Design tools for reverse engineering and binary forensic analysis Insights into UNIX and Linux memory infections, ELF viruses, and binary protection schemes Who This Book Is ForIf you are a software engineer or reverse engineer and want to learn more about Linux binary analysis, this book will provide you with all you need to implement solutions for binary analysis in areas of security, forensics, and antivirus. This book is great for both security enthusiasts and system level engineers. Some experience with the C programming language and the Linux command line is assumed. What You Will Learn Explore the internal workings of the ELF binary format Discover techniques for UNIX Virus infection and analysis Work with binary hardening and software anti-tamper methods Patch executables and process memory Bypass anti-debugging measures used in malware Perform advanced forensic analysis of binaries Design ELF-related tools in the C language Learn to operate on memory with ptraceIn DetailLearning Linux Binary Analysis is packed with knowledge and code that will teach you the inner workings of the ELF format, and the methods used by hackers and security analysts for virus analysis, binary patching, software protection and more. This book will start by taking you through UNIX/Linux object utilities, and will move on to teaching you all about the ELF specimen. You will learn about process tracing, and will explore the different types of Linux and UNIX viruses, and how you can make use of ELF Virus Technology to deal with them. The latter half of the book discusses the usage of Kprobe instrumentation for kernel hacking, code patching, and debugging. You will discover how to detect and disinfect kernel-mode rootkits, and move on to analyze static code. Finally, you will be walked through complex userspace memory infection analysis. This book will lead you into territory that is uncharted even by some experts; right into the world of the computer hacker. Style and approachThe material in this book provides detailed insight into the arcane arts of hacking, coding, reverse engineering Linux executables, and dissecting process memory. In the computer security industry these skills are priceless, and scarce. The tutorials are filled with knowledge gained through first hand experience, and are complemented with frequent examples including source code.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: The Linux Environment and Its Tools; Chapter 2: The ELF Binary Format; Chapter 3: Linux Process Tracing; Chapter 4: ELF Virus Technology -- Linux/Unix Viruses; Chapter 5: Linux Binary Protection; Chapter 6: ELF Binary Forensics in Linux; Chapter 7: Process Memory Forensics; Chapter 8: ECFS -- Extended Core File Snapshot Technology; Chapter 9: Linux /proc/kcore Analysis; Index; Linux tools; Useful devices and files; Linker-related environment points
|
505 |
8 |
|
|a ELF virus technologyELF virus engineering challenges; ELF virus parasite infection methods; The PT_NOTE to PT_LOAD conversion infection method; Infecting control flow; Process memory viruses and rootkits -- remote code injection techniques; ELF anti-debugging and packing techniques; ELF virus detection and disinfection; Summary; ELF binary packers -- dumb protectors; Stub mechanics and the userland exec; Other jobs performed by protector stubs; Existing ELF binary protectors; Downloading Maya-protected binaries; Anti-debugging for binary protection; Resistance to emulation; Obfuscation methods
|
505 |
8 |
|
|a Protecting control flow integrityOther resources; Summary; The science of detecting entry point modification; Detecting other forms of control flow hijacking; Identifying parasite code characteristics; Checking the dynamic segment for DLL injection traces; Identifying reverse text padding infections; Identifying text segment padding infections; Identifying protected binaries; IDA Pro; Summary; What does a process look like?; Process memory infection; Detecting the ET_DYN injection; Linux ELF core files; Summary; History; The ECFS philosophy; Getting started with ECFS
|
505 |
8 |
|
|a Libecfs -- a library for parsing ECFS filesreadecfs; Examining an infected process using ECFS; The ECFS reference guide; Process necromancy with ECFS; Learning more about ECFS; Summary; Linux kernel forensics and rootkits; stock vmlinux has no symbols; /proc/kcore and GDB exploration; Direct sys_call_table modifications; Kprobe rootkits; Debug register rootkits -- DRR; VFS layer rootkits; Other kernel infection techniques; vmlinux and .altinstructions patching; Using taskverse to see hidden processes; Infected LKMs -- kernel drivers; Notes on /dev/kmem and /dev/mem; /dev/mem
|
505 |
8 |
|
|a K-ecfs -- kernel ECFS
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
630 |
0 |
0 |
|a Linux.
|
630 |
0 |
0 |
|a UNIX (Computer file)
|
630 |
0 |
7 |
|a Linux
|2 fast
|
630 |
0 |
7 |
|a UNIX (Computer file)
|2 fast
|
650 |
|
0 |
|a Operating systems (Computers)
|
650 |
|
0 |
|a Software engineering.
|
650 |
|
6 |
|a Systèmes d'exploitation (Ordinateurs)
|
650 |
|
6 |
|a Génie logiciel.
|
650 |
|
7 |
|a operating systems.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x Operating Systems
|x Linux.
|2 bisacsh
|
650 |
|
7 |
|a Operating systems (Computers)
|2 fast
|
650 |
|
7 |
|a Software engineering
|2 fast
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781782167105/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 1193724
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis34109859
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 12872673
|
994 |
|
|
|a 92
|b IZTAP
|