Files
blue-team-tools/rules-unsupported/aws_lambda_function_created_or_invoked.yml
T

28 lines
998 B
YAML
Raw Normal View History

title: AWS Lambda Function Created or Invoked
2021-10-05 07:40:42 +02:00
id: d914951b-52c8-485f-875e-86abab710c0b
status: unsupported
description: Detects when an user creates or invokes a lambda function.
2022-10-25 07:34:10 +02:00
references:
- https://rhinosecuritylabs.com/aws/aws-privilege-escalation-methods-mitigation/
2021-10-03 22:54:01 -05:00
author: Austin Songer @austinsonger
date: 2021/10/03
modified: 2023/03/24
2022-10-25 07:34:10 +02:00
tags:
- attack.privilege_escalation
- attack.t1078
2021-10-03 22:54:01 -05:00
logsource:
2021-11-14 09:56:59 +01:00
product: aws
2021-10-03 22:54:01 -05:00
service: cloudtrail
detection:
selection1:
eventSource: lambda.amazonaws.com
eventName: CreateFunction
2021-10-13 06:59:13 -05:00
selection2:
2021-10-03 22:54:01 -05:00
eventSource: lambda.amazonaws.com
eventName: Invoke
condition: selection1 | near selection2
2021-10-03 22:54:01 -05:00
falsepositives:
2022-10-25 07:34:10 +02:00
- Lambda Function created or invoked may be performed by a system administrator. Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.
2021-11-27 11:27:40 +01:00
- If known behavior is causing false positives, it can be exempted from the rule.
2022-10-25 07:34:10 +02:00
level: low