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

ApexOne - Suspicious connections

Back
Id9e3dc038-67b7-11ec-90d6-0242ac120003
RulenameApexOne - Suspicious connections
DescriptionDetects suspicious connections.
SeverityHigh
TacticsCommandAndControl
TechniquesT1102
Required data connectorsCefAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneSuspiciousConnections.yaml
Version1.0.3
Arm template9e3dc038-67b7-11ec-90d6-0242ac120003.json
Deploy To Azure
TMApexOneEvent
| where EventMessage has "Suspicious Connection"
| where NetworkDirection == 1 
| where DvcAction in ('1', '3')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
relevantTechniques:
- T1102
entityMappings:
- entityType: IP
  fieldMappings:
  - columnName: IPCustomEntity
    identifier: Address
- entityType: Account
  fieldMappings:
  - columnName: AccountCustomEntity
    identifier: Name
version: 1.0.3
id: 9e3dc038-67b7-11ec-90d6-0242ac120003
severity: High
kind: Scheduled
queryFrequency: 1h
description: |
    'Detects suspicious connections.'
requiredDataConnectors:
- connectorId: CefAma
  dataTypes:
  - CommonSecurityLog
triggerOperator: gt
name: ApexOne - Suspicious connections
tactics:
- CommandAndControl
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneSuspiciousConnections.yaml
triggerThreshold: 0
queryPeriod: 1h
query: |
  TMApexOneEvent
  | where EventMessage has "Suspicious Connection"
  | where NetworkDirection == 1 
  | where DvcAction in ('1', '3')
  | extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName  
status: Available