From 5746371299adf3b0f5c2059fbf8dc1ed35cfe74f Mon Sep 17 00:00:00 2001 From: Sean Kwach Wasonga <67633117+KwachSean@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:47:45 +0300 Subject: [PATCH] Update KQL_DefenderDailyOperationsSample.yaml --- .../KQL_DefenderDailyOperationsSample.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Community Based Plugins/DefenderDailyOperations/KQL_DefenderDailyOperationsSample.yaml b/Plugins/Community Based Plugins/DefenderDailyOperations/KQL_DefenderDailyOperationsSample.yaml index 794015d9..cc99a3c8 100644 --- a/Plugins/Community Based Plugins/DefenderDailyOperations/KQL_DefenderDailyOperationsSample.yaml +++ b/Plugins/Community Based Plugins/DefenderDailyOperations/KQL_DefenderDailyOperationsSample.yaml @@ -29,7 +29,7 @@ SkillGroups: Description: Fetches the latest emails received by the user with the specified email address Inputs: - Name: email - Description: The email address of the recipient - e.g. sojesh@contoso.com + Description: The email address of the recipient - e.g. xxxxxxx@contoso.com Required: true Settings: Target: Defender @@ -37,4 +37,4 @@ SkillGroups: EmailEvents | where RecipientEmailAddress =~ '{{email}}' | project Timestamp, NetworkMessageId, SenderFromAddress, SenderDisplayName, Subject, DeliveryLocation - | top 100 by Timestamp desc \ No newline at end of file + | top 100 by Timestamp desc