secRMM_CL | where Event_s == "ONLINE" |
extend AccountCustomEntity = User_s |
extend HostCustomEntity = Computer
subTechniques: []
incidentConfiguration:
eventGroupingSettings:
alertDetailsOverride:
severity: High
suppressionDuration: PT5H
displayName: Removable Storage ONLINE
tactics:
- Collection
id: A22B2ECF-1478-4400-877E-07A32E53A897
groupingConfiguration:
groupByAlertDetails: []
matchingMethod: AllEntities
groupByCustomDetails: []
reopenClosedIncident: false
groupByEntities: []
lookbackDuration: PT5H
enabled: false
aggregationKind: AlertPerResult
relevantTechniques:
- T1025
customDetails:
createIncident: true
kind: NRT
name: Removable storage ONLINE event from secRMM
suppressionEnabled: false
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Squadra Technologies SecRmm/Analytic Rules/Removable_Storage_ONLINE.yaml
entityMappings:
- entityType: Account
fieldMappings:
- columnName: User_s
identifier: AadUserId
- entityType: Host
fieldMappings:
- columnName: Computer
identifier: HostName
alertRuleTemplateName:
apiVersion: 2025-09-01
enabled: true
description: Detect when a removable storage device is plugged in by the end-user.
query: |
secRMM_CL | where Event_s == "ONLINE" |
extend AccountCustomEntity = User_s |
extend HostCustomEntity = Computer