AWS docs accuracy pass: apply ARTE course corrections + fix stale facts - #393
Open
carlospolop wants to merge 2 commits into
Open
carlospolop wants to merge 2 commits into
carlospolop wants to merge 2 commits into
Conversation
Cross-checked the ARTE (AWS Red Team Expert) course corrections/improvements against the matching aws-security pages and verified version-sensitive claims against current AWS docs (Sept 2026). Surgical accuracy edits only. Foundations & IAM/STS: - Organizations: unique-email/root-username rule; RCP now 40+ services (was ~5 at Nov-2024 launch) + RCP exceptions (mgmt account, service-linked roles, AWS-managed KMS keys); IAM Centralized Root Access (no root creds by default, sts:AssumeRoot privileged sessions); password custom-policy details. - Fixed malformed OIDC account id (0123456789 -> 123456789012). - IAM privesc: added missing iam:PassRole (+compute) escalation primitive. - IAM post-exp: fixed invalid confused-deputy principal. - IAM persistence: MFA reworded (8 devices, one needed -> add-your-own). - STS enum: AKIA/ASIA prefix meaning + GetSessionToken limits. - STS privesc: external-id / confused-deputy trust note. Services: - Secrets Manager: same-account kms:Decrypt for CMK secrets; ForceDeleteWithoutRecovery. - Lambda post-exp: 2026 metadata endpoint (AZ-only, token-gated) clarification. - EC2 enum: IMDSv1/IMDSv2 default nuance (2024 per-Region defaults, imds-support). - RDS enum: Aurora modify-db-cluster master-password variant. - DynamoDB enum: PITR RecoveryPeriodInDays (1-35d, configurable). - EFS enum: four console policy building blocks + encryption subsection. - API Gateway enum: API-type vs REST endpoint-type taxonomy + HTTP-API JWT authorizer. - CodeBuild privesc: deprecated image standard:1.0 -> 7.0. - Cognito identity pools: name AmazonCognitoUnAuthedIdentitiesSessionPolicy + intersection semantics. - EventBridge Scheduler privesc: execution-role trust precondition + PassedToService mitigation. - Pentest permissions: SecurityAudit alternative baseline + coverage-gap note. Detection (Section 4): - CloudTrail: four event categories (incl. network activity); Disable Insights; key-id decode caveat. - GuardDuty: protection plans list; Extended Threat Detection / attack sequences; ParrotLinux/PentooLinux PenTest findings; InsideAWS severity nuance; MITRE-tactic anomaly split. - Inspector: Classic end-of-support (May 20 2026) / inspector2 note. - Security Hub: CSPM vs new Security Hub "exposures" distinction. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UFWVHSD4gybTA13BrVx7c7
Reframe the external ID as sensitive information that must be protected: a leaked external ID is directly abusable to assume the role, so it is a finding, not a harmless identifier. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01UFWVHSD4gybTA13BrVx7c7
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
An accuracy/staleness pass over the ARTE-relevant
aws-securitypages, driven by the corrections/improvements already written for the ARTE (AWS Red Team Expert) course and cross-checked against current AWS documentation (verified Sept 2026). Surgical accuracy edits only — no stylistic rewrites, no reformatting; correct content and page structure left untouched.23 files changed, +129 / −21. ~130 ARTE-relevant pages were reviewed; the majority were already up to date and left unchanged.
Highlights
Foundations & IAM/STS
sts:AssumeRootprivileged sessions); password custom-policy details.0123456789→123456789012).iam:PassRole(+ compute) escalation primitive.GetSessionTokenlimits; external-id / confused-deputy trust note.Services
kms:Decryptfor CMK secrets;ForceDeleteWithoutRecovery.imds-support).modify-db-clustermaster-password variant.RecoveryPeriodInDays(1–35d, configurable).standard:1.0→7.0.AmazonCognitoUnAuthedIdentitiesSessionPolicy+ intersection semantics.iam:PassedToServicemitigation.SecurityAuditalternative baseline + coverage-gap note.Detection (Section 4)
.InsideAWSseverity nuance; MITRE-tactic anomaly split.inspector2note.Notes / out of scope
[14]/[15]inaws-sts-privesc/README.mdwere left as-is (unrelated to this change)..opvn→.ovpnin EC2 enum; a mislabeled comment in EC2 post-exp; possibly-truncated sentences in Beanstalk post-exp; a possibly mis-targeted internal ref in ECR privesc) were not touched to keep this PR focused on factual accuracy.QC
<sup>reference markers; no newly-introduced duplicate reference numbers; all code fences balanced; all{{#include}}/{{#ref}}directives preserved.🤖 Generated with Claude Code