Raymond.CC Blog


I know a few people swears by Sandboxie is the ultimate tool to analyze malwares but it is very common for crypters and remote administration tools nowadays to have anti-sandbox module meaning whenever it detected that it is being analyzed or ran in sandbox environment, it will automatically terminate itself to prevent from being analyzed. If you’ve missed my previous article on why I test and analyze software from real windows environment, then you should read it first.

Today I received an email from Jerry sharing with me on a very useful addition to Sandboxie called Buster Sandbox Analyzer. Basically it is similar to online file behavior analyzers such ThreatExpert, Joebox, Anubis but with the help of Sandboxie, you can have the same function on your computer without wait time. Buster Sandbox Analyzer is a tool that has been designed to analyze the behaviour of processes and the changes made to system and then evaluate if they are malware suspicious. In order to use Buster Sandbox Analyzer, you have to correctly set up Sandboxie first, then only Buster Sandbox Analyzer would work perfectly.
Read the rest of this entry »


I’m normally not one who wants to post his thoughts on Raymond.cc, or anywhere else for that matter. If I am to explain my deepest thoughts, usually I like speaking face to face, which is why this is most likely going to be the first and the last time you see me coming so wildly off topic today, although it is still technology related.

About two nights ago, a security firm decided to do what most of us would deem as unthinkable and uploaded a 2.8 gig torrent of the personal data that was found on Facebook. At this time, that is about one in five users who had their privacy lost because the ‘security firm’ wanted to bring to attention how large of a hole it was for someone to see your personal information on Facebook without changing the default settings of your Facebook privacy. As of this time, that torrent has had about 1000 downloads and will no doubt be clocking in it’s millionth download by tomorrow, so this isn’t so much about free press but a rant against what they did in terms of ethics. Read the rest of this entry »


One of my antivirus benchmark is loading of a list of websites. To automate this test, I used WATIR to auto feeding of 50 websites one by one to Internet Explorer and then used HttpWatch to record the time taken to load all websites. The 50 websites are grabbed from real websites with an offline downloader and I noticed one of the problem is some sites has a few lines of javascript tracking code which makes the offline website load externally and that affects the accuracy of the benchmark. If the javascript lines are removed, then the offline website loads locally rather than requiring Internet connection.

Deleting or replacing a single line can be easily done automatically using TextCrawler but it doesn’t work on multiple lines. I didn’t want to edit all 50 HTML files and manually removing the lines so I looked for a more automated way. I found a really good free software that can remove or replace multiple lines of code and it takes only a few seconds to complete the job.
Read the rest of this entry »


The good thing about Java is the applet can be ran on different operating system such as Windows, Linux and Mac OS. One good example is the famous JDownloader that simplifies downloading files from One-Click-Hosters such as Rapidshare.com, Megaupload.com and hundreds of other similar websites. There are also free Java games that you can play online, scoreboards that uses Java to display the score live and many other online applications. Although installing Java is nearly a must nowadays, I do know a few people that doesn’t have Java Runtime installed on their computer.
Download Java Runtime Portable
They claim that Java slows down their computer and if you check in your task manager, there is a Java Quick Starter process jqs.exe that loads every time Windows is booted up. It is meant to improve initial startup time for most Java applets and applications. Other than that, people who have Java installed was affected by the Java Drive-By exploit which auto installs virus/spyware/trojan on the user’s computer if the user clicks the Yes button when visiting the website created by the hacker. If you’re using the latest version of Java, you will not be affected by this exploit. Having a good antivirus installed increases the chance of detecting the hidden installation of virus.

It is still possible to run Java applets and applications without installing Java by installing the portable version to your USB flash drive. Here’s a guide on how to do that.
Read the rest of this entry »


Let me start by saying I love the keyboard. For you people that grew up with a mouse in your hand for your first computers, or don’t enjoy using command line stuff, you might find it odd for me to say this. But I’ve personally found that I can type a lot faster then I can click. I know my girlfriend’s the same way, typing upwards of 100 Words Per Minute (WPM) and I can pull off a still impressive 35 WPM without looking down at my keyboard. And I love shortcuts, like Control+P to print, Control+Z to undo, Control-C/V to copy and paste… my hands when I’m going around the internet are often placed on the keyboard, even to scroll though a page. I credit this love of the keyboard to my first computer, the Commodore 64, because at that point, you had to type everything in by hand. It was not something you could master without lots of trial and error, and if you mistyped that one special command, you just hoped to heck you didn’t delete something important. Read the rest of this entry »


Lately I’ve been looking for some backup software to do what SyncBack Pro does, seeing as my father purchased a copy for himself when I posted the coupon a little while ago. I’ve been simplistic in the features, at least compared to Dad, because of the fact that he needed something that ran on his time and something he would do manually, without having to worry about resources being wasted on his computer. So I’ve been trying a few backup programs, among them, Oops! Backup stood out as a program that might do what I needed it to, and in testing, it has. In fact, what I find really ‘funny odd’ is the fact that it does exactly what I need it to do, but my dad’s still not impressed with it because of some minor issues I faced with it, seeing as my experience wasn’t flawless with it, but was mighty nice to see the help I got from the software vendor. Read the rest of this entry »


There are many threats in modern day life, from credit card fraud to identity theft that we’ve all known about for a while. After all, we all have that uncle or aunt or relative or whatever that we know has lost money to these scams. But as we also know, social engineering is one of the most cunning ways to make money and easily too… after all, who doesn’t trust a face that strikes us as someone who seems innocent enough?

But as Sophos found, up to about 45% of all Facebook users aren’t watching who they’re adding to their accounts. Daisy, a ‘duck’, got added about 46 times out of 100 when “she” made the offer, while Dinette, the ‘cat lady’ would get 49 out of 100. And these are people that didn’t even realize who or what Sophos is. [Link to the study]

So this rises the question: what should we do to prevent this from happening to ourselves? Well, a good first step is to make your Facebook as private as possible. Believe me when I say this has now become extremely easy to do so and an extremely wise idea to boot. Read the rest of this entry »