Created
March 25, 2025 18:06
-
-
Save erangaeb/bcfde0b6541124788fbd032c50cadd5b to your computer and use it in GitHub Desktop.
stride-llama response
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"image": "images/mobile_app_architecture.png", | |
"prompt": "Analyze this system architecture for STRIDE threats. Output a table with Component, STRIDE Category, Threat Description, and Mitigation.", | |
"response": "Component: Mobile App | |
Category: Information Disclosure | |
Threat: Unencrypted data in transit | |
Mitigation: Use TLS for all communications. | |
Component: API Gateway | |
Category: Denial of Service | |
Threat: Overwhelming API with excessive requests | |
Mitigation: Rate-limiting and traffic filtering | |
Component: User Auth Service | |
Category: Elevation of Privilege | |
Threat: Insecure token handling | |
Mitigation: Use secure token storage and short-lived access tokens." | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment