Update collection_email_powershell_exchange_mailbox.toml (#2457)

This commit is contained in:
Samirbous
2023-01-11 16:29:01 +00:00
committed by GitHub
parent 6acc0f9b11
commit 9121a25b02
@@ -4,7 +4,7 @@ integration = ["endpoint", "windows"]
maturity = "production"
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
updated_date = "2022/12/14"
updated_date = "2023/01/11"
[rule]
author = ["Elastic"]
@@ -74,7 +74,8 @@ type = "eql"
query = '''
process where event.type == "start" and
process.name: ("powershell.exe", "pwsh.exe", "powershell_ise.exe") and process.args : "New-MailboxExportRequest*"
process.name: ("powershell.exe", "pwsh.exe", "powershell_ise.exe") and
process.command_line : ("*MailboxExportRequest*", "*-Mailbox*-ContentFilter*")
'''