mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
3d25c40bf7
Broke out macros definition into it's own manifest Created macro manifests for all of current macros that we ship Created lookup file manifest Created lookup file manifests for all current lookup files that we ship
6 lines
559 B
JSON
6 lines
559 B
JSON
{
|
|
"definition": "(eventName=AuthorizeSecurityGroupIngress OR eventName=CreateSecurityGroup OR eventName=DeleteSecurityGroup OR eventName=DescribeClusterSecurityGroups OR eventName=DescribeDBSecurityGroups OR eventName=DescribeSecurityGroupReferences OR eventName=DescribeSecurityGroups OR eventName=DescribeStaleSecurityGroups OR eventName=RevokeSecurityGroupIngress OR eventName=UpdateSecurityGroupRuleDescriptionsIngress)",
|
|
"description": "This macro is a list of AWS event names associated with security groups",
|
|
"name": "securityGroupAPIs"
|
|
}
|