42 行
930 B
YAML
42 行
930 B
YAML
profile_id: misconfiguration-generic
|
|
match_rules:
|
|
keywords:
|
|
- misconfiguration
|
|
- debug
|
|
- default config
|
|
- default credentials
|
|
vuln_family: misconfiguration
|
|
provisioning_mode: real
|
|
artifact_source:
|
|
strategy: official-image-or-source
|
|
required_services:
|
|
- app
|
|
seed_actions:
|
|
- kind: note
|
|
message: Keep checks limited to target-local paths and configured lab endpoints.
|
|
baseline_actions:
|
|
- kind: http-get
|
|
path: /
|
|
attack_actions:
|
|
- kind: tool
|
|
tool: misconfig-lab
|
|
args:
|
|
- "--target"
|
|
- "{target_url}"
|
|
- "--evidence-dir"
|
|
- "{evidence_dir}"
|
|
- "--run-id"
|
|
- "{run_id}"
|
|
- "--case-id"
|
|
- "{case_id}"
|
|
browser_assertions:
|
|
required: false
|
|
success_criteria:
|
|
- Misconfiguration indicator is captured with HTTP or server evidence.
|
|
cleanup_policy: destroy
|
|
destructive_risk: low
|
|
allowed_target_types:
|
|
- lab-local
|
|
- lab-public
|
|
- authorized-third-party
|