<?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>餅空blog WordPress支店 &#187; AWS</title>
	<atom:link href="http://wordpress.mochy.com/category/aws/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpress.mochy.com</link>
	<description>PC、プログラム、ネットの事などを少しずつ綴ってみる</description>
	<lastBuildDate>Tue, 26 Jan 2010 20:36:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Amazon EC2とスパムデータベースMAPS DUL</title>
		<link>http://wordpress.mochy.com/2010/01/amazon-ec2%e3%81%a8%e3%82%b9%e3%83%91%e3%83%a0%e3%83%87%e3%83%bc%e3%82%bf%e3%83%99%e3%83%bc%e3%82%b9maps-dul/</link>
		<comments>http://wordpress.mochy.com/2010/01/amazon-ec2%e3%81%a8%e3%82%b9%e3%83%91%e3%83%a0%e3%83%87%e3%83%bc%e3%82%bf%e3%83%99%e3%83%bc%e3%82%b9maps-dul/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 04:05:56 +0000</pubDate>
		<dc:creator>mochy</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[EC2]]></category>
		<category><![CDATA[Amazon EC2]]></category>
		<category><![CDATA[DUL]]></category>
		<category><![CDATA[MAPS]]></category>
		<category><![CDATA[spam]]></category>

		<guid isPermaLink="false">http://wordpress.mochy.com/?p=328</guid>
		<description><![CDATA[Amazon EC2は非常に便利なサービスだと思うのですが、EC2のIPアドレスがスパムデータベースに登録されてしまうという事が稀に起こります。

最初は、spamhaus.orgで起こりましたが、SpamHouseは、EC2内の単体のIPアドレスでも申請に応じて解除してくれたため、問題はありませんでした。
次に、2009年12月にMAPSというTrendMicroが運営しているスパムデータベースDULに、174.129.0.0/16がまとめて登録されてしまいました。EC2ユーザ全てです。
MAPS DULとは
データベースDULには、過去にスパムメールの送信に利用されたことがあり、IPアドレスインターネットサービスプロバイダなどによって動的にユーザに割り当てるIPアドレスが登録されています。他の 4 つのデータベースが個々のIPアドレスが登録されているのに対し、DULにはサブネットにてマスクされる幅を持ったIPアドレス群として、IPアドレスが登録されています。

AWSのフォーラムにもいくつかのスレッドが立っていたので翻訳サイトを駆使して読んでみました。どうやら単体のIPアドレスの解除申請には応じておらず、現在の ec2-174-129-xxx-xxx.compute-1.amazonaws.com といった逆引きホスト名ではなく、staticであるとわかるような名前にしなければならないようで、簡単にはいかないようです。
これに対し、AWS側からEC2ユーザーに以下の提案がなされました。
http://developer.amazonwebservices.com/connect/thread.jspa?messageID=155999#155999
We are in the process of running a small private beta of customer-specified reverse-DNS configuration on a per EIP basis.  Our goal is to have public-beta of this feature as soon as possible.  Though we cannot yet commit to a specific date.   We will update [...]]]></description>
			<content:encoded><![CDATA[<p>Amazon EC2は非常に便利なサービスだと思うのですが、EC2のIPアドレスがスパムデータベースに登録されてしまうという事が稀に起こります。<br />
<span id="more-328"></span><br />
最初は、<a href="http://www.spamhaus.org/">spamhaus.org</a>で起こりましたが、SpamHouseは、EC2内の単体のIPアドレスでも申請に応じて解除してくれたため、問題はありませんでした。</p>
<p>次に、2009年12月に<a href="http://www.mail-abuse.com/">MAPS</a>というTrendMicroが運営しているスパムデータベースDULに、174.129.0.0/16がまとめて登録されてしまいました。EC2ユーザ全てです。</p>
<blockquote><p><a href="http://esupport.trendmicro.co.jp/Pages/JP-212754.aspx">MAPS DULとは</a><br />
データベースDULには、過去にスパムメールの送信に利用されたことがあり、IPアドレスインターネットサービスプロバイダなどによって動的にユーザに割り当てるIPアドレスが登録されています。他の 4 つのデータベースが個々のIPアドレスが登録されているのに対し、DULにはサブネットにてマスクされる幅を持ったIPアドレス群として、IPアドレスが登録されています。
</p></blockquote>
<p>AWSのフォーラムにもいくつかのスレッドが立っていたので翻訳サイトを駆使して読んでみました。どうやら単体のIPアドレスの解除申請には応じておらず、現在の ec2-174-129-xxx-xxx.compute-1.amazonaws.com といった逆引きホスト名ではなく、staticであるとわかるような名前にしなければならないようで、簡単にはいかないようです。</p>
<p>これに対し、AWS側からEC2ユーザーに以下の提案がなされました。</p>
<p><a href="http://developer.amazonwebservices.com/connect/thread.jspa?messageID=155999#155999">http://developer.amazonwebservices.com/connect/thread.jspa?messageID=155999#155999</a></p>
<blockquote><p>We are in the process of running a small private beta of customer-specified reverse-DNS configuration on a per EIP basis.  Our goal is to have public-beta of this feature as soon as possible.  Though we cannot yet commit to a specific date.   We will update this thread when we have more information.</p>
<p>In the meantime, if you would like to be added to the wait list for the private beta, please private message me and I will get back to you.
</p></blockquote>
<p>「逆引きホスト名を指定できるベータテストを行うので、参加したい人はメッセージ下さい」<br />
とりあえずフォーラムからプライベートメッセージを送って参加希望の旨を伝えました。</p>
<p>1週間を過ぎた頃、メールが届きました。</p>
<blockquote><p>Hello, a short while ago you requested to join the wait-list for our<br />
reverse-DNS private-beta.  Setting a reverse-DNS record for your EIP<br />
will make it possible to remove your EIP from the MAPS-DUL.</p>
<p>We requested a reverse-DNS record from you via the forum<br />
private-message system. Since you have not yet responded we thought we<br />
should reach out to you via email.</p>
<p>If you provide the following:</p>
<p>  AWS Account-ID<br />
  EIP<br />
  Reverse-DNS record for each EIP</p>
<p>We will setup the reverse-DNS and submit your EIP to MAPS for removal<br />
from their DUL.</p></blockquote>
<p>これに応じて、AWSアカウントID、IPアドレスと逆引きホスト名の対応リストを送ったところ、翌日には逆引きホスト名が設定され、DULのリストからも解除されていました。</p>
<p>逆引きホスト名指定はいずれAWSサービスの一部になるのではないかと思われますが、今、メールがブロックされて困っている人はどんどんベータテストに参加すると良いのではないかと思います。</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpress.mochy.com/2010/01/amazon-ec2%e3%81%a8%e3%82%b9%e3%83%91%e3%83%a0%e3%83%87%e3%83%bc%e3%82%bf%e3%83%99%e3%83%bc%e3%82%b9maps-dul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

