The location of spammers on a world map
September 8, 2009 – 4:12 pmAs part of some ongoing research into the behaviour of spammers we have started capturing the geographic location of spammers in a way that we can visualise it on a map. This map shows the source of spam attacks on our emailcloud network.
Your browser does not support iframes.
The map is drawn every hour by analysing the most recent 250,000 data points across our UK and US scan clusters. This data is analysed and stored in a database in Newcastle-upon-Tyne and IP’s are pinpointed on the map by using the GeoIP database. We save significant amounts of time by using memcached to cache IP lookups. Finally, we use the Google Charts API to draw the map
You can add this map to your website by inserting this into the html of the web page:
<iframe src ="http://www.emailcloud.com/geo/geo.php" width="600" height="430"> <p>Your browser does not support iframes.</p> </iframe>

