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

Radiflow - Policy Violation Detected

Back
Ida3f4cc3e-2403-4570-8d21-1dedd5632958
RulenameRadiflow - Policy Violation Detected
DescriptionGenerates an incident when an unauthorized session or action is detected either by Radiflow’s iSID.
SeverityMedium
TacticsLateralMovement
ImpairProcessControl
Execution
Collection
Persistence
TechniquesT0886
T0855
T0858
T0845
T0889
T0843
Required data connectorsRadiflowIsid
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Radiflow/Analytic Rules/RadiflowPolicyViolationDetected.yaml
Version1.0.0
Arm templatea3f4cc3e-2403-4570-8d21-1dedd5632958.json
Deploy To Azure
RadiflowEvent
| where DeviceProduct =~ 'iSID'
| where EventClassID in (5, 156, 161, 169, 171, 182, 183, 184, 185)
| extend EventMessage = iif(EventMessage == ' ', 'Policy Violation', EventMessage)
query: |
  RadiflowEvent
  | where DeviceProduct =~ 'iSID'
  | where EventClassID in (5, 156, 161, 169, 171, 182, 183, 184, 185)
  | extend EventMessage = iif(EventMessage == ' ', 'Policy Violation', EventMessage)  
entityMappings:
- fieldMappings:
  - identifier: NetBiosName
    columnName: SourceHostName
  - identifier: HostName
    columnName: SourceHostName
  entityType: Host
- fieldMappings:
  - identifier: NetBiosName
    columnName: DestinationHostName
  - identifier: HostName
    columnName: DestinationHostName
  entityType: Host
- fieldMappings:
  - identifier: Address
    columnName: SourceIP
  entityType: IP
- fieldMappings:
  - identifier: Address
    columnName: DestinationIP
  entityType: IP
alertDetailsOverride:
  alertDisplayNameFormat: Policy Violation Detected
  alertSeverityColumnName: EventSeverity
  alertDescriptionFormat: Recent activity which violates the security policy has been detected in the network. Please check the details for additional information.
  alertDynamicProperties: []
triggerOperator: gt
incidentConfiguration:
  groupingConfiguration:
    groupByCustomDetails: []
    groupByEntities: []
    lookbackDuration: 1h
    reopenClosedIncident: false
    groupByAlertDetails: []
    matchingMethod: AllEntities
    enabled: true
  createIncident: true
description: |
    'Generates an incident when an unauthorized session or action is detected either by Radiflow's iSID.'
suppressionDuration: 5h
tactics:
- LateralMovement
- ImpairProcessControl
- Execution
- Collection
- Persistence
severity: Medium
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Radiflow/Analytic Rules/RadiflowPolicyViolationDetected.yaml
kind: Scheduled
name: Radiflow - Policy Violation Detected
eventGroupingSettings:
  aggregationKind: AlertPerResult
triggerThreshold: 0
status: Available
suppressionEnabled: false
id: a3f4cc3e-2403-4570-8d21-1dedd5632958
requiredDataConnectors:
- connectorId: RadiflowIsid
  dataTypes:
  - RadiflowEvent
relevantTechniques:
- T0886
- T0855
- T0858
- T0845
- T0889
- T0843
version: 1.0.0
customDetails:
  SourceHostName: SourceHostName
  DestinationHostName: DestinationHostName
  SourceVLAN: SourceVLAN
  DestinationVendor: DestinationVendor
  DestinationType: DestinationType
  SourceType: SourceType
  SourceVendor: SourceVendor
  SourceIP: SourceIP
  DestinationIP: DestinationIP
  DestinationMAC: DestinationMACAddress
  SourceMAC: SourceMACAddress
  Protocol: Protocol
  Port: Port
queryPeriod: 1h