Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Removable storage ONLINE event from secRMM

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