Skip to main content
Powered by ShareScore

Find research datasets worth reusing

Search datasets from major research repositories and use ShareScore to quickly assess how well each record supports discovery, access, and reuse.

866

datasets available to search

ShareScore release 0.7.1

Reset

Dataset results

866 results for “attack”

Learn how ShareScore rates datasets ↗
zenodo36/100

Modeling Attack Resistant Strong PUF Exploiting Stagewise Obfuscated Interconnections With Improved Reliability [DATASET and Source Code]

<p>Thanks for your interest in our work!</p> <p>In order to facilitate your assessment and replication, we provides the dataset and source codes (verilog/python model/matlab) of our work (OIPUF) here.&nbsp;</p> <p>By the way, our latest work (SOI PUF and cSOI PUF) published in IEEE TIFS (2024) is based on OIPUF.&nbsp;</p> <blockquote> <p>If you have any questions, please feel free to contact with us:&nbsp;<a href="mailto:chongyaoxu@126.com">chongyaoxu@126.com</a>&nbsp;/&nbsp;<a href="mailto:mklaw@um.edu.mo">mklaw@um.edu.mo</a></p> <p>Full text about OIPUF can be downloaded from <a href="https://ieeexplore.ieee.org/document/10103139">https://ieeexplore.ieee.org/document/10103139</a></p> <p>Full text about SOI PUF and cSOI PUF can be downloaded from <a href="https://ieeexplore.ieee.org/document/10458688">https://ieeexplore.ieee.org/document/10458688</a></p> <p>Source code and FPGA project of SOI PUF and cSOI PUF can be download from&nbsp;<a href="https://github.com/yg99992/SOI_PUF">https://github.com/yg99992/SOI_PUF</a>.&nbsp;</p> </blockquote> <p>&nbsp;</p> <p>Matlab code</p> <p><code>matlab/Generate_OI_block.m</code><br>This is a matlab&nbsp;manuscript used&nbsp;for generating the verilog code of random OI block.</p> <p><code>matlab/OIPUF_64x4_placement.m</code><br>This is a matlab function used for generating XDC file for constraining&nbsp;the placement of (64,4)-OI block</p> <p><code>matlab/OIPUF_64x8_placement.m</code><br>This is a matlab function used for generating XDC file for constraining&nbsp;the placement of (64,8)-OI block</p> <p><code>matlab/OIPUF_placement_example.m</code><br>An example manuscript used for demonstrating the usage of OIPUF_64x4_placement.m and OIPUF_64x8_placement.m</p> <p>&nbsp;</p> <p>Python code</p> <p><code>python/puf_models.py</code><br>The python models of XOR PUFs and OIPUFs, which can be used to generate CRPs.</p> <p>for example:</p> <pre><code>from puf_models import oi_puf # generate a (64,4)-OIPUF and further use the generated OIPUF to generate&nbsp;1M CRPs crps, puf_instance = oi_puf.gen_CRPs_PUF(64, 4, 1_000_000) &nbsp; </code></pre> <p>&nbsp;</p> <p><code>python/attack_pypuf.py</code><br>A manuscript used to conduct to ANN attack on XOR PUF and OIPUF ('pypuf' package should be installed correctly).</p> <p>&nbsp;</p> <p>Verilog code</p> <p><code>verilog/OIPUF_64_4/</code><br>All the verilog files of (64, 4)-OIPUF</p> <p><code>verilog/OIPUF_64_8/</code><br>All the verilog files of (64, 8)-OIPUF</p> <p>&nbsp;</p> <p>CRP datasets extracted from FPGA</p> <p>It consists of 13 CRP files (All the CRPs are extracted from FPGA):</p> <p><code>FPGA_CRPs/FPGA3_CHAL_100M.csv</code><br>The 100 million 64-bit challenges</p> <p><code>FPGA_CRPs/FPGA3_k4_PUF0.csv</code><br>The 100 million 1-bit responses extracted from (64,4)-OIPUF0</p> <p><code>FPGA_CRPs/FPGA3_k4_PUF1.csv</code><br>The 100 million 1-bit responses extracted from (64,4)-OIPUF1</p> <p><code>FPGA_CRPs/FPGA3_k4_PUF2.csv</code><br>The 100 million 1-bit responses extracted from (64,4)-OIPUF2</p> <p><code>FPGA_CRPs/FPGA3_k4_PUF3.csv</code><br>The 100 million 1-bit responses extracted from (64,4)-OIPUF3</p> <p><code>FPGA_CRPs/FPGA3_k4_PUF4.csv</code><br>The 100 million 1-bit responses extracted from (64,4)-OIPUF4</p> <p><code>FPGA_CRPs/FPGA3_k4_PUF5.csv</code><br>The 100 million 1-bit responses extracted from (64,4)-OIPUF5</p> <p><code>FPGA_CRPs/FPGA3_k8_PUF0.csv</code><br>The 100 million 1-bit responses extracted from (64,8)-OIPUF0</p> <p><code>FPGA_CRPs/FPGA3_k8_PUF1.csv</code><br>The 100 million 1-bit responses extracted from (64,8)-OIPUF1</p> <p><code>FPGA_CRPs/FPGA3_k8_PUF2.csv</code><br>The 100 million 1-bit responses extracted from (64,8)-OIPUF2</p> <p><code>FPGA_CRPs/FPGA3_k8_PUF3.csv</code><br>The 100 million 1-bit responses extracted from (64,8)-OIPUF3</p> <p><code>FPGA_CRPs/FPGA3_k8_PUF4.csv</code><br>The 100 million 1-bit responses extracted from (64,8)-OIPUF4</p> <p><code>FPGA_CRPs/FPGA3_k8_PUF5.csv</code><br>The 100 million 1-bit responses extracted from (64,8)-OIPUF5</p>

opencc-by-4.0Aug 2023View details →
zenodo36/100

Attack time analysis in dynamic attack trees via integer linear programming

<p>Matlab code for the experiments of the paper &quot;Attack time analysis in dynamic attack trees via integer linear programming&quot; by Milan Lopuha&auml;-Zwakenberg &amp; Mari&euml;lle Stoelinga.</p> <p>The code can be accessed either via the virtual machine in Artifact_MILPforDATs_revised.zip, or through the code directly in Matlab_code.zip. The results are in Paper_results.zip.</p> <p>To run the code, installations of Matlab and Gurobi are required.</p>

opencc-by-4.0Jul 2023View details →
ClinicalTrials.gov36/100

THALES - Acute STroke or Transient IscHaemic Attack Treated With TicAgreLor and ASA for PrEvention of Stroke and Death

ClinicalTrials.gov study NCT03354429. IPD Sharing: Not stated. Countries: 28. Publications: 9.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

Efficacy and Safety Study of DX-88 to Treat Acute Attacks of Hereditary Angioedema (HAE)

ClinicalTrials.gov study NCT00262080. IPD Sharing: Not stated. Countries: 1. Publications: 6.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

Vertebrobasilar Flow Evaluation and Risk of Transient Ischemic Attack and Stroke (VERiTAS)

ClinicalTrials.gov study NCT00590980. IPD Sharing: Not stated. Countries: 2. Publications: 8.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

A Study Lasmiditan (LY573144) in a Single Migraine Attack in Japanese Participants With Migraine

ClinicalTrials.gov study NCT03962738. IPD Sharing: YES. Countries: 1. Publications: 6.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov36/100

Study of BCX7353 as a Treatment for Attacks of Hereditary Angioedema

ClinicalTrials.gov study NCT03240133. IPD Sharing: Not stated. Countries: 12. Publications: 1.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

A Study of Icatibant in Patients With Acute Attacks of Hereditary Angioedema (FAST-3)

ClinicalTrials.gov study NCT00912093. IPD Sharing: Not stated. Countries: 9. Publications: 4.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

C1 Esterase Inhibitor (C1INH-nf) for the Prevention of Acute Hereditary Angioedema (HAE) Attacks

ClinicalTrials.gov study NCT01005888. IPD Sharing: Not stated. Countries: 1. Publications: 4.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

C1 Esterase Inhibitor (C1INH-nf) for the Treatment of Acute Hereditary Angioedema (HAE) Attacks

ClinicalTrials.gov study NCT00289211. IPD Sharing: Not stated. Countries: 1. Publications: 3.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

Pilot Study to Collect and Evaluate Data on the Use of IV* Ibuprofen in the Treatment of an Acute Migraine Attack

ClinicalTrials.gov study NCT01230411. IPD Sharing: Not stated. Countries: 1. Publications: 1.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

RCT of Non-Invasive Vagus Nerve Stimulation (nVNS) With gammaCore®, for the Acute Treatment of Migraine Attacks

ClinicalTrials.gov study NCT02686034. IPD Sharing: NO. Countries: 1. Publications: 3.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov36/100

Heart Attack Prevention Programme for You (HAPPY) London

ClinicalTrials.gov study NCT01911910. IPD Sharing: Not stated. Countries: 1. Publications: 2.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

A Phase III, Crossover Trial Evaluating the Efficacy and Safety of KVD900 (Sebetralstat) for On-Demand Treatment of Angioedema Attacks in Adolescent and Adult Patients With Hereditary Angioedema (HAE)

ClinicalTrials.gov study NCT05259917. IPD Sharing: NO. Countries: 21. Publications: 3.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov36/100

A Safety/Efficacy Study of Intra-coronary Tenecteplase During Balloon Angioplasty to Treat Heart Attacks

ClinicalTrials.gov study NCT00604695. IPD Sharing: Not stated. Countries: 1. Publications: 1.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

Subcutaneous CINRYZE With Recombinant Human Hyaluronidase for Prevention of Angioedema Attacks

ClinicalTrials.gov study NCT01756157. IPD Sharing: Not stated. Countries: 4. Publications: 2.

restrictedIPD-UNDECIDEDFeb 2026View details →
ClinicalTrials.gov36/100

EMPACT-MI: A Study to Test Whether Empagliflozin Can Lower the Risk of Heart Failure and Death in People Who Had a Heart Attack (Myocardial Infarction)

ClinicalTrials.gov study NCT04509674. IPD Sharing: YES. Countries: 22. Publications: 3.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov36/100

Effect of High Dose Fish Oil Supplementation After Recent Heart Attack Using Magnetic Resonance Imaging

ClinicalTrials.gov study NCT00729430. IPD Sharing: YES. Countries: 1. Publications: 4.

controlledIPD-YESFeb 2026View details →
ClinicalTrials.gov36/100

A Study to Evaluate the Efficacy and Safety of Eptinezumab Administered Intravenously in Participants Experiencing Acute Attack of Migraine

ClinicalTrials.gov study NCT04152083. IPD Sharing: NO. Countries: 2. Publications: 4.

closedIPD-NOFeb 2026View details →
ClinicalTrials.gov36/100

Safety and Efficacy Study of Repeated Doses of DX-88 (Ecallantide) to Treat Attacks of Hereditary Angioedema (HAE)

ClinicalTrials.gov study NCT00456508. IPD Sharing: Not stated. Countries: 3. Publications: 4.

restrictedIPD-UNDECIDEDFeb 2026View details →

ScienceDex guides

Understand access before you commit

These curated guides explain access requirements, typical timelines, costs, and reuse considerations for widely used research datasets.

Compare curated datasets

Allen Brain Atlas

Allen Brain Atlas is an Allen Institute collection of brain map atlases, datasets, APIs, and analysis tools covering mouse, human, and non-human primate brain resources.

allen-brain-atlas
neuroscienceopenDocumentation, web resources, and API references are available online.
Last verified 2026-04-30Open record

Annotated Behaviour and Observability Dataset (ABODe)

ABODe is a University of Edinburgh DataShare dataset for behavior classification in group-housed mice using home-cage video, identities, bounding boxes, ground-plate positions, and annotator labels.

abode-home-cage
behavioral-neuroscienceopenThe DataShare record exposes download links for annotations, documentation, license text, and the zipped per-snippet data directory.
Last verified 2026-04-30Open record

DANDI Archive for NWB datasets

DANDI is a BRAIN Initiative archive for publishing and sharing neurophysiology data, including electrophysiology, optophysiology, and behavioral data packaged as NWB and related standards.

dandi-nwb
electrophysiologyopenPublished Dandiset metadata and archive endpoints are available through the production DANDI API.
Last verified 2026-04-30Open record

International Brain Laboratory public data

The International Brain Laboratory public data releases expose standardized mouse decision-making experiments, including Neuropixels recordings, widefield calcium imaging, behavior, and session metadata accessed through the ONE API.

ibl
behavioral-neuroscienceopenPublic sessions can be searched and loaded from the IBL public data server through ONE.
Last verified 2026-04-29Open record

OpenNeuro

OpenNeuro is a free, open platform for sharing neuroimaging datasets, with public search, dataset pages, and download paths for web, S3, DataLad, and the OpenNeuro CLI.

openneuro
neuroscienceopenPublished datasets are available on demand over the internet.
Last verified 2026-04-29Open record