Ok, I did another small test because I am hardly able to sit on this…

I created a dummy html page on my PC with this text:

<html>
<header>
<script type='text/javascript' src='test.js'></script>
</header>
<body>
<h1>Test malware</h1>
</body>
</html>

No problem. I then changed my html to this:

<html>
<header>
<script type='text/javascript' src='http://michel-roberge.com/test.js'></script>
</header>
<body>
<h1>Test malware</h1>
</body>
</html>

And of course, avast catched it.

Now if I replace my domain with the one mentioned earlier (http://wsb7.timetogetthepapers.com/) which - in principle - runs on the same host (godaddy) and on cPanel, then it works (no trigger from avast).

Should I then understand that it’s because Avast goes on http://michel-roberge.com in the root and actually finds something else, or is this site cached as being malicious until further notice? I just am trying to make sure I understand everything right.

Thanks a ton!

Michel