티스토리 뷰


rsync로 연결하여 스팸 리스트를 전송 받을 수 있는곳을 찾다보니, 별로 많지 않다는것을 알게 되었습니다.

대표적으로 rsync 서비스를 하는곳은 cbl(Composite Blocking List) - cbl.abuseat.org 입니다.

rsync 주소는 다음과 같습니다. 
rsync://rsync.cbl.abuseat.org/cbl/list.txt

그리고 spamhaus 같은 경우는 유로로 서비스를 받을  수 있습니다. 다음의 페이지에서 신청하여 30일 trial 버젼을 신청할 수 있으며, 테스트 해 볼 수 있습니다. 서비스는 두가지 형태가 있으며, query service와 rsync service로 분류되어 있습니다. query는 rbl lookup형태를 지원하는것이며, rsync는 spamlist를 가져와서 rbldnsd 같은 데몬을 이용해서 서비스를 이용할 수 있습니다.

http://www.spamhaustech.com/datafeed/

신청하지 않은 상태에서 다음을 실행하면 아래와 같은 메시지를 만나게 됩니다.

rsync -avz rsync1.spamhaus.org::rbldnsd

Please contact Spamhaus Technology if you are interested in using this service.
See http://www.spamhaustech.com/datafeed/ for further informations.




댓글