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

Radiflow - Network Scanning Detected

Back
Idcde00cc5-5841-4aa9-96c5-dd836f9e3f26
RulenameRadiflow - Network Scanning Detected
DescriptionGenerates an incident when a network scan is detected either by Radiflow’s iSID.
SeverityHigh
TacticsDiscovery
TechniquesT0840
T0846
T0888
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/RadiflowNetworkScanningDetected.yaml
Version1.0.0
Arm templatecde00cc5-5841-4aa9-96c5-dd836f9e3f26.json
Deploy To Azure
RadiflowEvent
| where DeviceProduct =~ 'iSID'
| where
    (
        EventClassID in (52, 105, 150, 151, 152, 153, 158, 166, 175)
        or EventMessage has 'Scan'
    )
queryPeriod: 1h
query: |
  RadiflowEvent
  | where DeviceProduct =~ 'iSID'
  | where
      (
          EventClassID in (52, 105, 150, 151, 152, 153, 158, 166, 175)
          or EventMessage has 'Scan'
      )  
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Radiflow/Analytic Rules/RadiflowNetworkScanningDetected.yaml
name: Radiflow - Network Scanning Detected
entityMappings:
- fieldMappings:
  - columnName: SourceHostName
    identifier: HostName
  - columnName: SourceHostName
    identifier: NetBiosName
  entityType: Host
- fieldMappings:
  - columnName: DestinationHostName
    identifier: HostName
  - columnName: DestinationHostName
    identifier: NetBiosName
  entityType: Host
- fieldMappings:
  - columnName: SourceIP
    identifier: Address
  entityType: IP
- fieldMappings:
  - columnName: DestinationIP
    identifier: Address
  entityType: IP
eventGroupingSettings:
  aggregationKind: AlertPerResult
queryFrequency: 1h
suppressionEnabled: false
alertDetailsOverride:
  alertDisplayNameFormat: 'Network Scanning Detected: {{EventMessage}}'
  alertDescriptionFormat: "A suspicious network scan activity has been detected in the network. Please check the the alert details for further information.\n\nMessage: {{EventMessage}}\nSource device: {{SourceIP}}\nDestination device (if any): {{DestinationIP}} "
  alertDynamicProperties: []
  alertSeverityColumnName: EventSeverity
requiredDataConnectors:
- connectorId: RadiflowIsid
  dataTypes:
  - RadiflowEvent
description: |
    'Generates an incident when a network scan is detected either by Radiflow's iSID.'
kind: Scheduled
incidentConfiguration:
  groupingConfiguration:
    matchingMethod: AllEntities
    reopenClosedIncident: false
    groupByEntities: []
    groupByAlertDetails: []
    lookbackDuration: 1h
    groupByCustomDetails: []
    enabled: true
  createIncident: true
version: 1.0.0
suppressionDuration: 5h
status: Available
severity: High
relevantTechniques:
- T0840
- T0846
- T0888
triggerOperator: gt
triggerThreshold: 0
customDetails:
  Protocol: Protocol
  DestinationType: DestinationType
  Port: Port
  SourceHostName: SourceHostName
  SourceVendor: SourceVendor
  DestinationMAC: DestinationMACAddress
  SourceType: SourceType
  SourceMAC: SourceMACAddress
  SourceVLAN: SourceVLAN
  DestinationVendor: DestinationVendor
  DestinationHostName: DestinationHostName
  SourceIP: SourceIP
  DestinationIP: DestinationIP
tactics:
- Discovery
id: cde00cc5-5841-4aa9-96c5-dd836f9e3f26