
April 28th, 2010

Aneesh
Recently we have faced a Skye virus attack on a LAN. One of the users received a message
Do you think this is the definition of SEXY? I do.
http://www.xxxxxxxxxx.com/uploads/94603/NewPicture004.JPG.zip
Now the same message was started to send from this machine to all his skype contacts. Also sent email through email client. In a couple of minutes all systems were infected. We have done the following steps to fix it
1. Cleaned the hosts file
We have noticed that the hosts file located in c:\windows\sysetm32\drivers\etc\ was edited by the virus and it added many lines to the file at the very bottom. We scrolled down to the end and removed all unwanted entries. Remember this file is read only and you need to change the file attribute to save it.
2. Cleaned the System using ComboFix
Download this and run the file. Follow the instructions and complete the steps. In some cases you need to do with something on the Network Card. Go to Device manager and you will find two copies of the same network card. One with an Yellow color and other is normal. Now remove the Normal card and click on Scan for hardware changes and your card will be automatically installed. Note that you may also to set the IP address if you are using static IP address
3. complete System scan using a good Anti Virus
Use any good anti virus program to do a full system scan. I recommend Avast Antivirus and do a boot time scan with that

April 14th, 2010

Aneesh
Job Profile : Head – Systems. — Contact at 9895527145 for applying
Salary is negotiable and could be anywhere around 30k
EDUCATION
• MBA–IT / • Post Graduate Diploma in System Development (PGDSD) ,
CAREER SKILLS
• MIS Solution Development / MIS Reporting skills
• Software Development (PHP/ASP/MYSQL/MSSQL) & Technical Support
• Systems Management
• Inventory control Systems
• Costing and negotiation skills
• Financial / Accounting knowledge
• Strong Programming / Networking / Management Concepts.
• Proficient in Data base concepts and Data Warehousing.
TECHNICAL SKILLS
• Windows NT/2000/2003, Linux (Ubuntu)
• MS SQL Server 7.0/2000/2005, MySQL, MS Access
• ASP.NET # VB, ASP, PHP, VB 6, HTML, DHTML, Java script, MSSQL, MYSQL
• MSOffice, Open Office, Outlook, FTP Applications, Adobe Photoshop, Dream viewer and Search engine optimization etc.
• Strong networking concepts on LAN, WAN, VPN Setups.
• Strong data warehousing and MIS skills.

March 19th, 2010

Aneesh
In order to browse perl files (.pl) through apache serer you need to add few lines in apache configuration file ( httpd.conf)
Add the following in httpd.conf
AddHandler cgi-script .cgi .pl
Now find the following section
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
Add +ExecCGI to the options list. So it looks like as follows now
Now find the following section
<Directory />
Options FollowSymLinks +ExecCGI
AllowOverride None
</Directory>
Now save httpd.conf and restart Apache server
Create a sample perl file called test.pl and add the following lines and save it.
#!/usr/bin/perl
print “content-type: text/html \n\n”;
print “Hello, Perl!”;
Now browse the page

February 26th, 2010

Aneesh
Orkut account being cracked again !! Beware of it. DO NOT COPY AND PASTE ANY JAVASCRIPT IN TO YOUR ORKUT ADDRESS BAR
You may get message or scraps from your very close friend which says that “HEY TO GET FREE CELLPHONE RECHARGE SEEE MY PROFILE”. When you click on that link it will take you to the profile of your friend where you can find a java script and you will be asked to copy and paste the java-script in to your orkut address bar. If you do that Your account is cracked and your profile will be acted as a marketing tool where the cracker will get your friends list and they will scrap to all and repeat the same
So Beware of it…Orkut account being cracked again !! Beware of it. DO NOT COPY AND PASTE ANY JAVASCRIPT IN TO YOUR ORKUT ADDRESS BAR