Update threat-modeling.md

This commit is contained in:
Omar Santos 2023-10-23 22:12:05 -04:00 committed by GitHub
parent 9afb4c0de3
commit 8b12c90b16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,11 @@
# Tools for Threat Modeling AI Systems # Tools for Threat Modeling AI Systems
There are several tools and methodologies that you can use to conduct threat modeling for AI systems. There are several tools and methodologies that you can use to conduct threat modeling for AI systems.
## AI Village Threat Modeling Research
- [Threat Modeling LLM Applications by Gavin Klondike](https://aivillage.org/large%20language%20models/threat-modeling-llm)
## Traditional Tools
| Tool / Methodology | Description | Link | | Tool / Methodology | Description | Link |
| --- | --- | --- | | --- | --- | --- |
| Microsoft's STRIDE Model | A model for identifying computer security threats. Useful for categorizing and remembering different types of threats. | [Microsoft STRIDE](https://docs.microsoft.com/en-us/azure/security/develop/threat-modeling-tool-threats) | | Microsoft's STRIDE Model | A model for identifying computer security threats. Useful for categorizing and remembering different types of threats. | [Microsoft STRIDE](https://docs.microsoft.com/en-us/azure/security/develop/threat-modeling-tool-threats) |