hackerman700000/apt-cti-reports
APT CTI Reports Dataset A collection of 2,710 PDF reports on Advanced Persistent Threats (APT) and Cyber Threat Intelligence (CTI). Structure ├── apt_groups/ (937 files) - Reports attributed to specific APT groups └── other/ (1773 files) - Multi-attribution, unattributed, and general CTI reports Filename Format <GROUP/TYPE>__<YEAR>__<TITLE>.pdf Examples: APT28__2019__Fancy_Bear_Campaign.pdf MULTI__2023__Global_Threat_Report.pdf… See the full description on the dataset page: https://huggingface.co/datasets/hackerman700000/apt-cti-reports.
APT CTI Reports Dataset
A collection of 2,710 PDF reports on Advanced Persistent Threats (APT) and Cyber Threat Intelligence (CTI).
Structure
├── apt_groups/ (937 files) - Reports attributed to specific APT groups
└── other/ (1773 files) - Multi-attribution, unattributed, and general CTI reportsFilename Format
<GROUP/TYPE>__<YEAR>__<TITLE>.pdf
Examples:
APT28__2019__Fancy_Bear_Campaign.pdfMULTI__2023__Global_Threat_Report.pdfUNATTR__2022__Unknown_Ransomware.pdfGENERAL__2023__Industry_Overview.pdf
Categories
Usage
from huggingface_hub import snapshot_download
snapshot_download(repo_id="hackerman700000/apt-cti-reports", repo_type="dataset")