BSDCan2014 - Final
BSDCan 2014
The Technical BSD Conference
Speakers | |
---|---|
Peter Hessler |
Schedule | |
---|---|
Day | Talks - Day 1 - Fri May 16 - 2014-05-16 |
Room | Montpetit 201 |
Start time | 13:30 |
Duration | 01:00 |
Info | |
ID | 458 |
Event type | Lecture |
Track | System Administration |
Language used for presentation | English |
Using BGP for realtime import and export of spam whitelist/blacklist entries
a year in the life
The results of using BGP for realtime import and export of spam whitelist/blacklist entries
In early 2013, I introduced a new method to distribute spam whitelist/blacklist entries. Now, I am able to present the results of 1 year of usage.
In the battle against Spam, many mail server admins collect and distribute IP addresses of systems that send them Spam. However, distribution of these lists are traditionally limited to 2 methods.
- is periodically downloading this list from a source, usually a web server often causing massive load and slowness at the top of the hour.
- is a real-time lookup against an external provider (such as dns-rbls) so your response time is dependent on how fast they respond or timeout.
This talk discusses a 3rd solution: using BGP to distribute the IP addresses in a real-time manner.