<?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>DDoSed.com - An IT security information blog &#187; Security News</title>
	<atom:link href="http://www.ddosed.com/category/security-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ddosed.com</link>
	<description></description>
	<lastBuildDate>Sat, 04 Oct 2008 07:21:19 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cross-Site Framed?</title>
		<link>http://www.ddosed.com/2007/03/28/cross-site-framed/</link>
		<comments>http://www.ddosed.com/2007/03/28/cross-site-framed/#comments</comments>
		<pubDate>Wed, 28 Mar 2007 02:59:34 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Phishing]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Security News]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/03/28/cross-site-framed/</guid>
		<description><![CDATA[Have you heard of cross-site framing? The past few days I saw listed on our archive, several websites vulnerable to cross-site framing &#8211; listed as frame redirection. I will briefly describe a possible exploitation scenario, concluding with more emphasis on the negative impact that this type of vulnerability can have to the privacy of innocent [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Have you heard of cross-site framing? The past few days I saw listed on our <a href="http://www.xssed.com/archive">archive</a>, several websites vulnerable to cross-site framing &#8211; listed as frame redirection. I will briefly describe a possible exploitation scenario, concluding with more emphasis on the negative impact that this type of vulnerability can have to the privacy of innocent individuals who are users of the affected websites.</p>
<p align="justify"><span id="more-49"></span></p>
<p align="justify">Using google-dorks, the attackers can search for frame scripts allowing the inclusion of any url. This search reveals thousands of results with too many websites vulnerable to cross-site framing:</p>
<p><a href="http://www.google.com/search?hl=us&amp;q=allinurl%3A%22url%3Dhttp%22+%22frame%22">allinurl:&#8221;url=http&#8221; &#8220;frame&#8221;</a></p>
<p><a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aframe+filetype%3Aasp+inurl%3A%22url%3D%22">inurl:frame filetype:asp  inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aframe+filetype%3Aaspx+inurl%3A%22url%3D%22">inurl:frame filetype:aspx inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aframe+filetype%3Aphp+inurl%3A%22url%3D%22">inurl:frame filetype:php  inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aframe+filetype%3Acfm+inurl%3A%22url%3D%22">inurl:frame filetype:cfm  inurl:&#8221;url=&#8221;</a></p>
<p><a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aiframe+filetype%3Aasp++inurl%3A%22url%3D%22">inurl:iframe filetype:asp  inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aiframe+filetype%3Aaspx++inurl%3A%22url%3D%22">inurl:iframe filetype:aspx inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aiframe+filetype%3Aphp++inurl%3A%22url%3D%22">inurl:iframe filetype:php  inurl:&#8221;url=&#8221;</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=inurl%3Aiframe+filetype%3Acfm++inurl%3A%22url%3D%22">inurl:iframe filetype:cfm  inurl:&#8221;url=&#8221;</a></p>
<p><a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Ahttp+frame.asp">allinurl:http frame.asp</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Ahttp+frame.aspx">allinurl:http frame.aspx</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Ahttp+frame.php">allinurl:http frame.php</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Ahttp+frame.cfm">allinurl:http frame.cfm</a></p>
<p><a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Aframe.php%3Furl%3Dhttp">allinurl:frame.php?url=http</a><br />
<a href="http://www.google.com/search?hl=us&amp;q=allinurl%3Aframe.asp%3Furl%3Dhttp">allinurl:frame.asp?url=http</a></p>
<p align="justify">Phishing and other scams are now easier to perform due to cross-site framing.<br />
Having found such frame scripts, allows the attackers to include a webpage which is hosted somewhere else. This webpage can be designed to look like the original website and can be any cross-platform server-side script. It can contain a fake login form which on submit parses the inputted usernames and passwords and sends them to the attacker&#8217;s mailbox in cleartext format.</p>
<p align="justify">It is also possible to perform XSS attacks as in most cases there is no filtering of special characters, script or other common tags in the URL parameter.</p>
<p align="justify">Daniel Hugh mailed us about a cross-site framing and scripting vulnerability affecting <a href="http://www.gov.mt/">Gov.MT</a> (Official website of the Government of Malta):</p>
<p><a href="http://www.xssed.com/mirror/4987/">Gov.MT with Frame Redirect and XSS</a></p>
<p align="justify">The XSS vulnerabilities affecting websites can also be used to perform frame redirects, but not the contrary. So if you <a href="http://www.xssed.com/submit">submit </a>a website vulnerable to cross-site framing along with a XSS attack vector, we will publish it as XSS.</p>
<p align="justify">The above news were written in order to heighten the awareness of potential privacy threats to users of the web.</p>
<p align="justify">You can also access this blog post  from XSSed.com &#8211; a project I run with Kevin Fernandez.</p>
<p align="justify">Here is the link:</p>
<p align="justify"><a href="http://www.xssed.com/news/26/Cross-site_framed/">http://www.xssed.com/news/26/Cross-site_framed/</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F03%2F28%2Fcross-site-framed%2F';
  addthis_title  = 'Cross-Site+Framed%3F';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/03/28/cross-site-framed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XSSed.com: What, Who, Why?</title>
		<link>http://www.ddosed.com/2007/03/06/xssedcom-what-who-why/</link>
		<comments>http://www.ddosed.com/2007/03/06/xssedcom-what-who-why/#comments</comments>
		<pubDate>Tue, 06 Mar 2007 13:28:35 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Defacements]]></category>
		<category><![CDATA[Security News]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/03/06/xssedcom-what-who-why/</guid>
		<description><![CDATA[The goals of XSSed.com are to provide informative resources on cross-site scripting(XSS) vulnerabilities and exploitation methodologies, and to archive XSS vulnerable websites for statistic purposes. Mirroring websites is a way to prove to vendors and webmasters that the vulnerability really existed &#8211; in case of denial. Users will become more aware on protecting themselves on [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">The goals of <a href="http://www.xssed.com" title="XSSed.com - XSS information and vulnerable websites archive" target="_blank">XSSed.com</a> are to provide informative resources on cross-site scripting(XSS) vulnerabilities and exploitation methodologies, and to archive XSS vulnerable websites for statistic purposes. Mirroring websites is a way to prove to vendors and webmasters that the vulnerability really existed &#8211; in case of denial. Users will become more aware on protecting themselves on some websites, as XSS vulnerabilities are mostly targeting the users and not the websites.</p>
<p align="justify">XSSed.com is also an attempt to spread education and awareness about XSS to IT professionals and amateurs involved or interested in secure web application development.</p>
<p><span id="more-40"></span></p>
<p>The project is run by Kevin Fernandez and Dimitris Pagkalos.<br />
There are still a lot of improvements in the TODO list including the ones listed below:<br />
<strong> -RSS feeds.<br />
-Search filters.<br />
-More statistics.<br />
-Submit POST data in the submission page.<br />
-Add public and protected informations with the submitted XSS (more details will soon be available).<br />
-Additional informations will be published on the mirror page (for instance the use of a specific browser to reproduce the vulnerability).</strong></p>
<p align="justify"><a href="http://www.xssed.com/submit" title="XSSed.com - Submit XSS vulnerable websites" target="_blank">Submitting XSS</a> vulnerable websites, should not be seen as a game for getting the lead in total submissions. Nevertheless we encourage you to submit XSS vulnerable websites for the greater good of a secure web. As RSnake <a href="http://ha.ckers.org/blog/20070209/yet-another-xss-archive/#comment-17259" title="RSnake's comment on XSSed.com" target="_blank">commented on his blog post about XSSed.com</a>, &#8220;It’s not who finds the most, it’s about the ease of finding them, the difficulty in stopping them, the various vectors, etc…&#8221;. We seriously take in consideration such comments and suggestions for improvements by people with significant experience and expertise in the web application security field.</p>
<p>We call for papers and video tutorials that focus on exploiting XSS vulnerabilities and on preventing them.</p>
<p>Since the launch of <a href="http://www.xssed.com" title="XSSed.com" target="_blank">XSSed.com</a>, we received many <a href="http://www.xssed.com/submit" title="XSSed.com - Submit XSS vulnerable websites" target="_blank">notifications</a> of high-profiled websites that got XSS&#8217;ed.</p>
<p>Here is a list of notable XSS&#8217;ed websites in the <a href="http://www.xssed.com/archive/special=1/" title="XSSed.com - Special XSS'ed websites archive" target="_blank">archive</a>:</p>
<p><a href="http://www.xssed.com/mirror/158/">hushmail.com</a><br />
<a href="http://www.xssed.com/mirror/197/">youtube.com</a><br />
<a href="http://www.xssed.com/mirror/138/">members.microsoft.com</a><br />
<a href="http://www.xssed.com/mirror/418/">netscape.com</a><br />
<a href="http://www.xssed.com/mirror/1316/" target="_blank">*.search.yahoo.com</a><br />
<a href="http://www.xssed.com/mirror/899/">my.screenname.aol.com</a><br />
<a href="http://www.xssed.com/mirror/139/">my.imageshack.us</a><br />
<a href="http://www.xssed.com/mirror/876/">register.go.com</a><br />
<a href="http://www.xssed.com/mirror/739/">cafepress.com</a><br />
<a href="http://www.xssed.com/mirror/646/">thawte.com</a><br />
<a href="http://www.xssed.com/mirror/617/">verisign.com</a><br />
<a href="http://www.xssed.com/mirror/642/">zonelabs.com</a><br />
<a href="http://www.xssed.com/mirror/374/">www4.symantec.com</a><br />
<a href="http://www.xssed.com/mirror/290/">domaintools.com</a><br />
<a href="http://www.xssed.com/mirror/201/">controlpanel.netfirms.com</a><br />
<a href="http://www.xssed.com/mirror/97/">2600.com</a><br />
<a href="http://www.xssed.com/mirror/306/">sun.com</a><br />
<a href="http://www.xssed.com/mirror/1197/">*.globo.com</a> &#8211; Famous portal in Brazil<br />
<a href="http://www.xssed.com/mirror/256/">*.mynet.com</a> &#8211; Famous portal in Turkey<br />
<a href="http://www.xssed.com/mirror/1000/">login.pathfinder.gr</a> &#8211; Famous portal in Greece</p>
<p>plus many other &#8220;special&#8221; websites, including governmental and military&#8230;</p>
<p align="justify">So far we have had visitors and submitters from &#8211; in order of number of visits &#8211; Turkey, Italy, United Kingdom, United States, Brazil, France, Russia, Germany, Czech Republic and Pakistan. We would like to thank you for supporting our project.</p>
<p>The XSS attack vectors used on the <a href="http://www.xssed.com/archive" title="XSSed.com - Archive of XSS'ed websites" target="_blank">archived websites</a>, were from RSnake&#8217;s XSS <a href="http://ha.ckers.org/xss.html" title="Ha.ckers.org - XSS cheat sheet by RSnake" target="_blank">cheat sheet</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F03%2F06%2Fxssedcom-what-who-why%2F';
  addthis_title  = 'XSSed.com%3A+What%2C+Who%2C+Why%3F';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/03/06/xssedcom-what-who-why/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>High-Profiled Websites Getting Hacked And Defaced</title>
		<link>http://www.ddosed.com/2007/02/22/high-profiled-websites-getting-hacked-and-defaced/</link>
		<comments>http://www.ddosed.com/2007/02/22/high-profiled-websites-getting-hacked-and-defaced/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 17:49:16 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Defacements]]></category>
		<category><![CDATA[Hacktivism]]></category>
		<category><![CDATA[Personal Opinions]]></category>
		<category><![CDATA[Security News]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/02/22/high-profiled-websites-getting-hacked-and-defaced/</guid>
		<description><![CDATA[Everyday, the security of many high-profiled governmental, military, educational and corporate websites, is broken into by crackers who deface them. Although some defacers protest against wars and other just send greets to their cyberdudes, I believe that their true motive is to get to the top of the lead in &#8220;special&#8221; defacements. The defacers don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Everyday, the security of many high-profiled governmental, military, educational and corporate websites, is broken into by crackers who deface them. Although some defacers protest against wars and other just send greets to their cyberdudes, I believe that their true motive is to get to the <a href="http://www.zone-h.org/component/option,com_topatt/Itemid,49/" target="_blank" title="Zone-H.org - Attackers Special Top List">top of the lead in &#8220;special&#8221; defacements</a>. The defacers don&#8217;t want to admit this as the real reason for their attacks.</p>
<p><span id="more-39"></span><br />
<a href="http://www.zone-h.org" target="_blank" title="Zone-H.org - Digital Attacks Archive">Zone-H.org</a> has listed the following reasons in the &#8220;Attacks Notification&#8221; page:</p>
<blockquote><p>- As a challenge<br />
- Heh&#8230;just for fun!<br />
- I just want to be the best defacer<br />
- Not available<br />
- Patriotism<br />
- Political reasons<br />
- Revenge against that website</p></blockquote>
<p>Here is a list of notable hand picked defacements &#8211; archived in <a href="http://www.zone-h.org" target="_blank" title="Zone-H.org - Digital Attacks Archive">Zone-H.org</a>:</p>
<p><strong>US <a href="http://www.zone-h.org/index.php?option=com_attacks&amp;Itemid=44&amp;filter=1" target="_blank" title="Zone-H.org - US Governmental defaces">Governmental</a>:</strong></p>
<p><em>http://dbreports.lanl.gov Win 2003<br />
http://learnlinc.oph.dhh.louisiana.gov Win 2000<br />
http://elbertcounty-co.gov/events.asp Win 2000<br />
http://gis.sedgwick.gov Win 2003<br />
http://gis2.sedgwick.gov Win 2003<br />
http://azdps.gov/inf4z.htm Win 2000<br />
http://csdr-cde.ca.gov/nhst.htm Win 2003<br />
http://join.cio.ca.gov/data/d7j.htm FreeBSD</p>
<p>https://restricted.gov.ca.gov/briefings/files/d7j.htm</p>
<p>http://appointments.ca.gov/3D.htm</em></p>
<p><strong>Famous dot-coms:</strong></p>
<p>http://flightpak.paramount.com Win 2000<br />
http://vassiebel.volvo.com Win 2003<br />
http://ecommercesuite.usbank.com Win 2003<br />
http://panasonickorea.com Linux<br />
http://beta.cmt.msn.com Win 2003</p>
<p><strong>Famous dot-nets:</strong></p>
<p>http://self.wind.it.net/ownz.htm SolarisSunOS<br />
http://korea.net Win 2000</p>
<p>Most defacers of the above websites originate from Turkey, Brazil and Iran.</p>
<p align="justify">The sysadmins of insecure webservers and the developers of insecure web applications are mostly responsible for the cracking incidents. It appears to me that the crackers don&#8217;t have a specific target.</p>
<p align="justify">What they do most of the times, is to use a <a href="http://www.netcraft.com" target="_blank" title="Netcraft.com">Netcraft</a> and a <a href="http://www.google.com" target="_blank" title="Google.com">Google</a> website list generator. After they import the list into a scanner and scan thousands of websites for possible <a href="http://www.securiteam.com/securityreviews/5DP0N1P76E.html" target="_blank" title="SecuriTeam.com - SQL Injection Walkthrough">SQL injections</a>, <a href="http://www.securityfocus.com/columnists/427" target="_blank" title="PHP apps: Security's Low-Hanging Fruit">PHP inclusions</a>, <a href="http://en.wikipedia.org/wiki/Directory_traversal" target="_blank" title="Directory traversal on WikiPedia.org">directory traversals</a>, information leaks and other security <a href="http://www.securityfocus.com/vulnerabilities" target="_blank" title="SecurityFocus.com - Vulnerabilities Archive">vulnerabilities</a>. There have been many cases of crackers using <a href="http://en.wikipedia.org/wiki/Social_engineering_(computer_security)" target="_blank" title="Social Engineering on WikiPedia.org">social engineering</a> techniques, such as <a href="http://en.wikipedia.org/wiki/Social_engineering_(computer_security)#Pretexting" title="What is pretexting?">pretexting</a> and<a href="http://en.wikipedia.org/wiki/Social_engineering_(computer_security)#Phishing" target="_blank" title="What is Phishing?"> phishing</a>, in order to grant access priviledges to confidential information.</p>
<p>Screenshot of a Turkish Googler generating a list of *.gov/s (Click on thumbnail to view it):</p>
<p><a href="http://www.ddosed.com/wp-content/uploads/2007/03/turkish-googler.JPG" title="Turkish Googler" class="imagelink" rel="thumbnail"><img src="http://www.ddosed.com/wp-content/uploads/2007/03/turkish-googler.thumbnail.JPG" alt="Turkish Googler" id="image41" rel="thumbnail" height="119" width="150" /></a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F02%2F22%2Fhigh-profiled-websites-getting-hacked-and-defaced%2F';
  addthis_title  = 'High-Profiled+Websites+Getting+Hacked+And+Defaced';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/02/22/high-profiled-websites-getting-hacked-and-defaced/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XSSed.com &#8211; Cross-Site Scripting Information And Attacks Archive To Be Launched Soon</title>
		<link>http://www.ddosed.com/2007/02/08/xssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon/</link>
		<comments>http://www.ddosed.com/2007/02/08/xssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon/#comments</comments>
		<pubDate>Thu, 08 Feb 2007 14:13:42 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Security News]]></category>
		<category><![CDATA[XSS]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/02/08/xssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon/</guid>
		<description><![CDATA[A new website dedicated specifically to cross-site scripting(XSS) vulnerabilities, will soon be launched in BETA mode.
With a no-hat approach, and only for educational purposes, we will receive notifications of websites, web-based services and software applications that have been &#8220;XSSed&#8220;. When a cross-site scripting vulnerability is submitted &#8211; URL poisoning, frame injection and other vulnerabilities that [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">A new website dedicated specifically to <a href="http://en.wikipedia.org/wiki/Cross_site_scripting" target="_blank" title="XSS on Wikipedia.org">cross-site scripting</a>(XSS) vulnerabilities, will soon be launched in BETA mode.</p>
<p align="justify">With a no-hat approach, and only for educational purposes, we will receive notifications of websites, web-based services and software applications that have been &#8220;<a href="http://www.xssed.com" target="_blank" title="XSSed.com - XSS information and vulnerable websites archive">XSSed</a>&#8220;. When a cross-site scripting vulnerability is submitted &#8211; URL poisoning, frame injection and other vulnerabilities that can be exploited against users are also allowed &#8211; it will be saved automatically in the on-hold archive until review by our staff.</p>
<p><span id="more-18"></span></p>
<p align="justify">We classify the <a href="http://www.xssed.com/archive" title="XSSed.com - Archive of XSS vulnerable websites">archived attacks</a> into special (high-profiled) and not special. You can also view what was their unique <a href="http://www.alexa.com" target="_blank" title="Alexa.com">Alexa</a> pagerank at the time of submission.</p>
<p align="justify">&nbsp;</p>
<p align="justify">Note: Script insertion vulnerabilities, which can lead to cross-site scripting, can also be used to damage a site by blocking its visual access. Please note that this could represent a crime in many countries and we do not support this action.</p>
<p align="justify">The goals of <a href="http://www.xssed.com" target="_blank" title="XSSed.com - XSS information and vulnerable websites archive">XSSed.com</a>, are to <strong>provide helpful information resources on cross-site scripting (XSS) attacks and vulnerabilities</strong>, and to <strong>archive XSS vulnerable websites for statistic purposes</strong>. It is an <strong>attempt to spread education and awareness about XSS to IT professionals and amateurs interested in secure web application development.</strong></p>
<p><a href="http://www.xssed.com" title="XSSed.com - XSS information and vulnerable websites archive" target="_blank"><img src="http://www.ddosed.com/wp-content/uploads/2007/02/xssed.gif" alt="XSSed.com" id="image34" /></a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F02%2F08%2Fxssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon%2F';
  addthis_title  = 'XSSed.com+%26%238211%3B+Cross-Site+Scripting+Information+And+Attacks+Archive+To+Be+Launched+Soon';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/02/08/xssedcom-cross-site-scripting-information-and-attacks-archive-to-be-launched-soon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MSN.co.uk Money Related Websites Hacked And Defaced</title>
		<link>http://www.ddosed.com/2007/02/01/msn-uk-money-related-websites-hacked-and-defaced/</link>
		<comments>http://www.ddosed.com/2007/02/01/msn-uk-money-related-websites-hacked-and-defaced/#comments</comments>
		<pubDate>Thu, 01 Feb 2007 00:14:28 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Defacements]]></category>
		<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Personal Opinions]]></category>
		<category><![CDATA[Security News]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/02/01/msncouk-money-related-websites-hacked-and-defaced/</guid>
		<description><![CDATA[Two websites belonging to MSN (Microsoft Network) in the United Kingdom, were defaced today by an attacker who goes by the nickname &#8220;DARK LORD&#8220;. It looks like someone who is unethically testing  his SQL injection  skills, and &#8220;feeding&#8221; himself with a false sense of pride, just by leaving the message &#8220;DARK LORD WAZ [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Two websites belonging to <a href="http://www.msn.co.uk" target="_blank" title="MSN.co.uk">MSN</a> (Microsoft Network) in the United Kingdom, were defaced today by an attacker who goes by the nickname <em>&#8220;<a href="http://www.zone-h.org/component/option,com_attacks/Itemid,44/filter_defacer,DARK%20LORD/" target="_blank" title="Zone-H.org - ">DARK LORD</a>&#8220;</em>. It looks like someone who is unethically testing  his <a href="http://www.governmentsecurity.org/articles/SQLInjectionModesofAttackDefenceandWhyItMatters.php" target="_blank" title="SQL Injection: Modes of Attack, Defence, and Why It Matters - Stuart McDonald">SQL injection</a>  skills, and &#8220;feeding&#8221; himself with a false sense of pride, just by leaving the message <em>&#8220;DARK LORD WAZ HERE&#8221;</em>.</p>
<p align="justify">No. I am not a defacer psychologist. I am just  expressing my personal opinion on the matter, which is this: If a website defacement doesn&#8217;t convey a meaningful message, then it is done for selfish reasons.</p>
<p>A bit of an embarassment for Microsoft&#8217;s sysadmins&#8230;</p>
<p><span id="more-26"></span></p>
<p align="justify">The cracker exploited an SQL injection vulnerability in the <em>story.asp</em> file and thus was able to deface the following websites:</p>
<p><em>http://whatinvestment.money.msn.co.uk Win 2003<br />
http://personalfinance.money.msn.co.uk Win 2003</em></p>
<p>Screenshot of the defaced website (Click thumbnail to view it):</p>
<p><a href="http://www.ddosed.com/wp-content/uploads/2007/01/msncoukdefaced.JPG" title="MSN.co.uk money websites defaced" class="imagelink" rel="thumbnail"><img src="http://www.ddosed.com/wp-content/uploads/2007/01/msncoukdefaced.thumbnail.JPG" style="width: 140px; height: 103px" alt="MSN.co.uk money websites defaced" id="image27" /></a></p>
<p align="justify">The most surprising thing &#8211; actually not very suprising, judging from past cracking incidents of Microsoft&#8217;s systems &#8211; is that the website remained defaced for more than 8 hours and the <a href="http://www.governmentsecurity.org/articles/SQLInjectionModesofAttackDefenceandWhyItMatters.php" title="SQL Injection: Modes of Attack, Defence, and Why It Matters - Stuart McDonald" target="_blank">SQL injection</a> vulnerability has not been fixed yet.</p>
<p>Screenshot (Click thumbnail to view it):</p>
<p><a href="http://www.ddosed.com/wp-content/uploads/2007/01/msncouksqlinjection.JPG" class="imagelink" title="MSN.co.uk - SQL injection vulnerability" rel="thumbnail"><img src="http://www.ddosed.com/wp-content/uploads/2007/01/msncouksqlinjection.thumbnail.JPG" style="width: 140px; height: 106px" id="image28" alt="MSN.co.uk - SQL injection vulnerability" /></a></p>
<p align="justify">You can view the above website defacements and 2.092.360 &#8211; as for today at 23:00 GMT &#8211; archived digital attacks at <a href="http://www.zone-h.org" title="Zone-H.org - Largest digital attacks archive" target="_blank">Zone-H.org</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F02%2F01%2Fmsn-uk-money-related-websites-hacked-and-defaced%2F';
  addthis_title  = 'MSN.co.uk+Money+Related+Websites+Hacked+And+Defaced';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/02/01/msn-uk-money-related-websites-hacked-and-defaced/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Britney Spears&#8217;s Official German Website Got Hacked And Defaced</title>
		<link>http://www.ddosed.com/2007/01/30/britney-spears-official-german-website-got-hacked-and-defaced/</link>
		<comments>http://www.ddosed.com/2007/01/30/britney-spears-official-german-website-got-hacked-and-defaced/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 19:37:24 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Defacements]]></category>
		<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Security News]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/01/30/britney-spearss-official-german-website-got-hacked-and-defaced/</guid>
		<description><![CDATA[Was time for the website defacers to hit the music industry!  Yesterday, visitors of the BritneySpears.de website could read &#8220;XTech Inc Onwed the Music Industry&#8230; and the rest of it  &#8221; at the top of the home page. It appears to me though, that they just did it for fun and not for [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Was time for the website defacers to hit the music industry!  Yesterday, visitors of the <a href="http://www.britneyspears.de" title="Britney Spears - Official Website in Germany" target="_blank">BritneySpears.de</a> website could read <em>&#8220;XTech Inc Onwed the Music Industry&#8230; and the rest of it <img src='http://www.ddosed.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> &#8221;</em> at the top of the home page. It appears to me though, that they just did it for fun and not for any serious reason.</p>
<p align="justify">Apparently it was hosted in the same webserver with other official german websites of <a href="http://www.sonybmg.de" title="SonyBMG.de - Official German Website" target="_blank">Sony BMG</a> entertainment.</p>
<p align="justify">The attackers exploited a web application vulnerability &#8211; probably <a href="http://www.securityfocus.com/columnists/427" title="SecurityFocus.com - PHP apps: Security's Low-Hanging Fruit" target="_blank">php inclusion</a> &#8211; in order to get access to the Solaris 9/10 webserver.</p>
<p align="justify"><span id="more-24"></span> The most probable attack scenario was this: Initially a backdoor through a php shell script was run, then shell access through a terminal to the attackers specified port was aquired. Having done this, if a local root exploit is successful, then the attackers have complete access to the webserver, leaving it vulnerable to other cracking teams, usually for a short time span.</p>
<p>Screenshot of the deface (Click thumbnail to view it):</p>
<p><a href="http://www.ddosed.com/wp-content/uploads/2007/01/britneyspearsdeface.JPG" class="imagelink" title="BritneySpears.de defaced" rel="thumbnail"><img src="http://www.ddosed.com/wp-content/uploads/2007/01/britneyspearsdeface.thumbnail.JPG" id="image25" alt="BritneySpears.de Defaced" height="84" width="116" /></a></p>
<p>Here is the list of all the affected websites, along with the OS that they run:</p>
<p><em>http://britneyspears.de   SolarisSunOS<br />
http://stuff.sonybmg.de   SolarisSunOS<br />
http://dms.sonybmg.de   SolarisSunOS<br />
http://stats.bmg.de   SolarisSunOS<br />
http://forum.bmg.de   SolarisSunOS<br />
http://research.sonybmg.de  SolarisSunOS<br />
http://live.bmg.de  SolarisSunOS<br />
http://mediaplayer.sonybmg.de  SolarisSunOS</em></p>
<p>All of the above defacements are archived at <a href="http://www.zone-h.org" title="Zone-H.org - Largest digital attacks archive" target="_blank">Zone-H.org</a>.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F01%2F30%2Fbritney-spears-official-german-website-got-hacked-and-defaced%2F';
  addthis_title  = 'Britney+Spears%26%238217%3Bs+Official+German+Website+Got+Hacked+And+Defaced';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/01/30/britney-spears-official-german-website-got-hacked-and-defaced/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Carders Sell Online The Full Details Of Stolen Credit Cards</title>
		<link>http://www.ddosed.com/2007/01/28/carders-sell-online-the-full-details-of-stolen-credit-cards/</link>
		<comments>http://www.ddosed.com/2007/01/28/carders-sell-online-the-full-details-of-stolen-credit-cards/#comments</comments>
		<pubDate>Sun, 28 Jan 2007 19:14:14 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Phishing]]></category>
		<category><![CDATA[Security News]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/01/28/carders-sell-online-the-full-details-of-stolen-credit-cards/</guid>
		<description><![CDATA[I was surprised when I did a simple search on Google for the keywords &#8220;carders online&#8220;. The first result that my search revealed, was a site belonging to a cyber criminal group called &#8220;Carders Online&#8221;. Their web hosting account was suspended, but their website is cached on Google, so I visited it in order to [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">I was surprised when I did a simple search on Google for the keywords &#8220;<a href="http://www.google.co.uk/search?hl=en&amp;q=carders+online" title="Google results for " target="_blank">carders online</a>&#8220;. The first result that my search revealed, was a site belonging to a cyber criminal group called &#8220;<a href="http://en.wikipedia.org/wiki/Carder" target="_blank" title="Carders on Wikipedia.org">Carders</a> Online&#8221;. Their web hosting account was <a href="http://www.cardersonline.com" title="CardersOnline.com suspended page" target="_blank">suspended</a>, but their website is <a href="http://www.google.com/search?q=cache:6_xjCdnQ5C8J:www.cardersonline.com/+carders+online&amp;hl=en&amp;gl=uk&amp;ct=clnk&amp;cd=1" title="CardersOnline.com - Google cache" target="_blank">cached on Google</a>, so I visited it in order to find out more information about it.</p>
<p align="justify">It seems to me that this group was very organised. They were providing how-to articles on carding, proxies and online payment processors. They were also selling laptops, mobile phones and cameras, which were bought with stolen/phished credit cards. They were even selling the software and equipment required to copy full details of stolen/phished credit cards into blank cards, in order to be able to cash-out from an ATM the money in the bank accounts.</p>
<p><span id="more-20"></span></p>
<p>Screenshot of Google results for &#8220;carders online&#8221;:</p>
<p><img src="http://www.ddosed.com/wp-content/uploads/2007/01/cardersonlinegoogle.JPG" alt="CardersOnline.com" id="image21" /></p>
<p align="justify">At the bottom of their website, they provided a form which was allowing potential buyers to pay them via <a href="http://www.e-gold.com" title="E-Gold.com" target="_blank">E-gold</a> for their illegal services&#8230; Their E-gold account seems suspended.</p>
<p align="justify">I recommend downloading and installing the <a href="http://toolbar.netcraft.com/install" title="Netcraft Toobar" target="_blank">Netcraft Anti-Phishing Toobar</a>, which allows you to report a phishing site. You can also report phishing sites by adding the form to your <a href="http://www.google.com/ig" title="Google Personalized Homepage" target="_blank">Google personalized homepage</a>.</p>
<p>The form looks like this:</p>
<p><img src="http://www.ddosed.com/wp-content/uploads/2007/01/netcraftreportphishing.JPG" id="image22" alt="Report Phishing Sites to Netcraft" /></p>
<p>The following is the F.A.Q which was shown on their homepage:</p>
<p align="justify"><em><strong>Note:</strong> Reading this F.A.Q can help you to better understand how to become more vigilant on protecting your sensitive personal information and banking details from being scammed online with phishing and other techniques. <strong>You will never be asked by genuine internet services for your PIN number, SSN and other very sensitive personal information!</strong></em></p>
<blockquote><p>F.A.Q.</p>
<p>Q: What will I get?<br />
A: &#8211; 20 virgin Credit Cards with full information: Credit Cards number (Master Card, VISA, Amex), expiration date, CVV2/CVC2 digits, card holders name, residing address, state, country, zip code, telephone, DOB (date of birth), SSN (social security number), drivers license number, e-mail, pin code and more.</p>
<p>Q: What is the format of CC you provide?<br />
A: &#8211; Format as fallows:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Name:<br />
Address:<br />
State:<br />
Zip:<br />
Country:<br />
Home Phone:<br />
E-mail:<br />
Date Of Birth:<br />
Social Security Number:<br />
Mothers Maiden Name:<br />
Drivers License Number:<br />
Drivers License State:<br />
Secret Question:<br />
Secret Question Answer:<br />
Name On Card:<br />
Credit Card Number:<br />
Credit Card Brand:<br />
Credit Card Type:<br />
EXP Date:<br />
Credit Card PIN Number:<br />
CVC2:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Q: How will I get it?<br />
A: &#8211; You will receive CCs list via e-mail as an attachment |full_info_list.zip| in 24h.</p>
<p>Q: Where do you get full infos?<br />
A: &#8211; We get it from various places. Mainly from scamming, spamming and shopadmins.</p>
<p>Q: What does it mean &#8216;virgin&#8217; credit card?<br />
A: &#8211; Virgin means &#8211; not used or reselled.</p>
<p>Q: What country CC&#8217;s do you have?<br />
A: &#8211; United States (US US flag), United Kingdom (UK UK flag), Germany (DE German flag), Ireland (IE Ireland flag), Canada (CA Canadian flag), Australia (AU Australian flag), France (FR French flag).</p>
<p>Q: What is your replace policy?<br />
A: &#8211; Declined credit cards are replaced with a new one. We take no responsibility for credit cards validaty after one week.</p>
<p>Q: How can I pay for it?<br />
A: &#8211; All you need to make is a small contribution of 50€ worth of gold to e-gold account nr: 3260200. You will get 20 FULL INFOS, 2.5€ each. (We use http://www.e-gold.com ONLY for good anonymity. Open an account for free here).</p>
<p>Q: Do you offer any discounts?<br />
A: &#8211; Yes, we offer a discount for serious buyers who buys more than 40 ccs. The price falls to 2€/&#8217;Full Info&#8217;.</p>
<p>Q: How can I fund my e-gold account?<br />
A: &#8211; You should use an exchanger generally. You can fund your account using mailed payments, bank wires, cash deposits, western union, moneygram, credit card, netpay and etc. A list of exchangers you can find here: http://www.golddirectory.com/exchangers.html</p>
<p>Q: What if I have a question?<br />
A: &#8211; Do not hesitate to contact us Weandydeal@yahoo.com</p>
<p>Before asking a question: We do not accept western union, paypal, webmoney, wire transfers and etc., E-GOLD ONLY. We do not give free samples for testing or checking, serious buyers only.</p></blockquote>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F01%2F28%2Fcarders-sell-online-the-full-details-of-stolen-credit-cards%2F';
  addthis_title  = 'Carders+Sell+Online+The+Full+Details+Of+Stolen+Credit+Cards';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/01/28/carders-sell-online-the-full-details-of-stolen-credit-cards/feed/</wfw:commentRss>
		<slash:comments>49</slash:comments>
		</item>
		<item>
		<title>US Government Websites Get Hacked And Defaced Every Month</title>
		<link>http://www.ddosed.com/2007/01/27/us-goverment-websites-get-hacked-and-defaced-every-month/</link>
		<comments>http://www.ddosed.com/2007/01/27/us-goverment-websites-get-hacked-and-defaced-every-month/#comments</comments>
		<pubDate>Sat, 27 Jan 2007 16:43:47 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Defacements]]></category>
		<category><![CDATA[Personal Opinions]]></category>
		<category><![CDATA[Security News]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/01/27/us-goverment-websites-get-defaced-every-month/</guid>
		<description><![CDATA[US government websites are under the spotlight of muslim cracking groups who protest against USA &#8211; this is what they claim as an attack reason. Since the 2nd of January, 17 US governmental websites were defaced, from which 9 were defaced by means of SQL injection.
What seems obvious to me &#8211; after viewing most of [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">US government websites are under the spotlight of muslim cracking groups who protest against USA &#8211; this is what they claim as an attack reason. Since the 2nd of January, 17 US governmental websites were defaced, from which 9 were defaced by means of <a href="http://www.google.co.uk/search?hl=en&amp;q=%22sql+injection%22&amp;meta=" target="_blank" title="SQL injection - Google Results">SQL injection</a>.</p>
<p align="justify">What seems obvious to me &#8211; after viewing most of those defacements on the <a href="http://www.zone-h.org/component/option,com_attacks/Itemid,44/" target="_blank" title="Zone-H.org - Special Digital Attacks Archive">Zone-H digital attacks archive</a> &#8211; is that their motives are not fully justified. Most of these crackers &#8211; better say &#8220;<a href="http://en.wikipedia.org/wiki/Script_kiddie" target="_blank" title="Script Kiddies on Wikipedia">script kiddies</a>&#8221; &#8211; are using <a href="http://www.milw0rm.com" target="_blank" title="Milw0rm.com - Security Exploits Archive">publicly available exploits</a> for <a href="http://www.securityfocus.com/vulnerabilities" target="_blank" title="SecurityFocus.com - Vulnerabilities ">known vulnerabilities</a>, and by applying logic on how to use them, they succeed in the end at gaining access on webservers.</p>
<p align="justify">The fact that the attacked webservers belong to the US government, doesn&#8217;t necessarily mean that there is adequate security implemented.</p>
<p align="justify"><span id="more-17"></span>Apart from the little warning/disclaimer that they put on their websites as a scare tactic for crackers, there is very little done on tracing and catching the crackers who successfully broke into their webservers. Setting up <a href="http://www.honeypots.net/" target="_blank" title="Honeypots, Intrusion Detection, Incident Response">honeypots</a> on their systems in order to track the techniques and methodologies which are used by crackers, is certainly helpful knowledgewise.</p>
<p align="justify">In the mind and soul of the crackers who deface high-profiled websites, there is a false sense of pride. They think that it reflects their cracking skills and status in the defacers scene. For them, defacing is more like a game. The messages shown in their defacements, are more like an excuse for taking part in this game. The real motivation and reasoning behind their attacks, in most of the cases is not political, patriotic or other; but is just to show off themselves and their country to the world&#8230;</p>
<p align="justify">They attach a nickname to their personalities and cracking abilities, and they try to raise its status in the scene. They like searching for their nicknames in news websites and showing off the link to other crackers in their IRC channel, other channels, or through their websites.</p>
<p>Below is the list of all the *.gov websites that were defaced in the past 27 days,  along with the OS that they run:</p>
<p>(Visit <a href="http://www.zone-h.org" target="_blank" title="Zone-H.org Digital Attacks Archive">Zone-H.org</a> to view the defacements)</p>
<p><em>https://www.cahps.ahrq.gov/content/cahpsOverview/faqanswer.asp Win 2000<br />
http://learnabouteva.dgs.virginia.gov/FAQ Win 2003<br />
http://mail.vi.gov/ibh.html   Win 2003<br />
http://webmail.vi.gov/index.html  Win 2003<br />
http://nd.gov/ndins/communications  Linux<br />
http://hca.montgomerycountymd.gov/govtmpl.asp  Win 2000<br />
http://fairfaxva.gov/personnel/Jobs.asp  Win 2003<br />
http://cstx.gov/home/index.asp  Win 2000<br />
https://ssl.cstx.gov/csjobs/job_list.asp  Win 2000<br />
http://oss.monroecounty-fl.gov/1923tg.htm  Win 2000<br />
http://asc.gov/default.aspx  Win 2003<br />
http://eppcapps.ky.gov/earthday/ideas.aspx  Win 2003<br />
http://tncarefraud.tennessee.gov/newsAndInfo.aspx  Win 2003<br />
http://floydcounty.in.gov  Win 2000<br />
http://radsite.lbl.gov/testhost.htm  FreeBSD<br />
http://hobbes.lbl.gov/ibh.htm  FreeBSD<br />
http://floyd.lbl.gov/ibh.htm  FreeBSD<br />
http://archivesindex.sc.gov  Win 2000<br />
https://fortress.wa.gov/dshs/f2ws03esaapps/stars/newsarchive.asp  FreeBSD</em></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2007%2F01%2F27%2Fus-goverment-websites-get-hacked-and-defaced-every-month%2F';
  addthis_title  = 'US+Government+Websites+Get+Hacked+And+Defaced+Every+Month';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2007/01/27/us-goverment-websites-get-hacked-and-defaced-every-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strict Laws On DoS/DDoS Attacks + Personal Opinion</title>
		<link>http://www.ddosed.com/2006/12/28/strict-laws-on-dosddos-attacks-personal-opinion/</link>
		<comments>http://www.ddosed.com/2006/12/28/strict-laws-on-dosddos-attacks-personal-opinion/#comments</comments>
		<pubDate>Thu, 28 Dec 2006 12:34:20 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Personal Opinions]]></category>
		<category><![CDATA[Security News]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/01/21/strict-laws-on-dosddos-attacks-personal-opinion/</guid>
		<description><![CDATA[Since November 2006, in UK is an offense to launch DoS/DDoS attacks, which experts had previously called &#8220;a legal gray area.&#8221;
What follows is my brief personal view on this subject.
Such attacks should have been considered illegal for over 10 years now because they cause significant financial losses to businesses as they affect the availability of [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">Since November 2006, in UK is an offense to launch DoS/DDoS attacks, which experts had previously called &#8220;a legal gray area.&#8221;</p>
<p>What follows is my brief personal view on this subject.</p>
<p align="justify">Such attacks should have been considered illegal for over 10 years now because they cause significant financial losses to businesses as they affect the availability of data and services &#8211; A very unethical thing to do&#8230;</p>
<p>Causing many problems for all the parties involved in the supply chain&#8230;</p>
<p><span id="more-9"></span></p>
<p align="justify">The end responsibility obviously resides with the attacker, but businesses and individuals are also responsible for not doing anything or very little to prevent such attacks, which are persistent and constantly evolving in increasing frequency and complexity.</p>
<p align="justify">Other than education for awareness on DoS/DDoS attacks, I believe that effective prevention techniques and adequate security management is the goal businesses should aim towards. The reason for striving for this goal is to protect their digital assets as well as the flow of information critical to their successful operation.</p>
<p align="justify">There are several companies worldwide that provide cutting edge solutions which can protect your enterprise network from this type of attacks and thus allow the constant and secure flow of information.</p>
<p>I will list 2 or 3 here:</p>
<p>Prolexic Technologies &#8211; <a href="http://www.prolexic.com/">www.prolexic.com</a></p>
<p>Callaway Alliance &#8211; <a href="http://www.ddosprotection.com" target="_blank" title="Callaway Alliance ">www.ddosprotection.com</a></p>
<p>Cisco&#8230; and many other&#8230; Just google it! <img src='http://www.ddosed.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  Keyword: <a href="http://www.google.com/search?hl=en&amp;lr=&amp;rls=com.microsoft%3Aen-us&amp;q=%22ddos+protection%22" target="_blank">&#8220;ddos protection&#8221;</a></p>
<p align="justify">The other problem is that DoS/DDoS attacking tools and exploits are publicly disclosed on the internet… This means people relatively unskilled in computer knowledge can cause large amount of damage by simply running a DoS/DDoS exploit against an online target.</p>
<p>The new law decreases the frequency of such attacks but doesn’t stop them…</p>
<p>Food for thought&#8230;. I would be happy to know YOUR opinions on this subject.</p>
<p>Read more on this recent law:</p>
<p><a href="http://news.com.com/2100-7348_3-6134472.html">http://news.com.com/2100-7348_3-6134472.html</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2006%2F12%2F28%2Fstrict-laws-on-dosddos-attacks-personal-opinion%2F';
  addthis_title  = 'Strict+Laws+On+DoS%2FDDoS+Attacks+%2B+Personal+Opinion';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2006/12/28/strict-laws-on-dosddos-attacks-personal-opinion/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pretty But Buggy Vista &#8211; Most Secure OS?</title>
		<link>http://www.ddosed.com/2006/12/19/pretty-but-buggy-vista-most-secure-os/</link>
		<comments>http://www.ddosed.com/2006/12/19/pretty-but-buggy-vista-most-secure-os/#comments</comments>
		<pubDate>Tue, 19 Dec 2006 11:24:35 +0000</pubDate>
		<dc:creator>D1m</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Security News]]></category>

		<guid isPermaLink="false">http://www.ddosed.com/2007/01/21/pretty-but-buggy-vista-most-secure-os/</guid>
		<description><![CDATA[In my opinion, Microsoft all the past years, since the first version of Windows until the latest Vista release [1], focuses mostly on adding new features than maintaining a secure kernel.
Microsoft is also the operating system (OS) market dominator, meaning that is the main target for crimeware/malware writers &#8211; responsible for a very big percent [...]]]></description>
			<content:encoded><![CDATA[<p align="justify">In my opinion, Microsoft all the past years, since the first version of Windows until the latest Vista release [1], focuses mostly on adding new features than maintaining a secure kernel.</p>
<p align="justify">Microsoft is also the operating system (OS) market dominator, meaning that is the main target for crimeware/malware writers &#8211; responsible for a very big percent of worldwide cyber-crimes.</p>
<p align="justify">Which OS do you prefer for more security? Linux,Windows or any other? <span id="more-12"></span>Of course, in my view, falling or not a victim of a security exploit depends on the crucial factor of how well you manage the security the OS, services, applications and devices connected to the internet. With a few words: <a href="http://www.markusjansson.net/esecuring.html" target="_blank" title="Securing yourself &amp; your computer">the overall security of your system</a>. It also depends on how efficient and effective are your security vulnerabilities patch management skills.</p>
<p align="justify">&nbsp;</p>
<p align="justify">Do you agree?</p>
<p>[1] <a href="http://news.bbc.co.uk/1/hi/business/4831374.stm" target="_blank">http://news.bbc.co.uk/1/hi/business/4831374.stm</a> &#8211; Microsoft delays launch of Vista</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fwww.ddosed.com%2F2006%2F12%2F19%2Fpretty-but-buggy-vista-most-secure-os%2F';
  addthis_title  = 'Pretty+But+Buggy+Vista+%26%238211%3B+Most+Secure+OS%3F';
  addthis_pub    = 'dpan';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
]]></content:encoded>
			<wfw:commentRss>http://www.ddosed.com/2006/12/19/pretty-but-buggy-vista-most-secure-os/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
