Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Weaponization Threat Model

A one-page addendum to standard threat-modeling frameworks (STRIDE, LINDDUN, PASTA) that models the case where the legitimate operator of the system becomes the adversary.

Companion artifact to the essay When Telemetry Turns Predatory.

When to use this

Any product or feature that:

  • Ingests user-attributed events
  • Correlates identity across systems
  • Produces prioritized signal for human or automated action
  • Retains metadata beyond immediate operational need
  • Depends on the legitimate operator remaining trustworthy across changes in ownership, executive leadership, or jurisdiction

The four questions

For each data element the system collects, ask:

  1. Enterprise use - Why do we collect this? What legitimate security or product function does it serve?
  2. Retention default - How long is it kept? What would happen if that default were extended by executive order, acquisition, or subpoena?
  3. Correlation key - Which other systems can this be joined against? What population becomes visible when the join is performed?
  4. Authoritarian tenant reading - If an authoritarian tenant owned this pipeline tomorrow, what would they do with this data element that we did not intend?

Template

See TEMPLATE.md for the copy-pasteable version.

How to adopt

Add a copy of the template to every design doc that touches user data. Fill it in during the same review pass as your STRIDE or LINDDUN doc. Do not skip the fourth column.

The specific artifact matters less than the commitment to run the exercise.

Prior art / further reading

  • STRIDE - Microsoft's threat categorization
  • LINDDUN - KU Leuven, privacy-focused threat modeling
  • PASTA - Process for Attack Simulation and Threat Analysis
  • EFF Surveillance Self-Defense - end-user perspective on the harms this template addresses
  • OONI - measurement of internet interference at ISP scale
  • Data Detox Kit - Tactical Tech's practical guides

License

MIT. See LICENSE.

About

A one-page addendum to standard threat-modeling frameworks (STRIDE, LINDDUN, PASTA) for modeling the case where the legitimate operator of the system becomes the adversary.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors