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

Sentinel One - Alert from custom rule

Back
Id5f37de91-ff2b-45fb-9eda-49e9f76a3942
RulenameSentinel One - Alert from custom rule
DescriptionDetects when alert from custom rule received.
SeverityHigh
TacticsInitialAccess
TechniquesT1190
Required data connectorsSentinelOne
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneAlertFromCustomRule.yaml
Version1.0.2
Arm template5f37de91-ff2b-45fb-9eda-49e9f76a3942.json
Deploy To Azure
SentinelOne
| where ActivityType == 3608
| extend RuleName = extract(@'Custom Rule:\s(.*?)\sin Group', 1, EventOriginalMessage)
| extend DstHostname = extract(@'detected on\s(\S+)\.', 1, EventOriginalMessage)
| extend HostCustomEntity = DstHostname
status: Available
queryFrequency: 1h
id: 5f37de91-ff2b-45fb-9eda-49e9f76a3942
tactics:
- InitialAccess
entityMappings:
- fieldMappings:
  - columnName: HostCustomEntity
    identifier: HostName
  entityType: Host
requiredDataConnectors:
- connectorId: SentinelOne
  dataTypes:
  - SentinelOne
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SentinelOne/Analytic Rules/SentinelOneAlertFromCustomRule.yaml
version: 1.0.2
query: |
  SentinelOne
  | where ActivityType == 3608
  | extend RuleName = extract(@'Custom Rule:\s(.*?)\sin Group', 1, EventOriginalMessage)
  | extend DstHostname = extract(@'detected on\s(\S+)\.', 1, EventOriginalMessage)
  | extend HostCustomEntity = DstHostname  
description: |
    'Detects when alert from custom rule received.'
relevantTechniques:
- T1190
triggerThreshold: 0
queryPeriod: 1h
triggerOperator: gt
name: Sentinel One - Alert from custom rule
severity: High
kind: Scheduled