Detection rules › Kusto

Acronis - Multiple Inboxes with Malicious Content Detected

Severity
medium
Time window
1d
Group by
DeviceName
Source
github.com/Azure/Azure-Sentinel

Many inboxes containing malicious content could indicate a potential ongoing phishing attack.

MITRE ATT&CK coverage

Rule body kusto

id: 5090ad7b-4b47-4cab-9015-bffb43aecde8
name: Acronis - Multiple Inboxes with Malicious Content Detected
description: Many inboxes containing malicious content could indicate a potential ongoing phishing attack.
severity: Medium
query: |
    CommonSecurityLog
    | where DeviceVendor == "Acronis"
    | where DeviceEventClassID in
    ("MaliciousURLDetectedInM365MailboxBackup",
    "MalwareDetectedInM365MailboxBackup",
    "MaliciousEmailDetectedPerceptionPointWarning")
    | summarize MaliciousContent = count() by DeviceName
queryFrequency: 1h
queryPeriod: 1d
triggerOperator: gt
triggerThreshold: 2
tactics:
    - InitialAccess
relevantTechniques:
    - T1566.002
    - T1566.001
incidentConfiguration:
    createIncident: true
    groupingConfiguration:
        enabled: true
        reopenClosedIncident: true
        lookbackDuration: P1D
        matchingMethod: AnyAlert
eventGroupingSettings:
    aggregationKind: SingleAlert
customDetails:
  DeviceName: DeviceName
entityMappings:
  - entityType: Host
    fieldMappings:
      - identifier: HostName
        columnName: DeviceName
version: 1.0.0
kind: Scheduled
requiredDataConnectors: []

Stages and Predicates

Stage 1: source

CommonSecurityLog

Stage 2: where

| where DeviceVendor == "Acronis"

Stage 3: where

| where DeviceEventClassID in
("MaliciousURLDetectedInM365MailboxBackup",
"MalwareDetectedInM365MailboxBackup",
"MaliciousEmailDetectedPerceptionPointWarning")

Stage 4: summarize

| summarize MaliciousContent = count() by DeviceName

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
DeviceEventClassIDin
  • MaliciousEmailDetectedPerceptionPointWarning transforms: cased
  • MaliciousURLDetectedInM365MailboxBackup transforms: cased
  • MalwareDetectedInM365MailboxBackup transforms: cased
DeviceVendoreq
  • Acronis transforms: cased

Output fields

Fields the rule emits when it matches. Chronicle authors list these in the outcome block; they appear on the detection and $risk_score drives alerting. Sentinel / Defender XDR rules build them up through project / summarize / extend stages. Sentinel maps these into alert fields via entityMappings and customDetails; Defender XDR custom detections surface them as alert fields directly.

FieldSource
DeviceNamesummarize
MaliciousContentsummarize