Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: .jar file circulating on facebook like a virus, any insight appreciated

  1. #1
    Junior Member
    Join Date
    Feb 2014
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question .jar file circulating on facebook like a virus, any insight appreciated

    Hi, I'm really not sure if this is the right sub-forum, but here goes.

    I got a message on facebook from a friend, saying someone else had set up a profile with my name and pictures etc. There was a link attached to a file named IMG_060774.zip. I looked in the .zip, and found IMG_060774.jar. I contacted my friend and told her not to open the file, but she already had. She'd got the same message as me, only with her own name on it. When she opened it, it started sending the same message with the same attachment to everyone on her friends list.
    She logged out of facebook when this started happening, but it started sending the messages again when she logged back in. All could think of was to advise her to restart her pc to kill the running process.

    So, what I'm here to ask is, could executing this jar file actually install bad stuff that will remain on a pc, or is it just some benign process that would have died with a restart.

    [Link to virus removed by moderator]


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: .jar file circulating on facebook like a virus, any insight appreciated

    Quote Originally Posted by fluffythefish View Post
    So, what I'm here to ask is, could executing this jar file actually install bad stuff that will remain on a pc, or is it just some benign process that would have died with a restart.
    Java, just like any other "real" language, can do pretty much anything on a computer. This isn't inherently a bad thing, but it can be used to do bad things (just like a hammer can be used to break glass instead of hammer in nails). Running a jar is no different from running a .exe or other arbitrary programs. So, the gist is this: yes, a jar could install bad stuff. I highly suggest you run an antivirus program.
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Could someone give me some insight as to how to do this?
    By blobman23 in forum What's Wrong With My Code?
    Replies: 13
    Last Post: November 11th, 2013, 08:46 PM
  2. run jar file inside a jar file?
    By ufrubnuckle in forum Java Theory & Questions
    Replies: 1
    Last Post: February 21st, 2013, 06:58 AM
  3. Run a jar file inside a batch file with Windows 7 Task schduler
    By kingnachi in forum What's Wrong With My Code?
    Replies: 2
    Last Post: June 15th, 2012, 09:20 AM
  4. [SOLVED] jar file Built(clean and build) perfectly, but not running as jar
    By chronoz13 in forum What's Wrong With My Code?
    Replies: 18
    Last Post: July 11th, 2011, 11:41 AM
  5. Facebook Group now a Facebook Fan Page
    By Json in forum Forum Updates & Feedback
    Replies: 0
    Last Post: May 14th, 2011, 05:04 AM