WithSecureLabs / snake

snake - a malware storage zoo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Questions

iaeubanks opened this issue · comments

  1. Where are the samples stored on the system?
    I want to know where the samples are stored so that I can properly document the location for future reference.

  2. Can samples be deleted from the malware zoo after being uploaded for management of samples?
    If so, how do I remove/delete/archive a sample? If not, I recommend that a method of deleting or archiving samples be added to the program so that the Snake Malware Zoo will not get too full with samples?

  3. Is there any way to make the program accessible outside of localhost?
    I want the program to be accessed by multiple users in different locations. Is there a way to do this?

  4. How do you format the text in the notes page to have titles and tables?

  1. By default samples are stored in the following location: /var/db/snake
  2. Samples can be deleted over the API: https://github.com/countercept/snake-core/wiki/API#delete
  3. Snake Skin could be exposed over the internet by changing the bind address, etc. But there is no authentication in Snake yet so I would not recommend this unless you put it behind basic authentication until native authentication is supported.
  4. Notes use markdown and thus titles and tables are achieved with markdown syntax.