ApexOne - Spyware with failed response
Id | c92d9fe4-67b6-11ec-90d6-0242ac120003 |
Rulename | ApexOne - Spyware with failed response |
Description | Detects spyware with failed response. |
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/TMApexOneSpywareWithFailedResponse.yaml |
Version | 1.0.2 |
Arm template | c92d9fe4-67b6-11ec-90d6-0242ac120003.json |
TMApexOneEvent
| where EventMessage has "Spyware Detected"
| where ActionResult has_any ("No action", "Unable to")
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
queryPeriod: 1h
version: 1.0.2
tactics:
- InitialAccess
queryFrequency: 1h
id: c92d9fe4-67b6-11ec-90d6-0242ac120003
triggerOperator: gt
requiredDataConnectors:
- dataTypes:
- TMApexOneEvent
connectorId: TrendMicroApexOne
- dataTypes:
- TMApexOneEvent
connectorId: TrendMicroApexOneAma
- dataTypes:
- CommonSecurityLog
connectorId: CefAma
severity: High
entityMappings:
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: Name
triggerThreshold: 0
relevantTechniques:
- T1190
query: |
TMApexOneEvent
| where EventMessage has "Spyware Detected"
| where ActionResult has_any ("No action", "Unable to")
| extend IPCustomEntity = SrcIpAddr, AccountCustomEntity = DstUserName
kind: Scheduled
name: ApexOne - Spyware with failed response
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Apex One/Analytic Rules/TMApexOneSpywareWithFailedResponse.yaml
description: |
'Detects spyware with failed response.'
status: Available
{
"$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/c92d9fe4-67b6-11ec-90d6-0242ac120003')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/c92d9fe4-67b6-11ec-90d6-0242ac120003')]",
"properties": {
"alertRuleTemplateName": "c92d9fe4-67b6-11ec-90d6-0242ac120003",
"customDetails": null,
"description": "'Detects spyware with failed response.'\n",
"displayName": "ApexOne - Spyware with failed response",
"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/TMApexOneSpywareWithFailedResponse.yaml",
"query": "TMApexOneEvent\n| where EventMessage has \"Spyware Detected\"\n| where ActionResult has_any (\"No action\", \"Unable to\")\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"
}
]
}