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

Trust Monitor Event

Back
Id8dcf7238-a7d0-4cfd-8d0c-b230e3cd9182
RulenameTrust Monitor Event
DescriptionThis query identifies when a new trust monitor event is detected.
SeverityMedium
TacticsCredentialAccess
TechniquesT1528
T1555
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Detections/DuoSecurity/TrustMonitorEvent.yaml
Version1.0.4
Arm template8dcf7238-a7d0-4cfd-8d0c-b230e3cd9182.json
Deploy To Azure
let timeframe = ago(5m);
DuoSecurityTrustMonitor_CL
| where TimeGenerated >= timeframe
| extend AccountName = tostring(split(surfaced_auth_user_name_s, "@")[0]), AccountUPNSuffix = tostring(split(surfaced_auth_user_name_s, "@")[1])
description: |
    'This query identifies when a new trust monitor event is detected.'
kind: Scheduled
tactics:
- CredentialAccess
requiredDataConnectors: []
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Detections/DuoSecurity/TrustMonitorEvent.yaml
severity: Medium
name: Trust Monitor Event
metadata:
  support:
    tier: Community
  author:
    name: SecurityJedi
  categories:
    domains:
    - Security - Others
  source:
    kind: Community
triggerThreshold: 0
queryPeriod: 5m
query: |
  let timeframe = ago(5m);
  DuoSecurityTrustMonitor_CL
  | where TimeGenerated >= timeframe
  | extend AccountName = tostring(split(surfaced_auth_user_name_s, "@")[0]), AccountUPNSuffix = tostring(split(surfaced_auth_user_name_s, "@")[1])  
relevantTechniques:
- T1528
- T1555
id: 8dcf7238-a7d0-4cfd-8d0c-b230e3cd9182
queryFrequency: 5m
entityMappings:
- entityType: Account
  fieldMappings:
  - columnName: surfaced_auth_user_name_s
    identifier: FullName
  - columnName: AccountName
    identifier: Name
  - columnName: AccountUPNSuffix
    identifier: UPNSuffix
- entityType: IP
  fieldMappings:
  - columnName: surfaced_auth_access_device_ip_s
    identifier: Address
triggerOperator: gt
version: 1.0.4