mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
134 lines
4.0 KiB
YAML
134 lines
4.0 KiB
YAML
name: AWS CloudTrail DeleteModelInvocationLoggingConfiguration
|
|
id: fe2b3a52-1c8d-4e17-9f74-76c531a87e21
|
|
version: 2
|
|
creation_date: '2025-04-17'
|
|
modification_date: '2026-05-13'
|
|
author: Bhavin Patel, Splunk
|
|
description: Logs an event when a model invocation logging configuration is deleted within the AWS CloudTrail.
|
|
mitre_components:
|
|
- Cloud Service Modification
|
|
source: aws_cloudtrail
|
|
sourcetype: aws:cloudtrail
|
|
separator: eventName
|
|
separator_value: DeleteModelInvocationLoggingConfiguration
|
|
supported_TA:
|
|
- name: Splunk Add-on for AWS
|
|
url: https://splunkbase.splunk.com/app/1876
|
|
version: 8.1.2
|
|
fields:
|
|
- _time
|
|
- action
|
|
- app
|
|
- authentication_method
|
|
- awsRegion
|
|
- aws_account_id
|
|
- change_type
|
|
- command
|
|
- date_hour
|
|
- date_mday
|
|
- date_minute
|
|
- date_month
|
|
- date_second
|
|
- date_wday
|
|
- date_year
|
|
- date_zone
|
|
- desc
|
|
- dest
|
|
- dest_ip_range
|
|
- dest_port_range
|
|
- direction
|
|
- dvc
|
|
- errorCode
|
|
- errorMessage
|
|
- eventCategory
|
|
- eventID
|
|
- eventName
|
|
- eventSource
|
|
- eventTime
|
|
- eventType
|
|
- eventVersion
|
|
- eventtype
|
|
- host
|
|
- image_id
|
|
- index
|
|
- instance_type
|
|
- linecount
|
|
- managementEvent
|
|
- msg
|
|
- object
|
|
- object_attrs
|
|
- object_category
|
|
- object_id
|
|
- object_path
|
|
- product
|
|
- protocol
|
|
- protocol_code
|
|
- punct
|
|
- readOnly
|
|
- reason
|
|
- recipientAccountId
|
|
- region
|
|
- requestID
|
|
- requestParameters
|
|
- responseElements
|
|
- result
|
|
- result_id
|
|
- rule_action
|
|
- signature
|
|
- source
|
|
- sourceIPAddress
|
|
- sourcetype
|
|
- splunk_server
|
|
- splunk_server_group
|
|
- src
|
|
- src_ip
|
|
- src_ip_range
|
|
- src_port_range
|
|
- src_user
|
|
- src_user_id
|
|
- src_user_name
|
|
- src_user_role
|
|
- src_user_type
|
|
- start_time
|
|
- status
|
|
- tag
|
|
- tag::action
|
|
- tag::eventtype
|
|
- tag::object_category
|
|
- temp_access_key
|
|
- timeendpos
|
|
- timestartpos
|
|
- tlsDetails.cipherSuite
|
|
- tlsDetails.clientProvidedHostHeader
|
|
- tlsDetails.tlsVersion
|
|
- 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_role
|
|
- 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.09", "userIdentity": {"type": "IAMUser", "principalId": "AAAAAAA", "arn": "arn:aws:iam::111111111111:user/daftpunk", "accountId": "111111111111", "accessKeyId": "AKIAAAAAAAA", "userName": "daftpunk"}, "eventTime": "2025-04-03T17:16:02Z", "eventSource": "bedrock.amazonaws.com", "eventName": "DeleteModelInvocationLoggingConfiguration", "awsRegion": "us-west-2", "sourceIPAddress": "23.93.242.200", "userAgent": "aws-cli/2.24.22 md/awscrt#0.23.8 ua/2.1 os/macos#24.3.0 md/arch#arm64 lang/python#3.12.9 md/pyimpl#CPython cfg/retry-mode#standard md/installer#source md/prompt#off md/command#bedrock.delete-model-invocation-logging-configuration", "errorCode": "AccessDenied", "errorMessage": "User: arn:aws:iam::111111111111:user/daftpunk is not authorized to perform: bedrock:DeleteModelInvocationLoggingConfiguration because no identity-based policy allows the bedrock:DeleteModelInvocationLoggingConfiguration action", "requestParameters": null, "responseElements": null, "requestID": "11519ac6-2761-4434-813a-585547a59096", "eventID": "1f7bd76f-13fb-4dff-b9bb-95a466217721", "readOnly": false, "eventType": "AwsApiCall", "managementEvent": true, "recipientAccountId": "111111111111", "eventCategory": "Management", "tlsDetails": {"tlsVersion": "TLSv1.3", "cipherSuite": "TLS_AES_128_GCM_SHA256", "clientProvidedHostHeader": "bedrock.us-west-2.amazonaws.com"}}'
|