AWS IAM - Add tag to user
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Content Index
Once a new Microsoft Sentinel incident is created, this playbook gets triggered and performs the following actions: 1. Gets users from the incident. 2. Adds tag to users in AWS (tag key and value are defined during the playbook deployment). 3. Adds information about added tags as a comment to the incident.
Additional Documentation
📄 Source: Playbooks/AWSIAM-AddTagToUser/readme.md
AWSIAM-AddTagToUser
Summary
When a new sentinel incident is created, this playbook gets triggered and performs the following actions:
- Gets users from incident.
- Adds tag to users in AWS (tag key and value are defined during the playbook deployment).
- Adds information about added tags as a comment to the incident.

Prerequisites
- Prior to the deployment of this playbook, AWS IAM Function App Connector needs to be deployed under the same subscription.
- Obtain AWS IAM API credentials. Refer to AWS IAM Function App Connector documentation.
Deployment instructions
- To deploy the Playbook, click the Deploy to Azure button. This will launch the ARM Template deployment wizard.
- Fill in the required parameters:
- Playbook Name: Enter the playbook name here
- Tag Key: Tag key that will be added to user in AWS
- Tag Value: Tag value that will be added to user in AWS

Post-Deployment instructions
a. Authorize connections
Once deployment is complete, authorize each connection.
- Click the Microsoft Sentinel connection resource
- Click edit API connection
- Click Authorize
- Sign in
- Click Save
- Repeat steps for other connections
b. Configurations in Sentinel
- In Microsoft sentinel, analytical rules should be configured to trigger an incident that contains user name in AWS. In the Entity maping section of the analytics rule creation workflow, user name should be mapped to Name identitfier of the Account entity type. Check the documentation to learn more about mapping entities.
- Configure the automation rules to trigger the playbook. Check the documentation to learn more about automation rules.
Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · 📊
↑ Back to Playbooks · Back to AWS_IAM