-
Notifications
You must be signed in to change notification settings - Fork 387
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix more errors with missing lookups, baselines, and detections
- Loading branch information
Showing
9 changed files
with
57 additions
and
21 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
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
6 changes: 3 additions & 3 deletions
6
baselines/deprecated/previously_seen_ec2_launches_by_user.yml
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,12 @@ | ||
name: previously_seen_ec2_amis_lookup | ||
date: 2025-01-16 | ||
version: 2 | ||
id: a0d24031-61b5-44b8-89f9-17f844415b8a | ||
author: Splunk Threat Research Team | ||
lookup_type: kvstore | ||
description: A place holder for a list of used Previously Seen EC2 AMIs | ||
fields: | ||
- _key | ||
- firstTime | ||
- lastTime | ||
- amiID |
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,12 @@ | ||
name: previously_seen_ec2_instance_types_lookup | ||
date: 2025-01-16 | ||
version: 2 | ||
id: 37507f63-27c5-488e-ba5b-cf38274997ff | ||
author: Splunk Threat Research Team | ||
lookup_type: kvstore | ||
description: A place holder for a list of used previously seen EC2 instance types. | ||
fields: | ||
- _key | ||
- earliest | ||
- latest | ||
- instanceType |
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,12 @@ | ||
name: previously_seen_ec2_launches_by_user_lookup | ||
date: 2025-01-16 | ||
version: 2 | ||
id: a4a6d268-3c88-4996-b634-2edc33344a0a | ||
author: Splunk Threat Research Team | ||
lookup_type: kvstore | ||
description: A place holder for a list of previouslyt seen EC2 launches by user | ||
fields: | ||
- _key | ||
- firstTime | ||
- lastTime | ||
- arn |