Network Security Presentation
Network Security Presentation
Network Security Presentation
Presented by:
JAISURYA
BANERJEA
MBA, 2ND Semester
INTRODUCTION
- John W. Thompson
CEO
Symantec
OBJECTIVES
Confidentiality - Confidentiality is the term used to prevent
the disclosure of information to unauthorized individuals or
systems
For example, a credit card transaction on the Internet requires the credit
card number to be transmitted from the buyer to the merchant and from
the merchant to a transaction processing network. The system attempts to
enforce confidentiality by encrypting the card number during transmission.
If an unauthorized party obtains the card number in any way, a breach of
confidentiality has occurred.
EAVESDROPPING:
Network communications occur in an unsecured or “Clear -text" format, which allows
an attacker who has gained access to data paths in your network to interpret or read the
traffic. When an attacker is
eavesdropping on your communications, it is referred to as sniffing or snooping. The
ability of an eavesdropper to monitor the network is generally the biggest security
problem that administrators face in an enterprise. Without strong encryption services
that are based on cryptography, data can be read by others as it traverses the network.
DATA MODIFICATION:
After an attacker has read the data, the next logical step is to alter it. An attacker can
modify the data in the packet without the knowledge of the sender or receiver. Even if
you do not require confidentiality for all communications, you do not want any of your
messages to be modified in transit. For example, if you are exchanging purchase
requisitions, you do not want the items, amounts, or billing information to be modified.
IDENTITY SPOOFING (IP ADDRESS SPOOFING):
Most networks and operating systems use the IP address of a computer
to identify a valid entity. In certain cases, it is possible for an IP address to be
falsely assumed— identity spoofing.
An attacker might also use special programs to construct IP packets that
appear to originate from valid addresses inside the corporate intranet. After
gaining access to the network with a valid IP address, the attacker can modify,
reroute, or delete your data.
PASSWORD-BASED ATTACKS:
A common denominator of most operating system and network
security plans is password-based access control. This means access rights to a
computer and network resources are determined by a user name and
password. Older applications do not always protect
identity information as it is passed through the network for validation. This
might allow an eavesdropper to gain access to the network by posing as a
valid user. When an attacker finds a valid user account, the attacker has the
same rights as the real user. Therefore, if the user has administrator-level
rights, the attacker also can create accounts for subsequent access at a later
time.
DENIAL-OF-SERVICE ATTACK:
Unlike a password-based attack, the denial-of-service attack prevents
normal use of a computer or network by valid users. After gaining access to
the network, the attacker can do any of the following:
Send invalid data to applications or network services, which causes
abnormal termination or behavior of the applications or services
Flood a computer or the entire network with traffic until a shutdown occurs
because of the overload
Block traffic, which results in a loss of access to network resources by
authorized user
COMPROMISED-KEY ATTACK:
‘A key is a secret code or number necessary to interpret secured
information’ After an attacker obtains a key, that key is referred to as a
compromised key. An attacker uses the compromised key to gain access to a
secured communication without the sender or receiver being aware of the
attack. With the compromised key, the attacker can decrypt or modify data,
and try to use the compromised key to compute additional keys, which might
allow the attacker access to other secured communications.
APPLICATION-LAYER ATTACK:
An application-layer attack targets application systems by deliberately
causing a fault in a machines operating system or applications. This results in
the attacker gaining the ability to bypass normal access controls. The attacker
takes advantage of this situation, gaining control of your application, system,
or network, and can do any of the following: