Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update aws.defense-evasion.dns-delete-logs.md with current CloudTrail event name #515

Merged
merged 2 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Deletes a Route53 DNS Resolver query logging configuration. Simulates an attacke

<span style="font-variant: small-caps;">Detonation</span>:

- Delete the DNS logging configuration using <code>route53:DeleteQueryLoggingConfig</code>.
- Delete the DNS logging configuration using <code>route53:DeleteResolverQueryLogConfig</code>.

## Instructions

Expand All @@ -35,6 +35,6 @@ stratus detonate aws.defense-evasion.dns-delete-logs
## Detection


Identify when a DNS logging configuration is deleted, through CloudTrail's <code>DeleteQueryLoggingConfig</code> event.
Identify when a DNS logging configuration is deleted, through CloudTrail's <code>DeleteResolverQueryLogConfig</code> event.


Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Warm-up:

Detonation:

- Delete the DNS logging configuration using <code>route53:DeleteQueryLoggingConfig</code>.`,
- Delete the DNS logging configuration using <code>route53:DeleteResolverQueryLogConfig</code>.`,
Detection: `
Identify when a DNS logging configuration is deleted, through CloudTrail's <code>DeleteQueryLoggingConfig</code> event.
Identify when a DNS logging configuration is deleted, through CloudTrail's <code>DeleteResolverQueryLogConfig</code> event.
`,
IsIdempotent: false, // can't delete a DNS logging configuration twice
PrerequisitesTerraformCode: tf,
Expand Down
Loading