From b1b5de80d368006532c6b4d26896e48ee0fa24a1 Mon Sep 17 00:00:00 2001 From: Samik Roy Date: Wed, 9 Feb 2022 00:47:34 +0530 Subject: [PATCH] Fixing typo --- Detections/AWSGuardDuty/AWS_GuardDuty_template.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Detections/AWSGuardDuty/AWS_GuardDuty_template.yaml b/Detections/AWSGuardDuty/AWS_GuardDuty_template.yaml index 2048564940..cb1d515abc 100644 --- a/Detections/AWSGuardDuty/AWS_GuardDuty_template.yaml +++ b/Detections/AWSGuardDuty/AWS_GuardDuty_template.yaml @@ -23,7 +23,7 @@ query: | project-away TimeGenerated, TenantId, SchemaVersion, Region, Partition | extend Severity= iff(Severity between (7.0..8.9),"High",iff(Severity between (4.0..6.9), "Medium", iff(Severity between (1.0..3.9),"Low","Unknown"))) -version: 1.0.1 +version: 1.0.2 entityMappings: - entityType: Account fieldMappings: @@ -32,7 +32,7 @@ entityMappings: - identifier: ObjectGuid columnName: AWSAcoundId customDetails: - ThreatPurpos: ThreatPurpose + ThreatPurpose: ThreatPurpose ResourceTypeAffected: ResourceTypeAffected UniqueFindingId: UniqueFindingId alertDetailsOverride: