mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
108 lines
3.0 KiB
YAML
108 lines
3.0 KiB
YAML
name: AWS CloudTrail DeleteGroup
|
|
id: c95308a4-a943-42ca-b112-f90a05c21bd3
|
|
version: 3
|
|
creation_date: '2024-05-22'
|
|
modification_date: '2026-05-13'
|
|
author: Patrick Bareiss, Splunk
|
|
description: Logs the deletion of an IAM group in AWS, including details about the group name and its associated policies or members.
|
|
mitre_components:
|
|
- Group Modification
|
|
- Group Metadata
|
|
- User Account Metadata
|
|
- Cloud Service Modification
|
|
source: aws_cloudtrail
|
|
sourcetype: aws:cloudtrail
|
|
separator: eventName
|
|
separator_value: DeleteGroup
|
|
supported_TA:
|
|
- name: Splunk Add-on for AWS
|
|
url: https://splunkbase.splunk.com/app/1876
|
|
version: 8.1.2
|
|
fields:
|
|
- _time
|
|
- action
|
|
- app
|
|
- awsRegion
|
|
- aws_account_id
|
|
- change_type
|
|
- command
|
|
- date_hour
|
|
- date_mday
|
|
- date_minute
|
|
- date_month
|
|
- date_second
|
|
- date_wday
|
|
- date_year
|
|
- date_zone
|
|
- dest
|
|
- dvc
|
|
- errorCode
|
|
- errorMessage
|
|
- eventCategory
|
|
- eventID
|
|
- eventName
|
|
- eventSource
|
|
- eventTime
|
|
- eventType
|
|
- eventVersion
|
|
- eventtype
|
|
- host
|
|
- index
|
|
- linecount
|
|
- managementEvent
|
|
- msg
|
|
- object_category
|
|
- product
|
|
- punct
|
|
- readOnly
|
|
- reason
|
|
- recipientAccountId
|
|
- region
|
|
- requestID
|
|
- requestParameters.groupName
|
|
- responseElements
|
|
- result
|
|
- result_id
|
|
- signature
|
|
- source
|
|
- sourceIPAddress
|
|
- sourcetype
|
|
- splunk_server
|
|
- src
|
|
- src_ip
|
|
- start_time
|
|
- status
|
|
- tag
|
|
- tag::eventtype
|
|
- timeendpos
|
|
- timestartpos
|
|
- user
|
|
- userAgent
|
|
- userIdentity.accessKeyId
|
|
- userIdentity.accountId
|
|
- userIdentity.arn
|
|
- userIdentity.principalId
|
|
- userIdentity.type
|
|
- userIdentity.userName
|
|
- userName
|
|
- user_access_key
|
|
- user_agent
|
|
- user_arn
|
|
- user_group_id
|
|
- user_id
|
|
- user_name
|
|
- user_type
|
|
- vendor
|
|
- vendor_account
|
|
- vendor_product
|
|
- vendor_region
|
|
output_fields:
|
|
- dest
|
|
- user
|
|
- user_agent
|
|
- src
|
|
- vendor_account
|
|
- vendor_region
|
|
- vendor_product
|
|
example_log: '{"eventVersion": "1.08", "userIdentity": {"type": "IAMUser", "principalId": "AIDAYTOGP2RLEHRX5YWNV", "arn": "arn:aws:iam::121522247101:user/bhavin_cli", "accountId": "121522247101", "accessKeyId": "AKIAYTOGP2RLLAA6NJUM", "userName": "bhavin_cli"}, "eventTime": "2021-04-07T00:17:50Z", "eventSource": "iam.amazonaws.com", "eventName": "DeleteGroup", "awsRegion": "us-east-1", "sourceIPAddress": "12.12.12.20", "userAgent": "aws-cli/2.0.62 Python/3.9.2 Darwin/19.6.0 source/x86_64 command/iam.delete-group", "errorCode": "NoSuchEntityException", "errorMessage": "The group with name AtomicRedTeam_Victim cannot be found.", "requestParameters": {"groupName": "AtomicRedTeam_Victim"}, "responseElements": null, "requestID": "15684d3b-a8c5-4334-a996-16619e901c17", "eventID": "ab65dca3-3d28-41f4-9f99-443606cc49fe", "readOnly": false, "eventType": "AwsApiCall", "managementEvent": true, "eventCategory": "Management", "recipientAccountId": "121522247101"}'
|