diff --git a/README.md b/README.md index 3c7647b3597fcc0b972c1d7dacdb850eca546d44..7aa5f3dbf7dc5b4b041c856273f75d87d51dc59e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ size_categories: - n<1K --- - + @@ -35,7 +35,7 @@ size_categories: # nr-bundles-public -A curated, multi-modal dataset of blockchain validator infrastructure under attack and benign workloads. **882 bundles** across **27 chains and network stacks** (Aptos, Bitcoin, Cardano, casper, conflux, Cosmos, Dogecoin, Ethereum, http2, http3, ic, icon, IOTA, ipfs, kaspa, libp2p, Litecoin, Monero, polkadot, qtum, quic, Solana, Solana (Agave), Sui, walrus, XRP, zcash), all thirteen families in the taxonomy (twelve attack classes plus `benign`), and **176 attack primitive_ids** — including faithful wire-level reproductions of **148 publicly disclosed CVEs and security advisories** in blockchain node software. Released as the public sample of NullRabbit's bundle corpus, which underpins [NullRabbit Labs'](https://huggingface.co/NullRabbit) ML research on autonomous defence for decentralised networks. +A curated, multi-modal dataset of blockchain validator infrastructure under attack and benign workloads. **892 bundles** across **27 chains and network stacks** (Aptos, Bitcoin, Cardano, casper, conflux, Cosmos, Dogecoin, Ethereum, http2, http3, ic, icon, IOTA, ipfs, kaspa, libp2p, Litecoin, Monero, polkadot, qtum, quic, Solana, Solana (Agave), Sui, walrus, XRP, zcash), all thirteen families in the taxonomy (twelve attack classes plus `benign`), and **186 attack primitive_ids** — including faithful wire-level reproductions of **148 publicly disclosed CVEs and security advisories** in blockchain node software. Released as the public sample of NullRabbit's bundle corpus, which underpins [NullRabbit Labs'](https://huggingface.co/NullRabbit) ML research on autonomous defence for decentralised networks. ## What this dataset is @@ -92,7 +92,7 @@ These are **validator / node-software** vulnerability classes only. On-chain con ## What's included -**882 bundles total: 875 attack, 7 benign.** By provenance class: **292 `original`** (NullRabbit's own disclosed findings, each with a published operator advisory), **23 legacy-sample** (the 2026-05-13 Solana/Sui curation), and **567 `public-cve-replication`** (faithful reproductions of already-public CVEs / advisories). The raw `packets.pcap` is dropped from every bundle (`BundleFiles.packets_pcap=False`); no pre-termination pcap variant is retained. +**892 bundles total: 885 attack, 7 benign.** By provenance class: **302 `original`** (NullRabbit's own disclosed findings, each with a published operator advisory), **23 legacy-sample** (the 2026-05-13 Solana/Sui curation), and **567 `public-cve-replication`** (faithful reproductions of already-public CVEs / advisories). The raw `packets.pcap` is dropped from every bundle (`BundleFiles.packets_pcap=False`); no pre-termination pcap variant is retained. The `Pcap modality` column in the tables 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). diff --git a/crp_017851097bda43ab/app.parquet b/crp_017851097bda43ab/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..79944dcd6bf55ca22ea07f042949c57a4ed89ada --- /dev/null +++ b/crp_017851097bda43ab/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2e7093d6feccb4e7497e86e3aeed12b55f62507e2f7429949e3c88b5369f304 +size 8774 diff --git a/crp_017851097bda43ab/host.parquet b/crp_017851097bda43ab/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..a89293cd0ec6293283e1589a4b437eaaa3035e03 --- /dev/null +++ b/crp_017851097bda43ab/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e7e1f23bc96ab6bde9a1cb681daac507bd6781c67766fe7455fe715d8624bd +size 3993 diff --git a/crp_017851097bda43ab/manifest.json b/crp_017851097bda43ab/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c20834d7e9b086ed0c3ef6864dfe0afde582f48c --- /dev/null +++ b/crp_017851097bda43ab/manifest.json @@ -0,0 +1,52 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_017851097bda43ab", + "attack_id": "atk_017851097bda43ab", + "genome_id": "def4059394208f4a", + "assessment_id": null, + "family_id": "response_amp", + "primitive_id": "eth_debug_tracecall_calltracer_callframe_breadth_amp", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "debug_tracecall_calltracer_breadth", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-14T12:38:37.341882Z", + "ended_at": "2026-07-14T12:38:39.009764Z", + "attack_parameters": { + "method": "debug_traceCall", + "tracer": "callTracer", + "mechanism": "stateOverride injects a loop of N CALLs; callTracer records one nested frame per CALL -> O(N) frames in the response for a tiny request", + "override_code": "0x620003205b6000600060006000600060006103e8f1508015602257600190036004565b00", + "n_calls": 800, + "measured": "~346B request -> ~140KB response (405x) at N=800 (real geth 1.17)", + "control": "same loop with N=1 (~1 frame)", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "debug_traceCall callTracer callframe-breadth response amplification (response_amp, chain=ethereum, client=geth). N injected CALLs -> N trace frames. Control = N=1." +} diff --git a/crp_017851097bda43ab/protocol.parquet b/crp_017851097bda43ab/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_017851097bda43ab/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_017851097bda43ab/responses.parquet b/crp_017851097bda43ab/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..ad002aec957882494c20355f0d6e0df7311eca95 --- /dev/null +++ b/crp_017851097bda43ab/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c00a068f145a9300bf9ab46e14836aaa3a2bd8b8af9a0533a554aeb0fc0660ff +size 2536 diff --git a/crp_017851097bda43ab/vectors.parquet b/crp_017851097bda43ab/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_017851097bda43ab/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251 diff --git a/crp_27d3386a1f6b4c15/app.parquet b/crp_27d3386a1f6b4c15/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..929d2552d5780f790c6a4ea7b4d37bdb64dffd12 --- /dev/null +++ b/crp_27d3386a1f6b4c15/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb27faf2ed462722a7547f46b1a883b6371a53655788561934ebd64723d1c431 +size 10158 diff --git a/crp_27d3386a1f6b4c15/host.parquet b/crp_27d3386a1f6b4c15/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..41c2fa9fce31138457e08714e3d252c3a760a443 --- /dev/null +++ b/crp_27d3386a1f6b4c15/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990108aa042e868acba7e8073a85e60870193da795649b55b8126d8eb36fbb0f +size 4077 diff --git a/crp_27d3386a1f6b4c15/manifest.json b/crp_27d3386a1f6b4c15/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..2e63a6e34d0bf929281b5640877473b77c337834 --- /dev/null +++ b/crp_27d3386a1f6b4c15/manifest.json @@ -0,0 +1,50 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_27d3386a1f6b4c15", + "attack_id": "atk_27d3386a1f6b4c15", + "genome_id": "f10d8a3b80870b8c", + "assessment_id": null, + "family_id": "compute_amp", + "primitive_id": "eth_call_stateoverride_gascap_interpreter_compute_burn", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "eth_call_gascap_compute_burn", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-13T13:50:10.894936Z", + "ended_at": "2026-07-13T13:50:13.374122Z", + "attack_parameters": { + "method": "eth_call", + "mechanism": "stateOverride injects a tight JUMP loop; the call runs until the full rpc.gascap (~50M) is consumed, pinning an RPC worker's CPU. Response is a tiny out-of-gas error so byte caps do not apply.", + "override_code": "0x5b600056", + "measured_ms_amp": "~73ms burn vs ~7ms control (real geth 1.17 --dev)", + "ceiling": "rpc.gascap fixes per-call CPU; unbounded across concurrent/repeat calls", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "eth_call stateOverride gascap interpreter compute burn (compute_amp, chain=ethereum, client=geth). ~230B request pins a worker for the full gascap of tight-loop interpretation; host.parquet CPU spike is the signal. Control = trivial quick call." +} diff --git a/crp_27d3386a1f6b4c15/protocol.parquet b/crp_27d3386a1f6b4c15/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_27d3386a1f6b4c15/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_27d3386a1f6b4c15/responses.parquet b/crp_27d3386a1f6b4c15/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..0835997908e886059bbdb73b99a429001f5266ab --- /dev/null +++ b/crp_27d3386a1f6b4c15/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1335c07b1579931ae0fa41f886b2710de8c5404b1655c3599a61e6771035bdc0 +size 2514 diff --git a/crp_27d3386a1f6b4c15/vectors.parquet b/crp_27d3386a1f6b4c15/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_27d3386a1f6b4c15/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251 diff --git a/crp_47321eb7d2494511/app.parquet b/crp_47321eb7d2494511/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..c805f2ae8fc74b4b3316137590026799c4c49ed2 --- /dev/null +++ b/crp_47321eb7d2494511/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:369f39580332d51226c66073ac360116d2b43d8a080939135aceb87e546c014d +size 10415 diff --git a/crp_47321eb7d2494511/host.parquet b/crp_47321eb7d2494511/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d24e03ae1cb629a0037a04454cd1f7f4a034bcc4 --- /dev/null +++ b/crp_47321eb7d2494511/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e761e0cf0cf74f3d1920e20e8f66fc262fe05243b115d05441ec280f97245bb +size 4000 diff --git a/crp_47321eb7d2494511/manifest.json b/crp_47321eb7d2494511/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c4476bc58b003934b8643e9c70a7b581b3a3e95c --- /dev/null +++ b/crp_47321eb7d2494511/manifest.json @@ -0,0 +1,50 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_47321eb7d2494511", + "attack_id": "atk_47321eb7d2494511", + "genome_id": "99461359da0a54f5", + "assessment_id": null, + "family_id": "response_amp", + "primitive_id": "eth_createaccesslist_storagekey_cardinality_fanout_amp", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "eth_createaccesslist_storagekey_fanout", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-14T12:50:36.863003Z", + "ended_at": "2026-07-14T12:50:38.550278Z", + "attack_parameters": { + "method": "eth_createAccessList", + "mechanism": "the returned access list enumerates every (address, storage-slot) the tx touches; a contract that SLOADs N distinct slots -> N storage keys in the response for a tiny request (attacker deploys the enumerator once)", + "n_slots": 1000, + "measured": "~225B request -> ~70KB response (311x), 1001 storage keys (real geth 1.17)", + "control": "createAccessList targeting an EOA (empty access list)", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "eth_createAccessList storage-key cardinality fanout response amplification (response_amp, chain=ethereum, client=geth). Seeded SLOAD enumerator contract; tiny request -> N-key access list. Control = EOA target." +} diff --git a/crp_47321eb7d2494511/protocol.parquet b/crp_47321eb7d2494511/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_47321eb7d2494511/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_47321eb7d2494511/responses.parquet b/crp_47321eb7d2494511/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7f3fb7e174586ae7907ec0334275fca0bddef0fb --- /dev/null +++ b/crp_47321eb7d2494511/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0851f6fe8bee63a6261d443f231ca06f647f350357255f11450e9da972946e44 +size 2551 diff --git a/crp_47321eb7d2494511/vectors.parquet b/crp_47321eb7d2494511/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_47321eb7d2494511/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251 diff --git a/crp_4af523f3e77f423e/app.parquet b/crp_4af523f3e77f423e/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..deefaf1d8c7f3bfde1531a7c2e8ddf486a89f73c --- /dev/null +++ b/crp_4af523f3e77f423e/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5be155d499122d98aea3beb5a625cc14fe8dd2718d2fd5acd9c58a2ffc57695c +size 9382 diff --git a/crp_4af523f3e77f423e/host.parquet b/crp_4af523f3e77f423e/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..25a9aceb826e42bf9f1663178f9bed51c2abb874 --- /dev/null +++ b/crp_4af523f3e77f423e/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a32c49f7fa088f0b3873f25e87919cdc26d6f5791636f75b0de744751ead5e6 +size 4139 diff --git a/crp_4af523f3e77f423e/manifest.json b/crp_4af523f3e77f423e/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..05112a2b965101de5dad4331a27815dac4edcd84 --- /dev/null +++ b/crp_4af523f3e77f423e/manifest.json @@ -0,0 +1,50 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_4af523f3e77f423e", + "attack_id": "atk_4af523f3e77f423e", + "genome_id": "37e58d870db946a5", + "assessment_id": null, + "family_id": "response_amp", + "primitive_id": "eth_simulateV1_gapblock_autofill_header_breadth_amp", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "eth_simulatev1_gapblock_autofill", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-14T12:41:56.505801Z", + "ended_at": "2026-07-14T12:41:58.426499Z", + "attack_parameters": { + "method": "eth_simulateV1", + "mechanism": "two blockStateCalls with a large blockNumber gap force the node to synthesise every intervening empty block (full header objects) -> up to ~256 fabricated block objects for a tiny request", + "gap": "0x1 -> 0x100 (256 blocks)", + "measured": "~285B request -> ~434KB response (1523x), 256 blocks (real geth 1.17)", + "control": "single blockStateCall (1 block)", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "eth_simulateV1 gap-block autofill header-breadth response amplification (response_amp, chain=ethereum, client=geth). Block-number gap -> synthesised empty-block headers. Control = single block." +} diff --git a/crp_4af523f3e77f423e/protocol.parquet b/crp_4af523f3e77f423e/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_4af523f3e77f423e/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_4af523f3e77f423e/responses.parquet b/crp_4af523f3e77f423e/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..7fc34b4d88888d21b0691754f6e9276cf2f0ec03 --- /dev/null +++ b/crp_4af523f3e77f423e/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899bd9a8962cb319aa676d3d2ec8ad989c39e5eb7e05bda403a811ca3bad1754 +size 2531 diff --git a/crp_4af523f3e77f423e/vectors.parquet b/crp_4af523f3e77f423e/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_4af523f3e77f423e/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251 diff --git a/crp_7d0b0c4d57af49f6/app.parquet b/crp_7d0b0c4d57af49f6/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..464cf5e6a64c640ccdbb79a1d1d28a1c33d4b6d7 --- /dev/null +++ b/crp_7d0b0c4d57af49f6/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5065be752b353280b2f17274dd94ece576e16cae882cf6d180ec02b59fafa5f7 +size 9820 diff --git a/crp_7d0b0c4d57af49f6/host.parquet b/crp_7d0b0c4d57af49f6/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8bc3e678501dd62333d8b057a7e834ad4955cc3e --- /dev/null +++ b/crp_7d0b0c4d57af49f6/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4044fc2c004990f2ca3eb78e4aabd24c95e9932dc85b95889400032cbe1a191 +size 4079 diff --git a/crp_7d0b0c4d57af49f6/manifest.json b/crp_7d0b0c4d57af49f6/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..cab8cde9c8fb83d846e91e002ca4cb795a0b118c --- /dev/null +++ b/crp_7d0b0c4d57af49f6/manifest.json @@ -0,0 +1,50 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_7d0b0c4d57af49f6", + "attack_id": "atk_7d0b0c4d57af49f6", + "genome_id": "383a1202db1ec379", + "assessment_id": null, + "family_id": "response_amp", + "primitive_id": "eth_getlogs_wide_blockrange_full_log_return_amp", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "eth_getlogs_wide_range", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-14T12:44:48.920016Z", + "ended_at": "2026-07-14T12:44:50.694886Z", + "attack_parameters": { + "method": "eth_getLogs", + "mechanism": "wide fromBlock..toBlock with no/low-selectivity filter returns every matched log; a ~110B request -> the full log set (attacker can pre-seed via cheap log-emitting txs)", + "seeded_logs": "~1020 logs x 256B data across 20 blocks", + "measured": "~110B request -> ~957KB response (~8900x) (real geth 1.17)", + "control": "same range + a zero-match address filter (~0 logs)", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "eth_getLogs wide-block-range full-log-return response amplification (response_amp, chain=ethereum, client=geth). Seeded log-emitter, then a tiny unfiltered range query returns the whole log set. Control = zero-match address filter over the same range." +} diff --git a/crp_7d0b0c4d57af49f6/protocol.parquet b/crp_7d0b0c4d57af49f6/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_7d0b0c4d57af49f6/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_7d0b0c4d57af49f6/responses.parquet b/crp_7d0b0c4d57af49f6/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..dc30556170119a9e4527a045142bc2f3c07666ff --- /dev/null +++ b/crp_7d0b0c4d57af49f6/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:727cd6a77a79a3a1b6e61f293609f53d022825e35134beb7d99dfe9d08dbc15c +size 2521 diff --git a/crp_7d0b0c4d57af49f6/vectors.parquet b/crp_7d0b0c4d57af49f6/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_7d0b0c4d57af49f6/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251 diff --git a/crp_9179f69efdec4f56/app.parquet b/crp_9179f69efdec4f56/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..473c858ab88ae8840af8af04fc559ef0cbce664f --- /dev/null +++ b/crp_9179f69efdec4f56/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74aab15df70a840204457e3885233f361ab153efb9c920e777516be160e83277 +size 9964 diff --git a/crp_9179f69efdec4f56/host.parquet b/crp_9179f69efdec4f56/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..67dd9f260cea57a9e48c0ad2e2dc1824d1705b79 --- /dev/null +++ b/crp_9179f69efdec4f56/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1e5221a19a64a50efdbc5b5f180eaf3865cf39cd6127fb30edf157ebf0b2bc3 +size 3972 diff --git a/crp_9179f69efdec4f56/manifest.json b/crp_9179f69efdec4f56/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..71399159a11a4343bffc2f6b1fd9a2ac5ede70ce --- /dev/null +++ b/crp_9179f69efdec4f56/manifest.json @@ -0,0 +1,50 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_9179f69efdec4f56", + "attack_id": "atk_9179f69efdec4f56", + "genome_id": "94df91877cf07a48", + "assessment_id": null, + "family_id": "response_amp", + "primitive_id": "eth_getblockreceipts_full_block_receipt_log_fanout_amp", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "eth_getblockreceipts_full_block", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-14T12:47:25.608069Z", + "ended_at": "2026-07-14T12:47:27.257865Z", + "attack_parameters": { + "method": "eth_getBlockReceipts", + "mechanism": "returns every receipt (with all logs) for a block; a ~80B request -> the full receipt+log set of a log-dense block (attacker can pack a block with cheap log-emitting txs)", + "seeded_logs": "~300 logs x 256B in the target block", + "measured": "~80B request -> ~342KB response (~4273x) (real geth 1.17)", + "control": "eth_getBlockReceipts of an early no-log block", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "eth_getBlockReceipts full-block receipt+log fanout response amplification (response_amp, chain=ethereum, client=geth). Seeded a log-dense block; a tiny request returns all its receipts+logs. Control = a no-log block." +} diff --git a/crp_9179f69efdec4f56/protocol.parquet b/crp_9179f69efdec4f56/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_9179f69efdec4f56/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_9179f69efdec4f56/responses.parquet b/crp_9179f69efdec4f56/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d9cfa1e60c1693536c6c788e97126b691fd339e8 --- /dev/null +++ b/crp_9179f69efdec4f56/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4511256108f1a70d80382ca756fe592b70ef864e07a009badf5d373c92ab3456 +size 2571 diff --git a/crp_9179f69efdec4f56/vectors.parquet b/crp_9179f69efdec4f56/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_9179f69efdec4f56/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251 diff --git a/crp_bd4e174fb41a44f1/app.parquet b/crp_bd4e174fb41a44f1/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e523c54b4f2aced123a8dfb5c2b2d3cbd2370940 --- /dev/null +++ b/crp_bd4e174fb41a44f1/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94476290c09d6fa25d873924e85697d310016c0173d3be20f5ea666795bbf0cc +size 9363 diff --git a/crp_bd4e174fb41a44f1/host.parquet b/crp_bd4e174fb41a44f1/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6f7315e96aa3e71c6cdedd29891024c271eaeb81 --- /dev/null +++ b/crp_bd4e174fb41a44f1/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38cd679219fa8a24cf45af790e1b837818e81cee28e0b42545e7d300a7b80877 +size 4102 diff --git a/crp_bd4e174fb41a44f1/manifest.json b/crp_bd4e174fb41a44f1/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..96f75099fdba9a461f309405109db5d1433c08b2 --- /dev/null +++ b/crp_bd4e174fb41a44f1/manifest.json @@ -0,0 +1,55 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_bd4e174fb41a44f1", + "attack_id": "atk_bd4e174fb41a44f1", + "genome_id": "5221b881aee473d0", + "assessment_id": null, + "family_id": "response_amp", + "primitive_id": "eth_debug_tracecall_structlog_enablememory_quadratic_amp", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "debug_tracecall_structlog_quadratic", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-13T13:50:15.356732Z", + "ended_at": "2026-07-13T13:50:17.145783Z", + "attack_parameters": { + "method": "debug_traceCall", + "mechanism": "structLog default tracer with enableMemory re-serialises the whole growing memory array at EVERY opcode step -> O(steps x memory) quadratic response for a tiny request; gas stays trivial (~24k) so gas caps do not bound it.", + "override_code": "0x60006200040052620000405b801560185760019003600b565b00", + "tracer_config": { + "enableMemory": true, + "disableStack": false, + "disableStorage": true + }, + "measured": "~348B request -> ~1.54MB response (4412x), 651 structLogs (real geth 1.17)", + "control": "identical execution with enableMemory:false + disableStack -> minimal trace", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "debug_traceCall structLog enableMemory quadratic response amplification (response_amp, chain=ethereum, client=geth). Per-step memory re-emission -> O(steps x memory). Control = same execution with memory dump disabled (~1x discriminator)." +} diff --git a/crp_bd4e174fb41a44f1/protocol.parquet b/crp_bd4e174fb41a44f1/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_bd4e174fb41a44f1/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_bd4e174fb41a44f1/responses.parquet b/crp_bd4e174fb41a44f1/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..d4dab0382f4fdf4a75a5019812a109a7ee36af76 --- /dev/null +++ b/crp_bd4e174fb41a44f1/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8c4748dbb7b11ae780c5b6cde5b609b603715aaa98a30256eb15c66f8e1f962 +size 2528 diff --git a/crp_bd4e174fb41a44f1/vectors.parquet b/crp_bd4e174fb41a44f1/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_bd4e174fb41a44f1/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251 diff --git a/crp_de61c66c1b474962/app.parquet b/crp_de61c66c1b474962/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b28eb7ea059e60dbc46e4ee9cbb0156ed02d9679 --- /dev/null +++ b/crp_de61c66c1b474962/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c00b1e6bf521ff241e9d0716e91e6808a6fb4b4981291b0f099164c679986bf +size 9327 diff --git a/crp_de61c66c1b474962/host.parquet b/crp_de61c66c1b474962/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..e893f20d3a3ece32fd45dfa1fc73db7ee31628fe --- /dev/null +++ b/crp_de61c66c1b474962/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4056de64053edd58b274f14e9e06711617e914df80e322baa14910b6f22b25a8 +size 4036 diff --git a/crp_de61c66c1b474962/manifest.json b/crp_de61c66c1b474962/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..36db45ad5a050a35fa7806d6d91114ec80e4bc37 --- /dev/null +++ b/crp_de61c66c1b474962/manifest.json @@ -0,0 +1,51 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_de61c66c1b474962", + "attack_id": "atk_de61c66c1b474962", + "genome_id": "7ec65dde77ef33e9", + "assessment_id": null, + "family_id": "response_amp", + "primitive_id": "eth_call_stateoverride_large_return_buffer_amp", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "eth_call_large_return_buffer", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-13T13:46:10.142681Z", + "ended_at": "2026-07-13T13:46:11.818068Z", + "attack_parameters": { + "method": "eth_call", + "mechanism": "stateOverride injects tiny bytecode RETURN(0,N); a ~400B request forces the node to hex-encode N zero-bytes into the response (~2N hex chars)", + "return_bytes": 524288, + "override_code": "0x620800006000f3", + "control": "same override with RETURN(0,32) -> 32-byte return (~1x)", + "ceiling": "rpc.gascap (default 50M) bounds memory expansion; response bounded by client http write limits, unbounded across repeated calls", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; small-return control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "eth_call stateOverride large-return-buffer response amplification (response_amp class, chain=ethereum, client=geth). Small request -> attacker-sized hex return buffer. Control = same override returning 32 bytes as the ~1x discriminator." +} diff --git a/crp_de61c66c1b474962/protocol.parquet b/crp_de61c66c1b474962/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_de61c66c1b474962/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_de61c66c1b474962/responses.parquet b/crp_de61c66c1b474962/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..b0bc5059730a00830f405446641316296722e80c --- /dev/null +++ b/crp_de61c66c1b474962/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6e01fe420645432e0ddb86ceb3814fc710f7c2c3bb57052be533b7607b604b +size 2492 diff --git a/crp_de61c66c1b474962/vectors.parquet b/crp_de61c66c1b474962/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_de61c66c1b474962/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251 diff --git a/crp_f13e72f9829d4a3c/app.parquet b/crp_f13e72f9829d4a3c/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..f1e3e4bc190e52531d4c8aec4cb6725b25062e9a --- /dev/null +++ b/crp_f13e72f9829d4a3c/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bc97ff0886a9c5e8474fc4939e2922e9f7cc333546334a32bad7ddaf1798218 +size 11806 diff --git a/crp_f13e72f9829d4a3c/host.parquet b/crp_f13e72f9829d4a3c/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8664db7a20251819f4a744f4374de51b8e4aab8c --- /dev/null +++ b/crp_f13e72f9829d4a3c/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e7f3f6282f94a1ef1bc491843df892a62351f7c8ad98f62adc197947b84e52 +size 4479 diff --git a/crp_f13e72f9829d4a3c/manifest.json b/crp_f13e72f9829d4a3c/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..f268a4f712a46d1a1605a73b5ca1ffb381c4309e --- /dev/null +++ b/crp_f13e72f9829d4a3c/manifest.json @@ -0,0 +1,51 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_f13e72f9829d4a3c", + "attack_id": "atk_f13e72f9829d4a3c", + "genome_id": "12c858013c9ca8e5", + "assessment_id": null, + "family_id": "compute_amp", + "primitive_id": "eth_call_blake2f_precompile_rounds_cpu_amp", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "eth_call_blake2f_precompile_cpu", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-14T12:41:48.112735Z", + "ended_at": "2026-07-14T12:41:54.563089Z", + "attack_parameters": { + "method": "eth_call", + "precompile": "0x09 (BLAKE2F, EIP-152)", + "mechanism": "the 4-byte rounds field of the BLAKE2F precompile input is a direct CPU knob (1 gas/round); a ~585B request runs tens of millions of compression rounds synchronously, pinning an RPC worker", + "rounds": 33554432, + "measured": "~585B request -> ~405ms CPU (vs ~1ms at rounds=1) (real geth 1.17)", + "control": "same call with rounds=1", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "eth_call BLAKE2F precompile rounds CPU amplification (compute_amp, chain=ethereum, client=geth). Rounds field = direct CPU knob. host.parquet CPU spike is the signal. Control = rounds=1." +} diff --git a/crp_f13e72f9829d4a3c/protocol.parquet b/crp_f13e72f9829d4a3c/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_f13e72f9829d4a3c/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_f13e72f9829d4a3c/responses.parquet b/crp_f13e72f9829d4a3c/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..821220b21d9192d9bbf2c3c35ffa7a3991d07cfc --- /dev/null +++ b/crp_f13e72f9829d4a3c/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d06c4f54a27dc01837978d40b50f358d36c261bffe9d51bae2ce8b32b89f98b +size 2489 diff --git a/crp_f13e72f9829d4a3c/vectors.parquet b/crp_f13e72f9829d4a3c/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_f13e72f9829d4a3c/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251 diff --git a/crp_f97143e7436e46a7/app.parquet b/crp_f97143e7436e46a7/app.parquet new file mode 100644 index 0000000000000000000000000000000000000000..8ba6b99f7ac412b2dd04dcfad6f0c3cff5faf938 --- /dev/null +++ b/crp_f97143e7436e46a7/app.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3cb3e873173eaa8880048628a62f76e7f8e04310aa4fff7629526c0c3102ab14 +size 10455 diff --git a/crp_f97143e7436e46a7/host.parquet b/crp_f97143e7436e46a7/host.parquet new file mode 100644 index 0000000000000000000000000000000000000000..34a1af60f445011b2bbb69f31314a423b5a15143 --- /dev/null +++ b/crp_f97143e7436e46a7/host.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1b59aaea65b99405293592bf702ee235d844530b0fcee254d79c62d1fbd39e3 +size 6024 diff --git a/crp_f97143e7436e46a7/manifest.json b/crp_f97143e7436e46a7/manifest.json new file mode 100644 index 0000000000000000000000000000000000000000..c1da0c31f4e9d7ddaf23cf6eb7305237a1537a7c --- /dev/null +++ b/crp_f97143e7436e46a7/manifest.json @@ -0,0 +1,53 @@ +{ + "bundle_version": 3, + "shape": "v1.0", + "corpus_id": "crp_f97143e7436e46a7", + "attack_id": "atk_f97143e7436e46a7", + "genome_id": "4fb9ae81cc8486a5", + "assessment_id": null, + "family_id": "compute_amp", + "primitive_id": "eth_debug_tracecall_jstracer_perstep_opcode_cpu_burn", + "posture": "low-volume", + "ground_truth_label": "attack", + "chain": "ethereum", + "run_tag": "debug_tracecall_jstracer_perstep_cpu", + "target_env": "localnet-geth-1.17-dev", + "generation_method": "hand", + "started_at": "2026-07-14T12:38:41.434635Z", + "ended_at": "2026-07-14T12:38:50.245298Z", + "attack_parameters": { + "method": "debug_traceCall", + "tracer": "custom jsTracer (goja)", + "mechanism": "custom JS tracer whose step() runs an expensive inner loop is invoked once per opcode over a long execution; goja interpretation of steps x inner-loop pins a core. Tiny response (result:0) so byte caps do not apply.", + "override_code": "0x620001905b8015601157600190036004565b00", + "steps_approx": 4000, + "inner_loop": 2000, + "measured": "~411B request -> ~660ms CPU (vs ~7ms empty-step control) (real geth 1.17)", + "control": "same execution, empty step() body", + "layer": "rpc" + }, + "expected_detection_signature": null, + "files": { + "packets_pcap": false, + "host_parquet": true, + "app_parquet": true, + "protocol_parquet": false, + "responses_parquet": true, + "vectors_parquet": false + }, + "provenance": { + "traffic_source": "reproducer-attack", + "fidelity_class": "lab", + "target_authorisation": "self-owned", + "engagement_id": null, + "tooling": { + "geth": "1.17.4-stable --dev" + }, + "pcap_path_pre_termination": null, + "source_class": "original", + "source_note": "live amplification measured against real geth 1.17 --dev; control discriminates", + "tcpdump_returncode": 1, + "capture_module": "chains._shared.capture_multimodal" + }, + "notes": "debug_traceCall custom jsTracer per-step compute burn (compute_amp, chain=ethereum, client=geth, goja). ~411B request -> ~660ms CPU. host.parquet CPU spike is the signal. Control = same execution with an empty step() body." +} diff --git a/crp_f97143e7436e46a7/protocol.parquet b/crp_f97143e7436e46a7/protocol.parquet new file mode 100644 index 0000000000000000000000000000000000000000..44de77e6073f68441da4408fdcdd1daf48388d78 --- /dev/null +++ b/crp_f97143e7436e46a7/protocol.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cc978adb6fc415efd0c3dc66bd47af0dc0fe5bdcfd6129d106c1cc641e588de +size 797 diff --git a/crp_f97143e7436e46a7/responses.parquet b/crp_f97143e7436e46a7/responses.parquet new file mode 100644 index 0000000000000000000000000000000000000000..6c2216b845e7d0f1de089ae464aa3eae0433ae14 --- /dev/null +++ b/crp_f97143e7436e46a7/responses.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9098b61c64606596928dc319d0af24b1ec504a145085a2eb90567d4787f584fd +size 2535 diff --git a/crp_f97143e7436e46a7/vectors.parquet b/crp_f97143e7436e46a7/vectors.parquet new file mode 100644 index 0000000000000000000000000000000000000000..1023217fdf5e80644a3f8d5d0b750e2dd7f30d94 --- /dev/null +++ b/crp_f97143e7436e46a7/vectors.parquet @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab15a2780e523a85575b39dba1d925185ecc6efbf770ccea302960bcb048e69a +size 1251