Coder Social home page Coder Social logo

luis-sousa-pinto / vmclarity Goto Github PK

View Code? Open in Web Editor NEW

This project forked from openclarity/vmclarity

0.0 0.0 0.0 16.97 MB

VMClarity is an open source tool for agentless detection and management of Virtual Machine Software Bill Of Materials (SBOM) and security threats such as vulnerabilities, exploits, malware, rootkits, misconfigurations and leaked secrets.

Home Page: https://openclarity.io/

License: Apache License 2.0

Shell 1.08% JavaScript 18.62% Python 1.41% Go 73.64% Makefile 0.29% HTML 0.03% SCSS 3.50% Bicep 1.43%

vmclarity's Introduction

VMClarity Logo

VMClarity is an open source tool for agentless detection and management of Virtual Machine Software Bill Of Materials (SBOM) and security threats such as vulnerabilities, exploits, malware, rootkits, misconfigurations and leaked secrets.

VMClarity demo

Table of Contents

Why VMClarity?

Virtual machines (VMs) are the most used service across all hyperscalers. AWS, Azure, GCP, and others have virtual computing services that are used not only as standalone VM services but also as the most popular method for hosting containers (e.g., Docker, Kubernetes).

VMs are vulnerable to multiple threats:

  • Software vulnerabilities
  • Leaked Secrets/Passwords
  • Malware
  • System Misconfiguration
  • Rootkits

There are many very good open source and commercial-based solutions for providing threat detection for VMs, manifesting the different threat categories above.

However, there are challenges with assembling and managing these tools yourself:

  • Complex installation, configuration, and reporting
  • Integration with deployment automation
  • Siloed reporting and visualization

The VMClarity project is focused on unifying detection and management of VM security threats in an agentless manner.

Quick start

Install VMClarity

AWS

  1. Start the CloudFormation wizard, or upload the latest CloudFormation template
  2. Specify the SSH key to be used to connect to VMClarity under 'KeyName'
  3. Once deployed, copy VmClarity SSH Address from the "Outputs" tab

For a detailed installation guide, please see AWS.

Azure

  1. Click the Deploy To Azure button.
  2. Fill out the required fields in the wizard
  3. Once deployed, copy the VMClarity SSH address from the Outputs tab

GCP

  1. Change directory to installation/gcp/dm
  2. Copy vmclarity-config.example.yaml to vmclarity-config.yaml, update with required values.
  3. Deploy vmclarity using GCP deployment manager
    gcloud deployment-manager deployments create <vmclarity deployment name> --config vmclarity-config.yaml
    
  4. Once deployed, copy the VMClarity SSH IP address from the CLI output.

Access VMClarity UI

  1. Open an SSH tunnel to VMClarity server

    ssh -N -L 8888:localhost:8888 -i  "<Path to the SSH key specified during install>" ubuntu@<VmClarity SSH Address copied during install>
    
  2. Access VMClarity UI in the browser: http://localhost:8888/

  3. Access the API via http://localhost:8888/api

For a detailed UI tour, please see tour.

Overview

VMClarity uses a pluggable scanning infrastructure to provide:

  • SBOM analysis
  • Package and OS vulnerability detection
  • Exploit detection
  • Leaked secret detection
  • Malware detection
  • Misconfiguration detection
  • Rootkit detection

The pluggable scanning infrastructure uses several tools that can be enabled/disabled on an individual basis. VMClarity normalizes, merges and provides a robust visualization of the results from these various tools.

These tools include:

A high-level architecture overview is available here

Roadmap

VMClarity project roadmap is available here.

Contributing

If you are ready to jump in and test, add code, or help with documentation, please follow the instructions on our contributing guide for details on how to open issues, setup VMClarity for development and test.

Code of Conduct

You can view our code of conduct here.

License

Apache License, Version 2.0

vmclarity's People

Contributors

tehsmash avatar dependabot[bot] avatar frimidan avatar fishkerez avatar chrisgacsal avatar galiail avatar akpsgit avatar adamtagscherer avatar pbalogh-sa avatar shmcfarl avatar mirac-cisco avatar tavh avatar paralta avatar ramizpolic avatar shalevr avatar zohard1 avatar ryan-sheldrake avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.