Saferwall is an open source malware analysis platform.

(58 views)

A hackable malware sandbox for the 21st Century - https://saferwall.com

It aims for the following goals:

  • Provide a collaborative platform to share samples among malware researchers.
  • Acts as a system expert, to help researchers generate an automated malware analysis report.
  • Hunting platform to find new malware.
  • Quality ensurance for signature before releasing.

Features

  • Static analysis:
    • Crypto hashes, packer identification
    • Strings extraction
  • Multiple AV scanner which includes major antivirus vendors:
    Vendors status Vendors status
    Avast ✔️ FSecure ✔️
    Avira ✔️ Kaspersky ✔️
    Bitdefender ✔️ McAfee ✔️
    ClamAV ✔️ Sophos ✔️
    Comodo ✔️ Symantec ✔️
    ESET ✔️ Windows Defender ✔️

Installation

Saferwall takes advantage of kubernetes for its high availability, scalability, and the huge ecosystem behind it.

Everything runs inside Kubernetes. You can either deploy it in the cloud or have it self hosted.

To make it easy to get a production-grade Kubernetes cluster up and running, we use kops. It automatically provisions a Kubernetes cluster hosted on AWS, GCE, DigitalOcean, or OpenStack and also on bare metal. For the time being, only AWS is officially supported.

Steps to deploy in AWS: (This still needs to be improved)

  1. Clone the project: git clone https://github.com/saferwall/saferwall
  2. Using a Debian Linux, make sure build-essential are installed: sudo apt-get install build-essential.
  3. Rename the example.env to .env and fill the secrets according to which AVs you want to have.
  4. Install it: make saferwall.
  5. Edit the deployments/values.yaml to match your needs.
  6. Logs are found elasticsearch:

Built with:

Current architecture / Workflow:

Here is a basic workflow which happens during a file scan:

  • Frontend talks to the the backend via REST APIs.
  • Backend uploads samples to the object storage.
  • Backend pushes a message into the scanning queue.
  • Consumer fetches the file and copy it into to the nfs share avoiding to pull the sample on every container.
  • Consumer calls asynchronously scanning services (like AV scanners) via gRPC calls and waits for results.

Acknowledgements

Contributing

Please read docs/CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.


More: https://saferwall.com and https://github.com/saferwall/saferwall

May 18, 2020
Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Inline Feedbacks
View all comments
© HAKIN9 MEDIA SP. Z O.O. SP. K. 2023