Tutorial: grade Elastichoney with UHBS (HTTP)¶
Upstream: jordan-wright/elastichoney · last push 2015-07-14
# Build lab image (modern Go; set anonymous=true in config.json)
docker build -f .local/labs/elastichoney/Dockerfile.lab -t elastichoney:uhbs-lab .local/labs/elastichoney
docker run -d --name elastichoney-lab --network uhbs-lab -p 127.0.0.1:19200:9200 elastichoney:uhbs-lab
UHBS_QUICK=1 UHBS_AIRGAP_ATTESTED=1 uhbs-lab \
--inventory .local/elastichoney-inventory.yaml --target elastichoney-http \
--tps docs/conformance/labs/elastichoney/web_api_http_quick.yaml --protocol http \
--quick --skip-sast-tools --out docs/conformance/reports/elastichoney/http/quick
Published: quick 45.84 / F, full 45.73 / F.
What you get from this lab¶
This tutorial reproduces the published UHBS evaluation proof for analysts who need to verify numbers, not trust a screenshot. After a successful run you should have:
SCORECARD.txt— verbatim module table, UHQS, letter grade, and δ_C Safety Gatereport.json— machine-readable scores for automation / diffing- Optional harness logs under the lab telemetry directory
How CTI / blue team should use the artifacts¶
- Open the full SCORECARD first (authoritative). Treat quick as a smoke check unless the methodology says otherwise.
- Read modules A–F with READING-UHQS.md: low B is often “credential sink by design,” not a broken decoy.
- Confirm δ_C = 1.0 (or understand why containment failed) before citing UHQS externally.
- Wire your own log shipping; UHBS Module C is harness visibility, not SIEM coverage.
Trust limits¶
- UHBS 4.2.2 evaluation proof is informative — not a certification, endorsement, or ranking.
- Product names appear only under
docs/conformance/as evaluation evidence. - Re-run after upstream or TPS changes; do not invent scores without regenerating artifacts.