|
|
|
|
LEADER |
00000cam a2200000 i 4500 |
001 |
OR_ocn910639389 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
150603s2015 enka o 001 0 eng d |
040 |
|
|
|a UMI
|b eng
|e rda
|e pn
|c UMI
|d IDEBK
|d EBLCP
|d DEBSZ
|d COO
|d DEBBG
|d N$T
|d OCLCF
|d C6I
|d OCLCQ
|d MERUC
|d CEF
|d UKMGB
|d OCLCQ
|d UAB
|d AU@
|d UKAHL
|d OCLCQ
|d VLY
|d AJS
|d OCLCO
|d QGK
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 018005594
|2 Uk
|
019 |
|
|
|a 908632352
|a 1259083824
|
020 |
|
|
|a 9781782174448
|q (electronic bk.)
|
020 |
|
|
|a 1782174443
|q (electronic bk.)
|
020 |
|
|
|z 1782174443
|
020 |
|
|
|z 1782174575
|
020 |
|
|
|z 9781782174578
|
029 |
1 |
|
|a DEBBG
|b BV042683626
|
029 |
1 |
|
|a DEBBG
|b BV043620346
|
029 |
1 |
|
|a DEBSZ
|b 433562684
|
029 |
1 |
|
|a DEBSZ
|b 446588326
|
029 |
1 |
|
|a GBVCP
|b 835876004
|
029 |
1 |
|
|a UKMGB
|b 018005594
|
035 |
|
|
|a (OCoLC)910639389
|z (OCoLC)908632352
|z (OCoLC)1259083824
|
037 |
|
|
|a CL0500000599
|b Safari Books Online
|
050 |
|
4 |
|a QA76.76.A65
|
072 |
|
7 |
|a COM
|x 013000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 014000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 067000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 032000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 037000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 052000
|2 bisacsh
|
082 |
0 |
4 |
|a 004.167
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Tamma, Rohit,
|e author.
|
245 |
1 |
0 |
|a Learning Android forensics :
|b a hands-on guide to Android forensics, from setting up the forensic workstation to analyzing key forensic artifacts /
|c Rohit Tamma, Donnie Tindall.
|
246 |
3 |
|
|a Hands-on guide to Android forensics, from setting up the forensic workstation to analyzing key forensic artifacts
|
264 |
|
1 |
|a Birmingham, UK :
|b Packt Publishing,
|c 2015.
|
300 |
|
|
|a 1 online resource (1 volume) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
490 |
1 |
|
|a Community experience distilled
|
588 |
0 |
|
|a Online resource; title from cover (Safari, viewed May 26, 2015).
|
500 |
|
|
|a Includes index.
|
520 |
8 |
|
|a Annotation
|b If you are a forensic analyst or an information security professional wanting to develop your knowledge of Android forensics, then this is the book for you. Some basic knowledge of the Android mobile platform is expected.
|
505 |
0 |
|
|a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Introducing Android Forensics; Mobile forensics; Mobile forensics approach; Investigation Preparation; Seizure and Isolation; Acquisition; Examination and Analysis; Reporting; Challenges in mobile forensics; Android architecture; The Linux kernel; Libraries; Dalvik virtual machine; The application framework; The applications layer; Android Security; Security at OS level through Linux kernel; Permission model; Application sandboxing; SELinux in Android
|
505 |
8 |
|
|a Application SigningSecure interprocess communication; Android hardware components; Core components; Central processing unit; Baseband processor; Memory; SD Card; Display; Battery; Android boot process; Boot ROM code execution; The boot loader; The Linux kernel; The init process; Zygote and Dalvik; System server; Summary; Chapter 2: Setting up an Android Forensic Environment; Android forensic setup; Android SDK; Installing the Android SDK; Android Virtual Device; Connecting and accessing an Android device from the workstation; Identifying the device cable; Installing device drivers
|
505 |
8 |
|
|a Accessing the deviceAndroid Debug Bridge; Using adb to access the device; Detecting a connected device; Directing commands to a specific device; Issuing shell commands; Basic Linux commands; Installing an application; Pulling data from the device; Pushing data to the device; Restarting the adb server; Viewing log data; Rooting Android; What is rooting?; Why root?; Recovery and fastboot; Recovery mode; Fastboot mode; Locked and unlocked boot loaders; How to root?; Rooting an unlocked boot loader; Rooting a locked boot loader; ADB on a rooted device; Summary
|
505 |
8 |
|
|a Chapter 3: Understanding Data Storage on Android DevicesAndroid partition layout; Common partitions in Android ; boot loader; boot; recovery; userdata; system; cache; radio; Identifying partition layout; Android file hierarchy; An overview of directories; acct; cache; d; data; dev; Init; mnt; proc; root; sbin; misc; sdcard; system; ueventd.goldfish.rc & ueventd.rc; Application data storage on the device; Shared Preferences; Internal storage; External storage; SQLite database; Network; Android File system overview; Viewing filesystems on an Android device; Common Android filesystems
|
505 |
8 |
|
|a Flash memory filesystemsMedia-based filesystems; Pseudo filesystems; Summary; Chapter 4: Extracting Data Logically from Android Devices; Logical extraction overview; What data can be recovered logically?; Root access; Manual ADB data extraction; USB debugging; Using ADB shell to determine if a device is rooted; ADB pull; Recovery mode; Fastboot mode; Determining bootloader status; Booting to a custom recovery image; ADB backup extractions; Extracting a backup over ADB; Parsing ADB backups; Data locations within ADB backups; ADB Dumpsys; Dumpsys batterystats; Dumpsys procstats; Dumpsys user
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
630 |
0 |
0 |
|a Android (Electronic resource)
|
630 |
0 |
7 |
|a Android (Electronic resource)
|2 fast
|
650 |
|
7 |
|a COMPUTERS
|x Computer Literacy.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Computer Science.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Hardware
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Information Technology.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Machine Theory.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Reference.
|2 bisacsh
|
700 |
1 |
|
|a Tindall, Donnie,
|e author.
|
776 |
0 |
8 |
|i Print version:
|a Tamma, Rohit.
|t Learning Android forensics : a hands-on guide to Android forensics, from setting up the forensic workstation to analyzing key forensic artifacts.
|d Birmingham, England ; Mumbai, [India] : Packt Publishing, ©2015
|h xiii, 291 pages
|k Community experience distilled.
|z 9781782174578
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781782174578/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH28576469
|
938 |
|
|
|a EBL - Ebook Library
|b EBLB
|n EBL2040604
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 987626
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis31536888
|
994 |
|
|
|a 92
|b IZTAP
|