2021-10-12 16:26:17 -05:00
[ metadata ]
creation_date = "2021/07/15"
2023-01-04 09:30:07 -05:00
integration = [ "o365" ]
2021-10-12 16:26:17 -05:00
maturity = "production"
2022-08-24 10:38:49 -06:00
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
2023-06-22 18:38:56 -03:00
updated_date = "2023/06/22"
2021-10-12 16:26:17 -05:00
[ rule ]
author = [ "Austin Songer" ]
description = "" "
2021-12-07 15:42:58 -09:00
Identifies when Microsoft Cloud App Security reports that a user has uploaded files to the cloud that might be infected
with ransomware.
2021-10-12 16:26:17 -05:00
" ""
false_positives = [
"" "
2023-01-04 09:30:07 -05:00
If Cloud App Security identifies, for example, a high rate of file uploads or file deletion activities it may
represent an adverse encryption process.
2021-10-12 16:26:17 -05:00
" "" ,
]
from = "now-30m"
index = [ "filebeat-*" , "logs-o365*" ]
language = "kuery"
license = "Elastic License v2"
name = "Microsoft 365 Potential ransomware activity"
2022-07-18 15:41:32 -04:00
note = "" "## Setup
2021-10-12 16:26:17 -05:00
2022-02-09 19:03:30 -03:00
The Office 365 Logs Fleet integration, Filebeat module, or similarly structured data is required to be compatible with this rule.
2021-10-12 16:26:17 -05:00
" ""
references = [
"https://docs.microsoft.com/en-us/cloud-app-security/anomaly-detection-policy" ,
"https://docs.microsoft.com/en-us/cloud-app-security/policy-template-reference" ,
]
risk_score = 47
rule_id = "721999d0-7ab2-44bf-b328-6e63367b9b29"
severity = "medium"
2023-06-22 18:38:56 -03:00
tags = [ "Domain: Cloud" , "Data Source: Microsoft 365" , "Use Case: Configuration Audit" , "Tactic: Impact" ]
2021-10-12 16:26:17 -05:00
timestamp_override = "event.ingested"
type = "query"
query = '' '
event.dataset:o365.audit and event.provider:SecurityComplianceCenter and event.category:web and event.action:"Potential ransomware activity" and event.outcome:success
' ''
2023-01-04 09:30:07 -05:00
2021-10-12 16:26:17 -05:00
[ [ rule . threat ] ]
framework = "MITRE ATT&CK"
[ [ rule . threat . technique ] ]
2023-01-04 09:30:07 -05:00
id = "T1486"
2021-10-12 16:26:17 -05:00
name = "Data Encrypted for Impact"
reference = "https://attack.mitre.org/techniques/T1486/"
[ rule . threat . tactic ]
2023-01-04 09:30:07 -05:00
id = "TA0040"
2021-10-12 16:26:17 -05:00
name = "Impact"
reference = "https://attack.mitre.org/tactics/TA0040/"
2023-01-04 09:30:07 -05:00