Linux Firewalls, 3/e
暫譯: Linux 防火牆, 第3版
Steve Suehring, Robert Ziegler
- 出版商: Novell Press
- 出版日期: 2005-09-24
- 售價: $2,220
- 貴賓價: 9.5 折 $2,109
- 語言: 英文
- 頁數: 552
- 裝訂: Paperback
- ISBN: 0672327716
- ISBN-13: 9780672327711
-
相關分類:
Linux
已絕版
買這商品的人也買了...
-
$2,660$2,527 -
$1,200$1,176 -
$650$514 -
$680$537 -
$1,078Operating System Principles, 7/e(IE) (美國版ISBN:0471694665-Operating System Concepts, 7/e) (平裝)
-
$580$458 -
$680$646 -
$420$357 -
$880$695 -
$580$493 -
$390$332 -
$780$741 -
$420$332 -
$780$663 -
$580$493 -
$450$351 -
$600$474 -
$650$507 -
$980$774 -
$760$600 -
$720$562 -
$600$480 -
$650$585 -
$580$458 -
$490$417
相關主題
商品描述
Description:
An Internet-connected Linux machine is in a high-risk situation. Linux Firewalls, Third Edition details security steps that any sized implementation from home use to enterprise level might take to protect itself from potential remote attackers. As with the first two editions, this book is especially useful for its explanations of iptables, packet filtering, and firewall optimization along with some advanced concepts including customizing the Linux kernel to enhance security.The third edition, while distribution neutral, has been updated for the current Linux Kernel and provides code examples for Red Hat, SUSE, and Debian implementations. Don't miss out on the third edition of the critically acclaimed Linux Firewalls.
Table of Contents:
Introduction.
The Purpose of This Book.
Who Should Read This Book.
Linux Distribution.
Errors in This Book.
Companion Website.
I. PACKET-FILTERING AND BASIC SECURITY MEASURES.
1. Preliminary Concepts Underlying Packet-Filtering Firewalls.
The OSI Networking Model.
Connectionless Versus Connection-Oriented Protocols.
Next Steps.
The IP.
IP Addressing and Subnetting.
IP Fragmentation.
Broadcasting and Multicasting.
ICMP.
Transport Mechanisms.
UDP.
TCP.
Don’t Forget ARP.
Hostnames and IP Addresses.
IP Addresses and Ethernet Addresses.
Routing: Getting a Packet from Here to There.
Service Ports: The Door to the Programs on Your System.
A Typical TCP Connection: Visiting a Remote Website.
Summary.
2. Packet-Filtering Concepts.
A Packet-Filtering Firewall.
Choosing a Default Packet-Filtering Policy.
Rejecting Versus Denying a Packet.
Filtering Incoming Packets.
Remote Source Address Filtering.
Local Destination Address Filtering.
Remote Source Port Filtering.
Local Destination Port Filtering.
Incoming TCP Connection-State Filtering.
Probes and Scans.
Denial-of-Service Attacks.
Source-Routed Packets.
Filtering Outgoing Packets.
Local Source Address Filtering.
Remote Destination Address Filtering.
Local Source Port Filtering.
Remote Destination Port Filtering.
Outgoing TCP Connection-State Filtering.
Private Versus Public Network Services.
Protecting Nonsecure Local Services.
Selecting Services to Run.
Summary.
3. iptables: The Linux Firewall Administration Program.
Differences Between IPFW and Netfilter Firewall Mechanisms.
IPFW Packet Traversal.
Netfilter Packet Traversal.
Basic iptables Syntax.
iptables Features.
NAT Table Features.
mangle Table Features.
iptables Syntax.
filter Table Commands.
filter Table Target Extensions.
filter Table Match Extensions.
NAT Table Target Extensions.
mangle Table Commands.
Summary.
4. Building and Installing a Standalone Firewall.
iptables: The Linux Firewall Administration Program.
Build Versus Buy: The Linux Kernel.
Source and Destination Addressing Options.
Initializing the Firewall.
Symbolic Constants Used in the Firewall Examples.
Enabling Kernel-Monitoring Support.
Removing Any Preexisting Rules.
Resetting Default Policies and Stopping the Firewall.
Enabling the loopback Interface.
Defining the Default Policy.
Stealth Scans and TCP State Flags.
Using Connection State to Bypass Rule Checking.
Source Address Spoofing and Other Bad Addresses.
Protecting Services on Assigned Unprivileged Ports.
Common Local TCP Services Assigned to Unprivileged Ports.
Common Local UDP Services Assigned to Unprivileged Ports.
Enabling Basic, Required Internet Services.
Allowing DNS (UDP/TCP Port 53).
Filtering the AUTH User Identification Service (TCP Port 113).
Enabling Common TCP Services.
Email (TCP SMTP Port 25, POP Port 110, IMAP Port 143).
Accessing Usenet News Services (TCP NNTP Port 119).
Telnet (TCP Port 23).
SSH (TCP Port 22).
FTP (TCP Ports 21, 20).
Web Services.
Whois (TCP Port 43).
RealAudio, RealVideo, and QuickTime (TCP Ports 554 and 7070).
Enabling Common UDP Services.
traceroute (UDP Port 33434).
Accessing Your ISP’s DHCP Server (UDP Ports 67, 68).
Accessing Remote Network Time Servers (UDP Port 123).
Filtering ICMP Control and Status Messages.
Error Status and Control Messages.
ping Echo Request (Type 8) and Echo Reply (Type 0) Control Messages.
Logging Dropped Incoming Packets.
Logging Dropped Outgoing Packets.
Denying Access to Problem Sites Up Front.
Installing the Firewall.
Tips for Debugging the Firewall Script.
Starting the Firewall on Boot with Red Hat and SUSE.
Starting the Firewall on Boot with Debian.
Installing a Firewall with a Dynamic IP Address.
Summary.
II. ADVANCED ISSUES, MULTIPLE FIREWALLS, AND PERIMETER NETWORKS.
5. Firewall Optimization.
Rule Organization.
Begin with Rules That Block Traffic on High Ports.
Use the State Module for ESTABLISHED and RELATED Matches.
Consider the Transport Protocol.
Place Firewall Rules for Heavily Used Services as Early as Possible.
Use the Multiport Module to Specify Port Lists.
Use Traffic Flow to Determine Where to Place Rules for Multiple Network Interfaces.
User-Defined Chains.
Optimized Example.
User-Defined Chains in the Script.
Firewall Initialization.
Installing the Chains.
Building the User-Defined EXT-input and EXT-output Chains.
tcp-state-flags.
connection-tracking.
local_dhcp_client_query and remote_dhcp_server_response.
source-address-check.
destination-address-check.
Logging Dropped Packets.
What Did Optimization Buy?
Summary.
6. Packet Forwarding.
The Limitations of a Standalone Firewall.
Basic Gateway Firewall Setups.
LAN Security Issues.
Configuration Options for a Trusted Home LAN.
LAN Access to the Gateway Firewall.
LAN Access to Other LANs: Forwarding Local Traffic Among Multiple LANs.
Configuration Options for a Larger or Less Trusted LAN.
Dividing Address Space to Create Multiple Networks.
Selective Internal Access by Host, Address Range, or Port.
A Formal Screened-Subnet Firewall Example.
Symbolic Constants Used in the Firewall Examples.
Setting the Stage on the Choke Firewall.
Removing Any Preexisting Rules from the Choke Firewall.
Defining the Choke Firewall’s Default Policy.
Enabling the Choke Machine’s Loopback Interface.
Stealth Scans and TCP State Flags.
Using Connection State to Bypass Rule Checking.
Source-Address Spoofing and Other Bad Addresses.
Filtering ICMP Control and Status Messages.
Enabling DNS (UDP/TCP Port 53).
Filtering the AUTH User Identification Service (TCP Port 113).
Email (TCP SMTP Port 25, POP3 Port 110, IMAP Port 143).
Accessing Usenet News Services (TCP NNTP Port 119).
Telnet (TCP Port 23).
SSH (TCP Port 22).
FTP (TCP Ports 21 and 20).
Web Services.
Choke as a Local DHCP Server (UDP Ports 67 and 68).
Logging.
Converting the Gateway from Local Services to Forwarding.
Summary.
7. NAT—Network Address Translation.
The Conceptual Background of NAT.
iptables NAT Semantics.
Source NAT.
Destination NAT.
Examples of SNAT and Private LANs.
Masquerading LAN Traffic to the Internet.
Applying Standard NAT to LAN Traffic to the Internet.
Examples of DNAT, LANs, and Proxies.
Host Forwarding.
Host Forwarding and Port Redirection.
Host Forwarding to a Server Farm.
Host Forwarding to Servers in a Privately Addressed DMZ.
Local Port Redirection—Transparent Proxying.
Summary.
8. Debugging the Firewall Rules.
General Firewall-Development Tips.
Listing the Firewall Rules.
filter Table Listing Formats.
nat Table Listing Formats.
mangle Table Listing Formats.
Checking the Input, Output, and Forwarding Rules.
Checking the Input Rules.
Checking the Output Rules.
Checking the Forwarding Rules.
Interpreting the System Logs.
syslog Configuration.
Firewall Log Messages: What Do They Mean?
Checking for Open Ports.
netstat -a [ -n -p -A inet ].
Checking a Process Bound to a Particular Port with fuser.
strobe.
nmap.
Summary.
III. BEYOND IPTABLES.
9. Intrusion Detection and Response.
Detecting Intrusions.
Symptoms Suggesting That the System Might Be Compromised.
System Log Indications.
System Configuration Indications.
Filesystem Indications.
User Account Indications.
Security Audit Tool Indications.
System Performance Indications.
What to Do If Your System Is Compromised.
Incident Reporting.
Why Report an Incident?
What Kinds of Incidents Might You Report?
To Whom Do You Report an Incident?
What Information Do You Supply?
Where Do You Find More Information?
Summary.
10. Intrusion Detection Tools.
Intrusion Detection Toolkit: Network Tools.
Switches and Hubs and Why You Care.
Sniffer Placement.
ARPWatch.
Rootkit Checkers.
Running Chkrootkit.
What If Chkrootkit Says the Computer Is Infected?
Limitations of Chkrootkit and Similar Tools.
Using Chkrootkit Securely.
When Should Chkrootkit Be Run?
Filesystem Integrity.
Log Monitoring.
Swatch.
How to Not Become Compromised.
Secure Often.
Update Often.
Test Often.
Summary.
11. Network Monitoring and Attack Detection.
Listening to the Ether.
Three Valuable Tools.
TCPDump: A Simple Overview.
Obtaining and Installing TCPDump.
TCPDump Options.
TCPDump Expressions.
Beyond the Basics with TCPDump.
Using TCPDump to Capture Specific Protocols.
Using TCPDump in the Real World.
Attacks Through the Eyes of TCPDump.
Recording Traffic with TCPDump.
Automated Intrusion Monitoring with Snort.
Obtaining and Installing Snort.
Configuring Snort.
Testing Snort.
Receiving Alerts.
Final Thoughts on Snort.
Monitoring with ARPWatch.
Summary.
12. Filesystem Integrity.
Filesystem Integrity Defined.
Practical Filesystem Integrity.
Installing AIDE.
Configuring AIDE.
Creating an AIDE Configuration File.
A Sample AIDE Configuration File.
Initializing the AIDE DB.
Scheduling AIDE to Run Automatically.
Monitoring AIDE for Bad Things.
Cleaning Up the AIDE Database.
Changing the Output of the AIDE Report.
Obtaining More Verbose Output.
Defining Macros in AIDE.
The Types of AIDE Checks.
Summary.
13. Kernel Enhancements.
Security Enhanced Linux.
SELinux Architecture.
Greater Security with GrSecurity.
A Quick Look Around the Kernel.
What’d You Call That?
What’s Your Number?
The Kernel: From 20,000 Feet.
To Patch or Not to Patch.
Enhanced Security Without Grsec.
Using a GrSecurity Kernel.
Downloading Grsec and a Fresh Kernel.
Compiling Your First Kernel.
Improving the Kernel Build.
GrSecurity.
Applying the Grsec Patch.
Choosing Grsec Features.
Building the Grsec Kernel.
Beyond the Basics with GrSecurity.
Conclusion: Custom Kernels.
IV. APPENDICES.
Appendix A. Security Resources.
Security Information Sources.
Reference Papers and FAQs.
Books.
Appendix B. Firewall Examples and Support Scripts.
iptables Firewall for a Standalone System from Chapter 4.
Optimized iptables Firewall from Chapter 5.
iptables Firewall for a Choke Firewall from Chapter 6.
Appendix C. VPNs.
Overview of Virtual Private Networks.
VPN Protocols.
PPTP.
IPSec.
Linux and VPN Products.
Openswan.
FreeS/WAN.
Virtual Private Network Daemon.
PPTP Linux Solutions.
Virtual Tunnel.
VPN Configurations.
Roaming User.
Connecting Networks.
VPN and Firewalls.
Summary.
Appendix D. Glossary.
商品描述(中文翻譯)
描述:
一台連接到互聯網的 Linux 機器處於高風險狀態。《Linux Firewalls, Third Edition》詳細說明了任何規模的實作(從家庭使用到企業級)可以採取的安全步驟,以保護自己免受潛在的遠端攻擊者的威脅。與前兩版一樣,本書特別適合於對 iptables、封包過濾和防火牆優化的解釋,以及一些進階概念,包括自定義 Linux 核心以增強安全性。第三版雖然不針對特定發行版,但已更新為當前的 Linux 核心,並提供了 Red Hat、SUSE 和 Debian 實作的程式碼範例。不要錯過這本備受讚譽的《Linux Firewalls》第三版。
目錄:
引言。
本書的目的。
誰應該閱讀本書。
Linux 發行版。
本書中的錯誤。
伴隨網站。
I. 封包過濾和基本安全措施。
1. 封包過濾防火牆的基本概念。
OSI 網路模型。
無連接與有連接協議。
下一步。
IP。
IP 位址和子網劃分。
IP 碎片化。
廣播和多播。
ICMP。
傳輸機制。
UDP。
TCP。
不要忘記 ARP。
主機名稱和 IP 位址。
IP 位址和以太網位址。
路由:將封包從這裡傳送到那裡。
服務埠:您系統上程式的入口。
一個典型的 TCP 連接:訪問遠端網站。
摘要。
2. 封包過濾概念。
一個封包過濾防火牆。
選擇預設的封包過濾政策。
拒絕與否定封包。
過濾進來的封包。
遠端來源位址過濾。
本地目的地位址過濾。
遠端來源埠過濾。
本地目的地埠過濾。
進來的 TCP 連接狀態過濾。
探測和掃描。
拒絕服務攻擊。
來源路由封包。
過濾出去的封包。
本地來源位址過濾。
遠端目的地位址過濾。
本地來源埠過濾。
遠端目的地埠過濾。
出去的 TCP 連接狀態過濾。
私有與公共網路服務。
保護不安全的本地服務。
選擇要運行的服務。
摘要。
3. iptables:Linux 防火牆管理程式。
IPFW 與 Netfilter 防火牆機制之間的差異。
IPFW 封包遍歷。
Netfilter 封包遍歷。
基本的 iptables 語法。
iptables 特性。
NAT 表特性。
mangle 表特性。
iptables 語法。
filter 表命令。
filter 表目標擴展。
filter 表匹配擴展。
NAT 表目標擴展。
mangle 表命令。