<?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>Divide and Conquer &#187; Unix</title>
	<atom:link href="http://www.divideandconquer.se/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.divideandconquer.se</link>
	<description>David's Software Development Blog</description>
	<lastBuildDate>Thu, 24 Jun 2010 13:47:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Domain-name based ssh login attempts</title>
		<link>http://www.divideandconquer.se/2008/04/23/domain-name-based-ssh-login-attempts/</link>
		<comments>http://www.divideandconquer.se/2008/04/23/domain-name-based-ssh-login-attempts/#comments</comments>
		<pubDate>Wed, 23 Apr 2008 11:46:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2008/04/23/domain-name-based-ssh-login-attempts/</guid>
		<description><![CDATA[The last few weeks I have noticed some illicit ssh login attempts that uses parts of the reverse DNS domain name as user name when it tries to login. The last attempt looked like this in my LogWatch summary:
 Illegal users from these:
&#160;&#160;&#160; 195.38.107.55 (aquila.euroexpert.tvnet.hu): 9 times
&#160;&#160;&#160;&#160;&#160;&#160; root/password: 4 times
&#160;&#160;&#160;&#160;&#160;&#160; cenara/password: 2 times
&#160;&#160;&#160;&#160;&#160;&#160; ip-83-209-13-88/password: 2 [...]]]></description>
			<content:encoded><![CDATA[<p>The last few weeks I have noticed some illicit ssh login attempts that uses parts of the reverse DNS domain name as user name when it tries to login. The last attempt looked like this in my LogWatch summary:</p>
<p style="margin-left: 40px;"><tt> Illegal users from these:</tt><br />
<tt>&nbsp;&nbsp;&nbsp; 195.38.107.55 (aquila.euroexpert.tvnet.hu): 9 times</tt><br />
<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root/password: 4 times</tt><br />
<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cenara/password: 2 times</tt><br />
<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip-83-209-13-88/password: 2 times</tt><br />
<tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ip-83-209-13-88.cenara.com/password: 1 time</tt></p>
<p>As you can see, the secondary and tertiary domain name, along with the full domain name, was tried as user name when attempting to login. I guess that the attack script tries with a blank password and also with the same password as user name.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2008/04/23/domain-name-based-ssh-login-attempts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ant &#8220;replace&#8221; task does not preserve Unix file permissions</title>
		<link>http://www.divideandconquer.se/2007/12/18/ant-replace-task-does-not-preserve-unix-file-permissions/</link>
		<comments>http://www.divideandconquer.se/2007/12/18/ant-replace-task-does-not-preserve-unix-file-permissions/#comments</comments>
		<pubDate>Tue, 18 Dec 2007 12:34:50 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[Ant]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.divideandconquer.se/2007/12/18/ant-replace-task-does-not-preserve-unix-file-permissions/</guid>
		<description><![CDATA[This is probably a well-known fact for everyone who has used Ant on Unix for a while, but an annoying discovery for me who have been hiding under a C++ rock. The five year old bug report File Permissions not preserved in replace task pretty much says it all: Java couldn&#8217;t stat files, and it [...]]]></description>
			<content:encoded><![CDATA[<p>This is probably a well-known fact for everyone who has used Ant on Unix for a while, but an annoying discovery for me who have been hiding under a C++ rock. The five year old bug report <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=5661" onclick="pageTracker._trackPageview('/outgoing/issues.apache.org/bugzilla/show_bug.cgi?id=5661&amp;referer=');">File Permissions not preserved in replace task</a> pretty much says it all: Java couldn&#8217;t <a href="http://en.wikipedia.org/wiki/Stat_%28Unix%29" onclick="pageTracker._trackPageview('/outgoing/en.wikipedia.org/wiki/Stat_28Unix_29?referer=');">stat</a> files, and it seems like it still can&#8217;t.</p>
<p><strong>Update</strong> The &#8220;replace&#8221; task destroys file ownership too, of course.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.divideandconquer.se/2007/12/18/ant-replace-task-does-not-preserve-unix-file-permissions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
