Skip to main content

CASM: Continuous Attack Surface Monitoring

Project description

CASM

Continuous Attack Surface Monitoring

CASM logo

Evidence-first attack surface monitoring with safe, scope-bound verification and run-over-run change tracking.

CASM helps security teams continuously monitor external exposure in authorized environments. It discovers assets, verifies HTTP/TLS posture, and compares each run against a baseline to show exactly what changed.

Quick Start

# Install
pip install g2cv-casm

# Create a minimal scope and targets file
cat > scope.yaml <<'YAML'
engagement_id: quickstart
allowed_domains: [example.com]
allowed_ips: []
allowed_ports: [443]
allowed_protocols: [https]
seed_targets: [example.com]
max_rate: 5
max_concurrency: 2
active_allowed: false
auth_allowed: false
YAML

cat > targets.json <<'JSON'
{
  "targets": [
    {"url": "https://example.com", "method": "HEAD"}
  ]
}
JSON

# Run a unified scan
casm run unified --config scope.yaml --targets-file targets.json --dry-run false

# Compare with a previous run
casm diff --old runs/baseline/results.sarif --new runs/current/results.sarif

By default, CASM auto-resolves tool binaries in this order: bundled wheel tools, local hands/bin (source tree), cache, then optional download configured with CASM_TOOL_DOWNLOAD_URL_TEMPLATE and CASM_TOOL_MANIFEST_URL.

In a source checkout, if hands/bin/<tool> is missing and Go is installed, CASM auto-builds the tool on first use.

What CASM Does

  • Discover exposed assets across HTTP, DNS, and TLS contexts.
  • Verify web hardening signals and transport/security headers.
  • Track change between scans with baseline-aware diffs.
  • Report in SARIF, Markdown, PDF, and JSONL evidence streams.

Safety by Default

  • Authorization-first scope controls (domains, IPs, ports, protocols).
  • Dry-run support, deterministic blocking reasons, and rate/concurrency guardrails.

Screenshots

Executive Summary (PDF) Executive Summary

Changes Since Last Scan (PDF) Changes Since Last Scan

Documentation

  • Full docs: docs/ (or run mkdocs serve)
  • Tutorials: docs/tutorials/
  • CLI reference: docs/reference/cli.md
  • Configuration reference: docs/reference/configuration.md
  • GitHub Auto-Diff Bot guide: docs/how-to/github-auto-diff.md
  • Release guide: docs/how-to/release-python-package.md
  • Security model: docs/explanation/security-model.md

Project Notes

  • Package name on PyPI: g2cv-casm
  • CLI commands: casm and g2cv-casm
  • Versioning is tag-driven (vMAJOR.MINOR.PATCH)

Contributing and Security

  • Contribution guide: CONTRIBUTING.md
  • Security policy: SECURITY.md
  • Code of conduct: CODE_OF_CONDUCT.md

Support

If CASM is useful for your team, consider starring the repository. It helps others discover the project and supports ongoing development.

License

AGPL-3.0. See LICENSE.

Questions or partnerships: contact@g2cv.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

g2cv_casm-0.3.1.post1.dev0-py3-none-macosx_10_9_universal2.whl (11.9 MB view details)

Uploaded Python 3macOS 10.9+ universal2 (ARM64, x86-64)

File details

Details for the file g2cv_casm-0.3.1.post1.dev0-py3-none-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for g2cv_casm-0.3.1.post1.dev0-py3-none-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 2530e5d033b83c3f88a013756befb1063092ba14f5617406ae0589e0b2253b61
MD5 2d76330788d8b93e19382c0c861fc622
BLAKE2b-256 b5674bcaaeb81cbe9421f259b69ec95b03965999c15c8da5ccc2e1d3c4de9ce7

See more details on using hashes here.

Provenance

The following attestation bundles were made for g2cv_casm-0.3.1.post1.dev0-py3-none-macosx_10_9_universal2.whl:

Publisher: pypi-release.yml on G2CV/CASM

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page