SymantecEndpointProtection
| where LogType == "Agent Risk Logs"
| where CategorySet == "Malware"
| where ActualAction !contains "Cleaned"
| summarize StartTimeUtc = min(TimeGenerated), EndTimeUtc = max(TimeGenerated) by SrcIpAddr, SrcHostName, UserName, FilePath, ActualAction, CategorySet, CategoryType
kind: Scheduled
triggerThreshold: 0
id: 072ee087-17e1-474d-b162-bbe38bcab9f9
tactics:
- Execution
description: |
'Creates an incident when a Symantec Endpoint Proection agent detects malware and the malware was not cleaned.'
requiredDataConnectors:
- datatypes:
- Syslog
connectorId: SyslogAma
queryPeriod: 1h
version: 1.0.3
severity: Medium
entityMappings:
- fieldMappings:
- columnName: UserName
identifier: FullName
entityType: Account
- fieldMappings:
- columnName: SrcIpAddr
identifier: Address
entityType: IP
- fieldMappings:
- columnName: SrcHostName
identifier: FullName
entityType: Host
queryFrequency: 1h
relevantTechniques:
- T1204.002
status: Available
name: Malware Detected
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Symantec Endpoint Protection/Analytic Rules/MalwareDetected.yaml
triggerOperator: gt
query: |
SymantecEndpointProtection
| where LogType == "Agent Risk Logs"
| where CategorySet == "Malware"
| where ActualAction !contains "Cleaned"
| summarize StartTimeUtc = min(TimeGenerated), EndTimeUtc = max(TimeGenerated) by SrcIpAddr, SrcHostName, UserName, FilePath, ActualAction, CategorySet, CategoryType