Skip to content

Commit 0aa2c05

Browse files
authored
docs: add public source disclaimers to threat intel data (#226)
All threat actor profiles, campaign data, and attack chain templates now include explicit disclaimers that the information is derived exclusively from publicly available sources (CISA, FBI, vendor reports, court documents, news). No non-public or proprietary incident data is included.
1 parent 7474210 commit 0aa2c05

File tree

5 files changed

+6
-0
lines changed

5 files changed

+6
-0
lines changed

data/threat-actor-ttps/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Threat Actor TTP Database
22

3+
> **Data Disclaimer**: All threat intelligence in this database is derived **exclusively from publicly available sources** including government advisories (CISA, FBI, NSA, NCSC), vendor threat reports, academic research, court documents, and news reporting. **No non-public, proprietary, or confidential incident data is included.** This data is provided for educational purposes only.
4+
35
This directory contains comprehensive threat actor profiles, campaign data, and attack chain templates based on documented TTPs from MITRE ATT&CK and public threat intelligence reports.
46

57
## Purpose

data/threat-actor-ttps/actors/alphv.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"id": "alphv",
33
"name": "ALPHV",
4+
"data_disclaimer": "All information in this profile is derived exclusively from publicly available sources including government advisories (CISA, FBI), vendor threat reports, court documents, and news reporting. No non-public or proprietary incident data is included.",
45
"aliases": ["BlackCat", "Noberus", "ALPHV BlackCat"],
56
"country": "Russia",
67
"attributed_to": "Russian-speaking ransomware-as-a-service operation, believed to include former DarkSide/BlackMatter members",

data/threat-actor-ttps/actors/scattered_spider.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"id": "scattered_spider",
33
"name": "Scattered Spider",
4+
"data_disclaimer": "All information in this profile is derived exclusively from publicly available sources including government advisories (CISA, FBI), vendor threat reports, court documents, and news reporting. No non-public or proprietary incident data is included.",
45
"aliases": ["Roasted 0ktapus", "UNC3944", "Octo Tempest", "Star Fraud", "0ktapus"],
56
"country": "United States/United Kingdom",
67
"attributed_to": "Loosely organized cybercriminal group, primarily young adults (16-22 years old)",

data/threat-actor-ttps/attack-chains/identity_compromise.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"id": "identity-compromise",
33
"name": "Identity Provider and Cloud Compromise",
4+
"data_disclaimer": "All information is derived exclusively from publicly available sources including government advisories, vendor threat reports, and news reporting. No non-public incident data is included.",
45
"description": "Modern attack pattern targeting identity providers (Okta, Azure AD/Entra ID, Google Workspace) and cloud infrastructure. Increasingly used by sophisticated actors who understand that compromising identity = compromising everything.",
56
"typical_actors": ["Scattered Spider", "APT29", "LAPSUS$"],
67
"notable_examples": ["MGM Resorts", "Okta breach", "Microsoft token theft"],

labs/lab36-threat-actor-profiling/data/threat_actor_profiles.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"data_disclaimer": "All threat actor information is derived exclusively from publicly available sources including government advisories (CISA, FBI, NSA), vendor threat reports, academic research, court documents, and news reporting. No non-public or proprietary incident data is included.",
23
"actors": [
34
{
45
"id": "apt29",

0 commit comments

Comments
 (0)