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

DeleteSAMLProvider AWS #5015

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

DeleteSAMLProvider AWS #5015

wants to merge 2 commits into from

Conversation

saakovv
Copy link

@saakovv saakovv commented Sep 20, 2024

Summary of the Pull Request

Monitoring DeleteSAMLProvider events separately from UpdateSAMLProvider makes sense, since these actions have different contexts, risks, and consequences. Tracking both types of events allows you to more fully control changes in the configuration of SAML providers and respond faster to potential threats.

Changelog

Example Log Event

{ [-]
   awsCloud_account_ID: 123
   awsRegion: us-east
   cwlGroupname: aws-controltower/CloudTrailLogs
   eventCategory: Management
   eventID: 123
   eventName: DeleteSAMLProvider
   eventSource: iam.amazonaws.com
   eventTime: 2024-09-12T07:53:45Z
   eventType: AwsApiCall
   eventVersion: 1.09
   managementEvent: true
   readOnly: false
   recipientAccountId: 123
   requestID: 123
   requestParameters: { [+]
   }
   responseElements: null
   sourceIPAddress: XXXX
    tlsDetails: { [+]
   }
   userAgent: Boto3/1.26.32 
   userIdentity: { [-]
     accessKeyId: 123
     accountId: 123
     arn: arn:aws:iam::123
     principalId:123
     type: IAMUser
     userName: test-connect
   }
}

Fixed Issues

SigmaHQ Rule Creation Conventions

  • If your PR adds new rules, please consider following and applying these conventions

…er makes sense, since these actions have different contexts, risks, and consequences. Tracking both types of events allows you to more fully control changes in the configuration of SAML providers and respond faster to potential threats.
@github-actions github-actions bot added the Rules label Sep 20, 2024
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome @saakovv 👋

It looks like this is your first pull request on the Sigma rules repository!

Please make sure to read the SigmaHQ conventions document to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.

Thanks again, and welcome to the Sigma community! 😃

fix
status:experimental
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant