ApexOne - Suspicious connections
Id | 9e3dc038-67b7-11ec-90d6-0242ac120003 |
Rulename | ApexOne - Suspicious connections |
Description | Detects suspicious connections. |
Severity | High |
Tactics | CommandAndControl |
Techniques | T1102 |
Required data connectors | CefAma TrendMicroApexOne TrendMicroApexOneAma |
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/Trend Micro Apex One/Analytic Rules/TMApexOneSuspiciousConnections.yaml |
Version | 1.0.2 |
Arm template | 9e3dc038-67b7-11ec-90d6-0242ac120003.json |
TMApexOneEvent
| where EventMessage has "Suspicious Connection"
| where NetworkDirection == 1
| where DvcAction in ('1', '3')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
id: 9e3dc038-67b7-11ec-90d6-0242ac120003
queryFrequency: 1h
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneSuspiciousConnections.yaml
requiredDataConnectors:
- dataTypes:
- TMApexOneEvent
connectorId: TrendMicroApexOne
- dataTypes:
- TMApexOneEvent
connectorId: TrendMicroApexOneAma
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
query: |
TMApexOneEvent
| where EventMessage has "Suspicious Connection"
| where NetworkDirection == 1
| where DvcAction in ('1', '3')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
name: ApexOne - Suspicious connections
status: Available
kind: Scheduled
description: |
'Detects suspicious connections.'
severity: High
triggerOperator: gt
entityMappings:
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
triggerThreshold: 0
queryPeriod: 1h
tactics:
- CommandAndControl
relevantTechniques:
- T1102
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/9e3dc038-67b7-11ec-90d6-0242ac120003')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/9e3dc038-67b7-11ec-90d6-0242ac120003')]",
"properties": {
"alertRuleTemplateName": "9e3dc038-67b7-11ec-90d6-0242ac120003",
"customDetails": null,
"description": "'Detects suspicious connections.'\n",
"displayName": "ApexOne - Suspicious connections",
"enabled": true,
"entityMappings": [
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "IPCustomEntity",
"identifier": "Address"
}
]
},
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneSuspiciousConnections.yaml",
"query": "TMApexOneEvent\n| where EventMessage has \"Suspicious Connection\"\n| where NetworkDirection == 1 \n| where DvcAction in ('1', '3')\n| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"CommandAndControl"
],
"techniques": [
"T1102"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}