Iframe virus: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Citation needed}} {{When}}
Cewbot (talk | contribs)
m Normalize {{Multiple issues}}: Merge 1 template(s) into {{Multiple issues}}: Merge to
Line 5: Line 5:
{{Context|date=January 2014}}
{{Context|date=January 2014}}
}}
}}
{{Merge to |Frame injection |date=April 2019 |discuss=Talk:Iframe virus#Merge request: XSS worm}}


An '''Iframe virus''' is malicious [[computer code]], being considered as form of [[malware]], that infects web pages on [[website]]s, most of them using [[iframe]] HTML code, to cause damage by [[Code injection|injecting]] {{tag|iframe|o|link=yes}} tags into the website.<ref>{{cite web| url = http://paramprojects.com/website/faq/detection/webmasters-call-it-iframe-virus-why|title = Why people call it iframe virus? How do we remove and clean? }}</ref> Code may be injected into [[HTML]], [[PHP]] or [[Active Server Pages|ASP]] source files. The virus may make its presence known by scanning for home page files such as index.php, index.html or default.html and inject the iframe code in them.<ref>{{Cite web |url=http://www.couponsforhostgator.org/how-to-protect-your-hostgator-website-from-malware-such-as-iframe-injection.html |title=How to Protect Your Website From Malware Such As Iframe Injection |access-date=2011-03-10 |archive-url=https://web.archive.org/web/20110315214411/http://www.couponsforhostgator.org/how-to-protect-your-hostgator-website-from-malware-such-as-iframe-injection.html |archive-date=2011-03-15 |url-status=dead }}</ref> The iframe code is usually found near the beginning on the web page. They may also infect through themes or templates of [[content management system]]s.{{citation needed|date=May 2020}} The virus will also modify [[.htaccess]] and [[Hosts file|hosts]] files, and create images.php files in directories named 'images'.{{citation needed|date=May 2020}} The infection is not a server-wide exploit, it will only infect sites on the server that it has passwords to.{{citation needed|date=May 2020}}
An '''Iframe virus''' is malicious [[computer code]], being considered as form of [[malware]], that infects web pages on [[website]]s, most of them using [[iframe]] HTML code, to cause damage by [[Code injection|injecting]] {{tag|iframe|o|link=yes}} tags into the website.<ref>{{cite web| url = http://paramprojects.com/website/faq/detection/webmasters-call-it-iframe-virus-why|title = Why people call it iframe virus? How do we remove and clean? }}</ref> Code may be injected into [[HTML]], [[PHP]] or [[Active Server Pages|ASP]] source files. The virus may make its presence known by scanning for home page files such as index.php, index.html or default.html and inject the iframe code in them.<ref>{{Cite web |url=http://www.couponsforhostgator.org/how-to-protect-your-hostgator-website-from-malware-such-as-iframe-injection.html |title=How to Protect Your Website From Malware Such As Iframe Injection |access-date=2011-03-10 |archive-url=https://web.archive.org/web/20110315214411/http://www.couponsforhostgator.org/how-to-protect-your-hostgator-website-from-malware-such-as-iframe-injection.html |archive-date=2011-03-15 |url-status=dead }}</ref> The iframe code is usually found near the beginning on the web page. They may also infect through themes or templates of [[content management system]]s.{{citation needed|date=May 2020}} The virus will also modify [[.htaccess]] and [[Hosts file|hosts]] files, and create images.php files in directories named 'images'.{{citation needed|date=May 2020}} The infection is not a server-wide exploit, it will only infect sites on the server that it has passwords to.{{citation needed|date=May 2020}}

Revision as of 05:48, 31 May 2020

An Iframe virus is malicious computer code, being considered as form of malware, that infects web pages on websites, most of them using iframe HTML code, to cause damage by injecting <iframe> tags into the website.[1] Code may be injected into HTML, PHP or ASP source files. The virus may make its presence known by scanning for home page files such as index.php, index.html or default.html and inject the iframe code in them.[2] The iframe code is usually found near the beginning on the web page. They may also infect through themes or templates of content management systems.[citation needed] The virus will also modify .htaccess and hosts files, and create images.php files in directories named 'images'.[citation needed] The infection is not a server-wide exploit, it will only infect sites on the server that it has passwords to.[citation needed]

This recent[when?] surge in compromised web servers has generated discussions in online forums and blogs. Web malware infections hurt businesses; Google, Firefox, Internet Explorer and anti-virus companies blacklist infected sites, businesses lose revenue and sites suffer damage to their brand and reputation.[citation needed]

An iframe virus is a type of badware. "Badware producers are constantly developing new, creative ways to install badware onto your computer".[3] Badware distribution has been expanded beyond traditional channels like email viruses to harder-to-avoid methods like automated “drive-by downloads” that are launched by compromised web pages.[citation needed]

Iframe variants

Sometimes iframe virus variants come in the form of JavaScript.[4] iframe tags may not be seen in plain text in the source because it is encoded. If the encoded script code is decoded, it will contain code to invoke iframe via JavaScript.

References

  1. ^ "Why people call it iframe virus? How do we remove and clean?".
  2. ^ "How to Protect Your Website From Malware Such As Iframe Injection". Archived from the original on 2011-03-15. Retrieved 2011-03-10.
  3. ^ What is badware? | StopBadware
  4. ^ I find suspicious javascript code in my files. Is it iframe virus? | Website development