Threats detected by ESET
Id | 64badfab-1dd8-4491-927b-3ca206fa9a17 |
Rulename | Threats detected by ESET |
Description | Escalates threats detected by ESET. |
Severity | Low |
Tactics | Execution |
Techniques | T1204 |
Required data connectors | ESETPROTECT |
Kind | Scheduled |
Query frequency | 5m |
Query period | 5m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ESETPROTECT/Analytic Rules/ESETThreatDetected.yaml |
Version | 1.0.0 |
Arm template | 64badfab-1dd8-4491-927b-3ca206fa9a17.json |
ESETPROTECT
| where EventType == "Threat_Event"
| extend HostCustomEntity = DvcHostname, AccountCustomEntity = SrcUserName, IPCustomEntity = DvcIpAddr, FileHashCustomEntity = FileHashSha1, FileHashAlgo = "SHA1"
queryFrequency: 5m
entityMappings:
- entityType: Account
fieldMappings:
- columnName: AccountCustomEntity
identifier: FullName
- entityType: Host
fieldMappings:
- columnName: HostCustomEntity
identifier: FullName
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
- entityType: FileHash
fieldMappings:
- columnName: FileHashAlgo
identifier: Algorithm
- columnName: FileHashCustomEntity
identifier: Value
severity: Low
triggerThreshold: 0
relevantTechniques:
- T1204
query: |
ESETPROTECT
| where EventType == "Threat_Event"
| extend HostCustomEntity = DvcHostname, AccountCustomEntity = SrcUserName, IPCustomEntity = DvcIpAddr, FileHashCustomEntity = FileHashSha1, FileHashAlgo = "SHA1"
id: 64badfab-1dd8-4491-927b-3ca206fa9a17
triggerOperator: gt
version: 1.0.0
description: |
'Escalates threats detected by ESET.'
queryPeriod: 5m
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ESETPROTECT/Analytic Rules/ESETThreatDetected.yaml
requiredDataConnectors:
- connectorId: ESETPROTECT
dataTypes:
- ESETPROTECT
name: Threats detected by ESET
tactics:
- Execution
kind: Scheduled
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/64badfab-1dd8-4491-927b-3ca206fa9a17')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/64badfab-1dd8-4491-927b-3ca206fa9a17')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01",
"properties": {
"displayName": "Threats detected by ESET",
"description": "'Escalates threats detected by ESET.'\n",
"severity": "Low",
"enabled": true,
"query": "ESETPROTECT\n| where EventType == \"Threat_Event\"\n| extend HostCustomEntity = DvcHostname, AccountCustomEntity = SrcUserName, IPCustomEntity = DvcIpAddr, FileHashCustomEntity = FileHashSha1, FileHashAlgo = \"SHA1\"\n",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Execution"
],
"techniques": [
"T1204"
],
"alertRuleTemplateName": "64badfab-1dd8-4491-927b-3ca206fa9a17",
"customDetails": null,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"identifier": "FullName",
"columnName": "AccountCustomEntity"
}
]
},
{
"entityType": "Host",
"fieldMappings": [
{
"identifier": "FullName",
"columnName": "HostCustomEntity"
}
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"identifier": "Address",
"columnName": "IPCustomEntity"
}
]
},
{
"entityType": "FileHash",
"fieldMappings": [
{
"identifier": "Algorithm",
"columnName": "FileHashAlgo"
},
{
"identifier": "Value",
"columnName": "FileHashCustomEntity"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ESETPROTECT/Analytic Rules/ESETThreatDetected.yaml",
"templateVersion": "1.0.0"
}
}
]
}