--- license: mit task_categories: - text-classification - feature-extraction language: - en tags: - cybersecurity - threat-intelligence - apt - cti - malware - pdf size_categories: - 1K____.pdf` **Examples:** - `APT28__2019__Fancy_Bear_Campaign.pdf` - `MULTI__2023__Global_Threat_Report.pdf` - `UNATTR__2022__Unknown_Ransomware.pdf` - `GENERAL__2023__Industry_Overview.pdf` ## Categories | Prefix | Description | |--------|-------------| | `<APT_NAME>` | Reports attributed to specific threat actor | | `MULTI` | Reports covering multiple threat actors | | `UNATTR` | Threat reports without attribution | | `GENERAL` | General CTI and industry reports | ## Usage ```python from huggingface_hub import snapshot_download snapshot_download(repo_id="hackerman700000/apt-cti-reports", repo_type="dataset") ```