let threshold = 5;
TMApexOneEvent
| where EventMessage has "Behavior Monitoring"
| where DvcAction == 2 or DvcAction == 3
| summarize count() by SrcIpAddr, bin(TimeGenerated, 10m)
| where count_ > threshold
| extend IPCustomEntity = SrcIpAddr
status: Available
kind: Scheduled
description: |
'Detects multiple deny or terminate actions on single IP.'
triggerThreshold: 0
tactics:
- InitialAccess
requiredDataConnectors:
- connectorId: CefAma
dataTypes:
- CommonSecurityLog
query: |
let threshold = 5;
TMApexOneEvent
| where EventMessage has "Behavior Monitoring"
| where DvcAction == 2 or DvcAction == 3
| summarize count() by SrcIpAddr, bin(TimeGenerated, 10m)
| where count_ > threshold
| extend IPCustomEntity = SrcIpAddr
severity: High
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneMultipleDenyOrTerminateActionOnSingleIp.yaml
queryPeriod: 1h
id: cd94e078-67b7-11ec-90d6-0242ac120003
version: 1.0.3
name: ApexOne - Multiple deny or terminate actions on single IP
queryFrequency: 1h
relevantTechniques:
- T1190
triggerOperator: gt