Learn · Audit & evidence
The control crosswalk
Point a framework’s controls at the logbook entries that evidence them.
Checked against the product on · written for people who need the evidence
A framework holds controls. A control holds evidence links. A link points at a logbook entry and captures that entry’s hash, so the evidence is tamper-evident from the moment it is linked.
Prove
Compliance
38 of 52 controls implemented
44 of 61 controls implemented
29 of 47 controls implemented
51 of 64 controls implemented
Open Compliance and read the coverage per framework.1
Select a framework to open its controls.2
Prove
Controls
| Control | Owner | Status | Last tested | Evidence |
|---|---|---|---|---|
| CC6.1 Logical access | dana@ | Implemented | 11 days ago | 14 links |
| CC7.2 Monitoring | sam@ | Implemented | 4 days ago | 212 links |
| CC8.1 Change management | dana@ | In progress | 31 days ago | 3 links |
Read the status and the evidence count on each control.1
A control moves through not started, in progress, and implemented.
Read the capture line.2
The reverse question
Given one logbook entry, the platform answers which controls it evidences. This is the question an auditor asks when they pick an entry at random.
/v1/compliance/evidence/{event_id}/controlsLists the controls a single logbook entry evidences.
| Field | Type | Required | What it is |
|---|---|---|---|
| event_id | string | Yes | The logbook entry to trace. |
Returns
{
"event_id": "ev_01HZX…",
"controls": [
{ "control_id": "ct_01HZ…", "ref": "CC7.2", "framework_key": "soc2" }
]
}curl 'https://api.dmzagent.com/v1/compliance/ledger/EVENT_ID/controls' \
-H 'Authorization: Bearer YOUR_API_KEY'