From 8b12c90b166c73b6d86aba98540be6e46180c335 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Mon, 23 Oct 2023 22:12:05 -0400 Subject: [PATCH] Update threat-modeling.md --- ai_research/AI Security Best Practices/threat-modeling.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ai_research/AI Security Best Practices/threat-modeling.md b/ai_research/AI Security Best Practices/threat-modeling.md index 5955edf..2fc9443 100644 --- a/ai_research/AI Security Best Practices/threat-modeling.md +++ b/ai_research/AI Security Best Practices/threat-modeling.md @@ -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) |