Beacon Ops Demo
Operational Beaconing Detection Demo

Run a file, then walk through the result.

Start with one of the included inputs or your own small file. The workspace then walks you through the result in separate pages for results, explanation, diagnostics, and raw files.

Run an included input or upload your ownAccepts normalized CSV, Zeek, and NetFlow/IPFIX CSVShows what was skipped and whyWalks you through the result page by page
Open demo workspace
One example scoring command
beacon-ops score --input data/operational/fixtures/netflow_demo.csv --input-format netflow-ipfix-csv --model-artifact models/operational/demo_rf --profile balanced --output-dir results/operational/demo
1. Run

Open an included input or upload a small file and let the scorer process it.

2. Read

Use the Results and Explanation pages to understand what the run flagged and why.

3. Drill down

Open Diagnostics or Files only if you want the deeper detail behind the same run.

Input rows
11
Loaded events
10
Skipped rows
1
Alert count
2

What opens after a run

The workspace keeps the main answer first, then leaves the raw outputs for later.

alerts.csv

The flows the system thinks deserve review first, with short reasons.

scored_flows.csv

Every grouped flow with the rule score, model score, and final combined score.

run_summary.json

A machine-readable summary of what was loaded, what was skipped, and which settings were used.

report.md

A human-readable report that explains the run in plain language and keeps the score wording conservative.