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