Results 1 to 16 of 16

Thread: Virus Definition

  1. #1

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    Virus Definition

    Hi,
    I am looking for a list of viruses and the relating file (.exe/.dll) associated with those viruses.

    e.g

    Executable Name Virus Name
    Uprootkit.exe Backdoor.UpRootKit
    Svch0st.exe Backdoor.Graybird

    Any idea where i can find a conprehensive list.

    Thanks
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  2. #2

  3. #3

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Kovan Salam,
    Thanks for responding. I have been to symantec site. It does not really include the name of the related file. I have to click on each virus name and then manually extract the exe names.

    I was looking for a file containing the list like the example on my first page.

    Thanks.

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  4. #4
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    If you're planning on creating some sort of virus scanner, DO NOT go by only file names. Every virus is defined by a set of bits which flag it has a virus. More information can be found on google if that is what you want to do. I also believe HowStuffWorks.com has information on how virus scanners work.

    If you just want a list, you can probably parse Norton's or McAfee's virus definitions file. That would probably be the easyest way if you can figure out the definitions are written. Otherwise you may be able to make a simple script to parse the website's names and such.

  5. #5

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Thanks for your response.

    I have fairly good understanding of how most virus works. I am not gonna bother writing a fully fledged virus scanner, it would take too long and its not worth it to be honest. What i am writing is totally different then virus scanner.

    Anyhow I have already compiled a small list by parsing some web sites, i need a more comprehensive list.

    I am sure there would be some site listing some kind of definition file.

    I personally dont use any antivirus, so dont have access to any definitaion file, would any one mind posting thier's. I would see if they can be parsed. Or if anyone knows the format of the file please let me know.

    Thanks again.

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  6. #6
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by Danial
    I personally dont use any antivirus, so dont have access to any definitaion file, would any one mind posting thier's. I would see if they can be parsed. Or if anyone knows the format of the file please let me know.
    l
    Same here. My parents used to use McAfee and when I had to update it, I went to downloads.com and searched for McAfee update and downloaded a dat file from there.

  7. #7
    Fanatic Member Matt_T_hat's Avatar
    Join Date
    Dec 2001
    Location
    '76 Male Body Evil-Errors: 666
    Posts
    774
    Originally posted by kasracer
    Same here. My parents used to use McAfee and when I had to update it, I went to downloads.com and searched for McAfee update and downloaded a dat file from there.
    I have a friend who always runs the latest (cracked) McAfee downloaded from Emule and he says it updates from the McAfee home page just fine.
    ?
    'What's this bit for anyway?
    For Jono

  8. #8
    KrisSiegel.com Kasracer's Avatar
    Join Date
    Jul 2003
    Location
    USA, Maryland
    Posts
    4,985
    Originally posted by Matt_T_hat
    I have a friend who always runs the latest (cracked) McAfee downloaded from Emule and he says it updates from the McAfee home page just fine.
    Well isn't that special

  9. #9
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718
    Try a google site search for the executables. Make sure you start at the root web and search from that (securityresponse.symantec.com)
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  10. #10
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959
    You wont crack the viruses , trojans etc.. They have too much encryption for virus scanners. Only after they have been handed in and stamped. If you want some good info check out www.kaspersky.com or try www.areyoufearless.com these guys know all there is to know about virsus scanners , lists, encryption techniques etc.. If you buy kaspersky pro then you can generate a txt list of approx 81000 virus' , trojans, worms, etc..

  11. #11

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Originally posted by Jmacp
    You wont crack the viruses , trojans etc.. They have too much encryption for virus scanners. Only after they have been handed in and stamped. If you want some good info check out www.kaspersky.com or try www.areyoufearless.com these guys know all there is to know about virsus scanners , lists, encryption techniques etc.. If you buy kaspersky pro then you can generate a txt list of approx 81000 virus' , trojans, worms, etc..
    Thansk for those links, they seem very intersting, i will go through them. I am fully aware of how most viruses work and most of the encryption algorithm currently available.

    If you read my initial posts i am not writing a "Scanner" as such. I am after a list of viruses with their corresponding exe,dll names.

    Do you have kaspersky? Aree they in text format, if so can you post few entries?

    Thanks.

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  12. #12
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959
    this isnt the whole list , about 100 short,

    http://www.angelfire.com/ct3/jmacp/list.zip

    uh, just thought , is this legal giving you this list?

  13. #13

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Originally posted by Jmacp
    this isnt the whole list , about 100 short,

    http://www.angelfire.com/ct3/jmacp/list.zip

    uh, just thought , is this legal giving you this list?
    Thans for that. Well you are just passing me some information about some viruses, which are already in public domain, its not an application, so i dont see anything wrong with that. Certainly not illegal.

    Cheers.
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  14. #14

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Originally posted by Jmacp
    this isnt the whole list , about 100 short,

    http://www.angelfire.com/ct3/jmacp/list.zip
    Just had a look at the file, it only contains the name of Virus, does not really contains the name of the virus executable.

    Thanks anyway.

    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

  15. #15
    Frenzied Member Jmacp's Avatar
    Join Date
    Jul 2003
    Location
    UK
    Posts
    1,959
    Originally posted by Danial
    Just had a look at the file, it only contains the name of Virus, does not really contains the name of the virus executable.

    Thanks anyway.

    Danial
    Yup i saw that when i looked at the list but thought i'd post it anyway even though i know its absolutely useless to you, because a virus company can call the visus anything they like. But at least yuo can see what you in for.

  16. #16

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    Originally posted by Jmacp
    Yup i saw that when i looked at the list but thought i'd post it anyway even though i know its absolutely useless to you, because a virus company can call the visus anything they like. But at least yuo can see what you in for.
    Cheers thanks fore trying to help, it was appriciated. I will keep the list in my collection

    I guess i will just write a crawler and crawl throug symatec.com website and compile the list.


    Danial
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

Posting Permissions

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



Click Here to Expand Forum to Full Width