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
suppressionEnabled: false
relevantTechniques:
- T1025
incidentConfiguration: 
apiVersion: 2025-09-01
aggregationKind: AlertPerResult
suppressionDuration: PT5H
alertRuleTemplateName: 
description: Detect when a removable storage device is plugged in by the end-user.
customDetails: 
displayName: Removable Storage ONLINE
query: |
  secRMM_CL | where Event_s == "ONLINE" | 
  extend AccountCustomEntity = User_s |
  extend HostCustomEntity = Computer  
subTechniques: []
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
eventGroupingSettings: 
entityMappings:
- fieldMappings:
  - columnName: User_s
    identifier: AadUserId
  entityType: Account
- fieldMappings:
  - columnName: Computer
    identifier: HostName
  entityType: Host
severity: High
enabled: true
name: Removable storage ONLINE event from secRMM
groupingConfiguration:
  groupByCustomDetails: []
  reopenClosedIncident: false
  enabled: false
  matchingMethod: AllEntities
  groupByEntities: []
  lookbackDuration: PT5H
  groupByAlertDetails: []
createIncident: true
tactics:
- Collection
kind: NRT
alertDetailsOverride: