Title: Network Security
1Network Security
2Security Attacks
3Security Attacks
- Interruption This is an attack on availability
- Interception This is an attack on
confidentiality - Modification This is an attack on integrity
- Fabrication This is an attack on authenticity
4Security Goals
Confidentiality
Integrity
Availability
5(No Transcript)
6(No Transcript)
7(No Transcript)
8 9Pretty Good Privacy (PGP)
- Philip R. Zimmerman is the creator of PGP.
- PGP provides a confidentiality and authentication
service that can be used for electronic mail and
file storage applications.
10Why Is PGP Popular?
- It is availiable free on a variety of platforms.
- Based on well known algorithms.
- Wide range of applicability
- Not developed or controlled by governmental or
standards organizations
11Compression
- PGP compresses the message after applying the
signature but before encryption - The compression algorithm used is ZIP
12Segmentation and Reassembly
- Often restricted to a maximum message length of
50,000 octets. - Longer messages must be broken up into segments.
- PGP automatically subdivides a message that is
too large. - The receiver strip of all e-mail headers and
reassemble the block.
13 14IP Security Overview
- IPSec is not a single protocol. Instead, IPSec
provides a set of security algorithms plus a
general framework that allows a pair of
communicating entities to use whichever
algorithms provide security appropriate for the
communication.
15IP Security Overview
- Applications of IPSec
- Secure branch office connectivity over the
Internet - Secure remote access over the Internet
- Establsihing extranet and intranet connectivity
with partners - Enhancing electronic commerce security
16IP Security Scenario
17IP Security Overview
- Benefits of IPSec
- Transparent to applications (below transport
layer (TCP, UDP) - Provide security for individual users
- IPSec can assure that
- A router or neighbour advertisement comes from an
authorized router - A redirect message comes from the router to which
the initial packet was sent - A routing update is not forged
18IPSec Services
- Access Control
- Connectionless integrity
- Data origin authentication
- Rejection of replayed packets
- Confidentiality (encryption)
- Limited traffic flow confidentiality
19Before applying AH
The IPv6 header includes extensions that allow
a packet to specify a mechanism for
authenticating its origin, for ensuring data
integrity, and for ensuring privacy
20Transport Mode (AH Authentication)
21Tunnel Mode (AH Authentication)
22 23Web Security Considerations
- The WEB is very visible.
- Complex software hide many security flaws.
- Web servers are easy to configure and manage.
- Users are not aware of the risks.
24Security facilities in the TCP/IP protocol stack
25SSL and TLS
- Secure Sockets Layer (SSL) was originated by
Netscape - Transport Layer Security (TLS) working group was
formed within IETF - First version of TLS can be viewed as an SSLv3.1
26SSL Architecture
27SSL Record Protocol Operation
28SSL Record Format
29Handshake Protocol
- The most complex part of SSL.
- Allows the server and client to authenticate each
other. - Negotiate encryption, MAC algorithm and
cryptographic keys. - Used before any application data are transmitted.
30Handshake Protocol Action
31Transport Layer Security (TLS)
- The same record format as the SSL record format.
- Defined in RFC 2246.
- Similar to SSLv3.
- Differences in the
- version number
- message authentication code
- alert codes
- cipher suites
- client certificate types
- certificate_verify and finished message
- cryptographic computations
32Secure Electronic Transactions (SET)
- An open encryption and security specification.
- Protect credit card transaction on the Internet.
- Companies involved
- MasterCard, Visa, IBM, Microsoft, Netscape, RSA,
Terisa and Verisign - Not a payment system.
- Set of security protocols and formats.
33SET Services
- Provides a secure communication channel in a
transaction. - Provides trust by the use of X.509v3 digital
certificates. - Ensures privacy.
34SET Overview
- Key Features of SET
- Confidentiality of information
- Integrity of data
- Cardholder account authentication
- Merchant authentication
35SET Participants
36Sequence of events for transactions
- The customer opens an account.
- The customer receives a certificate.
- Merchants have their own certificates.
- The customer places an order.
- The merchant is verified.
- The order and payment are sent.
- The merchant request payment authorization.
- The merchant confirm the order.
- The merchant provides the goods or service.
- The merchant requests payments.
37The Stages of a Network Intrusion
- 1. Scan the network to
- locate which IP addresses are in use,
- what operating system is in use,
- what TCP or UDP ports are open (being
listened to by Servers). - 2. Run Exploit scripts against open ports
- 3. Get access to Shell program which is suid
(has root privileges). - 4. Download from Hacker Web site special versions
of systems files that will let Cracker have free
access in the future without his cpu time or disk
storage space being noticed by auditing programs. - 5. Use IRC (Internet Relay Chat) to invite
friends to the feast.
37
38Virus Structure
39Advanced Antivirus Techniques