deepfence / YaraHunter

🔍🔍 Malware scanner for cloud-native, as part of CI/CD and at Runtime 🔍🔍
https://deepfence.io/
Apache License 2.0
1.23k stars 151 forks source link

Scan for IOCs as during CI/CD as well as at runtime #1

Closed sandman137 closed 2 years ago

sandman137 commented 2 years ago

Problem Statement:

Build a simple command line scanner which can be run in CI/CD plug-ins, at runtime to scan container images, running containers. hosts, volumes and more for known indicators of compromise pertaining to:

Why?

Multiple reasons to do these as part of CI/CD and at runtime to figure out

How?

YARA rule matching, its static but this seems to be the best way to exchange and add to community threat intel.

shyam-dev commented 2 years ago

Solved here https://github.com/deepfence/YaRadare/tree/main/ci-cd-integration

Further integrations are welcome !