ApexOne - Attack Discovery Detection
Id | 7a3193b8-67b7-11ec-90d6-0242ac120003 |
Rulename | ApexOne - Attack Discovery Detection |
Description | Detects Attack Discovery Detection events. |
Severity | High |
Tactics | InitialAccess |
Techniques | T1190 |
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/TMApexOneAttackDiscoveryDetectionRisks.yaml |
Version | 1.0.2 |
Arm template | 7a3193b8-67b7-11ec-90d6-0242ac120003.json |
TMApexOneEvent
| where EventMessage has "Attack Discovery Detection"
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
kind: Scheduled
relevantTechniques:
- T1190
description: |
'Detects Attack Discovery Detection events.'
queryPeriod: 1h
queryFrequency: 1h
tactics:
- InitialAccess
name: ApexOne - Attack Discovery Detection
requiredDataConnectors:
- connectorId: TrendMicroApexOne
dataTypes:
- TMApexOneEvent
- connectorId: TrendMicroApexOneAma
dataTypes:
- TMApexOneEvent
- connectorId: CefAma
dataTypes:
- CommonSecurityLog
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
triggerThreshold: 0
version: 1.0.2
id: 7a3193b8-67b7-11ec-90d6-0242ac120003
query: |
TMApexOneEvent
| where EventMessage has "Attack Discovery Detection"
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
status: Available
triggerOperator: gt
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneAttackDiscoveryDetectionRisks.yaml
severity: High
{
"$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/7a3193b8-67b7-11ec-90d6-0242ac120003')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/7a3193b8-67b7-11ec-90d6-0242ac120003')]",
"properties": {
"alertRuleTemplateName": "7a3193b8-67b7-11ec-90d6-0242ac120003",
"customDetails": null,
"description": "'Detects Attack Discovery Detection events.'\n",
"displayName": "ApexOne - Attack Discovery Detection",
"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/TMApexOneAttackDiscoveryDetectionRisks.yaml",
"query": "TMApexOneEvent\n| where EventMessage has \"Attack Discovery Detection\"\n| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName\n",
"queryFrequency": "PT1H",
"queryPeriod": "PT1H",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1190"
],
"templateVersion": "1.0.2",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}