I Built a Four‑Cloud Security Scanner That Auto‑Fixes Attack Chains – Here's How

작성자

카테고리:

← 피드로
DEV Community · APCSS SECURITY · 2026-07-05 개발(SW)

AEGIS SECURITY  (APCSS)

🚀 The Problem

Cloud security tools like Wiz and Orca are incredibly powerful – but they cost millions of dollars and are closed source. Small teams, startups, and individual developers simply can’t afford them.

I wanted to build something that:

  • ✅ Scans AWS, GCP, Azure, and OCI (all 4 major clouds)
  • ✅ Finds vulnerabilities automatically
  • Fixes them without human intervention
  • ✅ Is completely free and open source

So I built APCSS (Automated Protection of Cloud Security System).

🔥 What APCSS Does

Feature Description Four‑Cloud Scanning AWS · GCP · Azure · OCI – in one command Attack Path Graph Shows exactly how an attacker would move from the Internet to your sensitive data Auto‑Fix Attack Chains Automatically fixes S3, Security Groups, EC2 ports, and IAM roles – breaks the entire chain Live Dashboard Real‑time monitoring with alerts and attack path visualisation PDF Compliance Reports Generate reports for PCI‑DSS, HIPAA, and SOC2 – auditor‑ready Drift Detection Learns your environment and alerts you when something changes (e.g., a new public bucket)

🛠️ How It Works

1. Scan All 4 Clouds in One Command


bash
python scanner.py 127.0.0.1 --cloud --fix --db --yes

Enter fullscreen mode Exit fullscreen mode

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다