<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Comprehensive Computer &#187; code</title>
	<atom:link href="http://www.ledanet.org/tag/code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ledanet.org</link>
	<description>www.ledanet.org</description>
	<lastBuildDate>Wed, 01 Feb 2012 11:40:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Features within a service</title>
		<link>http://www.ledanet.org/features-within-a-service/</link>
		<comments>http://www.ledanet.org/features-within-a-service/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 13:43:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[comprehensive solution]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[default]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[early web]]></category>
		<category><![CDATA[feature]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[Red]]></category>
		<category><![CDATA[red worm]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server side script]]></category>
		<category><![CDATA[server software]]></category>
		<category><![CDATA[server vulnerability]]></category>
		<category><![CDATA[software packages]]></category>
		<category><![CDATA[virus attack]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[web servers]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://www.ledanet.org/?p=284</guid>
		<description><![CDATA[Continuing last article, lets have a look at the second step in the protection of a network at the host and service level is to ensure that the services are properly configured. Misconfiguration of services can expose the host to new vulnerabilities that would otherwise be absent. If the software itself is secure, this effort [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing last article, lets have a look at the second step in the protection of a network at the host and service level is to ensure that the services are properly configured. Misconfiguration of services can expose the host to new vulnerabilities that would otherwise be absent. If the software itself is secure, this effort may be in vain.</p>
<p>Many of the Web servers affected by the Code Red worm were not known to be vulnerable to the worm due to a poor understanding of the features in the software. This is based on the demographics of many of the Code Red sources.<br />
<span id="more-284"></span><br />
The vulnerable component of the server software, an indexing utility enabled by default, can be shut off by reconfiguring the server. This effectively removes the exposed risk of the Web server without requiring an upgrade or reinstallation, which may cause downtime. By using such a strategy, a more comprehensive solution can be developed and tested and implemented at a more convenient time, such as the weekend. </p>
<p>It is not uncommon for software packages to have a complex feature set with many options that are unused installed by default. As shown by the Code Red worm and an early Web server vulnerability that attacked a server-side script installed by default, the vendor-installed configuration may not be ideal for all sites. A thorough reading of the documentation should be performed to install components correctly. The idea of complex feature with configuration are making a good material for <a href="http://mywritingexpert.net" target="_blank">write essay</a>, until computer and its issues such as worms and virus attack still striking then the discussion will never end.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ledanet.org/features-within-a-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network signatures</title>
		<link>http://www.ledanet.org/network-signatures/</link>
		<comments>http://www.ledanet.org/network-signatures/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 20:34:04 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[activity]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[encrypted channel]]></category>
		<category><![CDATA[false alarms]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network monitors]]></category>
		<category><![CDATA[network transmission]]></category>
		<category><![CDATA[passive network]]></category>
		<category><![CDATA[payload]]></category>
		<category><![CDATA[payloads]]></category>
		<category><![CDATA[presence]]></category>
		<category><![CDATA[Red]]></category>
		<category><![CDATA[red worm]]></category>
		<category><![CDATA[signature]]></category>
		<category><![CDATA[slapper worm]]></category>
		<category><![CDATA[target server]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[worm]]></category>
		<category><![CDATA[worm activity]]></category>

		<guid isPermaLink="false">http://www.ledanet.org/?p=274</guid>
		<description><![CDATA[Because worms exist through network activity, their presence can be detected using passive network monitors and payload signatures. These systems monitor for data within the packets of systems as they communicate on the network. Worms typically have distinctive signatures as they attack other hosts on the network. By building up a library of known malicious [...]]]></description>
			<content:encoded><![CDATA[<p>Because worms exist through network activity, their presence can be detected using passive network monitors and payload signatures. These systems monitor for data within the packets of systems as they communicate on the network. Worms typically have distinctive signatures as they attack other hosts on the network. By building up a library of known malicious signatures, a network monitor can alert an administrator to the presence and activity of a network worm.</p>
<p>In the case of the Code Red worm, a distinctive request is made to the target server that contained the exploit as well as the malicious executable. By examining packets observed passively on the network, a detection system can identify Code Red worm activity.<br />
<span id="more-274"></span><br />
The largest problem with this signature for Code Red is its size. This signature is more than 100 bytes in length and must be fully matched against to successfully detect the worm’s traffic. If this payload is fragmented due to network transmission sizes, the larger signature will not match the smaller payloads in the fragments. A more reasonable approach would have been to focus on a minimal unique identifier for the worm’s traffic of a dozen or so bytes. For a a signature that is too small, multiple false alarms will be observed.</p>
<p>The Slapper worm presents a special set of circumstances to this method of detection. Its attack is carried out over an encrypted channel that cannot be reliably monitored without compromising the encryption of the Web server. Several tools are used to detect worms such as Slapper that generate a polymorphic signature in the network payload of their attack.</p>
<p>A subset of IDS systems is called reactive IDS products. These tools do more than a passive IDS sensor and instead, generate traffic at the endpoints of the suspicious communications. This can include connection closure (via forged closure packets), rate limiting, or the impersonation of the target to respond with a packet that states that the connection is unavailable. Similarly, other reactive IDS products connect to a firewall or similar filtering device and can install filters. By combining mitigation techniques with signature matching, the worm can be slowed or even stopped under ideal circumstances. <a href="http://www.veste-femme.biz/" target="_blank">veste femme</a>.</p>
<p>The inherent risk in a reactive IDS is that legitimate communications will become disrupted or that an unusually heavy burden will be placed on the filtering devices due to the large number of automatically installed rules that will accumulate. Because the technology is only emerging and is fundamentally based on untrusted input (unauthenticated packets), many administrators have been cautious about installing such systems.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ledanet.org/network-signatures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Polymorphic traffic</title>
		<link>http://www.ledanet.org/polymorphic-traffic/</link>
		<comments>http://www.ledanet.org/polymorphic-traffic/#comments</comments>
		<pubDate>Tue, 08 Nov 2011 07:39:57 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[bold predictions]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[detection engines]]></category>
		<category><![CDATA[Ed Skoudis]]></category>
		<category><![CDATA[evasion techniques]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[intrusion]]></category>
		<category><![CDATA[intrusion detection]]></category>
		<category><![CDATA[Nimda]]></category>
		<category><![CDATA[red worms]]></category>
		<category><![CDATA[slapper worm]]></category>
		<category><![CDATA[string comparisons]]></category>
		<category><![CDATA[target identification]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[vector]]></category>
		<category><![CDATA[worm]]></category>
		<category><![CDATA[zero day]]></category>

		<guid isPermaLink="false">http://www.ledanet.org/?p=225</guid>
		<description><![CDATA[Shortly after the introduction of the Code Red worms and nipping at the heels of Nimda, Ed Skoudis made several bold predictions for the growing storm of worms. 
The first prediction he made was the use of zero-day exploits and multiple vector attacks. Zero-day attacks typically exploit vulnerabilities that are not widely known and have [...]]]></description>
			<content:encoded><![CDATA[<p>Shortly after the introduction of the Code Red worms and nipping at the heels of Nimda, Ed Skoudis made several bold predictions for the growing storm of worms. </p>
<p>The first prediction he made was the use of zero-day exploits and multiple vector attacks. Zero-day attacks typically exploit vulnerabilities that are not widely known and have no remedies, such as patches. They are especially devastating for fast moving attackers as the community works to identify the attack method and then produce (and test) a patch. When used in a worm, which automates the cycles of target identification and attacks, the rate of spread will far outpace the speed with which defenses can be mustered.<br />
<span id="more-225"></span><br />
The second of Skoudis’s predictions is the use of intrusion detection evasion techniques by worms. Several methods exist which dynamically alter the signatures of the attacks. These include the tool ADM mutate, developed by the hacker K2, that produces functionally equivalent attack code with randomized signatures.</p>
<p>Polymorphic traffic is used to evade signature matching intrusion detection engines. Because the main strategy of these products is to perform naive string comparisons between the rule sets and the payload of captured packets, by modifying the encoding of the packet data, that comparison will fail. <a href="http://www.1catalogo.es/media-markt-catalogo/" target="_blank">Media Markt catalogo</a>.</p>
<p>Already, multiple attack vector worms have been seen (such as Nimda and Ramen), and the Slapper worm utilized an exploit that had been kept private until the worm’s release. This caught many off guard in the community, forcing updates to software and a realization of the severity of the vulnerability that had previously been downplayed.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ledanet.org/polymorphic-traffic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Central source</title>
		<link>http://www.ledanet.org/central-source/</link>
		<comments>http://www.ledanet.org/central-source/#comments</comments>
		<pubDate>Wed, 19 Oct 2011 07:24:36 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[attacker]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[child node]]></category>
		<category><![CDATA[child nodes]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[connection logs]]></category>
		<category><![CDATA[delivery]]></category>
		<category><![CDATA[Distribution]]></category>
		<category><![CDATA[distribution server]]></category>
		<category><![CDATA[future generations]]></category>
		<category><![CDATA[malicious attacker]]></category>
		<category><![CDATA[malicious web]]></category>
		<category><![CDATA[mechanism]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[network bug]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[parent]]></category>
		<category><![CDATA[parent node]]></category>
		<category><![CDATA[request]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[worm]]></category>
		<category><![CDATA[worm code]]></category>
		<category><![CDATA[wrapper scripts]]></category>

		<guid isPermaLink="false">http://www.ledanet.org/?p=196</guid>
		<description><![CDATA[The third mechanism for worm executable delivery is through a central site. In this system, the parent node executes a request from the new child node to the central site to retrieve the programs that make up the worm code from a central site. This can include a malicious Web site or file distribution server [...]]]></description>
			<content:encoded><![CDATA[<p>The third mechanism for worm executable delivery is through a central site. In this system, the parent node executes a request from the new child node to the central site to retrieve the programs that make up the worm code from a central site. This can include a malicious Web site or file distribution server or some other system.</p>
<p>This method for delivering the worm payloads is most directly related to the methods used by attackers in manual compromises. Typically an attacker who amassed many hosts via a compromise distributes their programs to the compromised hosts from a central system. Early worms, which were wrapper scripts around the exploit process, often utilized this mechanism.<br />
<span id="more-196"></span><br />
The major advantage to this type of delivery system is that the worm can be updated with relative ease. This is because the files that make up the worm lie in a single location, so changes to this archive will affect all future generations of the worm. This can include the delivery of new exploit methods to the worm network, bug fixes, or new capabilities.</p>
<p>The biggest drawback to this method is that it is vulnerable to discovery early in the worm life cycle, such as after only a few generations for a quickly spreading worm. This is due to the high profile the distribution site will have as more child nodes make requests to it. As such, the worm becomes vulnerable to a malicious attacker or investigator. <a href="http://grossloan.com/portfolio-loan.html" target="_blank">portfolio loans</a></p>
<p>Attacks possible on these types of worm networks include the injection of poison payloads, which stop the worm in its tracks, or the enumeration, via connection logs, of the worm’s membership list. For these reasons, despite the ease of updating the worm’s capabilities, the central site distribution model for worm payloads is least attractive.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ledanet.org/central-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Direct injection</title>
		<link>http://www.ledanet.org/direct-injection/</link>
		<comments>http://www.ledanet.org/direct-injection/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 10:13:21 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[child node]]></category>
		<category><![CDATA[child nodes]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[connection]]></category>
		<category><![CDATA[delivery methods]]></category>
		<category><![CDATA[distribution methods]]></category>
		<category><![CDATA[easy dinner recipes]]></category>
		<category><![CDATA[initial connection]]></category>
		<category><![CDATA[method]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[parent]]></category>
		<category><![CDATA[parent node]]></category>
		<category><![CDATA[payload]]></category>
		<category><![CDATA[scalper]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[Slapper]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[target system]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://www.ledanet.org/?p=192</guid>
		<description><![CDATA[The simplest and most direct method of delivering the worm payload is to use the established connection between the two hosts. After the attacking node has successfully leveraged its exploit on the target system, a command is sent to ready the child node for the payload. The worm data are then sent, either as source [...]]]></description>
			<content:encoded><![CDATA[<p>The simplest and most direct method of delivering the worm payload is to use the established connection between the two hosts. After the attacking node has successfully leveraged its exploit on the target system, a command is sent to ready the child node for the payload. The worm data are then sent, either as source code or as a binary file, to the child node. If needed, the source code is compiled, and then the worm node is launched.</p>
<p>Several recent worms have utilized this mechanism for starting the worm executable on the child nodes. These include the IIS worms Code Red 1, 2, II, and Nimda, and the UNIX worms Slapper and Scalper. By using this mechanism, the worm can recycle the connection it already established and efficiently transfer the worm to the new node.<br />
<span id="more-192"></span><br />
The logic needed to perform this operation is less than the setup of solutions for other payload distribution methods. Any firewalls between the two hosts must not be blocking the connection, because it would have blocked the initial connection between the two hosts. With a delivery method that requires the child node to call back outside to the parent node, a connection from the child to the parent node needs to be established, which may be blocked by a firewall.</p>
<p>The second major benefit over other delivery methods is that worms that use direct injection do not need to set up any other services on the system. This reduces the complexity of the worm’s code and prevents collisions with services offered on the parent node. <a href="http://www.freerecipesworld.com/" target="_blank">easy dinner recipes</a></p>
<p>An example would be the worm needing to set up service for the child node to retrieve the worm payload. However, if the parent node is already running a similar service, the worm will be unable to establish this service without killing the server’s legitimate process. Without this, the worm propagation will fail in this scenario.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ledanet.org/direct-injection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Worm Mechanisms &#8211; single point</title>
		<link>http://www.ledanet.org/worm-mechanisms-single-point/</link>
		<comments>http://www.ledanet.org/worm-mechanisms-single-point/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 23:07:05 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[area]]></category>
		<category><![CDATA[attack]]></category>
		<category><![CDATA[attacker]]></category>
		<category><![CDATA[author]]></category>
		<category><![CDATA[avenue]]></category>
		<category><![CDATA[Base]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[child nodes]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[compromise]]></category>
		<category><![CDATA[concern]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[Distribution]]></category>
		<category><![CDATA[distribution mechanism]]></category>
		<category><![CDATA[entry]]></category>
		<category><![CDATA[essay]]></category>
		<category><![CDATA[evening]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[grammar]]></category>
		<category><![CDATA[hold]]></category>
		<category><![CDATA[Horse]]></category>
		<category><![CDATA[horse software]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[identification]]></category>
		<category><![CDATA[identity]]></category>
		<category><![CDATA[increase]]></category>
		<category><![CDATA[infect]]></category>
		<category><![CDATA[infection]]></category>
		<category><![CDATA[initial presence]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[internet system]]></category>
		<category><![CDATA[internet worms]]></category>
		<category><![CDATA[introduction]]></category>
		<category><![CDATA[lab]]></category>
		<category><![CDATA[malicious attacker]]></category>
		<category><![CDATA[malicious software]]></category>
		<category><![CDATA[maximum]]></category>
		<category><![CDATA[mechanism]]></category>
		<category><![CDATA[multiple networks]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[node]]></category>
		<category><![CDATA[number]]></category>
		<category><![CDATA[origin]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[paradigm]]></category>
		<category><![CDATA[path]]></category>
		<category><![CDATA[peer to peer network]]></category>
		<category><![CDATA[Penetration]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[point of entry]]></category>
		<category><![CDATA[point of origin]]></category>
		<category><![CDATA[presence]]></category>
		<category><![CDATA[public computer lab]]></category>
		<category><![CDATA[round]]></category>
		<category><![CDATA[scenario]]></category>
		<category><![CDATA[Single]]></category>
		<category><![CDATA[single point]]></category>
		<category><![CDATA[software package]]></category>
		<category><![CDATA[source]]></category>
		<category><![CDATA[source host]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[subject]]></category>
		<category><![CDATA[survivability]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[target]]></category>
		<category><![CDATA[target identification]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[trick]]></category>
		<category><![CDATA[Trojan]]></category>
		<category><![CDATA[trojan horse]]></category>
		<category><![CDATA[usage]]></category>
		<category><![CDATA[usage patterns]]></category>
		<category><![CDATA[variation]]></category>
		<category><![CDATA[variety]]></category>
		<category><![CDATA[victim]]></category>
		<category><![CDATA[way]]></category>
		<category><![CDATA[weakness]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://www.ledanet.org/?p=163</guid>
		<description><![CDATA[Just as the way the worm network finds its next victim is important for its speed and its long-term survivability and penetration, the way in which the worm is introduced is another concern. A common scenario to imagine is a malicious attacker introducing a worm in a public computer lab one evening. By carefully considering [...]]]></description>
			<content:encoded><![CDATA[<p>Just as the way the worm network finds its next victim is important for its speed and its long-term survivability and penetration, the way in which the worm is introduced is another concern. A common scenario to imagine is a malicious attacker introducing a worm in a public computer lab one evening. By carefully considering the point and variety of introduction mechanisms, Internet worms can achieve different goals.</p>
<p>Single point<br />
The classic paradigm of the introduction of a worm is to use a single point of origin, such as a single Internet system. This host is set up to launch the worm and infect a number of child nodes, carrying the worm with it. These new nodes then begin the next round of target identification and compromise.<br />
<span id="more-163"></span><br />
The trick is to find a well-connected and reasonably poorly monitored host. To achieve the maximum introduction from a single point, this node will have to infect several new hosts, which are also capable of a wide area of infection. This will be crucial in establishing the initial presence of the worm when it is most vulnerable, existing on only a few nodes.</p>
<p>An obvious weakness in this scenario is that the worm may be identified back to its source and ultimately its author. By combining a number of factors, including usage patterns of the source host or network, with the code base, investigators can sometimes establish the identity of the author of the malicious software.</p>
<p>One variation of this theme is to introduce the malicious software at a single point but use an accepted distribution mechanism to gain entry to the Internet. This includes a Trojan horse software package or a malicious file in a peer-to-peer network. While only a single point of entry for the software is used, it is then introduced to several computers which can then launch the worm onto multiple networks. </p>
<p>For the attacker, however, this is the easiest avenue of introducing a worm. It involves the fewest resources and, if the worm takes hold of the network early and establishes itself quickly, gives the quickest path to a stable infection.</p>
<p>The object and subject of worms and its behavior of attack are quite tickling and very interesting for writing an essay based on it. Why? because its just never ends, as long as computer technology still developing and increase, the materials and discussion just won&#8217;t end. For some people you might need to <a href="http://buyessay.org/" target="_blank">buy essays</a>, cause its more practical and they just give you good essay with correct grammar.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ledanet.org/worm-mechanisms-single-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Island hopping</title>
		<link>http://www.ledanet.org/island-hopping/</link>
		<comments>http://www.ledanet.org/island-hopping/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 23:22:23 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[1918]]></category>
		<category><![CDATA[amount]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[attackers]]></category>
		<category><![CDATA[attention]]></category>
		<category><![CDATA[balance]]></category>
		<category><![CDATA[bias]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[boon]]></category>
		<category><![CDATA[case]]></category>
		<category><![CDATA[chance]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[classfull]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code red ii]]></category>
		<category><![CDATA[course]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[destination]]></category>
		<category><![CDATA[disadvantage]]></category>
		<category><![CDATA[Distribution]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[hop]]></category>
		<category><![CDATA[hosts]]></category>
		<category><![CDATA[implementation]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[island]]></category>
		<category><![CDATA[local network]]></category>
		<category><![CDATA[local networks]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[mechanism]]></category>
		<category><![CDATA[model]]></category>
		<category><![CDATA[NAT]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network boundaries]]></category>
		<category><![CDATA[network managers]]></category>
		<category><![CDATA[Nimda]]></category>
		<category><![CDATA[nonoctet]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[pattern]]></category>
		<category><![CDATA[Penetration]]></category>
		<category><![CDATA[probability]]></category>
		<category><![CDATA[random destination]]></category>
		<category><![CDATA[random network]]></category>
		<category><![CDATA[randomness]]></category>
		<category><![CDATA[Red]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[release date]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[RFC]]></category>
		<category><![CDATA[safety]]></category>
		<category><![CDATA[spread]]></category>
		<category><![CDATA[spread pattern]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[term]]></category>
		<category><![CDATA[thing]]></category>
		<category><![CDATA[today]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[worm]]></category>
		<category><![CDATA[worms]]></category>

		<guid isPermaLink="false">http://www.ledanet.org/?p=157</guid>
		<description><![CDATA[Island hopping named because it treats network blocks as islands on which it focuses attention before hopping away to a new, random destination. First discussed as a theoretical spread model after the release of Code Red 1, this spread pattern has proven to be highly effective in the long term.
The amount of attention spent on [...]]]></description>
			<content:encoded><![CDATA[<p>Island hopping named because it treats network blocks as islands on which it focuses attention before hopping away to a new, random destination. First discussed as a theoretical spread model after the release of Code Red 1, this spread pattern has proven to be highly effective in the long term.</p>
<p>The amount of attention spent on each network block can vary depending on the worm implementation. Typically, these boundaries fall on classfull network boundaries, such as /24, /16, /8, and, of course, /0. While this does not match many of today’s classless networks (which are subnetted on nonoctet boundaries), it does work well for the average case.<br />
<span id="more-157"></span><br />
Obviously the balance between the various networks has to be tuned to achieve significant penetration of the local network and enough randomness to “hop” to other networks. This is usually achieved by strongly biasing local network scanning of about 50%, with about 25% or less random hopping.</p>
<p>Code Red II was the first widespread worm to utilize this spread mechanism. Code Red II hit hosts /8 with a 50% probability, a 37.5% chance it would scan in its /16, and a 12.5% chance it would scan a totally random network. For Nimda, this distribution was 50% in the same /16, 25% in the same /8, and 25% in a random network. Each of these worms achieved both significant penetration into well-controlled networks, even using NAT or other RFC 1918 addressing schemes. They persisted on the Internet for as long as 8 months after their original release date.</p>
<p>One major disadvantage for the attackers, and a boon to those who protect networks, is that the local bias of the worm means that it is typically easier to isolate and stop. These hosts typically show themselves on their local networks (assuming a /16 or larger network), meaning the network managers can take steps to isolate and remove the affected machines.</p>
<p>Making sure the safety of the network is important thing to do in order to avoid worms attack. Instead of that, user should be able to check out the review of the application before installing. All operating system, both in computer of gadgets should be check, because worms could attack any of it. Check out <a href="http://crowdin.net/page/android-localization" target="_blank">android localization</a>, if you have android os and want some secure application to download.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ledanet.org/island-hopping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

