<?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>BestInternetSecurity.net &#187; Attack Methodologies</title>
	<atom:link href="http://www.bestinternetsecurity.net/category/attack-methodologies/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bestinternetsecurity.net</link>
	<description>Information Security Resources</description>
	<lastBuildDate>Fri, 10 Jul 2009 02:27:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Hacking and Buffer Overflow Attacks:  In the News</title>
		<link>http://www.bestinternetsecurity.net/80/google-hacking-and-buffer-overflow-attacks-in-the-news.html</link>
		<comments>http://www.bestinternetsecurity.net/80/google-hacking-and-buffer-overflow-attacks-in-the-news.html#comments</comments>
		<pubDate>Fri, 02 May 2008 12:45:54 +0000</pubDate>
		<dc:creator>Damen</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Attack Methodologies]]></category>
		<category><![CDATA[Google Hacking]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Buffer Overflow]]></category>
		<category><![CDATA[Buffer Overflow Attack]]></category>
		<category><![CDATA[SQL Injections]]></category>
		<category><![CDATA[SQL Programming]]></category>
		<category><![CDATA[Web Application Programming]]></category>

		<guid isPermaLink="false">http://www.bestinternetsecurity.net/80/google-hacking-and-buffer-overflow-attacks-in-the-news/</guid>
		<description><![CDATA[Recently I spotted a piece of news about a type of network attack combining techniques we have discussed in recent articles involving Google Hacking and Buffer Overflow Attack . The incident, according to Forbes News1 involves “using Google searches to track down sites vulnerable to so-called ‘SQL injections’.”
Essentially, the hackers use Google to hunt for [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I spotted a piece of news about a type of network attack combining techniques we have discussed in recent articles involving <a title="Google Hacking" href="http://www.bestinternetsecurity.net/category/google-hacking/"><span style="text-decoration: underline;">Google Hacking</span></a> and <a title="Buffer Overflow Attack" href="http://www.bestinternetsecurity.net/52"><span style="text-decoration: underline;">Buffer Overflow Attack</span></a> . The incident, according to Forbes News<sup>1</sup> involves “using Google searches to track down sites vulnerable to so-called ‘SQL injections’.”</p>
<p>Essentially, the hackers use Google to hunt for sites with a problem in the web server program codes and exploit them using the knowledge gained from the error messages displayed on the problem websites. In this particular case, the hackers used the SQL command to take control of the sites under attack.</p>
<p>(If you are interested to know about how to work safely using SQL commands, read our post about Buffer Overflow Attack here: <a title="Buffer Overflow Attack" href="http://www.bestinternetsecurity.net/52"><span style="text-decoration: underline;">http://www.bestinternetsecurity.net/52</span></a>.)</p>
<p>Some security experts attribute this situation to the usage of Microsoft-related technologies in web sites, such as Microsoft’s own Internet Information Servers (IIS) and its SQL server.</p>
<p>“Whitehat Security&#8217;s Grossman speculates that machines running that software were targeted because they allow several commands to be injected in a single user input field on the sites they host, making those sites easier to hijack,” according to Forbes News.</p>
<p>However, I have a different view, and this is the same comment that I expressed in my previous post: It does not matter what technologies you are using to run your websites. What does matter is taking extra care in writing programs that use SQL commands to manage program data. If in the original program design you fail to carefully validate users’ inputs, you will open doors to possible attacks. This is especially disastrous if you fail to do so with web application programming, like in the case we are discussing now.</p>
<p>But as I have also said, it is extremely difficult (if not totally impossible) to write completely bullet-proof code. But to be aware of what can happen if you do not take extra steps to write code that carefully lessens the risk of attack is more than half of the battle. Read the news in the reference section to know more about this case.</p>
<p>Reference:</p>
<p><sup>1</sup>Greenberg, A. (2008), <strong><span style="text-decoration: underline;">Google-Hacking Goes To China</span></strong>, Forbes.com LLC, Available from: <a title="Google Hacking Goes To China" href="http://www.forbes.com/technology/2008/04/28/hackers-google-china-tech-security-cx_ag_0428hack.html">http://www.forbes.com/2008/04/28/hackers-google-china-tech-security<br />
-cx_ag_0428hack.html?partner=yahootix</a><a title="Google Hacking Goes To China" href="http://www.forbes.com/technology/2008/04/28/hackers-google-china-tech-security-cx_ag_0428hack.html"> </a>[Accessed 28 April 2008]</p>
<p>Tags: SQL Programming, Application Security, Google Hacking, Buffer Overflow Attack</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestinternetsecurity.net/80/google-hacking-and-buffer-overflow-attacks-in-the-news.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Buffer Overflow: How does it happen?</title>
		<link>http://www.bestinternetsecurity.net/52/buffer-overflow-how-does-it-happen.html</link>
		<comments>http://www.bestinternetsecurity.net/52/buffer-overflow-how-does-it-happen.html#comments</comments>
		<pubDate>Thu, 17 Apr 2008 10:29:01 +0000</pubDate>
		<dc:creator>Damen</dc:creator>
				<category><![CDATA[Application Security]]></category>
		<category><![CDATA[Attack Methodologies]]></category>
		<category><![CDATA[Buffer Overflow]]></category>
		<category><![CDATA[Code Red]]></category>
		<category><![CDATA[Google Hacking]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.bestinternetsecurity.net/52/buffer-overflow-how-does-it-happen/</guid>
		<description><![CDATA[Buffer Overflow refers to what happens when an area of a program’s code is overwritten with new code using the technique of inputting data longer than the length expected when the program asks for input. This creates an overflow in the program’s buffer system, and causes the program to react negatively − sometimes even resulting [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Buffer Overflow</strong></em> refers to what happens when an area of a program’s code is overwritten with new code using the technique of inputting data longer than the length expected when the program asks for input. This creates an overflow in the program’s buffer system, and causes the program to react negatively − sometimes even resulting in system crashes. Hackers can cause buffer overflows intentionally to sabotage systems.</p>
<p>This overflow of data can be written to a critical program area, such as where execution code was placed. With carefully planned code overwritten in this area, a hacker can seize control of the program and, as a result, the system where the program resides.</p>
<p>The main reason a hacker can do this is due to negligence in the programmer’s coding. We call these types of problems “bugs” in the program. A common bug that leads to the possibility of a hacker causing a buffer overflow is when a coder neglects to include proper validation of data type and length for user input into the program.</p>
<p>Some common programming tools such as SQL commands allow a user to input carefully crafted responses to embed a request that triggers the program to execute a nested SQL command.</p>
<p>A good example of this is demonstrated in the following situation:</p>
<p>Consider a program that asks a user for input to find the name of a student by his or her surname. A proper input will trigger the program to successfully search the database for a match to the Surname inputted by the user, and return all records matching that surname. For example, suppose the input variable is named <span style="font-family: &quot;Courier New&quot;;">S_NAME</span>. The input will execute the following SQL command:</p>
<p><span style="font-family: &quot;Courier New&quot;;">Select * from Student_Table Where Student_Table.Name = S_NAME<br />
</span>This command instructs the program to locate all records with surname equal to S_NAME.</p>
<p>If a skilled user inputs something for <span style="font-family: &quot;Courier New&quot;;">S_NAME</span> such as as “<span style="font-family: &quot;Courier New&quot;;">Select Surname from Student_Table”, </span>then the program may execute the unexpected nested SQL command as:</p>
<p><span style="font-family: &quot;Courier New&quot;;">Select * from Student_Table Where Student_Table.Name = Select Surname from Student_Table</span></p>
<p>This literally instructs the program to locate all records for all surnames in the Student_Table, and this is certainly not the original intention of the programmer who wrote the code. Depending on the subsequent codes of this program, this could possibly list all of the student names in a row − or simply crash the program, if it does not know how to handle the command.</p>
<p>The fact that a hacker can do this depends on three factors:</p>
<ul>
<li> The hacker is an experienced SQL command writer</li>
</ul>
<ul>
<li> The hacker understands the underlying database structure of the program</li>
</ul>
<ul>
<li> The program does not exercise a careful input validation to verify the validity of the inputs</li>
</ul>
<p>For the second factor, a hacker can come to understand the database structure in a lot of different ways. As we have noted in previous posts, most hackers are insiders of an organization. As such, they are able to gain access to related knowledge that aids in hacking. Another technique, Google hacking, is also an effective technique for hackers. (Click <a title="Google Hacking" href="http://www.bestinternetsecurity.net/category/google-hacking/">here</a> to read our post on Google hacking.)</p>
<p>In the third factor, we’re talking about a bug in the program. If you have ever written computer programs, you probably understand that it is difficult − if not impossible − to write a bug-free program. Program input validation involves the consideration of so many exceptional input violation cases that a programmer cannot possibility foresee all of them. As long as even just one single case is missed (which usually is the case), the input process can be put into risk.</p>
<p>Throughout computing history, there are many examples of system exploitations by buffer overflow. Perhaps the most wide-spread example for Windows OS is one that happened in 2001, named “Code Red.”</p>
<p>If you are interested to know more about buffer overflow security incidents, refer to the information in Wikipedia:<br />
<a title="Buffer Overflow from Wikipedia" href="http://en.wikipedia.org/wiki/Buffer_overflow">http://en.wikipedia.org/wiki/Buffer_overflow</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestinternetsecurity.net/52/buffer-overflow-how-does-it-happen.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DNS Root Servers&#8217; Attack: Is it possible?</title>
		<link>http://www.bestinternetsecurity.net/51/dns-root-servers%e2%80%99-attack-is-it-possible.html</link>
		<comments>http://www.bestinternetsecurity.net/51/dns-root-servers%e2%80%99-attack-is-it-possible.html#comments</comments>
		<pubDate>Tue, 08 Apr 2008 13:08:20 +0000</pubDate>
		<dc:creator>Damen</dc:creator>
				<category><![CDATA[Attack Methodologies]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[13 root servers]]></category>
		<category><![CDATA[anycasting]]></category>
		<category><![CDATA[Denial of Service]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[DNS Root Servers Attack]]></category>
		<category><![CDATA[Domain Name System]]></category>
		<category><![CDATA[DOS]]></category>
		<category><![CDATA[letter.root-servers.net]]></category>
		<category><![CDATA[RFC 1546]]></category>
		<category><![CDATA[RFC1546]]></category>
		<category><![CDATA[TLD]]></category>
		<category><![CDATA[Top Level Domain]]></category>
		<category><![CDATA[TTL]]></category>

		<guid isPermaLink="false">http://www.bestinternetsecurity.net/51/dns-root-servers%e2%80%99-attack-is-it-possible/</guid>
		<description><![CDATA[The Domain Name System (DNS) relies on a hierarchical database system. At the top of this system sit thirteen root servers with names following the format letter.root-servers.net, where the letter ranges from A to M.
Many people mistakenly assume that there are only 13 root servers in the world. In fact, each root server notation represents [...]]]></description>
			<content:encoded><![CDATA[<p>The <strong>Domain Name System (DNS) </strong>relies on a hierarchical database system. At the top of this system sit thirteen root servers with names following the format letter.root-servers.net, where the letter ranges from A to M.</p>
<p>Many people mistakenly assume that there are only 13 root servers in the world. In fact, each root server notation represents a cluster of servers dispersed all over the world. Each of these is administrated by different organizations.</p>
<p>The cluster of servers working for a particular letter of root servers uses the routing technique of “anycasting,” according to RFC 1546<strong><sup>1</sup></strong>:</p>
<p><span style="font-family: 'Courier New';">“There are a number of situations in networking where a host, application, or user wishes to locate a host which supports a particular service but, if several servers support the service, does not particularly care which server is used.  Anycasting is an internetwork service which meets this need.  A host transmits a datagram to an anycast address and the internetwork is responsible for providing best effort delivery of the datagram to at least one, and preferably only one, of the servers that accept datagrams for the anycast address.</span>”</p>
<p>Check out these links for a geographical mapping of the root servers’ locations:<br />
<a title="Root Servers' Locations" href="http://www.icann.org/maps/root-servers.htm"><span style="text-decoration: underline;">http://www.icann.org/maps/root-servers.htm</span></a><br />
<span style="text-decoration: underline;"><a title="Root Servers' Location on Google Maps" href="http://www.circleid.com/posts/dns_root_servers_google_maps/">http://www.circleid.com/posts/dns_root_servers_google_maps/</a> </span>(on Google Maps)</p>
<p>Root servers serve as the final point of resort to resolve the<strong> Top Level Domain (TLD)</strong>. For example, if your DNS servers do not know where to locate the DNS record of the “.jp” of the domain name <span style="text-decoration: underline;">www.jetro.go.jp</span>, it will query the root servers to locate the DNS server taking part in the resolution of TLD “jp” and then continue the resolution of the domain “go.jp” by the DNS server referred by the root server. This domain name resolution process works recursively until it gets an authoritative answer for the requested host of the domain name <span style="text-decoration: underline;">www.jetro.go.jp</span>.</p>
<p>In fact, DNS servers rarely query the root servers as they cache any previously resolved domain names, including those of the TLDs. Depending on a DNS server’s configuration, it usually keeps those responses in the cache for two days. Therefore, considering the example given above, the DNS server will store the DNS server information to process TLD “jp” in the cache memory, so that each query related to TLD “jp” will go directly to the DNS server handling “jp” TLD without repeatedly querying the root servers.</p>
<p>Perhaps the most common reason for your DNS servers to query root servers is an error in typing a non-exiting TLD. For instance, if you mistakenly type “jq” instead of “jp” in the above domain name, your DNS servers have not yet resolved any TLD of “jq”. Therefore, it has to go to the root server to check for its related information. Of course, in this case, the root server will return a non-existing error message to your DNS servers, and you are notified of the failure to locate the domain name.</p>
<p>As the root servers are dispersed all over the world, it is quite difficult technically to launch an attack on all of them at the same time. Therefore, it is unlikely that this robust system will stop servicing the Internet community because of common attack such as <strong>DOS (Denial of Service)</strong>, even by the most well planned hacking activity. This is fortunate, since the DNS root server system is a vital part of the Internet, serving thousands or millions of people online everyday.</p>
<p>If you are interested to understand more about root DNS servers’ operation, go to this link for more details:<br />
<a title="Q &amp; A about Root DNS Servers" href="http://www.isoc.org/briefings/020/"><span style="text-decoration: underline;">http://www.isoc.org/briefings/020/</span></a></p>
<p><strong><sup>1 </sup></strong>Partridge, C., Mendez, T., Milliken, Walter. (1993) Request for Comments: 1546, Network Working Group, Available from: <span style="text-decoration: underline;">http://rfc.net/rfc1546.html</span> [Accessed 4 April 2008]</p>
<p>Tags: DNS Root Servers Attack, anycasting, TTL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestinternetsecurity.net/51/dns-root-servers%e2%80%99-attack-is-it-possible.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DNS &#8211; Domain name system security issues</title>
		<link>http://www.bestinternetsecurity.net/36/dns-%e2%80%93-domain-name-system-security-issues.html</link>
		<comments>http://www.bestinternetsecurity.net/36/dns-%e2%80%93-domain-name-system-security-issues.html#comments</comments>
		<pubDate>Mon, 31 Mar 2008 09:11:37 +0000</pubDate>
		<dc:creator>Damen</dc:creator>
				<category><![CDATA[Attack Methodologies]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Network Security]]></category>
		<category><![CDATA[Certificate Authority]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[DNS Attack]]></category>
		<category><![CDATA[DNS Server]]></category>
		<category><![CDATA[Domain Name Resolution]]></category>
		<category><![CDATA[Domain Name Server]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[identity theft]]></category>
		<category><![CDATA[identity theft hacking]]></category>
		<category><![CDATA[IPCONFIG]]></category>
		<category><![CDATA[phishing]]></category>
		<category><![CDATA[Secure Socket Layer]]></category>
		<category><![CDATA[Server Certificate]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Thawte]]></category>
		<category><![CDATA[Verisign]]></category>

		<guid isPermaLink="false">http://www.bestinternetsecurity.net/36/dns-%e2%80%93-domain-name-system-security-issues/</guid>
		<description><![CDATA[Domain Name System (DNS) is the magical ability of Internet hosts to translate the machine-readable IP address numbers like 216.109.112.135 to something meaningful to humans, like www.yahoo.com. A sophisticated hierarchical database system in the Internet is required to accomplish this task. One of the core components of that system is the DNS server, which serves [...]]]></description>
			<content:encoded><![CDATA[<p><em><strong>Domain Name System (DNS)</strong></em> is the magical ability of Internet hosts to translate the machine-readable IP address numbers like 216.109.112.135 to something meaningful to humans, like <a href="http://www.yahoo.com" target="_blank">www.yahoo.com</a>. A sophisticated hierarchical database system in the Internet is required to accomplish this task. One of the core components of that system is the DNS server, which serves as the translator. For instance, when you type the domain name <a href="http://www.yahoo.com" target="_blank">http://www.yahoo.com</a> into your favorite browser, your computer directs this request to a designated DNS server—usually provided by your Internet Service Provider (ISP)—which helps translate it to the machine-readable IP address 216.109.112.135. This enables your computer to connect your browser software to the correct web server’s website.</p>
<p>If you are interested in knowing the IP address(es) of your DNS server(s), you can access them using Windows 2000/XP/VISTA, by choosing Start<strong> -&gt; </strong>Run, then typing the word “cmd” in the command window, and clicking OK.</p>
<p align="center"><a href="http://www.bestinternetsecurity.net/wp-content/uploads/Article_13_Img1.jpg"><img src="http://www.bestinternetsecurity.net/wp-content/uploads/thumb-Article_13_Img1.jpg" border="0" alt="" width="180" height="108" /></a></p>
<p>In the command prompt window, type “ipconfig/all” and hit return. This will display a list of network connection information. For example:</p>
<div><a href="http://www.bestinternetsecurity.net/wp-content/uploads/Article_13_Img2.jpg"><img src="http://www.bestinternetsecurity.net/wp-content/uploads/thumb-Article_13_Img2.jpg" border="0" alt="" width="180" height="98" /></a></div>
<p>From this list, you can see that the DNS server IP addresses are<br />
217.1.32.208 and 215.251.144.126. This machine will query either one of these two DNS servers for any new domain name enquiry.</p>
<p>You may wonder: what if these two DNS servers return a wrong IP address for the domain name you specified? If this happens, you will be re-directed to a wrong site—even though you have typed the correct domain name in your browser.</p>
<p>And this is exactly what a hacker can do. If a hacker attacks a DNS server and maliciously corrupts the information in the DNS server’s database, then all the hosts that rely on this DNS server for domain name resolution could be misdirected to a wrong Internet sever.</p>
<p>This enables the hacker to hijack the Internet connection of the victims. For example, a hacker could re-direct an Internet banking site’s domain name to his or her own server and lure visitors to key in their private login information into this fake website. This allows the hacker to steal this information for the purpose of committing crimes such as identity theft.</p>
<p>Another type of attack involves using similar domain names like paypal.com and paypa1.com. Can you tell the difference between these two domain names? No, we didn’t make a typo! Actually, the first “paypal” ends with a lower-case “l” (L), and the second one ends with the numeral “1” (ONE). In this scenario, the attacker uses various tricks like scam emails to lure the visitors to click a deceptive link in order to direct visitors to their own fake site and obtain private login information as in the first example. The term “phishing” has been coined to describe this type of security breach.</p>
<p>Perhaps the solution to counter these problems is user education. Internet users should be made aware that these kinds of attacks are possible, and learn how to determine that the sites that they are visiting are genuine ones.</p>
<p>Usually, for a website to perform the authentication information exchange with a visitor, such as asking for a visitor’s login information, it will initiate a popular Internet secure communication method called <em><strong>SSL (Secure Socket Layer)</strong></em>. You can determine that the website is using this secure method by looking at the address in the address bar: the “http<span style="text-decoration: underline;"><strong>s</strong></span>.” part of the address will automatically change to “https.” At that moment, the web server opens an encrypted communication with the visitor by providing its <em><strong>server certificate</strong></em> to your computer. This server certificate can be viewed in your browser by clicking the “padlock” sign. It is usually at the lower right corner (Internet Explorer version 6 and Firefox) or upper right corner beside the address bar (Internet Explorer version 7) of your browser.</p>
<p>If the site is genuine, you can clearly see the site’s URL along with the certificate authority that issues the server certificate (two common certificate authorities are Verisign or Thawte).</p>
<p>Take a look at the well-known Internet banking website, Citicorp. When you pull up the Citicorp banking login screen, click on the padlock as described above to display the website’s certificate. Note that this one is issued by Verisign.</p>
<p align="center"><a href="http://www.bestinternetsecurity.net/wp-content/uploads/Article_13_Img3.jpg"><img src="http://www.bestinternetsecurity.net/wp-content/uploads/thumb-Article_13_Img3.jpg" border="0" alt="" width="180" height="130" /></a></p>
<p>If you click on the option “View certificates” you can view more detailed information of this server certificate:</p>
<div><a href="http://www.bestinternetsecurity.net/wp-content/uploads/Article_13_Img4.jpg"><img src="http://www.bestinternetsecurity.net/wp-content/uploads/thumb-Article_13_Img4.jpg" border="0" alt="" width="180" height="134" /></a></div>
<p>Here you can verify that the certificate is of the domain “citibank.com” and the certificate has not yet expired.</p>
<p>After completing validation process, you can now safely enter your login information with confidence, because the site is very unlikely a fake site. If you following these steps every time you access a secure web site, you can avoid becoming the victim of a DNS attack.</p>
<p>Tags: Domain Name Server, identity theft hacking</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestinternetsecurity.net/36/dns-%e2%80%93-domain-name-system-security-issues.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frequency Analysis &#8211; An attack making use of  known language pattern of the plaintext</title>
		<link>http://www.bestinternetsecurity.net/12/frequency-analysis-an-attack-making-use-of-known-language-pattern-of-the-plaintext.html</link>
		<comments>http://www.bestinternetsecurity.net/12/frequency-analysis-an-attack-making-use-of-known-language-pattern-of-the-plaintext.html#comments</comments>
		<pubDate>Thu, 06 Jul 2006 16:57:00 +0000</pubDate>
		<dc:creator>Damen</dc:creator>
				<category><![CDATA[Attack Methodologies]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[Caesar Cipher]]></category>
		<category><![CDATA[Cryptographic Attack]]></category>
		<category><![CDATA[frequency analysis]]></category>

		<guid isPermaLink="false">http://bestinternetsecurity.net/12/frequency-analysis-an-attack-making-use-of-known-language-pattern-of-the-plaintext/</guid>
		<description><![CDATA[One information that is truly important when conducting Cryptographic Attack, it is: the nature of the plaintext. Is it a sentence of a particular language? or is it of some software code? If we know the fundamental nature of the plaintext, then our code breaking job could be a bit easier.
If it is of a [...]]]></description>
			<content:encoded><![CDATA[<p>One information that is truly important when conducting Cryptographic Attack, it is: the nature of the plaintext. Is it a sentence of a particular language? or is it of some software code? If we know the fundamental nature of the plaintext, then our code breaking job could be a bit easier.</p>
<p>If it is of a commonly used language, then we can use the very unique characteristic of that language to help deducing the plaintext. One popular method is frequency analysis. In the languages of Latin origin, we know that certain alphabets are of higher frequency of  appearance than others.<br />
In English, we should know that the vowels &#8211; &#8216;a&#8217;, &#8216;e&#8217;, ,&#8217;i', &#8216;o&#8217;, &#8216;u&#8217; appear more often than other alphabets.</p>
<p>And if we run analysis of a particular language long enough, we can deduce a table of relative frequency of each alphabet appearing in that language.</p>
<p>So if a particular language message is encrypted using substitution method like Caesar Cipher, we can easily break the code using frequency analysis if we know the original language used in the plaintext.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bestinternetsecurity.net/12/frequency-analysis-an-attack-making-use-of-known-language-pattern-of-the-plaintext.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
