From generated PCAP to explainable detection review.
NetMetria-X datasets are meant to be inspected, tested, and explained. The PCAP is the packet evidence. The manifest, summary, and timeline provide the context needed to understand what the evidence represents.
Bundle contents
What reviewers receive
Dataset bundle
A bundle is organized so packet evidence and interpretation context travel together. The exact optional observation outputs depend on the scenario configuration.
dataset_bundle/ ground_truth.pcap # complete generated packet evidence manifest.db # authoritative ground truth summary.json # compact dataset inventory timeline.json # ordered scenario and packet context README.md # handoff notes observed/ # optional sensor-visible PCAPs observation/ # optional observation metadata
Review sequence
A practical workflow for detection engineers
Best use
Use NetMetria-X when known answers matter
Production captures remain valuable for understanding real networks. NetMetria-X serves a different purpose: controlled, repeatable, labeled packet evidence for validation and training.
Use the generated bundle to test whether a rule fires, whether a parser extracts what it should, whether an analyst can follow the evidence, and whether the dataset explanation is clear enough for repeatable review.
The important distinction is simple: the PCAP shows generated network evidence for a declared scenario. The supporting context explains why that evidence exists.
Early review
Evaluate the workflow against your detection process
Reviewer feedback should focus on whether the packet evidence, context, and workflow are useful for real validation work.