From 3b294989070aa40b6c2f56ba8ef09c494dccfa42 Mon Sep 17 00:00:00 2001 From: Austin Songer Date: Sat, 14 Aug 2021 23:34:13 -0500 Subject: [PATCH] [Rule Tuning] AWS Security Group Configuration Change Detection (#1426) * move rule "AWS Security Group Configuration Change Detection" to integrations directory and add "aws" integration --- ...ence_ec2_security_group_configuration_change_detection.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename rules/{ => integrations}/aws/persistence_ec2_security_group_configuration_change_detection.toml (97%) diff --git a/rules/aws/persistence_ec2_security_group_configuration_change_detection.toml b/rules/integrations/aws/persistence_ec2_security_group_configuration_change_detection.toml similarity index 97% rename from rules/aws/persistence_ec2_security_group_configuration_change_detection.toml rename to rules/integrations/aws/persistence_ec2_security_group_configuration_change_detection.toml index da0f4d780..c38478cdf 100644 --- a/rules/aws/persistence_ec2_security_group_configuration_change_detection.toml +++ b/rules/integrations/aws/persistence_ec2_security_group_configuration_change_detection.toml @@ -1,7 +1,8 @@ [metadata] creation_date = "2021/05/05" maturity = "production" -updated_date = "2021/05/05" +updated_date = "2021/08/13" +integration = "aws" [rule] author = ["Elastic", "Austin Songer"]