Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CTWall — CTWall (ChainThreatWall) platform helps Security, DevOps, and Product teams make risk decisions faster by using SBOM/BOM data to identify malware in the software supply chain. | Kitploit
Tools/GitHubGitHub/cybergabisoft/ctwall
Indicator of Compromise (IOC) ManagementContainer SecurityVulnerability AnalysisMalware AnalysisCloud SecurityDevSecOpsThreat IntelligenceSupply Chain SecurityIncident Response
GitHubcybergabisoft/ctwall

CTWall

CTWall (ChainThreatWall) platform helps Security, DevOps, and Product teams make risk decisions faster by using SBOM/BOM data to identify malware in the software supply chain.

1 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository

CTWall - ChainThreatWall

GitHub release

As more teams move to virtualized development environments to reduce software supply-chain risk, one challenge remains: malicious dependencies can still slip through and reach production.

CTWall (ChainThreatWall) platform helps Security, DevOps, and Product teams make risk decisions faster by using SBOM/BOM data to identify malware in the software supply chain. This tool is a practical supplement to classic SCA (Software Composition Analysis): it adds malware-focused detection in the software supply chain layer. By using free/public threat intelligence sources (for now it is only publicly available OSV database from https://osv.dev/), teams can generate notifications about newly observed dependency threats without building a custom intel pipeline from scratch.

SBOMs can be easily imported into the platform using DepAlert.

Quick start

See 00_quick_start.md for step-by-step instructions.

Platform purpose

From a business perspective, tool helps You to:

  • Get dependency malware risk visibility in one place.
  • React faster to malware threats.
  • Keep history and evidence for audits.
  • Reduce manual triage effort.

From an operational perspective, CTWall platform delivers useful functionality to:

  • Ingest SBOMs from CI/CD and vendor channels.
  • Keep revision history for each Product / Scope / Test.
  • Map components to malware intelligence and triage findings.
  • Monitor posture and trends on project dashboards.
  • Dispatch operational alerts to connectors (Jira, SMTP, Slack, SNS, external Alertmanager).

CTWall Dashboard CTWall Alerts CTWall Connectors

What happens in runtime

Application flow:

  1. SBOM is uploaded (or sent by agent).
  2. Revision and components are persisted.
  3. Background workers perform malware analysis.
  4. Alert groups/occurrences are updated.
  5. Configured connectors receive FIRING/RESOLVED signals.
  6. UI presents dashboards, posture, explorer, and triage state.


root@kitploit:~
flowchart LR
    A[Product / Source] --> B[Generate SBOM/BOM]
    B --> C[Import SBOM/BOM file to CTWALL]
    C --> D[Alert]


Cybersecurity problems that CTWall solves

  1. No continuous dependency risk monitoring (application + infrastructure). CTWall collects SBOM/BOM data and organizes it in one model: Product -> Scope -> Test. In today's threat landscape, lack of continuous monitoring and delayed response to dependency threats can lead to compromise of both applications and infrastructure.

  2. Late threat detection and reaction. SBOM import and analysis help detect risk before production or early in the delivery cycle. In practice, CTWall supports earlier detection of malware packages across both application dependencies and infrastructure-related dependencies.

  3. Fragmented alerts and communication noise. CTWall normalizes alerts and can send them to operational tools (for example Jira, Slack, SMTP, Alertmanager), instead of relying only on CI logs.

  4. Hard audits and missing decision history. The platform stores SBOM revision history and events, making it easier to audit and reconstruct what changed and when.

  5. Too much manual triage. Teams get structured results and can move faster from alert to decision.

Some Attack Examples CTWall Can Help You Detect

CTWall helps by correlating SBOM/BOM components with threat intelligence and malware advisories, then generating operational alerts.

  1. March 2026 npm supply-chain compromise of Axios (axios, MAL-2026-2307). Compromised maintainer credentials led to malicious axios releases (1.14.1, 0.30.4) that introduced the trojanized dependency [email protected]; public advisories describe a postinstall-triggered cross-platform RAT/dropper and recommend treating exposed systems as compromised, with immediate secret and credential rotation.

  2. September 2025 npm supply chain campaign (Shai-Hulud + cryptojacking payloads). Phishing-led maintainer compromise, malicious package updates, credential/token theft, and CI/CD persistence were publicly documented in sector advisories.

  3. July 2025 PyPI phishing incident with malicious num2words releases (0.5.15, 0.5.16). Compromised maintainer account led to malicious package versions being published and later removed.

  4. November 2025 PyPI typosquatting campaign (tableate, MAL-2025-191535). Public OSV records describe RAT-like behavior and second-stage payload delivery.

  5. March 2026 PyPI malware case (amigapythonupdater, MAL-2026-1136). Public OSV records describe exfiltration of environment variables/cloud tokens and command execution behavior.

  6. February 2026 npm malware case (test-npm-style, MAL-2026-771). Public OSV/GHSA-linked records classify affected versions as malicious and recommend immediate secret rotation.



CTWall SBOM Dependency Graph

Security

Please see CTWall Security

License

CTWall is licensed under the BSD 3-Clause License

Want to get in touch or have questions?

For questions, contact us at: [email protected]

Download Tool