I usually realize fairly quickly that the suspect article is only a shadow of the kinds of information available on some web sites, about how to actually write and distribute malware. I have never seen any of these articles talk about techniques that weren't discussed in great detail elsewhere. The article author's intentions also need to be considered - usually it's something like, "I got this virus, and I wanted to know how it infected my PC, so I dug into it a little and this is what I found".
I find this perfectly normal behavior, since I do it myself all the time. Programmers are curious, and want to share what they discover with other programmers. And there are many things to learn from studying and understanding malware:
- How to detect the presence of malware on a PC
- How to remove malware
- System internals that may be useful in writing other software
- Coding techniques - malware probably uses the most minimalist and efficient algorithms of any software, including game programming
