The RAR file format does contain a known signature:
Magic bytes
0x52 0x61 0x72 0x21 0x1a (Rar!<end-of-file>) at offset 0x00
so it should be trivial to figure out what the Base64 encoding should look like. Then it could be added to a signatures_rar to use with Gavin's exe_filter...
John
