-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #80 from mbrg/79-technique-guest-user-access
i79 - Added Initial Access technique: Guest User Abuse
- Loading branch information
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
{ | ||
"$id": "$gai-technique/guest_user_abuse", | ||
"$schema": "../schema/technique.schema.json", | ||
"$type": "technique", | ||
"description": "The adversary could exploit misconfigurations related to guest user permissions in order to interact with the AI system. The platforms on which these AI systems reside typically aim to provide guest accounts with restricted access for specific tasks. However, if guest access is misconfigured, it could unintentionally grant more extensive permissions than originally intended - including privileges for AI systems interaction.", | ||
"external_references": [], | ||
"framework_references": [ | ||
{ | ||
"framework_id": "SAT1046", | ||
"framework_name": "Guest User Abuse (saas-attacks)", | ||
"href": "https://github.com/pushsecurity/saas-attacks/blob/main/techniques/guest_access_abuse/description.md" | ||
} | ||
], | ||
"name": "Guest User Abuse", | ||
"object_references": [ | ||
{ | ||
"$id": "$gai-tactic/initial_access", | ||
"$type": "tactic", | ||
"description": "An adversary could leverage a guest user account as a foothold into the target environment." | ||
} | ||
] | ||
} |