Tuesday, May 24, 2005

Metafor

I haven't gotten to the paper yet, but I just saw the demo .MOV and all I can say is "WOW." This is cool. Metafor is a toy system for programming in english:
http://web.media.mit.edu/~hugo/research/index.html#metafor

The site lists several papers and has a .MOV demo showing the system in use:
http://web.media.mit.edu/~hugo/demos/metafor-bartender-simple.mov

I am somewhat interested in this topic but as yet ignorant of the literature. If you know of some cool papers or background research in this area please post some info here or in the comments.

Friday, May 13, 2005

Cache Missing for Fun and Profit

I am sure most of you have seen this already, but in case not:

http://www.daemonology.net/papers/htt.pdf

Basically showing how HTT (on certain processors) can help increase chances of successful cache-timing attacks and uses OpenSSL's RSA implementation as an example on how to do the attack.

Thursday, May 05, 2005

Collapsar: An attempt at effectively distributing honeypots

http://www.cs.purdue.edu/homes/dxu/pubs/Security04.pdf

Not too much new here; just a discussion of the current issues surrounding distributing honeypots and handling the data collection. They go on to talk about their methods of implementing a system they call Collapsar and give their results. Worthwhile if you're interested in what people are doing in this general field.