Temporary Access Pass Added To An Account
Detects when a temporary access pass (TAP) is added to an account. TAPs added to priv accounts should be investigated
Sigma rule (View on GitHub)
 1title: Temporary Access Pass Added To An Account
 2id: fa84aaf5-8142-43cd-9ec2-78cfebf878ce
 3status: test
 4description: Detects when a temporary access pass (TAP) is added to an account. TAPs added to priv accounts should be investigated
 5references:
 6    - https://learn.microsoft.com/en-us/entra/architecture/security-operations-privileged-accounts#changes-to-privileged-accounts
 7author: Mark Morowczynski '@markmorow', Yochana Henderson, '@Yochana-H'
 8date: 2022-08-10
 9tags:
10    - attack.privilege-escalation
11    - attack.initial-access
12    - attack.defense-evasion
13    - attack.persistence
14    - attack.t1078.004
15logsource:
16    product: azure
17    service: auditlogs
18detection:
19    selection:
20        properties.message: Admin registered security info
21        Status: Admin registered temporary access pass method for user
22    condition: selection
23falsepositives:
24    - Administrator adding a legitimate temporary access pass
25level: high
References
Related rules
- AWS IAM S3Browser LoginProfile Creation
 - AWS IAM S3Browser Templated S3 Bucket Policy Creation
 - AWS IAM S3Browser User or AccessKey Creation
 - AWS Root Credentials
 - AWS SAML Provider Deletion Activity