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 SyslogAma |
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.3 |
Arm template | 64badfab-1dd8-4491-927b-3ca206fa9a17.json |
ESETPROTECT
| where EventType == "Threat_Event"
| extend DvcHostname, SrcUserName, DvcIpAddr, FileHashSha1, FileHashAlgo = "SHA1"
id: 64badfab-1dd8-4491-927b-3ca206fa9a17
tactics:
- Execution
queryPeriod: 5m
triggerThreshold: 0
name: Threats detected by ESET
query: |
ESETPROTECT
| where EventType == "Threat_Event"
| extend DvcHostname, SrcUserName, DvcIpAddr, FileHashSha1, FileHashAlgo = "SHA1"
severity: Low
triggerOperator: gt
kind: Scheduled
relevantTechniques:
- T1204
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ESETPROTECT/Analytic Rules/ESETThreatDetected.yaml
queryFrequency: 5m
requiredDataConnectors:
- connectorId: ESETPROTECT
dataTypes:
- ESETPROTECT
- connectorId: SyslogAma
datatypes:
- Syslog
description: |
'Escalates threats detected by ESET.'
version: 1.0.3
entityMappings:
- fieldMappings:
- columnName: SrcUserName
identifier: FullName
entityType: Account
- fieldMappings:
- columnName: DvcHostname
identifier: FullName
entityType: Host
- fieldMappings:
- columnName: DvcIpAddr
identifier: Address
entityType: IP
- fieldMappings:
- columnName: FileHashAlgo
identifier: Algorithm
- columnName: FileHashSha1
identifier: Value
entityType: FileHash
{
"$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/64badfab-1dd8-4491-927b-3ca206fa9a17')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/64badfab-1dd8-4491-927b-3ca206fa9a17')]",
"properties": {
"alertRuleTemplateName": "64badfab-1dd8-4491-927b-3ca206fa9a17",
"customDetails": null,
"description": "'Escalates threats detected by ESET.'\n",
"displayName": "Threats detected by ESET",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "SrcUserName",
"identifier": "FullName"
}
]
},
{
"entityType": "Host",
"fieldMappings": [
{
"columnName": "DvcHostname",
"identifier": "FullName"
}
]
},
{
"entityType": "IP",
"fieldMappings": [
{
"columnName": "DvcIpAddr",
"identifier": "Address"
}
]
},
{
"entityType": "FileHash",
"fieldMappings": [
{
"columnName": "FileHashAlgo",
"identifier": "Algorithm"
},
{
"columnName": "FileHashSha1",
"identifier": "Value"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ESETPROTECT/Analytic Rules/ESETThreatDetected.yaml",
"query": "ESETPROTECT\n| where EventType == \"Threat_Event\"\n| extend DvcHostname, SrcUserName, DvcIpAddr, FileHashSha1, FileHashAlgo = \"SHA1\"\n",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "Low",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Execution"
],
"techniques": [
"T1204"
],
"templateVersion": "1.0.3",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}