Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Design and Architecture
  4. license viruses database for antivirus module in security tool.

license viruses database for antivirus module in security tool.

Scheduled Pinned Locked Moved Design and Architecture
c++databasesecurity
8 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ram Shmider
    wrote on last edited by
    #1

    Hi All, I am developing an antivirus scanner module for new security tool, in C++ for the windows operation system. I have a need for database/list of viruses information so my tool be able to detect them. Does any one know where i can buy/download a list like that with license to use in my tool. I hope this is the right forum.... Thanks a lot, Ram.

    L L 3 Replies Last reply
    0
    • R Ram Shmider

      Hi All, I am developing an antivirus scanner module for new security tool, in C++ for the windows operation system. I have a need for database/list of viruses information so my tool be able to detect them. Does any one know where i can buy/download a list like that with license to use in my tool. I hope this is the right forum.... Thanks a lot, Ram.

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      I've never seen an offer for such a list. Furthermore, those lists are volatile; AntiVirus software manufacturers tend to update their data a couple of times a week. How will you organize that? :)

      Luc Pattyn [My Articles] Nil Volentibus Arduum

      R D 2 Replies Last reply
      0
      • L Luc Pattyn

        I've never seen an offer for such a list. Furthermore, those lists are volatile; AntiVirus software manufacturers tend to update their data a couple of times a week. How will you organize that? :)

        Luc Pattyn [My Articles] Nil Volentibus Arduum

        R Offline
        R Offline
        Ram Shmider
        wrote on last edited by
        #3

        First of all, thanks for the reply. I will have a team that investigate new threats over time. But i need a list like that for old virus, that probably exist here and there.... Thanks, Ram.

        1 Reply Last reply
        0
        • R Ram Shmider

          Hi All, I am developing an antivirus scanner module for new security tool, in C++ for the windows operation system. I have a need for database/list of viruses information so my tool be able to detect them. Does any one know where i can buy/download a list like that with license to use in my tool. I hope this is the right forum.... Thanks a lot, Ram.

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I am not sure about full list/database but if you visit the websites of the major anti-virus providers you should be able to find lots of useful information.

          Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

          R 1 Reply Last reply
          0
          • L Lost User

            I am not sure about full list/database but if you visit the websites of the major anti-virus providers you should be able to find lots of useful information.

            Unrequited desire is character building. OriginalGriff I'm sitting here giving you a standing ovation - Len Goodman

            R Offline
            R Offline
            Ram Shmider
            wrote on last edited by
            #5

            Thanks for the reply and the information.

            1 Reply Last reply
            0
            • R Ram Shmider

              Hi All, I am developing an antivirus scanner module for new security tool, in C++ for the windows operation system. I have a need for database/list of viruses information so my tool be able to detect them. Does any one know where i can buy/download a list like that with license to use in my tool. I hope this is the right forum.... Thanks a lot, Ram.

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              Ram Shmider wrote:

              I have a need for database/list of viruses information so my tool be able to detect them.

              ..scanning a file for a signature isn't the "hard" part that these people solve[^], it's getting those signatures.

              Ram Shmider wrote:

              Does any one know where i can buy/download a list like that with license to use in my tool.

              You're always welcome to download ClamWin[^], and build on it's database. You can even look at the sourcecode to see how it's done. If you use that database, your software might fall under the GPL license, dunno - you'd have to check with someone who knows about legal stuff. A quick consultation with the Almighty Google revealed that Norton's database[^] might be "free" to. It might reveal more if you consult it after sacrificing some bacon.

              Bastard Programmer from Hell :suss:

              R 1 Reply Last reply
              0
              • L Lost User

                Ram Shmider wrote:

                I have a need for database/list of viruses information so my tool be able to detect them.

                ..scanning a file for a signature isn't the "hard" part that these people solve[^], it's getting those signatures.

                Ram Shmider wrote:

                Does any one know where i can buy/download a list like that with license to use in my tool.

                You're always welcome to download ClamWin[^], and build on it's database. You can even look at the sourcecode to see how it's done. If you use that database, your software might fall under the GPL license, dunno - you'd have to check with someone who knows about legal stuff. A quick consultation with the Almighty Google revealed that Norton's database[^] might be "free" to. It might reveal more if you consult it after sacrificing some bacon.

                Bastard Programmer from Hell :suss:

                R Offline
                R Offline
                Ram Shmider
                wrote on last edited by
                #7

                Thanks a lot for the information, i will check it.

                1 Reply Last reply
                0
                • L Luc Pattyn

                  I've never seen an offer for such a list. Furthermore, those lists are volatile; AntiVirus software manufacturers tend to update their data a couple of times a week. How will you organize that? :)

                  Luc Pattyn [My Articles] Nil Volentibus Arduum

                  D Offline
                  D Offline
                  DaveAuld
                  wrote on last edited by
                  #8

                  Luc Pattyn wrote:

                  AntiVirus software manufacturers tend to update their data a couple of times a week daily.

                  FTFY :)

                  Dave Find Me On: Web|Facebook|Twitter|LinkedIn


                  Folding Stats: Team CodeProject

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups