mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
103 lines
3.1 KiB
YAML
103 lines
3.1 KiB
YAML
name: AWS CloudTrail DeleteIPSet
|
|
id: ebdeeb63-77a0-4808-a6fe-549956731377
|
|
version: 3
|
|
creation_date: '2024-05-22'
|
|
modification_date: '2026-05-13'
|
|
author: Patrick Bareiss, Splunk
|
|
description: Logs the deletion of an IP set in AWS WAF or GuardDuty, including details about the IP set ID and its associated configurations.
|
|
mitre_components:
|
|
- Cloud Service Modification
|
|
- Cloud Service Metadata
|
|
- Firewall Rule Modification
|
|
source: aws_cloudtrail
|
|
sourcetype: aws:cloudtrail
|
|
separator: eventName
|
|
separator_value: DeleteIPSet
|
|
supported_TA:
|
|
- name: Splunk Add-on for AWS
|
|
url: https://splunkbase.splunk.com/app/1876
|
|
version: 8.1.2
|
|
fields:
|
|
- _time
|
|
- app
|
|
- awsRegion
|
|
- aws_account_id
|
|
- command
|
|
- date_hour
|
|
- date_mday
|
|
- date_minute
|
|
- date_month
|
|
- date_second
|
|
- date_wday
|
|
- date_year
|
|
- date_zone
|
|
- dest
|
|
- dvc
|
|
- errorCode
|
|
- eventCategory
|
|
- eventID
|
|
- eventName
|
|
- eventSource
|
|
- eventTime
|
|
- eventType
|
|
- eventVersion
|
|
- eventtype
|
|
- host
|
|
- index
|
|
- linecount
|
|
- managementEvent
|
|
- msg
|
|
- object_category
|
|
- product
|
|
- punct
|
|
- readOnly
|
|
- recipientAccountId
|
|
- region
|
|
- requestID
|
|
- requestParameters.detectorId
|
|
- requestParameters.ipSetId
|
|
- responseElements.__type
|
|
- responseElements.message
|
|
- result_id
|
|
- signature
|
|
- source
|
|
- sourceIPAddress
|
|
- sourcetype
|
|
- splunk_server
|
|
- src
|
|
- src_ip
|
|
- start_time
|
|
- 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::111111111111:user/bhavin_cli", "accountId": "111111111111", "accessKeyId": "AKIAYTOGP2RLKQ3U2PDY", "userName": "bhavin_cli"}, "eventTime": "2022-07-26T23:14:57Z", "eventSource": "guardduty.amazonaws.com", "eventName": "DeleteIPSet", "awsRegion": "us-west-2", "sourceIPAddress": "142.254.89.27", "userAgent": "aws-cli/2.0.62 Python/3.9.2 Darwin/21.5.0 source/x86_64 command/guardduty.delete-ip-set", "errorCode": "BadRequestException", "requestParameters": {"detectorId": "11111", "ipSetId": "1111"}, "responseElements": {"message": "The request is rejected because the parameter detectorId has an invalid value.", "__type": "InvalidInputException"}, "requestID": "70d36916-4ce7-4b6e-9226-9da47d58d554", "eventID": "884dc529-d98f-4529-bfa1-8cdd6c06d02f", "readOnly": false, "eventType": "AwsApiCall", "managementEvent": true, "recipientAccountId": "111111111111", "eventCategory": "Management"}'
|