mirror of
https://github.com/The-Art-of-Hacking/h4cker
synced 2024-11-21 18:33:03 +00:00
Update threat-modeling.md
This commit is contained in:
parent
9afb4c0de3
commit
8b12c90b16
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
# Tools for Threat Modeling 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 |
|
||||
| --- | --- | --- |
|
||||
| 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) |
|
||||
|
|
Loading…
Reference in a new issue