The Art of Memory Forensics - Michael Hale Ligh - E-Book

The Art of Memory Forensics E-Book

Michael Hale Ligh

2,0
52,99 €

oder
-100%
Sammeln Sie Punkte in unserem Gutscheinprogramm und kaufen Sie E-Books und Hörbücher mit bis zu 100% Rabatt.

Mehr erfahren.
Beschreibung

Memory forensics provides cutting edge technology to help investigate digital attacks Memory forensics is the art of analyzing computer memory (RAM) to solve digital crimes. As a follow-up to the best seller Malware Analyst's Cookbook, experts in the fields of malware, security, and digital forensics bring you a step-by-step guide to memory forensics--now the most sought after skill in the digital forensics and incident response fields. Beginning with introductory concepts and moving toward the advanced, The Art of Memory Forensics: Detecting Malware and Threats in Windows, Linux, and Mac Memory is based on a five day training course that the authors have presented to hundreds of students. It is the only book on the market that focuses exclusively on memory forensics and how to deploy such techniques properly. Discover memory forensics techniques: * How volatile memory analysis improves digital investigations * Proper investigative steps for detecting stealth malware and advanced threats * How to use free, open source tools for conducting thorough memory forensics * Ways to acquire memory from suspect systems in a forensically sound manner The next era of malware and security breaches are more sophisticated and targeted, and the volatile memory of a computer is often overlooked or destroyed as part of the incident response process. The Art of Memory Forensics explains the latest technological innovations in digital forensics to help bridge this gap. It covers the most popular and recently released versions of Windows, Linux, and Mac, including both the 32 and 64-bit editions.

Sie lesen das E-Book in den Legimi-Apps auf:

Android
iOS
von Legimi
zertifizierten E-Readern

Seitenzahl: 1258

Veröffentlichungsjahr: 2014

Bewertungen
2,0 (18 Bewertungen)
0
0
5
8
5
Mehr Informationen
Mehr Informationen
Legimi prüft nicht, ob Rezensionen von Nutzern stammen, die den betreffenden Titel tatsächlich gekauft oder gelesen/gehört haben. Wir entfernen aber gefälschte Rezensionen.



CONTENTS

Introduction

Part I: An Introduction to Memory Forensics

Chapter 1: Systems Overview

Digital Environment

PC Architecture

Operating Systems

Process Management

Memory Management

File System

I/O Subsystem

Summary

Chapter 2: Data Structures

Basic Data Types

Summary

Chapter 3: The Volatility Framework

Why Volatility?

What Volatility Is Not

Installation

The Framework

Using Volatility

Summary

Chapter 4: Memory Acquisition

Preserving the Digital Environment

Software Tools

Memory Dump Formats

Converting Memory Dumps

Volatile Memory on Disk

Summary

Part II: Windows Memory Forensics

Chapter 5: Windows Objects and Pool Allocations

Windows Executive Objects

Pool-Tag Scanning

Limitations of Pool Scanning

Big Page Pool

Pool-Scanning Alternatives

Summary

Chapter 6: Processes, Handles, and Tokens

Processes

Process Tokens

Privileges

Process Handles

Enumerating Handles in Memory

Summary

Chapter 7: Process Memory Internals

What’s in Process Memory?

Enumerating Process Memory

Summary

Chapter 8: Hunting Malware in Process Memory

Process Environment Block

PE Files in Memory

Packing and Compression

Code Injection

Summary

Chapter 9: Event Logs

Event Logs in Memory

Real Case Examples

Summary

Chapter 10: Registry in Memory

Windows Registry Analysis

Volatility’s Registry API

Parsing Userassist Keys

Detecting Malware with the Shimcache

Reconstructing Activities with Shellbags

Dumping Password Hashes

Obtaining LSA Secrets

Summary

Chapter 11: Networking

Network Artifacts

Hidden Connections

Raw Sockets and Sniffers

Next Generation TCP/IP Stack

Internet History

DNS Cache Recovery

Summary

Chapter 12: Windows Services

Service Architecture

Installing Services

Tricks and Stealth

Investigating Service Activity

Summary

Chapter 13: Kernel Forensics and Rootkits

Kernel Modules

Modules in Memory Dumps

Threads in Kernel Mode

Driver Objects and IRPs

Device Trees

Auditing the SSDT

Kernel Callbacks

Kernel Timers

Putting It All Together

Summary

Chapter 14: Windows GUI Subsystem, Part I

The GUI Landscape

GUI Memory Forensics

The Session Space

Window Stations

Desktops

Atoms and Atom Tables

Windows

Summary

Chapter 15: Windows GUI Subsystem, Part II

Window Message Hooks

User Handles

Event Hooks

Windows Clipboard

Case Study: ACCDFISA Ransomware

Summary

Chapter 16: Disk Artifacts in Memory

Master File Table

Extracting Files

Defeating TrueCrypt Disk Encryption

Summary

Chapter 17: Event Reconstruction

Strings

Command History

Summary

Chapter 18: Timelining

Finding Time in Memory

Generating Timelines

Gh0st in the Enterprise

Summary

Part III: Linux Memory Forensics

Chapter 19: Linux Memory Acquisition

Historical Methods of Acquisition

Modern Acquisition

Volatility Linux Profiles

Summary

Chapter 20: Linux Operating System

ELF Files

Linux Data Structures

Linux Address Translation

procfs and sysfs

Compressed Swap

Summary

Chapter 21: Processes and Process Memory

Processes in Memory

Enumerating Processes

Process Address Space

Process Environment Variables

Open File Handles

Saved Context State

Bash Memory Analysis

Summary

Chapter 22: Networking Artifacts

Network Socket File Descriptors

Network Connections

Queued Network Packets

Network Interfaces

The Route Cache

ARP Cache

Summary

Chapter 23: Kernel Memory Artifacts

Physical Memory Maps

Virtual Memory Maps

Kernel Debug Buffer

Loaded Kernel Modules

Summary

Chapter 24: File Systems in Memory

Mounted File Systems

Listing Files and Directories

Extracting File Metadata

Recovering File Contents

Summary

Chapter 25: Userland Rootkits

Shellcode Injection

Process Hollowing

Shared Library Injection

LD_PRELOAD Rootkits

GOT/PLT Overwrites

Inline Hooking

Summary

Chapter 26: Kernel Mode Rootkits

Accessing Kernel Mode

Hidden Kernel Modules

Hidden Processes

Elevating Privileges

System Call Handler Hooks

Keyboard Notifiers

TTY Handlers

Network Protocol Structures

Netfilter Hooks

File Operations

Inline Code Hooks

Summary

Chapter 27: Case Study: Phalanx2

Phalanx2

Phalanx2 Memory Analysis

Reverse Engineering Phalanx2

Final Thoughts on Phalanx2

Summary

Part IV: Mac Memory Forensics

Chapter 28: Mac Acquisition and Internals

Mac Design

Memory Acquisition

Mac Volatility Profiles

Mach-O Executable Format

Summary

Chapter 29: Mac Memory Overview

Mac versus Linux Analysis

Process Analysis

Address Space Mappings

Networking Artifacts

SLAB Allocator

Recovering File Systems from Memory

Loaded Kernel Extensions

Other Mac Plugins

Mac Live Forensics

Summary

Chapter 30: Malicious Code and Rootkits

Userland Rootkit Analysis

Kernel Rootkit Analysis

Common Mac Malware in Memory

Summary

Chapter 31: Tracking User Activity

Keychain Recovery

Mac Application Analysis

Summary

Titlepage

Copyright

Dedication

About the Authors

About the Technical Editors

Acknowledgments

Credits

End-User License Agreement

List of Tables

Table 1-1

Table 2-1

Table 2-2

Table 2-3

Table 2-4

Table 2-5

Table 5-1

Table 5-2

Table 5-3

Table 7-1

Table 7-2

Table 8-1

Table 11-1

Table 14-2

Table 20-1

Table 20-2

Table 27-1

Table 28-1

Table 28-2

Table 29-2

List of Illustrations

Figure 1-1

Figure 1-2

Figure 1-3

Figure 1-4

Figure 1-5

Figure 1-6

Figure 1-7

Figure 1-8

Figure 1-9

Figure 1-10

Figure 2-1

Figure 2-2

Figure 2-3

Figure 2-4

Figure 2-5

Figure 2-6

Figure 2-7

Figure 2-8

Figure 2-9

Figure 3-1

Figure 4-1

Figure 4-2

Figure 4-3

Figure 4-4

Figure 5-1

Figure 5-2

Figure 5-3

Figure 5-4

Figure 6-1

Figure 6-2

Figure 6-3

Figure 6-4

Figure 6-5

Figure 6-6

Figure 6-7

Figure 6-8

Figure 6-9

Figure 6-10

Figure 6-11

Figure 6-12

Figure 7-1

Figure 7-2

Figure 7-3

Figure 7-4

Figure 7-5

Figure 7-6

Figure 8-1

Figure 8-2

Figure 8-3

Figure 8-4

Figure 8-5

Figure 8-6

Figure 8-7

Figure 8-8

Figure 8-9

Figure 8-10

Figure 10-1

Figure 10-2

Figure 10-3

Figure 11-1

Figure 11-2

Figure 11-3

Figure 11-4

Figure 11-5

Figure 12-1

Figure 12-2

Figure 12-3

Figure 12-4

Figure 12-5

Figure 13-1

Figure 13-2

Figure 13-3

Figure 13-4

Figure 13-5

Figure 13-6

Figure 13-7

Figure 13-8

Figure 13-9

Figure 14-1

Figure 14-2

Figure 14-3

Figure 14-4

Figure 14-5

Figure 14-6

Figure 14-7

Figure 14-8

Figure 14-9

Figure 14-10

Figure 14-11

Figure 14-12

Figure 14-13

Figure 14-14

Figure 14-15

Figure 14-16

Figure 14-17

Figure 14-18

Figure 15-1

Figure 15-2

Figure 15-3

Figure 15-4

Figure 15-5

Figure 15-6

Figure 16-1

Figure 16-2

Figure 16-3

Figure 16-4

Figure 17-1

Figure 17-2

Figure 17-3

Figure 18-1

Figure 23-1

Figure 23-2

Figure 24-1

Figure 24-2

Figure 27-1

Figure 27-2

Figure 27-3

Figure 30-1

Figure 30-2

Figure 30-3

Guide

Cover

Title Page

Front Matter

Part I: An Introduction to Memory Forensics

Chapter 1: Systems Overview

Start Reading

Chapter 2: Data Structures

Chapter 3: The Volatility Framework

Chapter 4: Memory Acquisition

Part II: Windows Memory Forensics

Chapter 5: Windows Objects and Pool Allocations

Chapter 6: Processes, Handles, and Tokens

Chapter 7: Process Memory Internals

Chapter 8: Hunting Malware in Process Memory

Chapter 9: Event Logs

Chapter 10: Registry in Memory

Chapter 11: Networking

Chapter 12: Windows Services

Chapter 13: Kernel Forensics and Rootkits

Chapter 14: Windows GUI Subsystem, Part I

Chapter 15: Windows GUI Subsystem, Part II

Chapter 16: Disk Artifacts in Memory

Chapter 17: Event Reconstruction

Chapter 18: Timelining

Part III: Linux Memory Forensics

Chapter 19: Linux Memory Acquisition

Chapter 20: Linux Operating System

Chapter 21: Processes and Process Memory

Chapter 22: Networking Artifacts

Chapter 23: Kernel Memory Artifacts

Chapter 24: File Systems in Memory

Chapter 25: Userland Rootkits

Chapter 26: Kernel Mode Rootkits

Chapter 27: Case Study: Phalanx2

Part IV: Mac Memory Forensics

Chapter 28: Mac Acquisition and Internals

Chapter 29: Mac Memory Overview

Chapter 30: Malicious Code and Rootkits

Chapter 31: Tracking User Activity

End-User License Agreement

Pages

iii

iv

v

vi

vii

viii

xvii

xviii

xix

xx

xxii

xxiii

1

3

4

6

7

8

9

11

12

13

15

16

17

18

19

20

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42

43

45

46

47

48

49

50

51

52

53

54

55

56

57

58

59

60

61

62

63

64

65

66

67

69

70

72

73

74

76

77

78

79

80

81

82

83

84

85

86

87

89

90

91

92

93

94

95

96

97

99

100

101

102

103

104

105

106

107

108

109

110

111

112

113

114

115

117

118

119

120

121

122

123

124

125

126

127

128

129

130

131

132

133

134

135

136

137

138

140

141

142

143

144

145

146

147

148

149

153

154

155

156

157

158

159

160

161

162

163

167

168

169

170

172

173

174

175

176

177

178

180

181

182

183

184

185

186

187

189

190

191

192

193

194

195

196

197

198

199

200

201

202

203

204

205

206

207

208

209

210

211

212

213

215

216

217

218

219

223

224

225

226

227

228

229

230

231

232

233

234

235

236

237

238

239

241

242

243

244

245

246

247

248

250

252

253

254

255

256

257

258

259

260

261

262

263

265

267

268

269

270

271

272

273

274

275

276

277

278

279

281

283

284

285

286

287

289

290

291

292

293

294

296

297

298

299

300

301

302

303

304

305

306

307

309

310

311

313

314

315

316

317

318

319

320

321

322

323

324

325

326

327

328

329

330

333

334

335

336

337

338

339

340

341

343

345

346

347

348

349

350

351

352

353

354

355

356

357

358

359

360

361

362

363

364

365

367

368

369

370

371

372

373

374

375

376

377

378

379

380

381

382

383

384

385

386

387

388

389

390

391

393

394

395

396

397

398

399

400

401

402

403

404

405

406

407

409

410

411

413

414

415

416

418

419

420

421

422

423

424

425

426

428

429

431

432

433

434

437

438

439

440

441

442

445

446

447

448

449

450

451

452

453

454

455

456

457

458

459

460

462

464

465

466

467

468

469

470

471

472

473

475

476

477

478

479

481

482

483

484

485

486

487

488

489

490

491

492

493

494

495

496

498

499

500

501

502

503

504

505

506

507

508

509

510

511

512

513

514

515

516

517

518

519

520

521

522

523

524

525

527

528

529

530

531

532

533

534

535

536

537

538

539

540

541

542

543

544

545

546

547

548

549

550

551

552

553

554

555

556

557

558

559

560

561

562

563

564

565

566

567

568

569

570

571

572

573

575

577

578

579

580

581

582

583

584

585

586

587

588

589

591

592

593

594

595

596

597

598

599

600

601

602

603

604

605

606

607

608

609

610

611

612

613

614

615

616

618

619

620

621

622

623

624

625

626

627

628

629

630

631

632

633

634

635

637

638

639

640

641

642

643

644

645

646

647

648

649

650

651

652

653

654

655

657

658

659

660

661

663

664

665

666

667

668

669

670

671

673

675

677

678

679

680

681

682

683

684

685

686

687

688

689

690

691

692

693

695

697

698

699

700

701

702

703

704

705

706

707

708

709

710

711

712

713

714

715

716

717

718

719

721

722

723

724

725

726

727

728

729

730

731

732

733

734

735

736

737

738

739

740

741

742

743

744

745

746

747

748

749

750

751

752

753

754

755

756

758

759

760

761

762

763

764

765

766

767

768

769

770

771

772

773

775

776

777

778

779

780

781

782

783

784

785

786

787

788

789

790

791

793

794

796

797

798

799

801

802

803

804

806

807

808

809

810

811

813

814

815

816

817

818

819

820

821

823

824

825

826

827

828

829

830

831

832

833

834

835

836

837

838

839

840

842

843

844

845

846

847

848

849

850

851

852

853

854

855

856

857

858

IAn Introduction to Memory Forensics

Chapter 1: Systems Overview

Chapter 2: Data Structures

Chapter 3: The Volatility Framework

Chapter 4: Memory Acquisition

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!

Lesen Sie weiter in der vollständigen Ausgabe!