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
requiredDataConnectors:
- datatypes:
- Syslog
connectorId: SyslogAma
queryPeriod: 1h
triggerThreshold: 0
queryFrequency: 1h
version: 1.0.3
status: Available
severity: Medium
description: |
'Creates an incident when a Symantec Endpoint Proection agent detects malware and the malware was not cleaned.'
name: Malware Detected
entityMappings:
- fieldMappings:
- identifier: FullName
columnName: UserName
entityType: Account
- fieldMappings:
- identifier: Address
columnName: SrcIpAddr
entityType: IP
- fieldMappings:
- identifier: FullName
columnName: SrcHostName
entityType: Host
triggerOperator: gt
id: 072ee087-17e1-474d-b162-bbe38bcab9f9
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Symantec Endpoint Protection/Analytic Rules/MalwareDetected.yaml
tactics:
- Execution
relevantTechniques:
- T1204.002
kind: Scheduled
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