TMApexOneEvent
| where EventMessage has "Suspicious Connection"
| where NetworkDirection == 1
| where DvcAction in ('1', '3')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
description: |
'Detects suspicious connections.'
version: 1.0.3
tactics:
- CommandAndControl
queryFrequency: 1h
query: |
TMApexOneEvent
| where EventMessage has "Suspicious Connection"
| where NetworkDirection == 1
| where DvcAction in ('1', '3')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
status: Available
triggerOperator: gt
kind: Scheduled
triggerThreshold: 0
relevantTechniques:
- T1102
id: 9e3dc038-67b7-11ec-90d6-0242ac120003
queryPeriod: 1h
entityMappings:
- fieldMappings:
- identifier: Address
columnName: IPCustomEntity
entityType: IP
- fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
entityType: Account
severity: High
name: ApexOne - Suspicious connections
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneSuspiciousConnections.yaml
requiredDataConnectors:
- dataTypes:
- CommonSecurityLog
connectorId: CefAma