ARMARA Course 07

Course 07 / Module 03

Produce an audit report, honestly

Build a one-page report that cross-checks available evidence and states the invalid-chain caveat.

Level
Intermediate
Time
14 minutes
Commands
5
Finish
A caveated audit report

Video / coming soon

The written lesson is complete now.

Create a private report folder

Raw audit and session files contain operational details. The report uses two of three intended sources because no orchestration trace exists.

Use PowerShell for JSON capture.
01

Ask what can actually be proved

A professional report separates configured mechanisms, recorded events, and verified integrity.

02

Read summary then integrity

Run in your terminal
armaraos security status
armaraos security verify
Real failed audit verification, audit total, session count, and empty trace inventory
Fresh live output / chain break at 513 / two of three sources
03

Write the caveat once

Reusable caveat

The 0.8.3 audit integrity check fails at sequence 513, so these rows are informative operational records, not tamper-evident forensic evidence.

04

Collect audit and sessions

Run in your terminal
armaraos security audit --limit 50 --json
armaraos sessions --json
05

Require a genuine trace before export

Run in your terminal
armaraos orchestration list --json
armaraos orchestration export <TRACE_ID> -o run.json

The inventory is empty, so no export is attempted.

06

State the source count

This report uses two of three intended sources. Naming the missing trace is part of the evidence.

07

Write asked, did, cost

Keep each significant post-mortem to three factual lines, and attach source files only after redaction.

Check it / ship the caveat

Support one claim with two sources.

State the two-of-three source count and the missing trace explicitly.

Safety note

Read and redact raw audit and session exports before sharing.

Back to Module 7.2

Next / Module 7.4

Control who else can reach your agents

Lesson ready