<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: FTP Security Improvements: Read here how!</title>
	<atom:link href="http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/feed/" rel="self" type="application/rss+xml" />
	<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/</link>
	<description>Status Blog</description>
	<lastBuildDate>Thu, 23 Feb 2012 05:52:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nico</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-522</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Sun, 29 Nov 2009 12:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-522</guid>
		<description>Can we move over and use SFTP instead? I&#039;ve been getting hacked even though I changed my passwords. I think that FTP is too vulnerable with the password being sent in the clear.</description>
		<content:encoded><![CDATA[<p>Can we move over and use SFTP instead? I&#8217;ve been getting hacked even though I changed my passwords. I think that FTP is too vulnerable with the password being sent in the clear.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiberiu</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-463</link>
		<dc:creator>Tiberiu</dc:creator>
		<pubDate>Fri, 20 Nov 2009 04:16:19 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-463</guid>
		<description>Hello Mike,

You are correct, in part. The right netmask for a block of 32 IP addresses is 255.255.255.224. You also CAN NOT allow the range 76.162.254.100 - 76.162.254.255 in one line. You would need something like this:

76.162.254.100/255.255.255.252
76.162.254.104/255.255.255.248
76.162.254.112/255.255.255.240
76.162.254.128/255.255.255.128

Maybe this link can help you understand subnetting a little better: http://www.tech-faq.com/subnetting.shtml

Also, I will be correcting the post shortly.</description>
		<content:encoded><![CDATA[<p>Hello Mike,</p>
<p>You are correct, in part. The right netmask for a block of 32 IP addresses is 255.255.255.224. You also CAN NOT allow the range 76.162.254.100 &#8211; 76.162.254.255 in one line. You would need something like this:</p>
<p>76.162.254.100/255.255.255.252<br />
76.162.254.104/255.255.255.248<br />
76.162.254.112/255.255.255.240<br />
76.162.254.128/255.255.255.128</p>
<p>Maybe this link can help you understand subnetting a little better: <a href="http://www.tech-faq.com/subnetting.shtml" rel="nofollow">http://www.tech-faq.com/subnetting.shtml</a></p>
<p>Also, I will be correcting the post shortly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-461</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 20 Nov 2009 02:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-461</guid>
		<description>I just spoke to IX web hosting tech support and they told me there is actually no way to allow a range other than using the method where the last number of the IP address is blank to allow the range from 0-255. So I hope you respond to this soon, Tiberiu. Because from where I&#039;m sitting right now, it looks like either you don&#039;t know what you&#039;re talking about, or IX web hosting tech support doesn&#039;t.</description>
		<content:encoded><![CDATA[<p>I just spoke to IX web hosting tech support and they told me there is actually no way to allow a range other than using the method where the last number of the IP address is blank to allow the range from 0-255. So I hope you respond to this soon, Tiberiu. Because from where I&#8217;m sitting right now, it looks like either you don&#8217;t know what you&#8217;re talking about, or IX web hosting tech support doesn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-460</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 20 Nov 2009 01:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-460</guid>
		<description>How would I allow IP addresses in the following range?

76.162.254.100 - 74.162.254.255

I thought I had it figured out, but was confused by the last example where for the allow range of:

212.35.128.64 – 212.35.128.95

you had:

ALL: 212.35.128.64/255.255.255.192

I thought the rule was to subtract the number from 255 that you wanted the range to be counted up from the first IP to the last IP listed. But in the last example, 255-192=63, and 64+63=127. So I thought the correct way to add that range would be:

ALL: 212.35.128.64/255.255.255.224

As I understood it, this would allow a count of 31 from x.x.x.64 to bring it up to x.x.x.95, since 255-224=31. Am I wrong or is this example wrong? And If I&#039;m not grasping this, how did you come up with .192 to allow the range from .64 to .95?</description>
		<content:encoded><![CDATA[<p>How would I allow IP addresses in the following range?</p>
<p>76.162.254.100 &#8211; 74.162.254.255</p>
<p>I thought I had it figured out, but was confused by the last example where for the allow range of:</p>
<p>212.35.128.64 – 212.35.128.95</p>
<p>you had:</p>
<p>ALL: 212.35.128.64/255.255.255.192</p>
<p>I thought the rule was to subtract the number from 255 that you wanted the range to be counted up from the first IP to the last IP listed. But in the last example, 255-192=63, and 64+63=127. So I thought the correct way to add that range would be:</p>
<p>ALL: 212.35.128.64/255.255.255.224</p>
<p>As I understood it, this would allow a count of 31 from x.x.x.64 to bring it up to x.x.x.95, since 255-224=31. Am I wrong or is this example wrong? And If I&#8217;m not grasping this, how did you come up with .192 to allow the range from .64 to .95?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh B.</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-367</link>
		<dc:creator>Dinesh B.</dc:creator>
		<pubDate>Fri, 06 Nov 2009 04:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-367</guid>
		<description>Is there a solution yet for windows platforms? Our website was hacked again! Hacker inserted iframe code at the bottom of a few pages. FTP logs shows that it connected from 127.0.0.1, which is from WebShell. Could it be HTTP code injection? There is nothing in the HTTP logs.</description>
		<content:encoded><![CDATA[<p>Is there a solution yet for windows platforms? Our website was hacked again! Hacker inserted iframe code at the bottom of a few pages. FTP logs shows that it connected from 127.0.0.1, which is from WebShell. Could it be HTTP code injection? There is nothing in the HTTP logs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ishi</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-333</link>
		<dc:creator>Ishi</dc:creator>
		<pubDate>Tue, 27 Oct 2009 08:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-333</guid>
		<description>This method is working but what to do wth dynamic ip,s as everytime my isp give me new ip so my ftp dont work on every computer restart or after i disconet and conect to net.

So what to do now to work my ftp everytime when i connect net ?
Should every time when i connect internet i have to get my ip then go to webshel and delete old ip and add new ?
If yes then this method is not good, plz give some premanent solution and also my isp dont tell me ip range.</description>
		<content:encoded><![CDATA[<p>This method is working but what to do wth dynamic ip,s as everytime my isp give me new ip so my ftp dont work on every computer restart or after i disconet and conect to net.</p>
<p>So what to do now to work my ftp everytime when i connect net ?<br />
Should every time when i connect internet i have to get my ip then go to webshel and delete old ip and add new ?<br />
If yes then this method is not good, plz give some premanent solution and also my isp dont tell me ip range.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-264</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 22 Oct 2009 20:15:47 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-264</guid>
		<description>Is there anything like this for Windows-based hosting solutions?  I&#039;d like to restrict access, or at least generate a log of invalid FTP login attempts.</description>
		<content:encoded><![CDATA[<p>Is there anything like this for Windows-based hosting solutions?  I&#8217;d like to restrict access, or at least generate a log of invalid FTP login attempts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johann</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-167</link>
		<dc:creator>johann</dc:creator>
		<pubDate>Wed, 12 Aug 2009 21:21:37 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-167</guid>
		<description>@Mae,

Try saving the file with quotes around it and the extension.  This should cause windows to accept it as is and not try to add an extension (which is usually helpful).

You can create the files directly with webshell and the editor in there will not try to force an extension on you.</description>
		<content:encoded><![CDATA[<p>@Mae,</p>
<p>Try saving the file with quotes around it and the extension.  This should cause windows to accept it as is and not try to add an extension (which is usually helpful).</p>
<p>You can create the files directly with webshell and the editor in there will not try to force an extension on you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mae</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-148</link>
		<dc:creator>Mae</dc:creator>
		<pubDate>Sun, 09 Aug 2009 19:49:18 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-148</guid>
		<description>What program do you use to create the ftp.allow and ftp.deny files?  Wordpad?  it puts a .txt extension on the file.
html software?  it puts an html extension on the file.
please tell me how to create the files.
Thanks.</description>
		<content:encoded><![CDATA[<p>What program do you use to create the <a href="http://ftp.allow" rel="nofollow">http://ftp.allow</a> and <a href="http://ftp.deny" rel="nofollow">http://ftp.deny</a> files?  Wordpad?  it puts a .txt extension on the file.<br />
html software?  it puts an html extension on the file.<br />
please tell me how to create the files.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiberiu</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-142</link>
		<dc:creator>Tiberiu</dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:53:16 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-142</guid>
		<description>Darren: The problem with your account is it is on a windows server. Unfortunately the allow/deny of ftp access does not work on Windows servers.</description>
		<content:encoded><![CDATA[<p>Darren: The problem with your account is it is on a windows server. Unfortunately the allow/deny of ftp access does not work on Windows servers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiberiu</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-140</link>
		<dc:creator>Tiberiu</dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-140</guid>
		<description>Don, I will be more than happy to help you. Please open a ticket and put in the subject of the ticket &quot;Attn Tibi&quot;. I am very sure the ftp allow/deny combination of files works perfectly, we&#039;ve tested it several times.</description>
		<content:encoded><![CDATA[<p>Don, I will be more than happy to help you. Please open a ticket and put in the subject of the ticket &#8220;Attn Tibi&#8221;. I am very sure the ftp allow/deny combination of files works perfectly, we&#8217;ve tested it several times.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Don</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-139</link>
		<dc:creator>Don</dc:creator>
		<pubDate>Thu, 30 Jul 2009 14:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-139</guid>
		<description>The http://ftp.allow/ link above does not work.  I am having trouble determining how and where to place this file on my webshell.

Thank you</description>
		<content:encoded><![CDATA[<p>The <a href="http://ftp.allow/" rel="nofollow">http://ftp.allow/</a> link above does not work.  I am having trouble determining how and where to place this file on my webshell.</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DarrenJ</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-136</link>
		<dc:creator>DarrenJ</dc:creator>
		<pubDate>Sun, 26 Jul 2009 20:14:15 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-136</guid>
		<description>Hi

I&#039;m just testing this. Created the ftp.allow and ftp.deny files. I thought I&#039;d deny everything ALL: ALL and allow nothing (blank line). Then, when I can&#039;t ftp I&#039;ll know it works and can go into the WebShell and allow my IP Address.

Unfortunately, I can&#039;t bloke myself at all. No matter what I do or where I put the files I can still ftp straight in.

Any chance of some help? Where am I going wrong?

thanks

Darren</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I&#8217;m just testing this. Created the <a href="http://ftp.allow" rel="nofollow">http://ftp.allow</a> and <a href="http://ftp.deny" rel="nofollow">http://ftp.deny</a> files. I thought I&#8217;d deny everything ALL: ALL and allow nothing (blank line). Then, when I can&#8217;t ftp I&#8217;ll know it works and can go into the WebShell and allow my IP Address.</p>
<p>Unfortunately, I can&#8217;t bloke myself at all. No matter what I do or where I put the files I can still ftp straight in.</p>
<p>Any chance of some help? Where am I going wrong?</p>
<p>thanks</p>
<p>Darren</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tiberiu</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-133</link>
		<dc:creator>Tiberiu</dc:creator>
		<pubDate>Thu, 23 Jul 2009 13:22:34 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-133</guid>
		<description>Hello Juan,

I am pretty sure if you have the proper alow and deny files in your account that the &quot;hacker&quot; did not enter using ftp. The infection probably happened using a vulnerability in your site. Please open a ticket and I will go through the logs to see what i can find out for you (you can go through the logs too)</description>
		<content:encoded><![CDATA[<p>Hello Juan,</p>
<p>I am pretty sure if you have the proper alow and deny files in your account that the &#8220;hacker&#8221; did not enter using ftp. The infection probably happened using a vulnerability in your site. Please open a ticket and I will go through the logs to see what i can find out for you (you can go through the logs too)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juan antonio meca</title>
		<link>http://status.ixwebhosting.com/2009/07/15/ftp-security-improvements-read-here-how/comment-page-1/#comment-131</link>
		<dc:creator>juan antonio meca</dc:creator>
		<pubDate>Thu, 23 Jul 2009 07:14:23 +0000</pubDate>
		<guid isPermaLink="false">http://status.ixwebhosting.com/?p=157#comment-131</guid>
		<description>Hello: i install de 19/07 the files ftp.allow and ftp.deny whit only my dinamycs ip en allow and deny all.

And the 21/07 i have new malicious code in my webs type &lt;iframe src.

Only two days of peace.

Are you sure, this a great thing? or what can i do? It affects only to mys domains o to other customer?

Regards.</description>
		<content:encoded><![CDATA[<p>Hello: i install de 19/07 the files <a href="http://ftp.allow" rel="nofollow">http://ftp.allow</a> and <a href="http://ftp.deny" rel="nofollow">http://ftp.deny</a> whit only my dinamycs ip en allow and deny all.</p>
<p>And the 21/07 i have new malicious code in my webs type &lt;iframe src.</p>
<p>Only two days of peace.</p>
<p>Are you sure, this a great thing? or what can i do? It affects only to mys domains o to other customer?</p>
<p>Regards.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

