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

Radiflow - New Activity Detected

Back
Id8177ecff-30a1-4d4f-9a82-7fbb69019504
RulenameRadiflow - New Activity Detected
DescriptionGenerates an incident when a new asset or MAC is detected either by Radiflow’s iSID.
SeverityMedium
TacticsInitialAccess
TechniquesT1133
T0848
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/RadiflowNewActivityDetected.yaml
Version1.0.0
Arm template8177ecff-30a1-4d4f-9a82-7fbb69019504.json
Deploy To Azure
RadiflowEvent
| where DeviceProduct =~ 'iSID'
| where EventClassID in (1, 2, 3, 155)
name: Radiflow - New Activity Detected
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    groupByCustomDetails: []
    groupByAlertDetails: []
    enabled: true
    matchingMethod: AllEntities
    groupByEntities: []
    lookbackDuration: 1h
  createIncident: true
query: |
  RadiflowEvent
  | where DeviceProduct =~ 'iSID'
  | where EventClassID in (1, 2, 3, 155)  
entityMappings:
- entityType: Host
  fieldMappings:
  - columnName: SourceHostName
    identifier: HostName
  - columnName: SourceHostName
    identifier: NetBiosName
- entityType: Host
  fieldMappings:
  - columnName: DestinationHostName
    identifier: HostName
  - columnName: DestinationHostName
    identifier: NetBiosName
- entityType: IP
  fieldMappings:
  - columnName: SourceIP
    identifier: Address
- entityType: IP
  fieldMappings:
  - columnName: DestinationIP
    identifier: Address
queryPeriod: 1h
suppressionEnabled: false
tactics:
- InitialAccess
suppressionDuration: 5h
triggerOperator: gt
kind: Scheduled
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Radiflow/Analytic Rules/RadiflowNewActivityDetected.yaml
eventGroupingSettings:
  aggregationKind: AlertPerResult
version: 1.0.0
alertDetailsOverride:
  alertDescriptionFormat: A previously undetected asset, link or entity has been detected in the network. Please check whether the activity is legitimate.
  alertSeverityColumnName: EventSeverity
  alertDisplayNameFormat: 'New Activity Detected (MAC: {{SourceMACAddress}} - IP: {{SourceIP}})'
  alertDynamicProperties: []
relevantTechniques:
- T1133
- T0848
id: 8177ecff-30a1-4d4f-9a82-7fbb69019504
customDetails:
  SourceType: SourceType
  SourceHostName: SourceHostName
  Protocol: Protocol
  SourceIP: SourceIP
  Port: Port
  SourceMAC: SourceMACAddress
  DestinationMAC: DestinationMACAddress
  SourceVendor: SourceVendor
  DestinationHostName: DestinationHostName
  DestinationType: DestinationType
  DestinationVendor: DestinationVendor
  SourceVLAN: SourceVLAN
  DestinationIP: DestinationIP
severity: Medium
requiredDataConnectors:
- connectorId: RadiflowIsid
  dataTypes:
  - RadiflowEvent
status: Available
description: |
    'Generates an incident when a new asset or MAC is detected either by Radiflow's iSID.'
queryFrequency: 1h