Wireshark for Security Professionals
Реклама. ООО «ЛитРес», ИНН: 7719571260.
Оглавление
Parker Jeff T.. Wireshark for Security Professionals
Introduction
Overview of the Book and Technology
How This Book Is Organized
Who Should Read This Book
Tools You Will Need
What's on the Website
Summary
Chapter 1. Introducing Wireshark
What Is Wireshark?
The Wireshark User Interface
Filters
Summary
Exercises
Chapter 2. Setting Up the Lab
Kali Linux
Virtualization
VirtualBox
The W4SP Lab
Summary
Exercises
Chapter 3. The Fundamentals
Networking
Security
Packet and Protocol Analysis
Summary
Exercises
Chapter 4. Capturing Packets
Sniffing
Dealing with the Network
Loading and Saving Capture Files
Dissectors
Viewing Someone Else's Captures
Summary
Exercises
Chapter 5. Diagnosing Attacks
Attack Type: Man-in-the-Middle
Attack Type: Denial of Service
Attack Type: Advanced Persistent Threat
Summary
Exercises
Chapter 6. Offensive Wireshark
Attack Methodology
Reconnaissance Using Wireshark
Evading IPS/IDS
Exploitation
Remote Capture over SSH
Summary
Exercises
Chapter 7. Decrypting TLS, Capturing USB, Keyloggers, and Network Graphing
Decrypting SSL/TLS
USB and Wireshark
Graphing the Network
Summary
Exercises
Chapter 8. Scripting with Lua
Why Lua?
Scripting Basics
Setup
Tools
Creating Dissectors for Wireshark
Extending Wireshark
Summary
Credits
About the Authors
About the Technical Editor
Acknowledgments
WILEY END USER LICENSE AGREEMENT
Отрывок из книги
Welcome to Wireshark for Security Professionals. This was an exciting book for us to write. A combined effort of a few people with varied backgrounds – spanning information security, software development, and online virtual lab development and teaching – this book should appeal and relate to many people.
Wireshark is the tool for capturing and analyzing network traffic. Originally named Ethereal but changed in 2006, Wireshark is well established and respected among your peers. But you already knew that, or why would you invest your time and money in this book? What you're really here for is to delve into how Wireshark makes your job easier and your skills more effective.
.....
• Line 1 compares the packet at the offset to 2030405 and jumps to line 2 if it matches, or line 4 if it doesn't match.
• Lines 2 and 3 load the offset for the first part of the source address and compare it to 0001. If this also matches, it can return 65535 to capture this packet.
.....