ApexOne - Inbound remote access connection
Id | 6303235a-ee70-42a4-b969-43e7b969b916 |
Rulename | ApexOne - Inbound remote access connection |
Description | Detects inbound remote access connection. |
Severity | High |
Tactics | LateralMovement |
Techniques | T1021 |
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/TMApexOneInboundRemoteAccess.yaml |
Version | 1.0.2 |
Arm template | 6303235a-ee70-42a4-b969-43e7b969b916.json |
TMApexOneEvent
| where EventSubType has "WB"
| where NetworkDirection == 1
| where ApplicationProtocol in ('15', '17', '20', '22', '23', '27', '36', '37')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
requiredDataConnectors:
- connectorId: TrendMicroApexOne
dataTypes:
- TMApexOneEvent
- connectorId: TrendMicroApexOneAma
dataTypes:
- TMApexOneEvent
- connectorId: CefAma
dataTypes:
- CommonSecurityLog
status: Available
relevantTechniques:
- T1021
queryFrequency: 1h
id: 6303235a-ee70-42a4-b969-43e7b969b916
name: ApexOne - Inbound remote access connection
severity: High
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneInboundRemoteAccess.yaml
queryPeriod: 1h
entityMappings:
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
- fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
entityType: Account
description: |
'Detects inbound remote access connection.'
triggerThreshold: 0
tactics:
- LateralMovement
query: |
TMApexOneEvent
| where EventSubType has "WB"
| where NetworkDirection == 1
| where ApplicationProtocol in ('15', '17', '20', '22', '23', '27', '36', '37')
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
kind: Scheduled
triggerOperator: gt
version: 1.0.2
{
"$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/6303235a-ee70-42a4-b969-43e7b969b916')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6303235a-ee70-42a4-b969-43e7b969b916')]",
"properties": {
"alertRuleTemplateName": "6303235a-ee70-42a4-b969-43e7b969b916",
"customDetails": null,
"description": "'Detects inbound remote access connection.'\n",
"displayName": "ApexOne - Inbound remote access connection",
"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/TMApexOneInboundRemoteAccess.yaml",
"query": "TMApexOneEvent\n| where EventSubType has \"WB\"\n| where NetworkDirection == 1\n| where ApplicationProtocol in ('15', '17', '20', '22', '23', '27', '36', '37')\n| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"LateralMovement"
],
"techniques": [
"T1021"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}