You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A concurrent publish (btc_bip324 -> NR-2026-016, commit 7b84282) took the card to
101/8-chains but left three summary lines at 98: the What's-included total
(missing Bitcoin), the Limitations chain count (Seven chains), and the curated-
subset count. Bring them to 101 so the card is internally consistent again:
- What's-included: 98->101 total, 91->94 attack, + three Bitcoin
- Limitations: Seven->Eight chains (+ Bitcoin)
- curated subset: 98->101
Re-uploaded to HF (live card was the older inconsistent partial). All eight
chain-table sums == their headers == 101 == the nr-bundle-count marker.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_016yhJ7TaH9ZtqyYxcktRwoo
Copy file name to clipboardExpand all lines: nr-bundles-public-dataset-card.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ These are **validator / node-software** vulnerability classes only. On-chain con
84
84
85
85
## What's included
86
86
87
-
Ninety-eight bundles total. Ninety-one attack bundles, seven benign. Twenty-three Solana, fourteen Sui, twenty-two IOTA, twenty-nine Cosmos, four Aptos, three Cardano, three XRP. Seventeen bundles at `fidelity_class: lab-tls-fronted` (retain pre-term TLS pcap), seventy-five at `lab` and nine at `proxy` (raw pcap dropped, no pre-term variant).
87
+
One hundred and one bundles total. Ninety-four attack bundles, seven benign. Twenty-three Solana, fourteen Sui, twenty-two IOTA, twenty-nine Cosmos, four Aptos, three Cardano, three XRP, three Bitcoin. Seventeen bundles at `fidelity_class: lab-tls-fronted` (retain pre-term TLS pcap), seventy-five at `lab` and nine at `proxy` (raw pcap dropped, no pre-term variant).
88
88
89
89
The `Pcap modality` column below specifies which network-layer file is present on disk per bundle: `pre-term TLS` means `pcap_pre_termination.pcap` is retained (encrypted TLS frames; IP/TCP headers visible); `none` means the raw `packets.pcap` was dropped and no pre-term variant exists (`BundleFiles.packets_pcap=False` in the manifest).
90
90
@@ -203,8 +203,8 @@ This dataset is intended for:
203
203
## Limitations
204
204
205
205
-**Lab fidelity only.** All bundles in this release were captured in a controlled reproducer environment, not on mainnet or testnet. The capture pipeline has known fidelity envelopes; production-deployment generalisation is an open empirical question.
206
-
-**Seven chains.** Sui, Solana, IOTA, Cosmos, Aptos, Cardano, and XRP (XRPL). Cross-chain claims in published work apply specifically to this corpus; broader generalisation (Ethereum, others) is queued for subsequent corpus versions.
207
-
-**Curated subset.**Ninety-eight bundles do not represent the full distribution of attack shapes in NullRabbit's archived corpus. The subset is selected for coverage, not for statistical sufficiency. Training a production-grade model on this subset alone is not recommended.
206
+
-**Eight chains.** Sui, Solana, IOTA, Cosmos, Aptos, Cardano, XRP (XRPL), and Bitcoin. Cross-chain claims in published work apply specifically to this corpus; broader generalisation (Ethereum, others) is queued for subsequent corpus versions.
207
+
-**Curated subset.**One hundred and one bundles do not represent the full distribution of attack shapes in NullRabbit's archived corpus. The subset is selected for coverage, not for statistical sufficiency. Training a production-grade model on this subset alone is not recommended.
208
208
-**Raw `packets.pcap` is dropped from every bundle in this release.** Two policies apply per fidelity class:
209
209
-`lab-tls-fronted` bundles (17): post-termination cleartext `packets.pcap` is dropped via `tools/strip_pcap.py` (from `nr-bundle-spec`); the pre-termination TLS pcap (`pcap_pre_termination.pcap`) is retained. TLS frames are encrypted; only IP/TCP headers are visible at the pre-term wire vantage.
210
210
-`lab` and `proxy` bundles (81): no pre-term variant exists; the raw `packets.pcap` is dropped and `BundleFiles.packets_pcap=False` is set in the manifest. The remaining Parquet modalities (host plus whichever of app, protocol, responses were captured for the workload) stay intact.
0 commit comments