Sign inSign up

samaharrison/shadelight-scanner

By samaharrison

Updated about 1 year ago

Containerized SHA-256 + YARA malware signature scanner CLI

Image
Security
Monitoring & observability
0

353

samaharrison/shadelight-scanner repository overview

Shadelight Scanner

A containerized malware signature scanner (SHA-256 + YARA) with zero install.

Tags

  • Latest -> Always the new build
  • v3, v4 (Versioned)

Quickstart

Pull the image:

docker pull samaharrison/shadelight-scanner:latest

Run the scanner

#Scan a single file docker run --rm
-v /path/on/host:/data
samaharrison/shadelight-scanner:latest
/data/yourfile.ext

#Scan an entire directory docker run --rm
-v /path/on/host:/data
samaharrison/shadelight-scanner:latest
/data

Read the output

[INFO] Running layered signature scan (hash + YARA): /data [SCAN] /data/yourfile.ext [ALERT] Exact hash match: EICAR Test File Risk level: High (score 100)

[SUMMARY] Total suspicious/positive hits: 1

Automated Builds

This image is rebuilt on every push to main via Docker Hub Animmated Builds

Documentation

*Github repository: https://github.com/PufyBee/Shadelight-electron *Author: https://www.linkedin.com/in/samuelalanharrison

License

MIT © 2025 Sam Harrison

Tag summary

Content type

Image

Digest

sha256:ecfe49643

Size

169.3 MB

Last updated

about 1 year ago

docker pull samaharrison/shadelight-scanner