-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8794f6b
commit c64c6db
Showing
10 changed files
with
926 additions
and
691 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
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,31 @@ | ||
{ | ||
"eventName": "ResumeSession", | ||
"eventSource": "ssm.amazonaws.com", | ||
"awsService": "SSM", | ||
"description": "Reconnects a session to a managed node after it has been disconnected.", | ||
"mitreAttackTactics": [ | ||
"TA0008 - Lateral Movement", | ||
"TA0002 - Execution" | ||
], | ||
"mitreAttackTechniques": [ | ||
"T1021 - Remote Services", | ||
"T1651 - Cloud Administration Command" | ||
], | ||
"usedInWild": false, | ||
"incidents": [], | ||
"researchLinks": [ | ||
{ | ||
"description": "Attack Paths Into VMs in the Cloud", | ||
"link": "https://unit42.paloaltonetworks.com/cloud-virtual-machine-attack-vectors/" | ||
} | ||
], | ||
"securityImplications": "Attackers might use ResumeSession to gain unauthorized access to managed instances.", | ||
"alerting": [], | ||
"simulation": [ | ||
{ | ||
"type": "commandLine", | ||
"value": "aws ssm resume-session --session-id TrailDiscoverTarget" | ||
} | ||
], | ||
"permissions": "https://aws.permissions.cloud/iam/ssm#ssm-ResumeSession" | ||
} |
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