Tom Liston and Ed Skoudis has written a clean paper about how to detect a Virtual Machine and some possible method for prevent it against detection . it's an old paper but Recommended read.
Read the paper
Tuesday, July 24, 2007
Thwarting Virtual Machine Detection
Posted by kernex at 9:04 AM 0 comments
Labels: detection, paper, virtual machine
Decoding malicious Javascripts
many malware authors using obscured javascripts for redirect browsers to infected URLs.
I will introduce several methods to decode malicious javascripts:
simple way to decode javascript:
find all "document.write" or "eval" in your javascript and replace them with "alert" .this act will cause decoded string show in a messagebox .(this isn't work on evry coded script certainly).
decode javascript via firefox:
this way show to you that where redirect your script ?, first going to "bookmarks" menu and select "organize bookmarks..." next select "file->new bookmark" after bookmark window appeared , enter a optinal name and copy & paste target script in "location" and press ok . to watch affect of this act just select created bookmark next select "properties" (in right-click) and looking "location" . this is a stupid solution but easy .
for more information you can read SANS paper for find other ways.
If didn't work these ways then going to a bookstore and buy a javascript book and decode your script :)
Posted by kernex at 4:27 AM 0 comments
Labels: Decoding, Javascript
Sunday, July 22, 2007
SecurityFocus Interviews the MPack Author
SecurityFocus has released an interview of mpack author .this is nothing special but it's worth of reading . if you interesting know more about mpack kit , you can read pandalabs post and "fantastic report" .
interview : "DCT,MPACK AUTHOR"
Update:
the unedited interview: papers_1.html
Posted by kernex at 3:50 AM 0 comments
Monday, July 2, 2007
start
Hi,
we will start this blog for share something that is known about malware analysis and things like that .
Posted by kernex at 8:05 AM 0 comments