{"id":723,"date":"2012-07-15T22:27:58","date_gmt":"2012-07-15T14:27:58","guid":{"rendered":"http:\/\/rmohan.com\/?p=723"},"modified":"2012-07-15T22:27:58","modified_gmt":"2012-07-15T14:27:58","slug":"network-attacks","status":"publish","type":"post","link":"https:\/\/mohan.sg\/?p=723","title":{"rendered":"Network Attacks"},"content":{"rendered":"<h3>\u00a0Network Attacks<\/h3>\n<p>Your networks and data are vulnerable to any of the following types of attacks if you do not have a security plan in place.<\/p>\n<div><strong>Eavesdropping<\/strong><\/div>\n<div>In general, the majority of network communications occur in an unsecured or &#8220;cleartext&#8221; format, which allows an attacker who has gained access to data paths in your network to &#8220;listen in&#8221; or interpret (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, your data can be read by others as it traverses the network.<\/div>\n<div><strong>Data Modification<\/strong><\/div>\n<div>After an attacker has read your 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.<\/div>\n<div><strong>Identity Spoofing (IP Address Spoofing)<\/strong><\/div>\n<div>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\u2014 identity spoofing. An attacker might also use special programs to construct IP packets that appear to originate from valid addresses inside the corporate intranet.<\/div>\n<div>After gaining access to the network with a valid IP address, the attacker can modify, reroute, or delete your data. The attacker can also conduct other types of attacks, as described in the following sections.<\/div>\n<div><strong>Password-Based Attacks<\/strong><\/div>\n<div>A common denominator of most operating system and network security plans is password-based access control. This means your access rights to a computer and network resources are determined by who you are, that is, your user name and your password.<\/div>\n<div>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.<\/div>\n<div>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.<\/div>\n<div>After gaining access to your network with a valid account, an attacker can do any of the following:<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Obtain lists of valid user and computer names and network information.<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Modify server and network configurations, including access controls and routing tables.<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Modify, reroute, or delete your data.<\/div>\n<div><strong>Denial-of-Service Attack<\/strong><\/div>\n<div>Unlike a password-based attack, the denial-of-service attack prevents normal use of your computer or network by valid users.<\/div>\n<div>After gaining access to your network, the attacker can do any of the following:<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Randomize the attention of your internal Information Systems staff so that they do not see the intrusion immediately, which allows the attacker to make more attacks during the diversion.<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Send invalid data to applications or network services, which causes abnormal termination or behavior of the applications or services.<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 A\u00a0multitude of compromised systems attack a single target, thereby causing denial of service for users of the targeted system. The flood of incoming messages to the target system essentially forces it to shut down\u00a0because of the overload, thereby denying service to the system to leg\u00a0&#8212;\u00a0<strong>Distributed Denial-of-Service(DDOS)<\/strong><\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Block traffic, which results in a loss of access to network resources by authorized users.<\/div>\n<div><strong>Man-in-the-Middle Attack<\/strong><\/div>\n<div>As the name indicates, a man-in-the-middle attack occurs when someone between you and the person with whom you are communicating is actively monitoring, capturing, and controlling your communication transparently. For example, the attacker can re-route a data exchange. When computers are communicating at low levels of the network layer, the computers might not be able to determine with whom they are exchanging data.<\/div>\n<div>Man-in-the-middle attacks are like someone assuming your identity in order to read your message. The person on the other end might believe it is you because the attacker might be actively replying\u00a0<em>as you<\/em>\u00a0to keep the exchange going and gain more information. This attack is capable of the same damage as an application-layer attack, described later in this section.<\/div>\n<div><strong>Compromised-Key Attack<\/strong><\/div>\n<div>A key is a secret code or number necessary to interpret secured information. Although obtaining a key is a difficult and resource-intensive process for an attacker, it is possible. After an attacker obtains a key, that key is referred to as a compromised key.<\/div>\n<div>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.<\/div>\n<div><strong>Sniffer Attack<\/strong><\/div>\n<div>A\u00a0<em>sniffer<\/em>\u00a0is an application or device that can read, monitor, and capture network data exchanges and read network packets. If the packets are not encrypted, a sniffer provides a full view of the data inside the packet. Even encapsulated (tunneled) packets can be broken open and read unless they are encrypted\u00a0<em>and<\/em>\u00a0the attacker does not have access to the key.<\/div>\n<div>Using a sniffer, an attacker can do any of the following:<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Analyze your network and gain information to eventually cause your network to crash or to become corrupted.<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Read your communications.<\/div>\n<div><strong>Application-Layer Attack<\/strong><\/div>\n<div>An application-layer attack targets application servers by deliberately causing a fault in a server&#8217;s 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:<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Read, add, delete, or modify your data or operating system.<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Introduce a virus program that uses your computers and software applications to copy viruses throughout your network.<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Introduce a sniffer program to analyze your network and gain information that can eventually be used to crash or to corrupt your systems and network.<\/div>\n<div>\u00b7\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 Abnormally terminate your data applications or operating systems.<\/div>\n<p>Disable other security controls to enable future attacks.<\/p>\n","protected":false},"excerpt":{"rendered":"<p> Network Attacks <\/p>\n<p>Your networks and data are vulnerable to any of the following types of attacks if you do not have a security plan in place.<\/p>\n<p> Eavesdropping In general, the majority of network communications occur in an unsecured or &#8220;cleartext&#8221; format, which allows an attacker who has gained access to data paths in your [&#8230;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[30],"tags":[],"_links":{"self":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/723"}],"collection":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=723"}],"version-history":[{"count":2,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/723\/revisions"}],"predecessor-version":[{"id":725,"href":"https:\/\/mohan.sg\/index.php?rest_route=\/wp\/v2\/posts\/723\/revisions\/725"}],"wp:attachment":[{"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=723"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=723"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mohan.sg\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=723"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}