Results 1 to 4 of 4

Thread: How to detect virus of Java Script.

  1. #1
    Join Date
    Mar 2012
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to detect virus of Java Script.

    How to detect virus of Java Script.

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Your question is unclear. What do you mean? Javascript cannot include a virus-- it is not that kind of code. There can be other security threats, but not viruses.

    Other threats include XSS (cross-site scripting) and ActiveX (IE-only) attacks, where ActiveX allows direct access to the computer.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Mar 2011
    Posts
    2,144
    Thanks
    59
    Thanked 116 Times in 113 Posts
    Blog Entries
    4

    Default

    Quote Originally Posted by djr33 View Post
    Your question is unclear. What do you mean? Javascript cannot include a virus-- it is not that kind of code. There can be other security threats, but not viruses.

    Other threats include XSS (cross-site scripting) and ActiveX (IE-only) attacks, where ActiveX allows direct access to the computer.
    Also are you trying to detect a virus made in javascript or trying to detect a virus with javascript.

    Agreeing with Daniel, you can't make a virus out of javsacript. It just doesn't have enough power over the computer.

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    An Active X attack can introduce a virus (more likely a trojan that carries with it a virus) but isn't in and of itself a virus. XSS can trick you into downloading a virus or virus laden files.

    The best solution is to have a good up to date resident shield (or equivalent - resident shields are now being replaced by more efficient methods) and keep security settings in IE high enough to prevent installation of Active X without your permission. The default levels are sufficient as long as you don't say OK to their installation when prompted, which you should never do unless you 100% trust the site and are 100% certain you are on the official site it appears you are on.

    Generally reputable sites like banks and merchants will not require these anyway. Avoid warez sites and sites that say they will give you copyright material like movies and music for free. These often require you to do things that will install viruses or trojans on your computer.

    Keep your Flash, Quicktime, Java, Adobe Reader and any other plugins you use regularly up to date on their own (most will prompt you at startup when updates are ready or do so automatically, depending upon your settings), so that you will know if prompted to update one of those by a website that it's probably an attack.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

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