Submit Your Article Forum Rules

Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: How to Avoid -

  1. #11
    Senior Member sushil's Avatar
    Join Date
    Apr 2008
    Posts
    114

    Re: How to Avoid -

    Code:
    originally posted by wenwilder
    Configure your email server to block or remove email that contains
    file attachments that are commonly used to spread viruses.
    This is the list of attachment suffixes that are considered by
    Microsoft to be potentially malicious (are blocked by Outlook XP):
    .ade, .adp, .asx, .bas, .bat, .chm, .cmd, .com, .cpl, .crt, .exe,
    .hlp, .hta, .inf, .ins, .isp, .js, .jse, .lnk, .mdb, .mde, .msc,
    .msi, .msp, .mst, .pcd, .pif, .prf, .reg, .scf, .scr, .sct, .shb,
    .shs, .url, .vb, .vbe, .vbs, .wsc, .wsf, .wsh
    your post is great. but I am not able to understand this statement can you explain it.
    thanks for that.

  2. #12
    Administrator weegillis's Avatar
    Join Date
    Oct 2003
    Posts
    5,785

    Re: How to Avoid -

    A good place to start would be to identify the extensions and their associated application(s):
    FILExt.

    By default, most modern mail clients come with built in attachment filtering turned on, but this is not a fail safe, just a first line of defense. A good, properly configured firewall is a must in today's high tech world, as is a reliable anti virus. Both will scan incoming mail for indicators, such as file extensions, common patterns and other heuristics.

  3. #13
    WebProWorld MVP mikmik's Avatar
    Join Date
    Aug 2003
    Posts
    1,557

    Re: How to Avoid -

    Quote Originally Posted by joyblogs View Post
    my PC also has been infected and i am working to find a way
    for the solution!

    atleast i ve got something useful info here..
    I always get to safe mode (with networking to use online scans) if commputer is bogging down:
    Running Virus Scan in Safe Mode
    Running Virus Scan in Safe Mode
    Thursday, March 13th, 2008


    Virus Scanning in Safe Mode
    If you have a virus you can not delete or if your system will not boot up correctly and you suspect a virus is the problem, a recommended solution is to start your computer in safe mode and run a virus scan. By running your computer in safe mode, non-essential processes do not start and non-core components are disabled. In other words, only the minimum necessary programs will load. Tough to remove viruses, spyware and other malware usually have no chance to run and disrupt your system and can more easily be removed.
    **To run a virus scan in safe mode, you must have active anti virus software installed on your computer.
    To run a virus scan in safe mode, follow these steps:
    1. If your computer is on, shut it down
    2. Power on your computer
    3. Immediately after you power on your computer, repeatedly press the [F8] key (about once per second)
    4. In the Windows Advanced Options Menu screen, use the arrows to select Safe Mode and presss [Enter]
    5. Select your current operating system and press [Enter]
    6. Select the user you would like to login under (if applicable)
    7. When your system finishes booting, click the Start button on your task bar
    8. Move your cursor over All Programs and navigate to your anti virus program
    9. Click on your antiv virus program to run it and follow the anti virus program’s normal steps to run a virus scan
    10. After the virus scan is complete, Delete all detected viruses
    11. Close out of your anti virus software
    12. Restart your computer (it should start in normal mode)
    The easiest way to clean your computer is to restore it to a time before it got infected - but only if you when it started acting up.
    Hmm, maybe not the best to use restore, but here is an interest thread:
    Using System Restore to get rid of Virus
    Using System Restore to get rid of Virus [Archive] - Explosm Forums
    Babies don't need a vacation, but I still see them at the beach... it pisses me off! I'll go over to a little baby and say 'What are you doing here? You haven't worked a day in your life!'
    Steven Wright

  4. #14
    WebProWorld MVP mikmik's Avatar
    Join Date
    Aug 2003
    Posts
    1,557

    Re: How to Avoid -

    Quote Originally Posted by sushil View Post
    Code:
    originally posted by wenwilder
    Configure your email server to block or remove email that contains
    file attachments that are commonly used to spread viruses.
    This is the list of attachment suffixes that are considered by
    Microsoft to be potentially malicious (are blocked by Outlook XP):
    .ade, .adp, .asx, .bas, .bat, .chm, .cmd, .com, .cpl, .crt, .exe,
    .hlp, .hta, .inf, .ins, .isp, .js, .jse, .lnk, .mdb, .mde, .msc,
    .msi, .msp, .mst, .pcd, .pif, .prf, .reg, .scf, .scr, .sct, .shb,
    .shs, .url, .vb, .vbe, .vbs, .wsc, .wsf, .wsh
    your post is great. but I am not able to understand this statement can you explain it.
    thanks for that.
    I feel priveledged to help wenwilder, but we go way back.

    All these 'file extensions' are basically classifiers that tell windows what program to open the file with. For instance, files with a '.doc' extension with call the Word program which will then open that document. '.Txt' will call notepad, and '.mp3' will call Windows media player(or perhaps Apple quicktime/iTunes if you have that installed).

    The above file extensions are called 'executables' and will call, for example, windows installer, windows scripting host(have you heard of script kiddies?), and many programs native to windows that run commands.

    Here is an explanation for '.msi' at a particularily good site: fileinfo.net - MSI File Extension - Open .MSI files

    Here is an explanation on why to show file extensions and how to do it:
    Windows is set by default to not show extensions on filenames. This is done presumably to make lists of files less cluttered to read -- a definite plus.

    Although it is very important to know what kind of file a file is, most of us are familiar with the icons of many files and don't think we really need to see the extensions to know that a Word file's icon has a big blue "W" in it and an HTML file's icon has a big blue "e" in it.

    However, many of us are not familiar with the blue scroll of a .vbs file or the yellow scroll of a .js file. This is important, because the current round of virus/worm attacks on Windows machines by script attachments use filenames like

    loveletter.txt.vbs
    Most mail clients will filter these and give a warning, but wenwilder meant that to protect yourself from (most likely) harmful attatchments, it is best to just filter these(do be deleted) to begin with.
    It is those hidden file extensions, like 'somepicture.jpg.vbs' where it looks like it is a picture - .jpg - but you don't see the .vbs extension that makes it very, very important to enable file extensions view, as explained in the link above. It is always almost the first thing I enable on my computers and also clients, with an explanation.

    Hope this helps. I am not always very clear, so please, do ask questions!

    >edit< Sheet, now I see weegillis! Don't tell him I said that he has more common sense than most, haha buddy!
    Babies don't need a vacation, but I still see them at the beach... it pisses me off! I'll go over to a little baby and say 'What are you doing here? You haven't worked a day in your life!'
    Steven Wright

Page 2 of 2 FirstFirst 12

Similar Threads

  1. How to avoid domain name lookups
    By Mike22 in forum Google Discussion Forum
    Replies: 5
    Last Post: 04-18-2010, 09:55 AM
  2. Things to avoid when hiring an SEO
    By Toni Anicic in forum Search Engine Optimization Forum
    Replies: 16
    Last Post: 02-17-2009, 08:40 AM
  3. How to avoid being labelled a spammer?
    By virtualtraveller in forum Marketing Strategies Discussion Forum
    Replies: 3
    Last Post: 09-02-2008, 12:27 PM
  4. Avoid Omnis hosting
    By madicomputers in forum eCommerce Discussion Forum
    Replies: 4
    Last Post: 12-22-2004, 05:53 AM
  5. An Alternative Way to Avoid Caching
    By Sualdam in forum Web Programming Discussion Forum
    Replies: 0
    Last Post: 01-02-2004, 07:39 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •