Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Threats detected by ESET

Back
Id64badfab-1dd8-4491-927b-3ca206fa9a17
RulenameThreats detected by ESET
DescriptionEscalates threats detected by ESET.
SeverityLow
TacticsExecution
TechniquesT1204
Required data connectorsESETPROTECT
SyslogAma
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ESETPROTECT/Analytic Rules/ESETThreatDetected.yaml
Version1.0.3
Arm template64badfab-1dd8-4491-927b-3ca206fa9a17.json
Deploy To Azure
ESETPROTECT
| where EventType == "Threat_Event"
| extend DvcHostname, SrcUserName, DvcIpAddr, FileHashSha1, FileHashAlgo = "SHA1"
kind: Scheduled
triggerThreshold: 0
id: 64badfab-1dd8-4491-927b-3ca206fa9a17
tactics:
- Execution
description: |
    'Escalates threats detected by ESET.'
requiredDataConnectors:
- dataTypes:
  - ESETPROTECT
  connectorId: ESETPROTECT
- datatypes:
  - Syslog
  connectorId: SyslogAma
queryPeriod: 5m
version: 1.0.3
severity: Low
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
queryFrequency: 5m
relevantTechniques:
- T1204
name: Threats detected by ESET
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/ESETPROTECT/Analytic Rules/ESETThreatDetected.yaml
triggerOperator: gt
query: |
  ESETPROTECT
  | where EventType == "Threat_Event"
  | extend DvcHostname, SrcUserName, DvcIpAddr, FileHashSha1, FileHashAlgo = "SHA1"