LoginSignup
8
7

More than 5 years have passed since last update.

[AWS][EIP]汚れたIPじゃないかspamhausでチェックする

Last updated at Posted at 2014-11-25

汚れたEIP??

別のアカウントが使っていた時に
大量にメールをスパム送信していてspamhausに登録されちゃっているEIP

spamhaus??

Spamhaus.orgとは、スパムに荷担しているドメインやIPアドレスをリアルタイムに作成したリストを公開している組織。
(Spamhausに登録されているリストは、スパムメール対策以外にも利用されていることもあるので注意)

日本語のFAQもある
http://www.spamhaus.org/faq/pblfaqjp.html

EIP取得〜汚れていないことを確認

EIP取得

aws cli で取得

aws ec2 allocate-address --domain vpc
{
    "PublicIp": "xx.xx.xx.xxx",
    "Domain": "vpc",
    "AllocationId": "eipalloc-xxxxxxxx"
}

spamhausに登録されていないか確認

0001.png

0002.png

Listed になったIPは汚れちまったIPなので捨てる

spamhausに連絡してリストから外してもらう
(まあ捨てるほうが早い)

0003.png

8
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
7