Radiflow - Network Scanning Detected
| Id | cde00cc5-5841-4aa9-96c5-dd836f9e3f26 |
| Rulename | Radiflow - Network Scanning Detected |
| Description | Generates an incident when a network scan is detected either by Radiflow’s iSID. |
| Severity | High |
| Tactics | Discovery |
| Techniques | T0840 T0846 T0888 |
| Required data connectors | RadiflowIsid |
| Kind | Scheduled |
| Query frequency | 1h |
| Query period | 1h |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Radiflow/Analytic Rules/RadiflowNetworkScanningDetected.yaml |
| Version | 1.0.0 |
| Arm template | cde00cc5-5841-4aa9-96c5-dd836f9e3f26.json |
RadiflowEvent
| where DeviceProduct =~ 'iSID'
| where
(
EventClassID in (52, 105, 150, 151, 152, 153, 158, 166, 175)
or EventMessage has 'Scan'
)
name: Radiflow - Network Scanning Detected
alertDetailsOverride:
alertDynamicProperties: []
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}} "
alertSeverityColumnName: EventSeverity
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
id: cde00cc5-5841-4aa9-96c5-dd836f9e3f26
description: |
'Generates an incident when a network scan is detected either by Radiflow's iSID.'
triggerThreshold: 0
suppressionEnabled: false
version: 1.0.0
triggerOperator: gt
query: |
RadiflowEvent
| where DeviceProduct =~ 'iSID'
| where
(
EventClassID in (52, 105, 150, 151, 152, 153, 158, 166, 175)
or EventMessage has 'Scan'
)
tactics:
- Discovery
suppressionDuration: 5h
kind: Scheduled
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Radiflow/Analytic Rules/RadiflowNetworkScanningDetected.yaml
severity: High
incidentConfiguration:
createIncident: true
groupingConfiguration:
groupByCustomDetails: []
lookbackDuration: 1h
enabled: true
reopenClosedIncident: false
groupByEntities: []
matchingMethod: AllEntities
groupByAlertDetails: []
queryPeriod: 1h
requiredDataConnectors:
- dataTypes:
- RadiflowEvent
connectorId: RadiflowIsid
status: Available
customDetails:
SourceMAC: SourceMACAddress
SourceIP: SourceIP
DestinationHostName: DestinationHostName
DestinationType: DestinationType
DestinationVendor: DestinationVendor
SourceVendor: SourceVendor
DestinationMAC: DestinationMACAddress
Protocol: Protocol
Port: Port
SourceVLAN: SourceVLAN
SourceHostName: SourceHostName
SourceType: SourceType
DestinationIP: DestinationIP
eventGroupingSettings:
aggregationKind: AlertPerResult
relevantTechniques:
- T0840
- T0846
- T0888