Join 300,406 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,613 people online right now. Registration is fast and FREE... Join Now!
A virus that acts as a proxy between you and a website?
There's a million different types of "worms" so if this is true for one, it probably won't be true for another. The only way you're going to find this out is from your own research on your own "worms".
A virus that acts as a proxy between you and a website?
There's a million different types of "worms" so if this is true for one, it probably won't be true for another. The only way you're going to find this out is from your own research on your own "worms".
What type of internet worm??? According to some definitions, advertisements are internet "worms" as they store a million cookies on your computer.
Give us an example, or just take a look for yourself, download a page without a "worm" and then "install" (or whatever you'd do) the "worm" and check it again. Simples!
What type of internet worm??? According to some definitions, advertisements are internet "worms" as they store a million cookies on your computer.
Give us an example, or just take a look for yourself, download a page without a "worm" and then "install" (or whatever you'd do) the "worm" and check it again. Simples!
This is a good suggestion; but I don't have a worm sample that I can install or run on my computer. If you have one please post it (if you have a link, remember to post it as a text not as an active link to avoid infecting others).
It is prefered to be one of the following worm:- CodeRed worm CodeGreen worm Nimda worm Santy worm Samy worm Sql slammer worm Beagle worm Sasser worm Bugbear worm
I'm asked to give an approve or counterapprove about weather the internet worms can be detected by analysing the web-pages. This is what I said in the first post.
I Preferred the above worms specifically beacause I know their signatures (I found them by searching on google).
What exactly I wanted to do is to run the worm and search for its signature in the web page (i.e the HTML code of the webpage).
I have another way, if i knew an infected webpage, I can search for a worm signature on it; but still I don't have a webpage that I'm sure it is infected with a specific worm.
Hmm, but it's very rare that a computer capable of getting a worm (ie. non-server systems, since they should be locked down) would be hosting a website anyway, so I'm still not sure I understand what you're trying to acheive from it.
I want to say that I'm a beginner and have little information a bout web develpment and almost no information a bout worm or virus programming; otherwise I wouldn't come here and ask a question like this.
I'm asked to give an approve or counterapprove about weather the internet worms can be detected by analysing the web-pages.
I thin that what you are describing is Adware/Spyware. Adware/Spyware runs on a website & gathers information about the viewers, through malicious cookies or malicious applications.
A worm would bounce from IP to IP collecting data on users of subnets across the internet, & return that data to a source, & would act independent of a website.
A virus would be like the worm, except that it copies itself to the machines.
Viruses are programs that self replicate Worms gather data Spyware & Adware target 1 person for advertisement or data collecting
Our company once got attacked by a virus that would intercept the post from a forum to update content on the page and interject a javascript routine that wrote out a path to an IP address with a folder containing a virus file. It was pretty neat seeing how it worked but was kind of easy to find out where the file location was since the creator wrote the IP address in ASCII characters. It turns out that one of our clients had it on their machine and when we would go to the clients sites to view our updates it attached it to our machines.
One way of seeing if a website has Adware/Spyware is knowing how your site works. If it takes longer than normal for the site to load a page, submit a form, or anything else than normal then view the source. That's how we found the virus that attacked us.